[ghc-hashtables] update to 1.0.1.3

Jens Petersen petersen at fedoraproject.org
Thu Mar 22 14:19:02 UTC 2012


commit de59410c834c7f6dcfcc9b89e340bd21987e4732
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Mar 22 23:18:56 2012 +0900

    update to 1.0.1.3

 .gitignore          |    1 +
 ghc-hashtables.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2e502d5..b1cd270 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /hashtables-1.0.1.2.tar.gz
+/hashtables-1.0.1.3.tar.gz
diff --git a/ghc-hashtables.spec b/ghc-hashtables.spec
index 19098c1..85784e8 100644
--- a/ghc-hashtables.spec
+++ b/ghc-hashtables.spec
@@ -24,8 +24,8 @@ some insert and lookup performance for higher space efficiency and\
 much shorter delays when expanding the table.
 
 Name:           ghc-%{pkg_name}
-Version:        1.0.1.2
-Release:        2%{?dist}
+Version:        1.0.1.3
+Release:        1%{?dist}
 Summary:        %{common_summary}
 
 Group:          System Environment/Libraries
@@ -64,11 +64,14 @@ BuildRequires:  ghc-vector-prof
 %ghc_devel_post_postun
 
 
-%ghc_files
+%ghc_files LICENSE
 %doc README.md
 
 
 %changelog
+* Thu Mar 22 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.3-1
+- update to 1.0.1.3
+
 * Thu Mar  8 2012 Jens Petersen <petersen at redhat.com> - 1.0.1.2-2
 - rebuild
 
diff --git a/sources b/sources
index 105493d..4bc5028 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9c3ab91981b9a487e5d8ce189de622aa  hashtables-1.0.1.2.tar.gz
+8370bf8485262bc3b9615f6a1a10db91  hashtables-1.0.1.3.tar.gz


More information about the scm-commits mailing list