[ghc-neither] update to 0.3.0

Jens Petersen petersen at fedoraproject.org
Wed Oct 26 06:37:37 UTC 2011


commit bdab0d361528c68516b945200cee2e3ee88e7fdd
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Oct 26 15:37:35 2011 +0900

    update to 0.3.0

 .gitignore       |    1 +
 ghc-neither.spec |   24 +++++++++++++-----------
 sources          |    2 +-
 3 files changed, 15 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d4d64a5..a5e8c50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /neither-0.1.0.tar.gz
 /neither-0.2.0.tar.gz
+/neither-0.3.0.tar.gz
diff --git a/ghc-neither.spec b/ghc-neither.spec
index 0f124bf..0dd153d 100644
--- a/ghc-neither.spec
+++ b/ghc-neither.spec
@@ -26,24 +26,25 @@ appends Left values, MEither provides the monadic definition, \
 and MEitherT is a monad transformer.
 
 Name:           ghc-%{pkg_name}
-Version:        0.2.0
-Release:        1%{?dist}.3
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
 License:        BSD
-# BEGIN: cabal2spec-0.24
+# 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}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
+%if %{undefined without_hscolour}
 BuildRequires:  hscolour
-# END: cabal2spec-0.24
+%endif
+# END cabal2spec
 
-BuildRequires:  ghc-failure-devel
-BuildRequires:  ghc-monad-peel-devel
-BuildRequires:  ghc-transformers-devel
+BuildRequires:  ghc-failure-prof
+BuildRequires:  ghc-transformers-prof
 
 %description
 %{common_description}
@@ -52,11 +53,11 @@ BuildRequires:  ghc-transformers-devel
 %package -n ghc-%{pkg_name}-devel
 Summary:        Development files for %{common_summary}
 Group:          Development/Libraries
-# BEGIN: cabal2spec-0.24
+# BEGIN cabal2spec
 %{?ghc_devel_requires}
 Obsoletes:      ghc-%{pkg_name}-prof < %{version}-%{release}
 Provides:       ghc-%{pkg_name}-prof = %{version}-%{release}
-# END: cabal2spec-0.24
+# END cabal2spec
 
 %description -n ghc-%{pkg_name}-devel
 %{common_description}
@@ -85,14 +86,15 @@ This package contains the development files.
 
 %if %{undefined ghc_without_shared}
 %files -n ghc-%{pkg_name} -f ghc-%{pkg_name}.files
-%defattr(-,root,root,-)
 %endif
 
 %files -n ghc-%{pkg_name}-devel -f ghc-%{pkg_name}-devel.files
-%defattr(-,root,root,-)
 
 
 %changelog
+* Wed Oct 26 2011 Jens Petersen <petersen at redhat.com> - 0.3.0-1
+- update to 0.3.0
+
 * Mon Oct 24 2011 Marcela Mašláňová <mmaslano at redhat.com> - 0.2.0-1.3
 - rebuild with new gmp without compat lib
 
diff --git a/sources b/sources
index 9041b27..ef47fbd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e5111de41f207f73ef077fe0000a1d9  neither-0.2.0.tar.gz
+7645cef9c1a87e130d347a3b7d5987d4  neither-0.3.0.tar.gz


More information about the scm-commits mailing list