From 2ef92042c9e4072728efaa25ddccf3d280a0a885 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sat, 8 Aug 2015 00:11:14 -0400 Subject: [PATCH] update to 2.0.1.0 --- .gitignore | 1 + ghc-bloomfilter.spec | 12 +++++++----- sources | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 090c2bf..e017ece 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /bloomfilter-1.2.6.8.tar.gz /bloomfilter-1.2.6.10.tar.gz /bloomfilter-2.0.0.0.tar.gz +/bloomfilter-2.0.1.0.tar.gz diff --git a/ghc-bloomfilter.spec b/ghc-bloomfilter.spec index af71f70..7034c71 100644 --- a/ghc-bloomfilter.spec +++ b/ghc-bloomfilter.spec @@ -5,12 +5,12 @@ %bcond_with tests Name: ghc-%{pkg_name} -Version: 2.0.0.0 -Release: 2%{?dist} +Version: 2.0.1.0 +Release: 1%{?dist} Summary: Pure and impure Bloom Filter implementations License: BSD -URL: https://hackage.haskell.org/package/%{pkg_name} +Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel @@ -28,8 +28,7 @@ BuildRequires: ghc-test-framework-quickcheck2-devel # End cabal-rpm deps %description -This package provides both mutable and immutable Bloom filter data types, -along with a family of hash function and an easy-to-use interface. +Pure and impure Bloom Filter implementations. %package devel @@ -79,6 +78,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Sat Aug 08 2015 Ben Boeckel - 2.0.1.0-1 +- update to 2.0.1.0 + * Wed Jun 17 2015 Fedora Release Engineering - 2.0.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 005c99c..dcbc879 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8e82783d401d1fc40ba937585ebe7a90 bloomfilter-2.0.0.0.tar.gz +e37351a322c31b12de9ad2618d7f9909 bloomfilter-2.0.1.0.tar.gz