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

Package is "ghc-uuid-types"

Wed Jun 10 16:09:37 2026 rev:25 rq:1358471 version:1.0.6.1

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

Old:
----
  uuid-types-1.0.6.tar.gz
  uuid-types.cabal

New:
----
  uuid-types-1.0.6.1.tar.gz

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

Other differences:
------------------
++++++ ghc-uuid-types.spec ++++++
--- /var/tmp/diff_new_pack.azhQ50/_old  2026-06-10 16:14:35.766033800 +0200
+++ /var/tmp/diff_new_pack.azhQ50/_new  2026-06-10 16:14:35.770033965 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-uuid-types
 #
-# 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.0.6
+Version:        1.0.6.1
 Release:        0
 Summary:        Type definitions for 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
@@ -93,7 +92,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ uuid-types-1.0.6.tar.gz -> uuid-types-1.0.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uuid-types-1.0.6/uuid-types.cabal 
new/uuid-types-1.0.6.1/uuid-types.cabal
--- old/uuid-types-1.0.6/uuid-types.cabal       2001-09-09 03:46:40.000000000 
+0200
+++ new/uuid-types-1.0.6.1/uuid-types.cabal     2001-09-09 03:46:40.000000000 
+0200
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               uuid-types
-version:            1.0.6
+version:            1.0.6.1
 copyright:
   (c) 2017-2018 Herbert Valerio Riedel
   (c) 2008-2014 Antoine Latter
@@ -18,9 +18,11 @@
    || ==9.0.2
    || ==9.2.8
    || ==9.4.8
-   || ==9.6.5
-   || ==9.8.2
+   || ==9.6.6
+   || ==9.8.4
    || ==9.10.1
+   || ==9.12.4
+   || ==9.14.1
 
 synopsis:           Type definitions for Universally Unique Identifiers
 description:
@@ -48,9 +50,9 @@
     , binary            >=0.8.6.0  && <0.9
     , bytestring        >=0.10.8.2 && <0.13
     , deepseq           >=1.4.4.0  && <1.6
-    , hashable          >=1.4.4.0  && <1.5
-    , random            >=1.2.1.2  && <1.3
-    , template-haskell  >=2.14.0.0 && <2.23
+    , hashable          >=1.4.4.0  && <1.6
+    , random            >=1.2.1.2  && <1.4
+    , template-haskell  >=2.14.0.0 && <2.25
     , text              >=1.2.3.0  && <1.3  || >=2.0 && <2.2
 
   exposed-modules:  Data.UUID.Types
@@ -68,7 +70,7 @@
   ghc-options:      -Wall
   hs-source-dirs:   src
 
-test-suite testuuid
+test-suite test-uuid-types
   type:             exitcode-stdio-1.0
   main-is:          TestUUID.hs
   hs-source-dirs:   tests
@@ -81,15 +83,14 @@
       base
     , binary
     , bytestring
-    , template-haskell
     , uuid-types
 
   -- deps w/o inherited constraints
   build-depends:
-      QuickCheck        >=2.14.2  && <2.15
+      QuickCheck        >=2.14.2  && <2.19
     , 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
 
   if !impl(ghc >=8.4)
     build-depends: ghc-byteorder >=4.11 && <4.12

Reply via email to