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 2022-10-13 15:42:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-scientific (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-scientific.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-scientific"

Thu Oct 13 15:42:53 2022 rev:28 rq:1008507 version:0.3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-scientific/ghc-scientific.changes    
2022-02-11 23:11:31.147312066 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-scientific.new.2275/ghc-scientific.changes  
2022-10-13 15:43:01.814841589 +0200
@@ -1,0 +2,6 @@
+Wed Aug 10 20:38:08 UTC 2022 - Peter Simons <[email protected]>
+
+- Update scientific to version 0.3.7.0 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-scientific.spec ++++++
--- /var/tmp/diff_new_pack.YdWT12/_old  2022-10-13 15:43:02.782843479 +0200
+++ /var/tmp/diff_new_pack.YdWT12/_new  2022-10-13 15:43:02.798843510 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-scientific
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/2.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-binary-devel
 BuildRequires:  ghc-bytestring-devel

++++++ scientific.cabal ++++++
--- /var/tmp/diff_new_pack.YdWT12/_old  2022-10-13 15:43:02.842843595 +0200
+++ /var/tmp/diff_new_pack.YdWT12/_new  2022-10-13 15:43:02.850843611 +0200
@@ -1,6 +1,6 @@
 name:               scientific
 version:            0.3.7.0
-x-revision:         2
+x-revision:         3
 synopsis:           Numbers represented using scientific notation
 description:
   "Data.Scientific" provides the number type 'Scientific'. Scientific numbers 
are
@@ -53,8 +53,9 @@
    || ==8.6.5
    || ==8.8.4
    || ==8.10.7
-   || ==9.0.1
-   || ==9.2.1
+   || ==9.0.2
+   || ==9.2.4
+   || ==9.4.1
 
 source-repository head
   type:     git
@@ -88,14 +89,14 @@
 
   ghc-options:      -Wall
   build-depends:
-      base                >=4.5     && <4.17
+      base                >=4.5     && <4.18
     , binary              >=0.5.1   && <0.9
     , containers          >=0.4.2.1 && <0.7
     , deepseq             >=1.3.0.0 && <1.5
     , hashable            >=1.2.7.0 && <1.5
     , integer-logarithms  >=1.0.3.1 && <1.1
     , primitive           >=0.7.1.0 && <0.8
-    , template-haskell    >=2.8     && <2.19
+    , template-haskell    >=2.8     && <2.20
     , text                >=1.2.3.0 && <1.3 || >=2.0 && <2.1
 
   if flag(bytestring-builder)

Reply via email to