Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-uuid-types for openSUSE:Factory checked in at 2022-02-11 23:09:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-uuid-types (Old) and /work/SRC/openSUSE:Factory/.ghc-uuid-types.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uuid-types" Fri Feb 11 23:09:57 2022 rev:18 rq:953558 version:1.0.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-uuid-types/ghc-uuid-types.changes 2021-11-11 21:37:34.596939177 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-uuid-types.new.1956/ghc-uuid-types.changes 2022-02-11 23:11:58.655391627 +0100 @@ -1,0 +2,6 @@ +Sat Jan 1 01:00:31 UTC 2022 - Peter Simons <psim...@suse.com> + +- Update uuid-types to version 1.0.5 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-uuid-types.spec ++++++ --- /var/tmp/diff_new_pack.LGB4Kg/_old 2022-02-11 23:11:59.043392749 +0100 +++ /var/tmp/diff_new_pack.LGB4Kg/_new 2022-02-11 23:11:59.047392761 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-uuid-types # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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/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-binary-devel BuildRequires: ghc-bytestring-devel ++++++ uuid-types.cabal ++++++ --- /var/tmp/diff_new_pack.LGB4Kg/_old 2022-02-11 23:11:59.083392864 +0100 +++ /var/tmp/diff_new_pack.LGB4Kg/_new 2022-02-11 23:11:59.087392877 +0100 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: uuid-types version: 1.0.5 -x-revision: 1 +x-revision: 2 copyright: (c) 2017-2018 Herbert Valerio Riedel (c) 2008-2014 Antoine Latter @@ -55,7 +55,7 @@ , hashable >=1.2.7.0 && <1.5 , random >=1.1 && <1.3 , template-haskell >=2.7.0.0 && <2.19 - , text >=1.2.3.0 && <1.3 + , text >=1.2.3.0 && <1.3 || >=2.0 && <2.1 exposed-modules: Data.UUID.Types