Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-uuid for openSUSE:Factory checked in at 2023-10-13 23:15:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-uuid (Old) and /work/SRC/openSUSE:Factory/.ghc-uuid.new.20540 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uuid" Fri Oct 13 23:15:00 2023 rev:11 rq:1117084 version:1.3.15 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-uuid/ghc-uuid.changes 2023-04-04 21:24:45.066668411 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-uuid.new.20540/ghc-uuid.changes 2023-10-13 23:16:03.370029588 +0200 @@ -1,0 +2,6 @@ +Wed Oct 4 11:23:18 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update uuid to version 1.3.15 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-uuid.spec ++++++ --- /var/tmp/diff_new_pack.cBFkun/_old 2023-10-13 23:16:03.822045984 +0200 +++ /var/tmp/diff_new_pack.cBFkun/_new 2023-10-13 23:16:03.826046128 +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/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-base-devel BuildRequires: ghc-base-prof ++++++ uuid.cabal ++++++ --- /var/tmp/diff_new_pack.cBFkun/_old 2023-10-13 23:16:03.862047435 +0200 +++ /var/tmp/diff_new_pack.cBFkun/_new 2023-10-13 23:16:03.866047580 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: uuid version: 1.3.15 -x-revision: 2 +x-revision: 3 copyright: (c) 2008-2014 Antoine Latter author: Antoine Latter maintainer: Oleg Grenrus <oleg.gren...@iki.fi> @@ -21,8 +21,10 @@ || ==8.8.4 || ==8.10.7 || ==9.0.2 - || ==9.2.4 - || ==9.4.2 + || ==9.2.8 + || ==9.4.7 + || ==9.6.3 + || ==9.8.1 synopsis: For creating, comparing, parsing and printing Universally Unique Identifiers @@ -46,13 +48,13 @@ build-depends: base >=4.5 && <5 , binary >=0.5.1.0 && <0.9 - , bytestring >=0.9.2.1 && <0.12 + , bytestring >=0.9.2.1 && <0.13 , cryptohash-md5 >=0.11.100 && <0.12 , cryptohash-sha1 >=0.11.100 && <0.12 , entropy >=0.3.7 && <0.5 , network-info >=0.2 && <0.3 , random >=1.1 && <1.3 - , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 + , text >=1.2.3.0 && <1.3 || >=2.0 && <2.2 , time >=1.4 && <1.13 -- strict dependency on uuid-types, @@ -97,7 +99,7 @@ -- deps w/o inherited constraints build-depends: QuickCheck >=2.14.2 && <2.15 - , tasty >=1.4.0.1 && <1.5 + , tasty >=1.4.0.1 && <1.6 , tasty-hunit >=0.10 && <0.11 , tasty-quickcheck >=0.10 && <0.11