From b75e38d8feb1302f7872a77ed14d993616d979d4 Mon Sep 17 00:00:00 2001 From: Lakshmi Narasimhan T V Date: Fri, 22 Jun 2012 19:48:50 +0530 Subject: [PATCH] bloomfilter update to 1.2.6.10 modified: .gitignore modified: ghc-bloomfilter.spec modified: sources --- .gitignore | 1 + ghc-bloomfilter.spec | 6 ++++-- sources | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c2b749..f170fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /bloomfilter-1.2.6.8.tar.gz +/bloomfilter-1.2.6.10.tar.gz diff --git a/ghc-bloomfilter.spec b/ghc-bloomfilter.spec index 646bbdc..ec01d89 100644 --- a/ghc-bloomfilter.spec +++ b/ghc-bloomfilter.spec @@ -11,7 +11,7 @@ and immutable Bloom filter data types, \ along with a family of hash function and an easy-to-use interface. Name: ghc-%{pkg_name} -Version: 1.2.6.8 +Version: 1.2.6.10 Release: 1%{?dist} Summary: %{common_summary} @@ -37,7 +37,6 @@ BuildRequires: ghc-deepseq-devel, ghc-bytestring-devel, ghc-array-devel %build %ghc_lib_build - %install %ghc_lib_install @@ -55,6 +54,9 @@ BuildRequires: ghc-deepseq-devel, ghc-bytestring-devel, ghc-array-devel %changelog +* Fri Jun 22 2012 Lakshmi Narasimhan T V - 1.2.6.10-1 +- update to 1.2.6.10 + * Sat Apr 14 2012 Lakshmi Narasimhan T V - 1.2.6.8-1 - spec file template generated by cabal2spec-0.25.5 - Package updated to 1.2.6.8 diff --git a/sources b/sources index 6674eb8..5cc3bec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6bd1eec063b3142171e7fee6611df3c bloomfilter-1.2.6.8.tar.gz +be762a717ce9e2b66d28bc5a0b13fa82 bloomfilter-1.2.6.10.tar.gz