Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-base64 for openSUSE:Factory checked in at 2022-02-11 23:08:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-base64 (Old) and /work/SRC/openSUSE:Factory/.ghc-base64.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-base64" Fri Feb 11 23:08:33 2022 rev:5 rq:953434 version:0.4.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-base64/ghc-base64.changes 2021-03-10 08:56:37.130849566 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-base64.new.1956/ghc-base64.changes 2022-02-11 23:10:31.211138714 +0100 @@ -1,0 +2,6 @@ +Sun Dec 26 23:39:57 UTC 2021 - Peter Simons <[email protected]> + +- Update base64 to version 0.4.2.3 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-base64.spec ++++++ --- /var/tmp/diff_new_pack.cHm06p/_old 2022-02-11 23:10:31.635139940 +0100 +++ /var/tmp/diff_new_pack.cHm06p/_new 2022-02-11 23:10:31.639139952 +0100 @@ -25,7 +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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-deepseq-devel ++++++ base64.cabal ++++++ --- /var/tmp/diff_new_pack.cHm06p/_old 2022-02-11 23:10:31.711140160 +0100 +++ /var/tmp/diff_new_pack.cHm06p/_new 2022-02-11 23:10:31.715140171 +0100 @@ -1,7 +1,7 @@ cabal-version: 2.0 name: base64 version: 0.4.2.3 -x-revision: 1 +x-revision: 2 synopsis: A modern RFC 4648-compliant Base64 library description: RFC 4648-compliant Base64 with an eye towards performance and modernity (additional support for RFC 7049 standards) @@ -52,7 +52,7 @@ Data.ByteString.Base64.Internal.W64.Loop build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , bytestring >=0.10 && <0.12 , deepseq >=1.4.3.0 && <1.4.6.0 , ghc-byteorder ^>=4.11.0.0 @@ -70,7 +70,7 @@ other-modules: Internal main-is: Main.hs build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , base64 , base64-bytestring , bytestring @@ -90,7 +90,7 @@ hs-source-dirs: benchmarks main-is: Base64Bench.hs build-depends: - base >=4.10 && <5 + base >=4.10 && <4.16 , base64 , base64-bytestring , bytestring
