Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-type-equality for
openSUSE:Factory checked in at 2021-11-11 21:37:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-type-equality (Old)
and /work/SRC/openSUSE:Factory/.ghc-type-equality.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-type-equality"
Thu Nov 11 21:37:06 2021 rev:9 rq:930372 version:1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-type-equality/ghc-type-equality.changes
2021-01-20 18:26:13.291449134 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-type-equality.new.1890/ghc-type-equality.changes
2021-11-11 21:37:33.268938208 +0100
@@ -1,0 +2,6 @@
+Mon Nov 1 08:21:43 UTC 2021 - [email protected]
+
+- Update type-equality to version 1 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-type-equality.spec ++++++
--- /var/tmp/diff_new_pack.Y4GIRi/_old 2021-11-11 21:37:33.604938453 +0100
+++ /var/tmp/diff_new_pack.Y4GIRi/_new 2021-11-11 21:37:33.608938456 +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/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-rpm-macros
ExcludeArch: %{ix86}
++++++ type-equality.cabal ++++++
--- /var/tmp/diff_new_pack.Y4GIRi/_old 2021-11-11 21:37:33.636938477 +0100
+++ /var/tmp/diff_new_pack.Y4GIRi/_new 2021-11-11 21:37:33.640938479 +0100
@@ -1,6 +1,6 @@
name: type-equality
version: 1
-x-revision: 2
+x-revision: 3
stability: provisional
cabal-version: >=1.10
build-type: Simple
@@ -40,7 +40,9 @@
|| ==8.4.4
|| ==8.6.5
|| ==8.8.4
- || ==8.10.3
+ || ==8.10.4
+ || ==9.0.1
+ || ==9.2.1
source-repository head
type: git
@@ -48,7 +50,7 @@
library
default-language: Haskell2010
- build-depends: base >=4.3 && <4.16
+ build-depends: base >=4.3 && <4.17
if !impl(ghc >=7.8)
hs-source-dirs: src-old