Hello community,

here is the log from the commit of package ghc-integer-logarithms for 
openSUSE:Factory checked in at 2020-11-11 20:46:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-integer-logarithms (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.26437 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-integer-logarithms"

Wed Nov 11 20:46:04 2020 rev:14 rq:847473 version:1.0.3.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-integer-logarithms/ghc-integer-logarithms.changes
    2020-09-07 22:02:46.770086440 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-integer-logarithms.new.26437/ghc-integer-logarithms.changes
 2020-11-11 20:46:06.251629368 +0100
@@ -1,0 +2,9 @@
+Mon Nov  2 03:03:02 UTC 2020 - [email protected]
+
+- Update integer-logarithms to version 1.0.3.1.
+  Upstream has edited the change log file since the last release in
+  a non-trivial way, i.e. they did more than just add a new entry
+  at the top. You can review the file at:
+  
http://hackage.haskell.org/package/integer-logarithms-1.0.3.1/src/changelog.md
+
+-------------------------------------------------------------------

Old:
----
  integer-logarithms-1.0.3.tar.gz
  integer-logarithms.cabal

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

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

Other differences:
------------------
++++++ ghc-integer-logarithms.spec ++++++
--- /var/tmp/diff_new_pack.SVqGaL/_old  2020-11-11 20:46:07.011630122 +0100
+++ /var/tmp/diff_new_pack.SVqGaL/_new  2020-11-11 20:46:07.015630125 +0100
@@ -19,13 +19,12 @@
 %global pkg_name integer-logarithms
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.0.3
+Version:        1.0.3.1
 Release:        0
 Summary:        Integer logarithms
 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
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-rpm-macros
@@ -59,7 +58,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ integer-logarithms-1.0.3.tar.gz -> integer-logarithms-1.0.3.1.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/integer-logarithms-1.0.3/changelog.md 
new/integer-logarithms-1.0.3.1/changelog.md
--- old/integer-logarithms-1.0.3/changelog.md   2001-09-09 03:46:40.000000000 
+0200
+++ new/integer-logarithms-1.0.3.1/changelog.md 2001-09-09 03:46:40.000000000 
+0200
@@ -1,3 +1,8 @@
+1.0.3.1
+-------
+
+- GHC-9.0 support
+
 1.0.3
 -----
 
@@ -6,7 +11,7 @@
 1.0.2.2
 -------
 
-- GHC-8.6.1 compatible relase
+- GHC-8.6.1 compatible release
 - Fix compilation when `+check-bounds`
 
 1.0.2.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/integer-logarithms-1.0.3/integer-logarithms.cabal 
new/integer-logarithms-1.0.3.1/integer-logarithms.cabal
--- old/integer-logarithms-1.0.3/integer-logarithms.cabal       2001-09-09 
03:46:40.000000000 +0200
+++ new/integer-logarithms-1.0.3.1/integer-logarithms.cabal     2001-09-09 
03:46:40.000000000 +0200
@@ -1,16 +1,17 @@
 name:               integer-logarithms
-version:            1.0.3
-cabal-version:      >= 1.10
+version:            1.0.3.1
+cabal-version:      >=1.10
 author:             Daniel Fischer
-copyright:          (c) 2011 Daniel Fischer
+copyright:
+  (c) 2011 Daniel Fischer, 2017-2020 Oleg Grenrus, Andrew Lelechenko
+
 license:            MIT
 license-file:       LICENSE
 maintainer:         Oleg Grenrus <[email protected]>
 build-type:         Simple
 stability:          Provisional
-homepage:           https://github.com/Bodigrim/integer-logarithms
-bug-reports:        https://github.com/Bodigrim/integer-logarithms/issues
-
+homepage:           https://github.com/haskellari/integer-logarithms
+bug-reports:        https://github.com/haskellari/integer-logarithms/issues
 synopsis:           Integer logarithms.
 description:
   "Math.NumberTheory.Logarithms" and "Math.NumberTheory.Powers.Integer"
@@ -21,91 +22,109 @@
   additional functions in migrated modules.
 
 category:           Math, Algorithms, Number Theory
-
 tested-with:
-  GHC==7.0.4,
-  GHC==7.2.2,
-  GHC==7.4.2,
-  GHC==7.6.3,
-  GHC==7.8.4,
-  GHC==7.10.3,
-  GHC==8.0.2,
-  GHC==8.2.2,
-  GHC==8.4.4,
-  GHC==8.6.4,
-  GHC==8.8.1
-
-extra-source-files  : readme.md changelog.md
+    GHC ==7.0.4
+     || ==7.2.2
+     || ==7.4.2
+     || ==7.6.3
+     || ==7.8.4
+     || ==7.10.3
+     || ==8.0.2
+     || ==8.2.2
+     || ==8.4.4
+     || ==8.6.4
+     || ==8.8.4
+     || ==8.10.2
+  , GHCJS ==8.4
+
+extra-source-files:
+  changelog.md
+  readme.md
 
 flag integer-gmp
-  description:  integer-gmp or integer-simple
-  default:      True
-  manual:       False
+  description: integer-gmp or integer-simple
+  default:     True
+  manual:      False
 
 flag check-bounds
-  description:  Replace unsafe array operations with safe ones
-  default:      False
-  manual:       True
+  description: Replace unsafe array operations with safe ones
+  default:     False
+  manual:      True
 
 library
   default-language: Haskell2010
-  hs-source-dirs: src
+  hs-source-dirs:   src
   build-depends:
-    base >= 4.3 && < 4.13,
-    array >= 0.3 && < 0.6,
-    ghc-prim < 0.6
+      array     >=0.3 && <0.6
+    , base      >=4.3 && <4.16
+    , ghc-prim  >=0   && <0.8
 
-  if !impl(ghc >= 7.10)
-    build-depends: nats >= 1.1.2 && <1.2
+  if !impl(ghc >=7.10)
+    build-depends: nats >=1.1.2 && <1.2
 
-  if flag(integer-gmp)
+  if impl(ghc >=9.0)
     build-depends:
-      integer-gmp < 1.1
+        base        >=4.15
+      , ghc-bignum  >=1.0  && <1.1
+
+    if !flag(integer-gmp)
+      build-depends: invalid-cabal-flag-settings <0
+
   else
-    build-depends:
-      integer-simple
+    build-depends: base <4.15
+
+    if flag(integer-gmp)
+      build-depends: integer-gmp <1.1
+
+    else
+      build-depends: integer-simple
 
   exposed-modules:
     Math.NumberTheory.Logarithms
     Math.NumberTheory.Powers.Integer
     Math.NumberTheory.Powers.Natural
-    GHC.Integer.Logarithms.Compat
+
+  -- compat module
+  exposed-modules:  GHC.Integer.Logarithms.Compat
   other-extensions:
     BangPatterns
     CPP
     MagicHash
 
-  ghc-options: -O2 -Wall
+  ghc-options:      -O2 -Wall
+
   if flag(check-bounds)
     cpp-options: -DCheckBounds
 
 source-repository head
   type:     git
-  location: https://github.com/Bodigrim/integer-logarithms
+  location: https://github.com/haskellari/integer-logarithms
 
 test-suite spec
-  type:                 exitcode-stdio-1.0
-  hs-source-dirs:       test-suite
-  ghc-options:          -Wall
-  main-is:              Test.hs
-  default-language:     Haskell2010
+  type:             exitcode-stdio-1.0
+  hs-source-dirs:   test-suite
+  ghc-options:      -Wall
+  main-is:          Test.hs
+  default-language: Haskell2010
   other-extensions:
-    StandaloneDeriving
     FlexibleContexts
     FlexibleInstances
     GeneralizedNewtypeDeriving
     MultiParamTypeClasses
+    StandaloneDeriving
+
   build-depends:
-    base,
-    integer-logarithms,
-    tasty >= 0.10 && < 1.3,
-    tasty-smallcheck >= 0.8 && < 0.9,
-    tasty-quickcheck >= 0.8 && < 0.11,
-    tasty-hunit >= 0.9 && < 0.11,
-    QuickCheck >= 2.10 && < 2.14,
-    smallcheck >= 1.1.3 && < 1.2
-  if !impl(ghc >= 7.10)
-    build-depends: nats >= 1.1 && <1.2
+      base
+    , integer-logarithms
+    , QuickCheck          >=2.14.1 && <2.15
+    , smallcheck          >=1.2    && <1.3
+    , tasty               >=0.10   && <1.4
+    , tasty-hunit         >=0.9    && <0.11
+    , tasty-quickcheck    >=0.8    && <0.11
+    , tasty-smallcheck    >=0.8    && <0.9
+
+  if !impl(ghc >=7.10)
+    build-depends: nats ==1.1.*
 
   other-modules:
     Math.NumberTheory.LogarithmsTests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/integer-logarithms-1.0.3/src/Math/NumberTheory/Logarithms.hs 
new/integer-logarithms-1.0.3.1/src/Math/NumberTheory/Logarithms.hs
--- old/integer-logarithms-1.0.3/src/Math/NumberTheory/Logarithms.hs    
2001-09-09 03:46:40.000000000 +0200
+++ new/integer-logarithms-1.0.3.1/src/Math/NumberTheory/Logarithms.hs  
2001-09-09 03:46:40.000000000 +0200
@@ -44,6 +44,10 @@
 import Data.Array.Unboxed
 import Numeric.Natural
 
+#ifdef MIN_VERSION_ghc_bignum
+import qualified GHC.Num.Natural as BN
+#endif
+
 import GHC.Integer.Logarithms.Compat
 #if MIN_VERSION_base(4,8,0) && defined(MIN_VERSION_integer_gmp)
 import GHC.Integer.GMP.Internals (Integer (..))
@@ -316,12 +320,16 @@
 fromNatural = fromIntegral
 
 naturalLog2# :: Natural -> Int#
+#ifdef MIN_VERSION_ghc_bignum
+naturalLog2# n = word2Int# (BN.naturalLog2# n)
+#else
 #if MIN_VERSION_base(4,8,0) && defined(MIN_VERSION_integer_gmp)
 naturalLog2# (NatS# b) = wordLog2# b
 naturalLog2# (NatJ# n) = integerLog2# (Jp# n)
 #else
 naturalLog2# n = integerLog2# (toInteger n)
 #endif
+#endif
 
 #if __GLASGOW_HASKELL__ < 707
 -- The times they are a-changing. The types of primops too :(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/integer-logarithms-1.0.3/test-suite/Math/NumberTheory/LogarithmsTests.hs 
new/integer-logarithms-1.0.3.1/test-suite/Math/NumberTheory/LogarithmsTests.hs
--- 
old/integer-logarithms-1.0.3/test-suite/Math/NumberTheory/LogarithmsTests.hs    
    2001-09-09 03:46:40.000000000 +0200
+++ 
new/integer-logarithms-1.0.3.1/test-suite/Math/NumberTheory/LogarithmsTests.hs  
    2001-09-09 03:46:40.000000000 +0200
@@ -68,7 +68,7 @@
 naturalLog2HugeProperty :: Huge (Positive Natural) -> Bool
 naturalLog2HugeProperty (Huge (Positive n)) = 2 ^ l <= n && 2 ^ (l + 1) > n
   where
-    l = fromIntegral $ naturalLog2 n
+    l = naturalLog2 n
 
 -- | Check that 'naturalLog10' returns the largest natural @l@ such that 10 ^ 
@l@ <= @n@ and 10 ^ (@l@+1) > @n@.
 naturalLog10Property :: Positive Natural -> Bool
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to