Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-cereal for openSUSE:Factory checked in at 2022-10-13 15:41:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-cereal (Old) and /work/SRC/openSUSE:Factory/.ghc-cereal.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cereal" Thu Oct 13 15:41:27 2022 rev:20 rq:1008446 version:0.5.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-cereal/ghc-cereal.changes 2022-08-01 21:29:45.625546552 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-cereal.new.2275/ghc-cereal.changes 2022-10-13 15:41:34.574671284 +0200 @@ -1,0 +2,8 @@ +Tue Aug 9 18:33:38 UTC 2022 - Peter Simons <[email protected]> + +- Update cereal to version 0.5.8.3. + 0.5.8.3 + ======= + * GHC 9.4.1 compatibility + +------------------------------------------------------------------- Old: ---- cereal-0.5.8.2.tar.gz cereal.cabal New: ---- cereal-0.5.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-cereal.spec ++++++ --- /var/tmp/diff_new_pack.pocAkg/_old 2022-10-13 15:41:35.374672846 +0200 +++ /var/tmp/diff_new_pack.pocAkg/_new 2022-10-13 15:41:35.378672854 +0200 @@ -19,13 +19,12 @@ %global pkg_name cereal %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.5.8.2 +Version: 0.5.8.3 Release: 0 Summary: A binary serialization library 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 @@ -54,7 +53,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ cereal-0.5.8.2.tar.gz -> cereal-0.5.8.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cereal-0.5.8.2/CHANGELOG.md new/cereal-0.5.8.3/CHANGELOG.md --- old/cereal-0.5.8.2/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/cereal-0.5.8.3/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +0.5.8.3 +======= +* GHC 9.4.1 compatibility + 0.5.8.1 ======= * GHC 8.8.1 compatibility diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cereal-0.5.8.2/cereal.cabal new/cereal-0.5.8.3/cereal.cabal --- old/cereal-0.5.8.2/cereal.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/cereal-0.5.8.3/cereal.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: cereal -version: 0.5.8.2 +version: 0.5.8.3 license: BSD3 license-file: LICENSE author: Lennart Kolmodin <[email protected]>, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cereal-0.5.8.2/src/Data/Serialize/Get.hs new/cereal-0.5.8.3/src/Data/Serialize/Get.hs --- old/cereal-0.5.8.2/src/Data/Serialize/Get.hs 2001-09-09 03:46:40.000000000 +0200 +++ new/cereal-0.5.8.3/src/Data/Serialize/Get.hs 2001-09-09 03:46:40.000000000 +0200 @@ -741,8 +741,12 @@ #endif #else +#if MIN_VERSION_base(4,17,0) +shiftl_w64 (W64# w) (I# i) = W64# (w `uncheckedShiftL64#` i) +#else shiftl_w64 (W64# w) (I# i) = W64# (w `uncheckedShiftL#` i) #endif +#endif #else shiftl_w16 = shiftL
