Hello community,

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

Package is "ghc-uuid-types"

Fri Aug 28 21:40:39 2020 rev:12 rq:829479 version:1.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-uuid-types/ghc-uuid-types.changes    
2020-06-19 17:20:39.859413512 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-uuid-types.new.3399/ghc-uuid-types.changes  
2020-08-28 21:40:39.848871484 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:46:31 UTC 2020 - Peter Simons <[email protected]>
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-uuid-types.spec ++++++
--- /var/tmp/diff_new_pack.GKMHdP/_old  2020-08-28 21:40:40.380871680 +0200
+++ /var/tmp/diff_new_pack.GKMHdP/_new  2020-08-28 21:40:40.384871682 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-uuid-types
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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/2.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-binary-devel
 BuildRequires:  ghc-bytestring-devel
@@ -58,7 +58,7 @@
 This package provides the Haskell %{pkg_name} library development files.
 
 %prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build

++++++ uuid-types.cabal ++++++
--- /var/tmp/diff_new_pack.GKMHdP/_old  2020-08-28 21:40:40.428871698 +0200
+++ /var/tmp/diff_new_pack.GKMHdP/_new  2020-08-28 21:40:40.428871698 +0200
@@ -1,6 +1,6 @@
 Name: uuid-types
 Version: 1.0.3
-x-revision: 2
+x-revision: 3
 Copyright: (c) 2008-2014 Antoine Latter
 Author: Antoine Latter
 Maintainer: [email protected]
@@ -32,7 +32,7 @@
                 bytestring >= 0.9 && < 0.11,
                 deepseq >= 1.3 && < 1.5,
                 hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
-                random >= 1.0.1 && < 1.2,
+                random >= 1.0.1 && < 1.3,
                 text >= 1 && < 1.3
 
  Exposed-Modules:
@@ -57,11 +57,11 @@
     Build-Depends:     base >= 3 && < 5,
                        uuid-types,
                        bytestring >= 0.9 && < 0.11,
-                       HUnit >=1.2 && < 1.4,
-                       QuickCheck >=2.4 && < 2.10,
-                       tasty >= 0.10 && < 0.12,
-                       tasty-hunit == 0.9.*,
-                       tasty-quickcheck == 0.8.*
+                       HUnit >=1.2 && < 1.7,
+                       QuickCheck >=2.4 && < 2.15,
+                       tasty >= 0.10 && < 1.4,
+                       tasty-hunit == 0.9.* || ==0.10.*,
+                       tasty-quickcheck == 0.8.* || ==0.10.*
 
 benchmark benchmark
     Type:              exitcode-stdio-1.0
@@ -72,7 +72,7 @@
     Build-depends:     base == 4.*,
                        uuid-types,
                        bytestring >= 0.9 && < 0.11,
-                       containers >= 0.4 && < 0.6,
-                       criterion >= 0.4 && < 1.2,
+                       containers >= 0.4 && < 0.7,
+                       criterion >= 0.4 && < 1.6,
                        deepseq >= 1.1 && < 1.5,
-                       random >= 1.0.1 && < 1.2
+                       random >= 1.0.1 && < 1.3


Reply via email to