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 2021-05-05 20:40:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-uuid (Old) and /work/SRC/openSUSE:Factory/.ghc-uuid.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uuid" Wed May 5 20:40:34 2021 rev:7 rq:890703 version:1.3.15 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-uuid/ghc-uuid.changes 2021-03-10 08:57:48.518923253 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-uuid.new.2988/ghc-uuid.changes 2021-05-05 20:40:58.762659827 +0200 @@ -1,0 +2,8 @@ +Mon May 3 08:40:11 UTC 2021 - psim...@suse.com + +- Update uuid to version 1.3.15. + 1.3.15 + + - Add (Template Haskell) `Lift UUID` instance + +------------------------------------------------------------------- Old: ---- uuid-1.3.14.tar.gz New: ---- uuid-1.3.15.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-uuid.spec ++++++ --- /var/tmp/diff_new_pack.Ae5CeJ/_old 2021-05-05 20:40:59.290657502 +0200 +++ /var/tmp/diff_new_pack.Ae5CeJ/_new 2021-05-05 20:40:59.310657414 +0200 @@ -19,7 +19,7 @@ %global pkg_name uuid %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.3.14 +Version: 1.3.15 Release: 0 Summary: For creating, comparing, parsing and printing Universally Unique Identifiers License: BSD-3-Clause ++++++ uuid-1.3.14.tar.gz -> uuid-1.3.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uuid-1.3.14/CHANGES.md new/uuid-1.3.15/CHANGES.md --- old/uuid-1.3.14/CHANGES.md 2001-09-09 03:46:40.000000000 +0200 +++ new/uuid-1.3.15/CHANGES.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +1.3.15 + +- Add (Template Haskell) `Lift UUID` instance + 1.3.14 - Use more compact heap object representation which saves 16 bytes on 64bit platforms. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/uuid-1.3.14/uuid.cabal new/uuid-1.3.15/uuid.cabal --- old/uuid-1.3.14/uuid.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/uuid-1.3.15/uuid.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,6 +1,6 @@ cabal-version: 1.12 name: uuid -version: 1.3.14 +version: 1.3.15 copyright: (c) 2008-2014 Antoine Latter author: Antoine Latter maintainer: Oleg Grenrus <oleg.gren...@iki.fi> @@ -54,7 +54,7 @@ -- strict dependency on uuid-types, -- as we re-rexport datatype, thus leak instances etc. build-depends: - uuid-types >=1.0.4 && <1.0.5 + uuid-types >=1.0.5 && <1.0.6 exposed-modules: Data.UUID