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 2026-06-10 16:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-integer-logarithms (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-integer-logarithms"

Wed Jun 10 16:02:59 2026 rev:23 rq:1358400 version:1.0.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-integer-logarithms/ghc-integer-logarithms.changes
    2024-12-29 11:56:48.060575911 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.2375/ghc-integer-logarithms.changes
  2026-06-10 16:05:29.967415726 +0200
@@ -1,0 +2,7 @@
+Sun Jan  4 20:13:48 UTC 2026 - Peter Simons <[email protected]>
+
+- Update integer-logarithms to version 1.0.5.
+  Upstream has not updated the file "changelog.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  integer-logarithms-1.0.4.tar.gz

New:
----
  integer-logarithms-1.0.5.tar.gz

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

Other differences:
------------------
++++++ ghc-integer-logarithms.spec ++++++
--- /var/tmp/diff_new_pack.uyL9uL/_old  2026-06-10 16:05:31.759489990 +0200
+++ /var/tmp/diff_new_pack.uyL9uL/_new  2026-06-10 16:05:31.763490156 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-integer-logarithms
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.0.4
+Version:        1.0.5
 Release:        0
 Summary:        Integer logarithms
 License:        MIT
@@ -39,8 +39,6 @@
 BuildRequires:  ghc-smallcheck-devel
 BuildRequires:  ghc-smallcheck-prof
 BuildRequires:  ghc-tasty-devel
-BuildRequires:  ghc-tasty-hunit-devel
-BuildRequires:  ghc-tasty-hunit-prof
 BuildRequires:  ghc-tasty-prof
 BuildRequires:  ghc-tasty-quickcheck-devel
 BuildRequires:  ghc-tasty-quickcheck-prof

++++++ integer-logarithms-1.0.4.tar.gz -> integer-logarithms-1.0.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/integer-logarithms-1.0.4/integer-logarithms.cabal 
new/integer-logarithms-1.0.5/integer-logarithms.cabal
--- old/integer-logarithms-1.0.4/integer-logarithms.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/integer-logarithms-1.0.5/integer-logarithms.cabal       2001-09-09 
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 name:               integer-logarithms
-version:            1.0.4
+version:            1.0.5
 cabal-version:      >=1.10
 author:             Daniel Fischer
 copyright:
@@ -23,16 +23,17 @@
 
 category:           Math, Algorithms, Number Theory
 tested-with:
-    GHC ==8.6.5
-     || ==8.8.4
-     || ==8.10.4
-     || ==9.0.2
-     || ==9.2.8
-     || ==9.4.8
-     || ==9.6.6
-     || ==9.8.4
-     || ==9.10.1
-     || ==9.12.1
+  GHC ==8.6.5
+   || ==8.8.4
+   || ==8.10.4
+   || ==9.0.2
+   || ==9.2.8
+   || ==9.4.8
+   || ==9.6.6
+   || ==9.8.4
+   || ==9.10.2
+   || ==9.12.2
+   || ==9.14.1
 
 extra-source-files:
   changelog.md
@@ -52,17 +53,14 @@
   default-language: Haskell2010
   hs-source-dirs:   src
   build-depends:
-      array     >=0.5.3.0  && <0.6
-    , base      >=4.12.0.0 && <4.22
-    , ghc-prim  <0.14
+      array  >=0.5.3.0  && <0.6
+    , base   >=4.12.0.0 && <4.23
 
   if !impl(ghc >=7.10)
     build-depends: nats >=1.1.2 && <1.2
 
   if impl(ghc >=9.0)
-    build-depends:
-        base        >=4.15
-      , ghc-bignum  >=1.0  && <1.4
+    build-depends: base >=4.15
 
     if !flag(integer-gmp)
       build-depends: invalid-cabal-flag-settings <0
@@ -113,12 +111,11 @@
   build-depends:
       base
     , integer-logarithms
-    , QuickCheck          >=2.14.1 && <2.16
-    , smallcheck          >=1.2    && <1.3
-    , tasty               >=1.4   && <1.6
-    , tasty-hunit         >=0.10    && <0.11
-    , tasty-quickcheck    >=0.10    && <0.12
-    , tasty-smallcheck    >=0.8    && <0.9
+    , QuickCheck          >=2.16.0.0 && <2.18
+    , smallcheck          >=1.2      && <1.3
+    , tasty               >=1.4      && <1.6
+    , tasty-quickcheck    >=0.10     && <0.12
+    , tasty-smallcheck    >=0.8      && <0.9
 
   other-modules:
     Math.NumberTheory.LogarithmsTests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/integer-logarithms-1.0.4/test-suite/Orphans.hs 
new/integer-logarithms-1.0.5/test-suite/Orphans.hs
--- old/integer-logarithms-1.0.4/test-suite/Orphans.hs  2001-09-09 
03:46:40.000000000 +0200
+++ new/integer-logarithms-1.0.5/test-suite/Orphans.hs  2001-09-09 
03:46:40.000000000 +0200
@@ -1,12 +1,15 @@
+{-# LANGUAGE CPP #-}
 {-# OPTIONS_GHC -fno-warn-orphans #-}
 module Orphans () where
 
 import Numeric.Natural (Natural)
 import Test.QuickCheck (Arbitrary (..))
 
+#if !MIN_VERSION_QuickCheck(2,17,0)
 -- | The QuickCheck-2.10 doesn't define the Arbitrary Natural instance
 -- We define own instance (and not use quickcheck-instance) to break
 -- the cycle in tests.
 instance Arbitrary Natural where
     arbitrary = fmap (fromInteger . abs) arbitrary
     shrink = map (fromInteger . abs) . shrink . fromIntegral
+#endif

Reply via email to