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 2024-07-22 17:16:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
and /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.17339 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-hackage-security"
Mon Jul 22 17:16:22 2024 rev:39 rq:1188640 version:0.6.2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes
2024-04-23 18:57:07.460738067 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new.17339/ghc-hackage-security.changes
2024-07-22 17:17:12.691384222 +0200
@@ -1,0 +2,6 @@
+Wed Jun 26 20:36:20 UTC 2024 - Peter Simons <[email protected]>
+
+- Update hackage-security to version 0.6.2.6 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.eUyOXG/_old 2024-07-22 17:17:13.547418254 +0200
+++ /var/tmp/diff_new_pack.eUyOXG/_new 2024-07-22 17:17:13.551418414 +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/1.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-Cabal-prof
BuildRequires: ghc-Cabal-syntax-devel
++++++ hackage-security.cabal ++++++
--- /var/tmp/diff_new_pack.eUyOXG/_old 2024-07-22 17:17:13.599420322 +0200
+++ /var/tmp/diff_new_pack.eUyOXG/_new 2024-07-22 17:17:13.603420481 +0200
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: hackage-security
version: 0.6.2.6
-x-revision: 1
+x-revision: 3
synopsis: Hackage security library
description: The hackage security library provides both server and
@@ -32,9 +32,9 @@
build-type: Simple
tested-with:
- GHC == 9.10.0
+ GHC == 9.10.1
GHC == 9.8.2
- GHC == 9.6.4
+ GHC == 9.6.5
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
@@ -123,7 +123,7 @@
-- 0.4.2 introduces TarIndex, 0.4.4 introduces more
-- functionality, 0.5.0 changes type of serialise
tar >= 0.5 && < 0.7,
- template-haskell >= 2.13 && < 2.22,
+ template-haskell >= 2.13 && < 2.23,
time >= 1.8.0.2 && < 1.15,
transformers >= 0.3 && < 0.7,
zlib >= 0.5 && < 0.8,
@@ -209,15 +209,15 @@
Cabal-syntax < 3.7
-- dependencies exclusive to test-suite
- build-depends: tasty >= 1.1.0.4 && < 1.6,
+ build-depends: tasty >= 1.1.0.4 && < 1.6,
-- tasty-1.1.0.4 is the version in Stackage LTS 12.26
(GHC 8.4)
- tasty-hunit == 0.10.*,
- tasty-quickcheck == 0.10.*,
- QuickCheck >= 2.11 && <2.15,
- aeson >= 1.4 && < 1.6 || >= 2.0 && < 2.3,
- vector >= 0.12 && <0.14,
- unordered-containers >=0.2.8.0 && <0.3,
- temporary >= 1.2 && < 1.4
+ tasty-hunit == 0.10.*,
+ tasty-quickcheck >= 0.10 && < 1,
+ QuickCheck >= 2.11 && < 2.16,
+ aeson >= 1.4 && < 1.6 || >= 2.0 &&
< 2.3,
+ vector >= 0.12 && < 0.14,
+ unordered-containers >= 0.2.8.0 && < 0.3,
+ temporary >= 1.2 && < 1.4
hs-source-dirs: tests
default-language: Haskell2010