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 2023-10-11 23:55:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-scientific (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-scientific.new.1807 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-scientific"

Wed Oct 11 23:55:57 2023 rev:30 rq:1116850 version:0.3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-scientific/ghc-scientific.changes    
2023-04-04 21:23:07.070113483 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-scientific.new.1807/ghc-scientific.changes  
2023-10-12 11:41:19.343344568 +0200
@@ -1,0 +2,6 @@
+Wed Oct  4 06:45:58 UTC 2023 - Peter Simons <[email protected]>
+
+- Update scientific to version 0.3.7.0 revision 6.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-scientific.spec ++++++
--- /var/tmp/diff_new_pack.wdw2ia/_old  2023-10-12 11:41:20.067370442 +0200
+++ /var/tmp/diff_new_pack.wdw2ia/_new  2023-10-12 11:41:20.071370585 +0200
@@ -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/5.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof

++++++ scientific.cabal ++++++
--- /var/tmp/diff_new_pack.wdw2ia/_old  2023-10-12 11:41:20.127372586 +0200
+++ /var/tmp/diff_new_pack.wdw2ia/_new  2023-10-12 11:41:20.131372730 +0200
@@ -1,6 +1,6 @@
 name:               scientific
 version:            0.3.7.0
-x-revision:         5
+x-revision:         6
 synopsis:           Numbers represented using scientific notation
 description:
   "Data.Scientific" provides the number type 'Scientific'. Scientific numbers 
are
@@ -54,9 +54,10 @@
    || ==8.8.4
    || ==8.10.7
    || ==9.0.2
-   || ==9.2.6
-   || ==9.4.4
-   || ==9.6.1
+   || ==9.2.8
+   || ==9.4.7
+   || ==9.6.3
+   || ==9.8.1
 
 source-repository head
   type:     git
@@ -90,15 +91,15 @@
 
   ghc-options:      -Wall
   build-depends:
-      base                >=4.5     && <4.19
+      base                >=4.5     && <4.20
     , binary              >=0.5.1   && <0.9
     , containers          >=0.4.2.1 && <0.7
-    , deepseq             >=1.3.0.0 && <1.5
+    , deepseq             >=1.3.0.0 && <1.6
     , hashable            >=1.2.7.0 && <1.5
     , integer-logarithms  >=1.0.3.1 && <1.1
     , primitive           >=0.7.1.0 && <0.9
-    , template-haskell    >=2.8     && <2.21
-    , text                >=1.2.3.0 && <1.3 || >=2.0 && <2.1
+    , template-haskell    >=2.8     && <2.22
+    , text                >=1.2.3.0 && <1.3 || >=2.0 && <2.2
 
   if flag(bytestring-builder)
     build-depends:
@@ -106,7 +107,7 @@
       , bytestring-builder  >=0.10.4 && <0.11
 
   else
-    build-depends: bytestring >=0.10.4 && <0.12
+    build-depends: bytestring >=0.10.4 && <0.13
 
   if impl(ghc >=9.0)
     build-depends: base >=4.15

Reply via email to