Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hashtables for openSUSE:Factory checked in at 2025-01-28 16:41:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hashtables (Old) and /work/SRC/openSUSE:Factory/.ghc-hashtables.new.2316 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hashtables" Tue Jan 28 16:41:07 2025 rev:8 rq:1240778 version:1.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hashtables/ghc-hashtables.changes 2024-12-20 23:11:07.549722622 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-hashtables.new.2316/ghc-hashtables.changes 2025-01-28 16:41:19.299405799 +0100 @@ -1,0 +2,9 @@ +Thu Jan 23 03:41:55 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update hashtables to version 1.4.2. + ## 1.4.2 + + - Fix C compile errors in cbits. + - Bump lower bound for QuickCheck. + +------------------------------------------------------------------- Old: ---- hashtables-1.4.1.tar.gz New: ---- hashtables-1.4.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hashtables.spec ++++++ --- /var/tmp/diff_new_pack.jBzT7S/_old 2025-01-28 16:41:19.859428898 +0100 +++ /var/tmp/diff_new_pack.jBzT7S/_new 2025-01-28 16:41:19.863429063 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-hashtables # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.1 +Version: 1.4.2 Release: 0 Summary: Mutable hash tables in the ST monad License: BSD-3-Clause ++++++ hashtables-1.4.1.tar.gz -> hashtables-1.4.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashtables-1.4.1/cbits/default.c new/hashtables-1.4.2/cbits/default.c --- old/hashtables-1.4.1/cbits/default.c 2001-09-09 03:46:40.000000000 +0200 +++ new/hashtables-1.4.2/cbits/default.c 2001-09-09 03:46:40.000000000 +0200 @@ -198,6 +198,6 @@ return line_result(m, start); } -void check_impl_specific() { +void check_impl_specific(int* num_tests, int* num_errors) { } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashtables-1.4.1/cbits/defs.h new/hashtables-1.4.2/cbits/defs.h --- old/hashtables-1.4.1/cbits/defs.h 2001-09-09 03:46:40.000000000 +0200 +++ new/hashtables-1.4.2/cbits/defs.h 2001-09-09 03:46:40.000000000 +0200 @@ -30,6 +30,6 @@ void suicide(volatile int* check, int i); void CHECK(int actual, int expected, char* what); -void check_impl_specific(); +void check_impl_specific(int* num_tests, int* num_errors); #endif /* HASHTABLES_DEFS_H */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashtables-1.4.1/cbits/sse-42-check.c new/hashtables-1.4.2/cbits/sse-42-check.c --- old/hashtables-1.4.1/cbits/sse-42-check.c 2001-09-09 03:46:40.000000000 +0200 +++ new/hashtables-1.4.2/cbits/sse-42-check.c 2001-09-09 03:46:40.000000000 +0200 @@ -29,7 +29,7 @@ #undef F } -void check_impl_specific() { +void check_impl_specific(int* num_tests, int* num_errors) { check_fill(0); check_fill((small_hash_t) (-1)); check_fill((small_hash_t) (-5)); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashtables-1.4.1/changelog.md new/hashtables-1.4.2/changelog.md --- old/hashtables-1.4.1/changelog.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hashtables-1.4.2/changelog.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,10 @@ # Hashtables changelog +## 1.4.2 + + - Fix C compile errors in cbits. + - Bump lower bound for QuickCheck. + ## 1.4.1 - Fix broken compile when compiling with `-fportable` flag. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashtables-1.4.1/hashtables.cabal new/hashtables-1.4.2/hashtables.cabal --- old/hashtables-1.4.1/hashtables.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hashtables-1.4.2/hashtables.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ Cabal-Version: 2.2 Name: hashtables -Version: 1.4.1 +Version: 1.4.2 Synopsis: Mutable hash tables in the ST monad Homepage: http://github.com/gregorycollins/hashtables License: BSD-3-Clause @@ -13,7 +13,7 @@ tested-with: - GHC == 9.12.0 + GHC == 9.12.1 GHC == 9.10.1 GHC == 9.8.2 GHC == 9.6.6 @@ -276,7 +276,7 @@ hashable >= 1.4 && < 1.6, mwc-random >= 0.8 && <0.16, primitive, - QuickCheck >= 2.3.0.2, + QuickCheck >= 2.9, tasty >= 1.4 && <= 1.6, tasty-quickcheck >= 0.10 && <0.12, tasty-hunit >= 0.10 && <0.11, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashtables-1.4.1/test/hashtables-test.cabal new/hashtables-1.4.2/test/hashtables-test.cabal --- old/hashtables-1.4.1/test/hashtables-test.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hashtables-1.4.2/test/hashtables-test.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -5,7 +5,7 @@ Copyright: (c) 2011-2013, Google, Inc. Category: Data Build-type: Simple -Cabal-version: >= 1.8 +Cabal-version: >= 1.10 ------------------------------------------------------------------------------ Flag debug @@ -65,7 +65,7 @@ Build-depends: base >= 4 && <5, hashable >= 1.1 && <1.2 || >= 1.2.1 && <1.3, mwc-random >= 0.8 && <0.14, - QuickCheck >= 2.3.0.2 && <3, + QuickCheck >= 2.9 && <3, HUnit >= 1.2 && <2, test-framework >= 0.3.1 && <0.9, test-framework-quickcheck2 >= 0.2.6 && <0.4,