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-03-17 20:15:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Wed Mar 17 20:15:31 2021 rev:22 rq:879159 version:0.6.0.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2020-12-22 11:40:07.325540346 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new.2401/ghc-hackage-security.changes
2021-03-17 20:19:34.147285879 +0100
@@ -1,0 +2,6 @@
+Thu Mar 11 08:22:38 UTC 2021 - [email protected]
+
+- Update hackage-security to version 0.6.0.1 revision 5.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.BuYYgc/_old 2021-03-17 20:19:34.639286551 +0100
+++ /var/tmp/diff_new_pack.BuYYgc/_new 2021-03-17 20:19:34.643286557 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-hackage-security
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.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.BuYYgc/_old 2021-03-17 20:19:34.683286612 +0100
+++ /var/tmp/diff_new_pack.BuYYgc/_new 2021-03-17 20:19:34.683286612 +0100
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.0.1
-x-revision: 4
+x-revision: 5
synopsis: Hackage security library
description: The hackage security library provides both server and
@@ -114,7 +114,7 @@
build-depends: base >= 4.5 && < 4.15,
base16-bytestring >= 0.1.1 && < 1.1,
base64-bytestring >= 1.0 && < 1.3,
- bytestring >= 0.9 && < 0.11,
+ bytestring >= 0.9 && < 0.12,
Cabal >= 1.14 && < 1.26
|| >= 2.0 && < 2.6
|| >= 3.0 && < 3.6,