Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-ghc-byteorder for
openSUSE:Factory checked in at 2021-11-11 21:36:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ghc-byteorder (Old)
and /work/SRC/openSUSE:Factory/.ghc-ghc-byteorder.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ghc-byteorder"
Thu Nov 11 21:36:28 2021 rev:4 rq:930327 version:4.11.0.0.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ghc-byteorder/ghc-ghc-byteorder.changes
2021-03-10 08:56:48.910861726 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-ghc-byteorder.new.1890/ghc-ghc-byteorder.changes
2021-11-11 21:36:42.072900870 +0100
@@ -1,0 +2,6 @@
+Mon Nov 1 08:30:42 UTC 2021 - [email protected]
+
+- Update ghc-byteorder to version 4.11.0.0.10 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-ghc-byteorder.spec ++++++
--- /var/tmp/diff_new_pack.BWC7Kc/_old 2021-11-11 21:36:42.616901267 +0100
+++ /var/tmp/diff_new_pack.BWC7Kc/_new 2021-11-11 21:36:42.620901269 +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-rpm-macros
ExcludeArch: %{ix86}
++++++ ghc-byteorder.cabal ++++++
--- /var/tmp/diff_new_pack.BWC7Kc/_old 2021-11-11 21:36:42.648901290 +0100
+++ /var/tmp/diff_new_pack.BWC7Kc/_new 2021-11-11 21:36:42.648901290 +0100
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: ghc-byteorder
version: 4.11.0.0.10
-x-revision: 1
+x-revision: 2
license: BSD-3-Clause
license-file: LICENSE
@@ -30,7 +30,7 @@
library
default-language: Haskell2010
- build-depends: base >=4.11 && <4.16
+ build-depends: base >=4.11 && <4.17
reexported-modules: GHC.ByteOrder
test-suite tests