Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-hackage-security for
openSUSE:Factory checked in at 2021-08-25 20:56:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Wed Aug 25 20:56:53 2021 rev:23 rq:912602 version:0.6.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2021-03-17 20:19:34.147285879 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new.1899/ghc-hackage-security.changes
2021-08-25 20:57:44.825197515 +0200
@@ -1,0 +2,18 @@
+Tue Aug 3 06:39:00 UTC 2021 - [email protected]
+
+- Update hackage-security to version 0.6.0.1 revision 8.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Fri Jul 16 15:21:47 UTC 2021 - [email protected]
+
+- Update hackage-security to version 0.6.0.1 revision 7.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Thu Jul 15 16:14:56 UTC 2021 - [email protected]
+
+- Update hackage-security to version 0.6.0.1 revision 6.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.19KvvS/_old 2021-08-25 20:57:46.013195955 +0200
+++ /var/tmp/diff_new_pack.19KvvS/_new 2021-08-25 20:57:46.013195955 +0200
@@ -25,7 +25,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/5.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/8.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base16-bytestring-devel
BuildRequires: ghc-base64-bytestring-devel
++++++ hackage-security.cabal ++++++
--- /var/tmp/diff_new_pack.19KvvS/_old 2021-08-25 20:57:46.061195892 +0200
+++ /var/tmp/diff_new_pack.19KvvS/_new 2021-08-25 20:57:46.065195887 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.0.1
-x-revision: 5
+x-revision: 8
synopsis: Hackage security library
description: The hackage security library provides both server and
@@ -111,13 +111,13 @@
Hackage.Security.Util.TypedEmbedded
Prelude
-- We support ghc 7.4 (bundled with Cabal 1.14) and up
- build-depends: base >= 4.5 && < 4.15,
+ build-depends: base >= 4.5 && < 4.17,
base16-bytestring >= 0.1.1 && < 1.1,
base64-bytestring >= 1.0 && < 1.3,
bytestring >= 0.9 && < 0.12,
Cabal >= 1.14 && < 1.26
|| >= 2.0 && < 2.6
- || >= 3.0 && < 3.6,
+ || >= 3.0 && < 3.8,
containers >= 0.4 && < 0.7,
ed25519 >= 0.0 && < 0.1,
filepath >= 1.2 && < 1.5,