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 2022-10-13 15:42:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ghc-byteorder (Old)
and /work/SRC/openSUSE:Factory/.ghc-ghc-byteorder.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-ghc-byteorder"
Thu Oct 13 15:42:04 2022 rev:5 rq:1008467 version:4.11.0.0.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ghc-byteorder/ghc-ghc-byteorder.changes
2021-11-11 21:36:42.072900870 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-ghc-byteorder.new.2275/ghc-ghc-byteorder.changes
2022-10-13 15:42:08.830738156 +0200
@@ -1,0 +2,6 @@
+Wed Aug 10 20:20:38 UTC 2022 - Peter Simons <[email protected]>
+
+- Update ghc-byteorder to version 4.11.0.0.10 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-ghc-byteorder.spec ++++++
--- /var/tmp/diff_new_pack.GnS1Md/_old 2022-10-13 15:42:09.806740062 +0200
+++ /var/tmp/diff_new_pack.GnS1Md/_new 2022-10-13 15:42:09.810740069 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-ghc-byteorder
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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}
++++++ ghc-byteorder.cabal ++++++
--- /var/tmp/diff_new_pack.GnS1Md/_old 2022-10-13 15:42:09.874740194 +0200
+++ /var/tmp/diff_new_pack.GnS1Md/_new 2022-10-13 15:42:09.882740209 +0200
@@ -1,7 +1,7 @@
cabal-version: 2.2
name: ghc-byteorder
version: 4.11.0.0.10
-x-revision: 2
+x-revision: 3
license: BSD-3-Clause
license-file: LICENSE
@@ -30,7 +30,7 @@
library
default-language: Haskell2010
- build-depends: base >=4.11 && <4.17
+ build-depends: base >=4.11 && <4.18
reexported-modules: GHC.ByteOrder
test-suite tests