[ghc-fast-logger] update to 0.2.2 with cabal-rpm

Jens Petersen petersen at fedoraproject.org
Tue Nov 6 08:29:01 UTC 2012


commit 9c8176f8d6bdd1b1c3f935635a3072c2cf72d209
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Nov 6 17:28:55 2012 +0900

    update to 0.2.2 with cabal-rpm

 .gitignore           |    1 +
 ghc-fast-logger.spec |   23 ++++++++++++++---------
 sources              |    2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d80cf10..4f75578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /fast-logger-0.0.1.tar.gz
 /fast-logger-0.0.2.tar.gz
+/fast-logger-0.2.2.tar.gz
diff --git a/ghc-fast-logger.spec b/ghc-fast-logger.spec
index 2b244c1..6c7a652 100644
--- a/ghc-fast-logger.spec
+++ b/ghc-fast-logger.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25.4
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -9,21 +8,25 @@
 %global common_description A fast logging system.
 
 Name:           ghc-%{pkg_name}
-Version:        0.0.2
-Release:        5%{?dist}
+Version:        0.2.2
+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}
+
 BuildRequires:  ghc-Cabal-devel
-BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
-# END cabal2spec
+BuildRequires:  ghc-rpm-macros
+# Begin cabal-rpm deps:
 BuildRequires:  ghc-blaze-builder-devel
+BuildRequires:  ghc-bytestring-devel
 BuildRequires:  ghc-directory-devel
+BuildRequires:  ghc-filepath-devel
+BuildRequires:  ghc-old-locale-devel
+BuildRequires:  ghc-text-devel
+BuildRequires:  ghc-time-devel
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -41,7 +44,6 @@ BuildRequires:  ghc-directory-devel
 %ghc_lib_install
 
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -54,6 +56,9 @@ BuildRequires:  ghc-directory-devel
 
 
 %changelog
+* Tue Nov 06 2012 Jens Petersen <petersen at redhat.com> - 0.2.2-1
+- update to 0.2.2 with cabal-rpm
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.2-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index d912d76..938f843 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6ae36f19cab8df65be30369732258837  fast-logger-0.0.2.tar.gz
+c5ccc866ff4e0acfd44c9cd4bb78a74d  fast-logger-0.2.2.tar.gz


More information about the scm-commits mailing list