From 8799987618f26f2dfa4c7647e89bd4e8d3d7a72ed595dd963a8be0b16a27c63f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:08 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bloomfilter revision:12, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bloomfilter?expand=0&rev=10 --- bloomfilter.cabal | 4 ++-- ghc-bloomfilter.changes | 6 ++++++ ghc-bloomfilter.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/bloomfilter.cabal b/bloomfilter.cabal index 31e6dfb..441950d 100644 --- a/bloomfilter.cabal +++ b/bloomfilter.cabal @@ -1,6 +1,6 @@ name: bloomfilter version: 2.0.1.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE author: Bryan O'Sullivan @@ -19,7 +19,7 @@ extra-source-files: README.markdown cbits/lookup3.c cbits/lookup3.h library build-depends: array, - base >= 4.4 && < 5, + base >= 4.4 && < 4.16, bytestring >= 0.9, deepseq exposed-modules: Data.BloomFilter diff --git a/ghc-bloomfilter.changes b/ghc-bloomfilter.changes index 0cadb41..4d0179f 100644 --- a/ghc-bloomfilter.changes +++ b/ghc-bloomfilter.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon May 2 18:30:49 UTC 2022 - Peter Simons + +- Update bloomfilter to version 2.0.1.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Nov 15 06:59:43 UTC 2021 - psimons@suse.com diff --git a/ghc-bloomfilter.spec b/ghc-bloomfilter.spec index 7e0cc1b..7507ac8 100644 --- a/ghc-bloomfilter.spec +++ b/ghc-bloomfilter.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-bloomfilter # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Pure and impure Bloom Filter implementations License: BSD-3-Clause URL: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz -Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel