Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-scientific for openSUSE:Factory checked in at 2025-01-05 15:29:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-scientific (Old) and /work/SRC/openSUSE:Factory/.ghc-scientific.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-scientific" Sun Jan 5 15:29:17 2025 rev:34 rq:1234637 version:0.3.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-scientific/ghc-scientific.changes 2024-07-22 17:17:35.928308012 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-scientific.new.1881/ghc-scientific.changes 2025-01-05 15:29:28.237355340 +0100 @@ -1,0 +2,6 @@ +Thu Dec 26 13:50:23 UTC 2024 - Peter Simons <psim...@suse.com> + +- Update scientific to version 0.3.8.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-scientific.spec ++++++ --- /var/tmp/diff_new_pack.mwbP1B/_old 2025-01-05 15:29:28.869381336 +0100 +++ /var/tmp/diff_new_pack.mwbP1B/_new 2025-01-05 15:29:28.873381500 +0100 @@ -26,7 +26,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-base-devel BuildRequires: ghc-base-prof ++++++ scientific.cabal ++++++ --- /var/tmp/diff_new_pack.mwbP1B/_old 2025-01-05 15:29:28.921383474 +0100 +++ /var/tmp/diff_new_pack.mwbP1B/_new 2025-01-05 15:29:28.925383639 +0100 @@ -1,6 +1,6 @@ name: scientific version: 0.3.8.0 -x-revision: 1 +x-revision: 2 synopsis: Numbers represented using scientific notation description: "Data.Scientific" provides the number type 'Scientific'. Scientific numbers are @@ -50,13 +50,14 @@ || ==9.0.2 || ==9.2.8 || ==9.4.8 - || ==9.6.5 - || ==9.8.2 + || ==9.6.6 + || ==9.8.4 || ==9.10.1 + || ==9.12.1 source-repository head type: git - location: git://github.com/basvandijk/scientific.git + location: https://github.com/basvandijk/scientific.git flag integer-simple description: Use the integer-simple package instead of integer-gmp @@ -79,7 +80,7 @@ ghc-options: -Wall build-depends: - base >=4.5 && <4.21 + base >=4.5 && <4.22 , binary >=0.8.6.0 && <0.9 , bytestring >=0.10.8.2 && <0.13 , containers >=0.6.0.1 && <0.8 @@ -87,7 +88,7 @@ , hashable >=1.4.4.0 && <1.6 , integer-logarithms >=1.0.3.1 && <1.1 , primitive >=0.9.0.0 && <0.10 - , template-haskell >=2.14.0.0 && <2.23 + , template-haskell >=2.14.0.0 && <2.24 , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2 if impl(ghc >=9.0)