Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-integer-conversion for
openSUSE:Factory checked in at 2026-06-10 16:02:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-integer-conversion (Old)
and /work/SRC/openSUSE:Factory/.ghc-integer-conversion.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-integer-conversion"
Wed Jun 10 16:02:53 2026 rev:4 rq:1358399 version:0.1.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-integer-conversion/ghc-integer-conversion.changes
2025-01-18 13:18:51.427363463 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-integer-conversion.new.2375/ghc-integer-conversion.changes
2026-06-10 16:05:23.899164255 +0200
@@ -1,0 +2,6 @@
+Sun Jan 4 21:58:31 UTC 2026 - Peter Simons <[email protected]>
+
+- Update integer-conversion to version 0.1.1 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-integer-conversion.spec ++++++
--- /var/tmp/diff_new_pack.l0Kw04/_old 2026-06-10 16:05:26.423268855 +0200
+++ /var/tmp/diff_new_pack.l0Kw04/_new 2026-06-10 16:05:26.427269021 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-integer-conversion
#
-# Copyright (c) 2025 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
@@ -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/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
++++++ integer-conversion.cabal ++++++
--- /var/tmp/diff_new_pack.l0Kw04/_old 2026-06-10 16:05:26.475271010 +0200
+++ /var/tmp/diff_new_pack.l0Kw04/_new 2026-06-10 16:05:26.479271176 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: integer-conversion
version: 0.1.1
-x-revision: 1
+x-revision: 2
synopsis: Conversion from strings to Integer
category: Data
description:
@@ -26,8 +26,9 @@
|| ==9.4.8
|| ==9.6.6
|| ==9.8.4
- || ==9.10.1
- || ==9.12.1
+ || ==9.10.2
+ || ==9.12.2
+ || ==9.14.1
source-repository head
type: git
@@ -38,7 +39,7 @@
hs-source-dirs: src
exposed-modules: Data.Integer.Conversion
build-depends:
- , base >=4.12.0.0 && <4.22
+ , base >=4.12.0.0 && <4.23
, bytestring ^>=0.10.8.1 || ^>=0.11.4.0 || ^>=0.12.0.2
, primitive ^>=0.9.0.0
, text ^>=1.2.3.0 || ^>=2.0.1 || ^>=2.1
@@ -56,7 +57,7 @@
-- test dependencies
build-depends:
- , QuickCheck ^>=2.14.3 || ^>=2.15
+ , QuickCheck ^>=2.14.3 || ^>=2.15 || ^>=2.16.0.0 || ^>=2.17.1.0
, tasty ^>=1.4.3 || ^>=1.5
, tasty-quickcheck ^>=0.10.2 || ^>=0.11
@@ -77,7 +78,7 @@
, text
-- bench dependencies
- build-depends: tasty-bench ^>=0.3.4 || ^>=0.4.1
+ build-depends: tasty-bench ^>=0.3.4 || ^>=0.4.1 || ^>=0.5
other-modules:
Alternative
Naive