[ghc-MissingH] update to 1.2.0.0 with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Wed Nov 7 10:01:18 UTC 2012


commit 3cbabb9e1671c411a92943b17f00cec618baac57
Author: Jens Petersen <petersen at redhat.com>
Date:   Wed Nov 7 19:01:12 2012 +0900

    update to 1.2.0.0 with cabal-rpm

 .gitignore        |    1 +
 ghc-MissingH.spec |   27 ++++++++++++++++++---------
 sources           |    2 +-
 3 files changed, 20 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 53434b7..242df95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /MissingH-1.1.0.3.tar.gz
 /MissingH-1.1.1.0.tar.gz
+/MissingH-1.2.0.0.tar.gz
diff --git a/ghc-MissingH.spec b/ghc-MissingH.spec
index 35c77bc..58b5465 100644
--- a/ghc-MissingH.spec
+++ b/ghc-MissingH.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.2
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -11,31 +10,38 @@ Haskell programmers. It is written in pure Haskell and thus \
 should be extremely portable and easy to use.
 
 Name:           ghc-%{pkg_name}
-Version:        1.1.1.0
-Release:        5%{?dist}
+Version:        1.2.0.0
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
-Group:          System Environment/Libraries
 # src/Data/Hash/MD5.lhs is BSD or GPL+
 # src/Data/Hash/CRC32/Posix.hs is GPL+
 # src/System/Time/ParseDate.hs is GPLv2 (newer parsedate is now BSD)
 # all other src/ (and testsrc/) files are BSD
 License:        GPLv2+
-# 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 %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-HUnit-devel
-BuildRequires:  ghc-haskell98-devel
+BuildRequires:  ghc-array-devel
+BuildRequires:  ghc-containers-devel
+BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-filepath-devel
 BuildRequires:  ghc-hslogger-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-network-devel
+BuildRequires:  ghc-old-locale-devel
+BuildRequires:  ghc-old-time-devel
 BuildRequires:  ghc-parsec-devel
+BuildRequires:  ghc-process-devel
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-regex-compat-devel
+BuildRequires:  ghc-time-devel
+BuildRequires:  ghc-unix-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -66,6 +72,9 @@ BuildRequires:  ghc-regex-compat-devel
 
 
 %changelog
+* Wed Nov 07 2012 Jens Petersen <petersen at redhat.com> - 1.2.0.0-1
+- update to 1.2.0.0
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 5a42f30..186eefd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0bd290c5fe2f7d4cbdac1ab741be394  MissingH-1.1.1.0.tar.gz
+1b932f4637fedcb3b451e5aa9179c304  MissingH-1.2.0.0.tar.gz


More information about the scm-commits mailing list