[ghc-data-inttrie/f17] Updated to 0.0.8

Shakthi Kannan shakthimaan at fedoraproject.org
Thu Dec 6 16:08:02 UTC 2012


commit 1bf34fb222e6c0ac9f71636fa5385f94215e06df
Author: Shakthi Kannan <skannan at redhat.com>
Date:   Thu Dec 6 21:30:00 2012 +0530

    Updated to 0.0.8

 .gitignore            |    1 +
 ghc-data-inttrie.spec |   19 +++++++++++--------
 sources               |    2 +-
 3 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd4751f..e238e69 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /data-inttrie-0.0.7.tar.gz
+/data-inttrie-0.0.8.tar.gz
diff --git a/ghc-data-inttrie.spec b/ghc-data-inttrie.spec
index 5351706..a183847 100644
--- a/ghc-data-inttrie.spec
+++ b/ghc-data-inttrie.spec
@@ -1,4 +1,3 @@
-# cabal2spec-0.25
 # https://fedoraproject.org/wiki/Packaging:Haskell
 # https://fedoraproject.org/wiki/PackagingDrafts/Haskell
 
@@ -13,19 +12,18 @@ foldr. Essentially its purpose is to be an efficient implementation of \
 a function from integral type, given point-at-a-time modifications.
 
 Name:           ghc-%{pkg_name}
-Version:        0.0.7
+Version:        0.0.8
 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:
+# End cabal-rpm deps
 
 %description
 %{common_description}
@@ -39,7 +37,6 @@ BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 %install
 %ghc_lib_install
 
-# devel subpackage
 %ghc_devel_package
 
 %ghc_devel_description
@@ -49,5 +46,11 @@ BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 %ghc_files
 
 %changelog
+* Thu Dec  6 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.0.8-1
+- updated to new upstream 0.0.8
+
+* Sun Nov 18 2012 Jens Petersen <petersen at redhat.com> - 0.0.7-2
+- update with cabal-rpm
+
 * Tue Jun 12 2012 Shakthi Kannan <shakthimaan [AT] fedoraproject dot org> - 0.0.7-1
 - Spec file template generated by cabal2spec-0.25.5
diff --git a/sources b/sources
index 63c75a2..88585e0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c689833bf0ad574b621cb8bdcae1e6cc  data-inttrie-0.0.7.tar.gz
+2ec41f5d2d1f521bc1b801a1db58a6b1  data-inttrie-0.0.8.tar.gz


More information about the scm-commits mailing list