[ghc-unix-compat] Update to 0.3 modified: .gitignore modified: ghc-unix-compat.spec modified: sources

narasim narasim at fedoraproject.org
Sun Dec 11 12:26:50 UTC 2011


commit 07c4d486e012c43967a49592e172718990f356aa
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Sun Dec 11 17:55:18 2011 +0530

    Update to 0.3
    	modified:   .gitignore
    	modified:   ghc-unix-compat.spec
    	modified:   sources

 .gitignore           |    1 +
 ghc-unix-compat.spec |   10 +++++++---
 sources              |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1565769..934d125 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /unix-compat-0.2.1.3.tar.gz
+/unix-compat-0.3.tar.gz
diff --git a/ghc-unix-compat.spec b/ghc-unix-compat.spec
index df9f27e..d14aee6 100644
--- a/ghc-unix-compat.spec
+++ b/ghc-unix-compat.spec
@@ -13,14 +13,14 @@
  package when available. When it isn't available, \
  portable implementations are used.
 
-
 Name:           ghc-%{pkg_name}
-Version:        0.2.1.3
-Release:        2%{?dist}.3
+Version:        0.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
+# BEGIN cabal2spec
 URL:            http://hackage.haskell.org/package/%{pkg_name}
 Source0:        http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
 ExclusiveArch:  %{ghc_arches}
@@ -29,6 +29,7 @@ BuildRequires:  ghc-rpm-macros
 %if %{undefined without_hscolour}
 BuildRequires:  hscolour
 %endif
+# END cabal2spec
 BuildRequires:  ghc-unix-prof, ghc-directory-prof
 
 %description
@@ -81,6 +82,9 @@ This package contains the development files.
 
 
 %changelog
+* Sun Dec 11 2011 Fedora Haskell SIG <haskell-devel at lists.fedoraproject.org> - 0.3-1
+- Package update to 0.3
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.2.1.3-2.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index abc735f..5bceae0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ad8d3777de676681cc5702e178a72a4b  unix-compat-0.2.1.3.tar.gz
+8f835b1630b5fbb99fe6e601355520f4  unix-compat-0.3.tar.gz


More information about the scm-commits mailing list