Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-foldable1-classes-compat for
openSUSE:Factory checked in at 2023-08-18 19:28:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-foldable1-classes-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-foldable1-classes-compat.new.1766
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-foldable1-classes-compat"
Fri Aug 18 19:28:02 2023 rev:2 rq:1104408 version:0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-foldable1-classes-compat/ghc-foldable1-classes-compat.changes
2023-06-22 23:25:20.201619915 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-foldable1-classes-compat.new.1766/ghc-foldable1-classes-compat.changes
2023-08-18 19:28:16.451306760 +0200
@@ -1,0 +2,6 @@
+Mon Aug 7 12:03:23 UTC 2023 - Peter Simons <[email protected]>
+
+- Update foldable1-classes-compat to version 0.1 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-foldable1-classes-compat.spec ++++++
--- /var/tmp/diff_new_pack.NZYvRO/_old 2023-08-18 19:28:17.523308682 +0200
+++ /var/tmp/diff_new_pack.NZYvRO/_new 2023-08-18 19:28:17.563308754 +0200
@@ -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/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-base-devel
BuildRequires: ghc-base-prof
++++++ foldable1-classes-compat.cabal ++++++
--- /var/tmp/diff_new_pack.NZYvRO/_old 2023-08-18 19:28:17.823309221 +0200
+++ /var/tmp/diff_new_pack.NZYvRO/_new 2023-08-18 19:28:17.859309285 +0200
@@ -1,7 +1,7 @@
cabal-version: >=1.10
name: foldable1-classes-compat
version: 0.1
-x-revision: 2
+x-revision: 3
synopsis:
Compatibility package for the Foldable1 and Bifoldable1 type classes
@@ -61,7 +61,7 @@
library
default-language: Haskell2010
ghc-options: -Wall
- build-depends: base >=4.3 && <4.19
+ build-depends: base >=4.3 && <4.20
if !impl(ghc >= 9.6)
hs-source-dirs: src
@@ -90,7 +90,7 @@
build-depends: tagged >=0.4.4 && <1
if impl(ghc >= 9.0)
- build-depends: ghc-prim >= 0.7 && <0.11
+ build-depends: ghc-prim >= 0.7 && <0.12
else
if !impl(ghc >=7.6)
build-depends: ghc-prim
@@ -146,5 +146,5 @@
build-depends:
criterion >=1.5.6.1 && <1.7
- , deepseq >=1.3 && <1.5
+ , deepseq >=1.3 && <1.6