Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-bloomfilter for openSUSE:Factory 
checked in at 2021-12-19 17:34:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-bloomfilter (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-bloomfilter.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-bloomfilter"

Sun Dec 19 17:34:20 2021 rev:4 rq:932875 version:2.0.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-bloomfilter/ghc-bloomfilter.changes  
2020-12-22 11:36:00.349291432 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-bloomfilter.new.2520/ghc-bloomfilter.changes    
    2021-12-19 17:34:29.328267149 +0100
@@ -1,0 +2,6 @@
+Mon Nov 15 06:59:43 UTC 2021 - [email protected]
+
+- Update bloomfilter to version 2.0.1.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  bloomfilter.cabal

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-bloomfilter.spec ++++++
--- /var/tmp/diff_new_pack.TIPA3c/_old  2021-12-19 17:34:30.972268307 +0100
+++ /var/tmp/diff_new_pack.TIPA3c/_new  2021-12-19 17:34:30.976268310 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-bloomfilter
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
@@ -53,6 +54,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ bloomfilter.cabal ++++++
name:            bloomfilter
version:         2.0.1.0
x-revision: 1
license:         BSD3
license-file:    LICENSE
author:          Bryan O'Sullivan <[email protected]>
maintainer:      Bryan O'Sullivan <[email protected]>
homepage:        https://github.com/bos/bloomfilter
bug-reports:     https://github.com/bos/bloomfilter/issues
description:     Pure and impure Bloom Filter implementations.
synopsis:        Pure and impure Bloom Filter implementations.
category:        Data
stability:       provisional
build-type:      Simple
cabal-version:   >= 1.8
extra-source-files: README.markdown cbits/lookup3.c cbits/lookup3.h
                 examples/Makefile examples/SpellChecker.hs examples/Words.hs

library
  build-depends:
    array,
    base       >= 4.4 && < 5,
    bytestring >= 0.9,
    deepseq
  exposed-modules:  Data.BloomFilter
                    Data.BloomFilter.Easy
                    Data.BloomFilter.Mutable
                    Data.BloomFilter.Hash
  other-modules:    Data.BloomFilter.Array
                    Data.BloomFilter.Mutable.Internal
                    Data.BloomFilter.Util
  c-sources:        cbits/lookup3.c
  ghc-options:      -O2 -Wall
  include-dirs:     cbits
  includes:         lookup3.h
  install-includes: lookup3.h

test-suite tests
  type:           exitcode-stdio-1.0
  hs-source-dirs: tests
  main-is:        QC.hs
  other-modules:  QCSupport
  build-depends:
    QuickCheck >= 2.5,
    base >= 4.4 && < 4.16,
    bloomfilter,
    bytestring,
    random,
    test-framework,
    test-framework-quickcheck2

source-repository head
  type:     git
  location: git://github.com/bos/bloomfilter.git

source-repository head
  type:     mercurial
  location: https://bitbucket.org/bos/bloomfilter

Reply via email to