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 2023-10-13 23:15:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-uuid-types (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-uuid-types.new.20540 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-uuid-types"

Fri Oct 13 23:15:00 2023 rev:21 rq:1117085 version:1.0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-uuid-types/ghc-uuid-types.changes    
2023-04-04 21:24:46.318675501 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-uuid-types.new.20540/ghc-uuid-types.changes 
2023-10-13 23:16:03.962051062 +0200
@@ -1,0 +2,7 @@
+Wed Oct  4 11:24:32 UTC 2023 - Peter Simons <psim...@suse.com>
+
+- Update uuid-types to version 1.0.5.1.
+  Upstream has not updated the file "ChangeLog.md" since the last
+  release.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ ghc-uuid-types.spec ++++++
--- /var/tmp/diff_new_pack.O2zU0o/_old  2023-10-13 23:16:04.530071664 +0200
+++ /var/tmp/diff_new_pack.O2zU0o/_new  2023-10-13 23:16:04.546072245 +0200
@@ -20,13 +20,12 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        1.0.5
+Version:        1.0.5.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/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-base-devel
 BuildRequires:  ghc-base-prof
@@ -49,8 +48,6 @@
 %if %{with tests}
 BuildRequires:  ghc-QuickCheck-devel
 BuildRequires:  ghc-QuickCheck-prof
-BuildRequires:  ghc-ghc-byteorder-devel
-BuildRequires:  ghc-ghc-byteorder-prof
 BuildRequires:  ghc-tasty-devel
 BuildRequires:  ghc-tasty-hunit-devel
 BuildRequires:  ghc-tasty-hunit-prof
@@ -95,7 +92,6 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ uuid-types-1.0.5.tar.gz -> uuid-types-1.0.5.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/uuid-types-1.0.5/uuid-types.cabal 
new/uuid-types-1.0.5.1/uuid-types.cabal
--- old/uuid-types-1.0.5/uuid-types.cabal       2001-09-09 03:46:40.000000000 
+0200
+++ new/uuid-types-1.0.5.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.5
+version:            1.0.5.1
 copyright:
   (c) 2017-2018 Herbert Valerio Riedel
   (c) 2008-2014 Antoine Latter
@@ -21,7 +21,12 @@
    || ==8.4.4
    || ==8.6.4
    || ==8.8.4
-   || ==8.10.3
+   || ==8.10.7
+   || ==9.0.2
+   || ==9.2.8
+   || ==9.4.7
+   || ==9.6.3
+   || ==9.8.1
 
 synopsis:           Type definitions for Universally Unique Identifiers
 description:
@@ -47,12 +52,12 @@
   build-depends:
       base              >=4.5     && <5
     , binary            >=0.5.1.0 && <0.9
-    , bytestring        >=0.9.2.1 && <0.12
-    , deepseq           >=1.3.0.0 && <1.5
-    , hashable          >=1.2.7.0 && <1.4
+    , bytestring        >=0.9.2.1 && <0.13
+    , deepseq           >=1.3.0.0 && <1.6
+    , hashable          >=1.2.7.0 && <1.5
     , random            >=1.1     && <1.3
-    , template-haskell  >=2.7.0.0 && <2.18
-    , text              >=1.2.3.0 && <1.3
+    , template-haskell  >=2.7.0.0 && <2.22
+    , text              >=1.2.3.0 && <1.3  || >=2.0 && <2.2
 
   exposed-modules:  Data.UUID.Types
 
@@ -82,13 +87,15 @@
       base
     , binary
     , bytestring
-    , uuid-types
     , template-haskell
+    , uuid-types
 
   -- deps w/o inherited constraints
   build-depends:
-      ghc-byteorder     >=4.11    && <4.12
-    , QuickCheck        >=2.14.2  && <2.15
-    , tasty             >=1.4.0.1 && <1.5
+      QuickCheck        >=2.14.2  && <2.15
+    , tasty             >=1.4.0.1 && <1.6
     , tasty-hunit       >=0.10    && <0.11
     , tasty-quickcheck  >=0.10    && <0.11
+
+  if !impl(ghc >=8.4)
+    build-depends: ghc-byteorder >=4.11 && <4.12

Reply via email to