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 2023-10-18 21:25:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.31755 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Wed Oct 18 21:25:53 2023 rev:33 rq:1118473 version:0.6.2.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2023-10-13 23:15:58.589856209 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new.31755/ghc-hackage-security.changes
2023-10-18 21:26:06.985584432 +0200
@@ -1,0 +2,6 @@
+Fri Oct 13 17:45:41 UTC 2023 - Peter Simons <[email protected]>
+
+- Update hackage-security to version 0.6.2.3 revision 8.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.owjJuN/_old 2023-10-18 21:26:07.593606457 +0200
+++ /var/tmp/diff_new_pack.owjJuN/_new 2023-10-18 21:26:07.597606602 +0200
@@ -26,7 +26,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/7.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-Cabal-prof
BuildRequires: ghc-Cabal-syntax-devel
++++++ hackage-security.cabal ++++++
--- /var/tmp/diff_new_pack.owjJuN/_old 2023-10-18 21:26:07.641608196 +0200
+++ /var/tmp/diff_new_pack.owjJuN/_new 2023-10-18 21:26:07.641608196 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.2.3
-x-revision: 7
+x-revision: 8
synopsis: Hackage security library
description: The hackage security library provides both server and
@@ -32,7 +32,7 @@
build-type: Simple
tested-with:
- GHC == 9.8.0
+ GHC == 9.8.1
GHC == 9.6.3
GHC == 9.4.7
GHC == 9.2.8
@@ -140,7 +140,7 @@
-- 0.4.2 introduces TarIndex, 0.4.4 introduces more
-- functionality, 0.5.0 changes type of serialise
tar >= 0.5 && < 0.6,
- template-haskell >= 2.7 && < 2.21,
+ template-haskell >= 2.7 && < 2.22,
time >= 1.2 && < 1.13,
transformers >= 0.3 && < 0.7,
zlib >= 0.5 && < 0.7,