Hello community,

here is the log from the commit of package ghc-hackage-security for 
openSUSE:Factory checked in at 2020-08-28 21:32:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-hackage-security (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-hackage-security.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-hackage-security"

Fri Aug 28 21:32:56 2020 rev:18 rq:829288 version:0.6.0.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-hackage-security/ghc-hackage-security.changes    
    2020-06-19 17:13:01.238078000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-hackage-security.new.3399/ghc-hackage-security.changes
      2020-08-28 21:32:57.544655041 +0200
@@ -1,0 +2,10 @@
+Tue Aug 18 10:44:56 UTC 2020 - Peter Simons <[email protected]>
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+-------------------------------------------------------------------
+Tue Aug 18 09:28:33 UTC 2020 - Peter Simons <[email protected]>
+
+- Tweak Cabal file to accept latest version of base64-bytestring.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-hackage-security.spec ++++++
--- /var/tmp/diff_new_pack.bRofIJ/_old  2020-08-28 21:32:58.180655343 +0200
+++ /var/tmp/diff_new_pack.bRofIJ/_new  2020-08-28 21:32:58.184655344 +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/1.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base16-bytestring-devel
 BuildRequires:  ghc-base64-bytestring-devel
@@ -87,8 +87,9 @@
 files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
+cabal-tweak-dep-ver base64-bytestring '< 1.2' '< 2'
 
 %build
 %ghc_lib_build

++++++ hackage-security.cabal ++++++
--- /var/tmp/diff_new_pack.bRofIJ/_old  2020-08-28 21:32:58.240655371 +0200
+++ /var/tmp/diff_new_pack.bRofIJ/_new  2020-08-28 21:32:58.240655371 +0200
@@ -1,7 +1,7 @@
 cabal-version:       1.12
 name:                hackage-security
 version:             0.6.0.1
-x-revision:          1
+x-revision: 2
 
 synopsis:            Hackage security library
 description:         The hackage security library provides both server and
@@ -117,7 +117,7 @@
                        bytestring        >= 0.9     && < 0.11,
                        Cabal             >= 1.14    && < 1.26
                                       || >= 2.0     && < 2.6
-                                      || >= 3.0     && < 3.5,
+                                      || >= 3.0     && < 3.6,
                        containers        >= 0.4     && < 0.7,
                        ed25519           >= 0.0     && < 0.1,
                        filepath          >= 1.2     && < 1.5,


Reply via email to