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 2026-06-10 16:09:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-uuid (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-uuid.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-uuid"

Wed Jun 10 16:09:29 2026 rev:15 rq:1358470 version:1.3.16.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-uuid/ghc-uuid.changes        2025-04-07 
19:15:12.916446334 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-uuid.new.2375/ghc-uuid.changes      
2026-06-10 16:14:24.801579428 +0200
@@ -1,0 +2,7 @@
+Wed Apr 15 16:27:49 UTC 2026 - Peter Simons <[email protected]>
+
+- Update uuid to version 1.3.16.1.
+  Upstream has not updated the file "CHANGES.md" since the last
+  release.
+
+-------------------------------------------------------------------

Old:
----
  uuid-1.3.16.tar.gz
  uuid.cabal

New:
----
  uuid-1.3.16.1.tar.gz

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

Other differences:
------------------
++++++ ghc-uuid.spec ++++++
--- /var/tmp/diff_new_pack.NOaLqK/_old  2026-06-10 16:14:27.953710053 +0200
+++ /var/tmp/diff_new_pack.NOaLqK/_new  2026-06-10 16:14:27.965710551 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-uuid
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.3.16
+Version:        1.3.16.1
 Release:        0
 Summary:        For creating, comparing, parsing and printing Universally 
Unique Identifiers
 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/3.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -45,8 +44,6 @@
 BuildRequires:  ghc-random-devel
 BuildRequires:  ghc-random-prof
 BuildRequires:  ghc-rpm-macros
-BuildRequires:  ghc-text-devel
-BuildRequires:  ghc-text-prof
 BuildRequires:  ghc-time-devel
 BuildRequires:  ghc-time-prof
 BuildRequires:  ghc-uuid-types-devel
@@ -97,7 +94,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ uuid-1.3.16.tar.gz -> uuid-1.3.16.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uuid-1.3.16/uuid.cabal new/uuid-1.3.16.1/uuid.cabal
--- old/uuid-1.3.16/uuid.cabal  2001-09-09 03:46:40.000000000 +0200
+++ new/uuid-1.3.16.1/uuid.cabal        2001-09-09 03:46:40.000000000 +0200
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               uuid
-version:            1.3.16
+version:            1.3.16.1
 copyright:          (c) 2008-2014 Antoine Latter
 author:             Antoine Latter
 maintainer:         Oleg Grenrus <[email protected]>
@@ -16,8 +16,10 @@
    || ==9.2.8
    || ==9.4.8
    || ==9.6.6
-   || ==9.8.2
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.4
+   || ==9.14.1
 
 synopsis:
   For creating, comparing, parsing and printing Universally Unique Identifiers
@@ -46,9 +48,8 @@
     , cryptohash-sha1  >=0.11.100 && <0.12
     , entropy          >=0.3.7    && <0.5
     , network-info     >=0.2      && <0.3
-    , random           >=1.2.1.2  && <1.3
-    , text             >=1.2.3.0  && <1.3  || >=2.0 && <2.2
-    , time             >=1.4      && <1.13
+    , random           >=1.2.1.2  && <1.4
+    , time             >=1.4      && <1.16
 
   -- strict dependency on uuid-types,
   -- as we re-rexport datatype, thus leak instances etc.
@@ -71,7 +72,7 @@
   ghc-options:        -Wall
   hs-source-dirs:     src
 
-test-suite testuuid
+test-suite test-uuid
   type:               exitcode-stdio-1.0
   main-is:            TestUUID.hs
   hs-source-dirs:     tests
@@ -84,12 +85,11 @@
   build-depends:
       base
     , bytestring
-    , random
     , uuid
 
   -- deps w/o inherited constraints
   build-depends:
-      QuickCheck        >=2.14.2  && <2.15
+      QuickCheck        >=2.14.2  && <2.16
     , tasty             >=1.4.0.1 && <1.6
     , tasty-hunit       >=0.10    && <0.11
-    , tasty-quickcheck  >=0.10    && <0.11
+    , tasty-quickcheck  >=0.10    && <0.12

Reply via email to