Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-integer-logarithms for 
openSUSE:Factory checked in at 2022-10-13 15:42:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-integer-logarithms (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-integer-logarithms"

Thu Oct 13 15:42:23 2022 rev:17 rq:1008482 version:1.0.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-integer-logarithms/ghc-integer-logarithms.changes
    2021-11-11 21:36:52.500908475 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.2275/ghc-integer-logarithms.changes
  2022-10-13 15:42:29.638778778 +0200
@@ -1,0 +2,6 @@
+Wed Aug 10 09:33:30 UTC 2022 - Peter Simons <[email protected]>
+
+- Update integer-logarithms to version 1.0.3.1 revision 3.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-integer-logarithms.spec ++++++
--- /var/tmp/diff_new_pack.XNWed5/_old  2022-10-13 15:42:30.090779659 +0200
+++ /var/tmp/diff_new_pack.XNWed5/_new  2022-10-13 15:42:30.094779668 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-integer-logarithms
 #
-# 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:        MIT
 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-array-devel
 BuildRequires:  ghc-rpm-macros

++++++ integer-logarithms.cabal ++++++
--- /var/tmp/diff_new_pack.XNWed5/_old  2022-10-13 15:42:30.142779761 +0200
+++ /var/tmp/diff_new_pack.XNWed5/_new  2022-10-13 15:42:30.146779768 +0200
@@ -1,6 +1,6 @@
 name:               integer-logarithms
 version:            1.0.3.1
-x-revision:         2
+x-revision:         3
 cabal-version:      >=1.10
 author:             Daniel Fischer
 copyright:
@@ -36,8 +36,9 @@
      || ==8.6.4
      || ==8.8.4
      || ==8.10.4
-     || ==9.0.1
-     || ==9.2.1
+     || ==9.0.2
+     || ==9.2.4
+     || ==9.4.1
   , GHCJS ==8.4
 
 extra-source-files:
@@ -59,8 +60,8 @@
   hs-source-dirs:   src
   build-depends:
       array     >=0.3 && <0.6
-    , base      >=4.3 && <4.17
-    , ghc-prim  <0.9
+    , base      >=4.3 && <4.18
+    , ghc-prim  <0.10
 
   if !impl(ghc >=7.10)
     build-depends: nats >=1.1.2 && <1.2
@@ -68,7 +69,7 @@
   if impl(ghc >=9.0)
     build-depends:
         base        >=4.15
-      , ghc-bignum  >=1.0  && <1.3
+      , ghc-bignum  >=1.0  && <1.4
 
     if !flag(integer-gmp)
       build-depends: invalid-cabal-flag-settings <0

Reply via email to