Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-hashable for openSUSE:Factory checked in at 2024-07-22 17:16:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-hashable (Old) and /work/SRC/openSUSE:Factory/.ghc-hashable.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hashable" Mon Jul 22 17:16:23 2024 rev:38 rq:1188641 version:1.4.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-hashable/ghc-hashable.changes 2024-06-17 19:29:48.414939200 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-hashable.new.17339/ghc-hashable.changes 2024-07-22 17:17:14.647461987 +0200 @@ -1,0 +2,8 @@ +Mon Jun 24 10:44:33 UTC 2024 - Peter Simons <[email protected]> + +- Update hashable to version 1.4.7.0. + ## Version 1.4.7.0 + + * Make `arch-native` disabled by default. + +------------------------------------------------------------------- Old: ---- hashable-1.4.6.0.tar.gz New: ---- hashable-1.4.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-hashable.spec ++++++ --- /var/tmp/diff_new_pack.IFmkLb/_old 2024-07-22 17:17:15.495495701 +0200 +++ /var/tmp/diff_new_pack.IFmkLb/_new 2024-07-22 17:17:15.495495701 +0200 @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.4.6.0 +Version: 1.4.7.0 Release: 0 Summary: A class for types that can be converted to a hash value License: BSD-3-Clause ++++++ hashable-1.4.6.0.tar.gz -> hashable-1.4.7.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashable-1.4.6.0/CHANGES.md new/hashable-1.4.7.0/CHANGES.md --- old/hashable-1.4.6.0/CHANGES.md 2001-09-09 03:46:40.000000000 +0200 +++ new/hashable-1.4.7.0/CHANGES.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,9 @@ See also https://pvp.haskell.org/faq +## Version 1.4.7.0 + + * Make `arch-native` disabled by default. + ## Version 1.4.6.0 * Use GND&DerivingVia to derive `newtype` intances (`Data.Semigroup`, `Data.Monoid`, `Identity` etc). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hashable-1.4.6.0/hashable.cabal new/hashable-1.4.7.0/hashable.cabal --- old/hashable-1.4.6.0/hashable.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/hashable-1.4.7.0/hashable.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 2.2 name: hashable -version: 1.4.6.0 +version: 1.4.7.0 synopsis: A class for types that can be converted to a hash value description: This package defines a class, 'Hashable', for types that can be converted to a hash value. @@ -61,10 +61,11 @@ flag arch-native description: Use @-march=native@ when compiling C sources. - You may need to disable this flag if you are building distributable binaries + Portable implementation is 15-50% slower. + Consider enabling this flag if hashing performance is important. manual: True - default: True + default: False flag random-initial-seed description:
