Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-profunctors for openSUSE:Factory
checked in at 2021-12-19 17:34:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-profunctors (Old)
and /work/SRC/openSUSE:Factory/.ghc-profunctors.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-profunctors"
Sun Dec 19 17:34:31 2021 rev:21 rq:933326 version:5.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-profunctors/ghc-profunctors.changes
2021-08-25 20:58:02.825173884 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-profunctors.new.2520/ghc-profunctors.changes
2021-12-19 17:34:46.640279344 +0100
@@ -1,0 +2,6 @@
+Tue Nov 16 19:52:36 UTC 2021 - [email protected]
+
+- Update profunctors to version 5.6.2 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-profunctors.spec ++++++
--- /var/tmp/diff_new_pack.Q6dIlg/_old 2021-12-19 17:34:47.164279713 +0100
+++ /var/tmp/diff_new_pack.Q6dIlg/_new 2021-12-19 17:34:47.168279715 +0100
@@ -24,7 +24,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-orphans-devel
BuildRequires: ghc-bifunctors-devel
++++++ profunctors.cabal ++++++
--- /var/tmp/diff_new_pack.Q6dIlg/_old 2021-12-19 17:34:47.204279741 +0100
+++ /var/tmp/diff_new_pack.Q6dIlg/_new 2021-12-19 17:34:47.204279741 +0100
@@ -1,7 +1,7 @@
name: profunctors
category: Control, Categories
version: 5.6.2
-x-revision: 1
+x-revision: 2
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
@@ -46,7 +46,7 @@
transformers >= 0.3 && < 0.7
if !impl(ghc >= 8.0)
- build-depends: semigroups >= 0.18.5 && < 0.20
+ build-depends: semigroups >= 0.18.5 && < 0.21
exposed-modules:
Data.Profunctor