Hello community,
here is the log from the commit of package ghc-uuid-types for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:42:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-uuid-types (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-uuid-types.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-uuid-types"
Wed Feb 19 18:42:07 2020 rev:13 rq:771520 version:1.0.3
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-uuid-types/ghc-uuid-types.changes
2020-01-15 15:02:44.533820026 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-uuid-types.new.26092/ghc-uuid-types.changes
2020-02-19 18:42:07.802277170 +0100
@@ -1,0 +2,10 @@
+Fri Nov 8 16:15:09 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Tue Jun 11 14:29:22 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-uuid-types.spec ++++++
--- /var/tmp/diff_new_pack.06jyTM/_old 2020-02-19 18:42:08.470278570 +0100
+++ /var/tmp/diff_new_pack.06jyTM/_new 2020-02-19 18:42:08.474278579 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-uuid-types
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,10 +23,9 @@
Release: 0
Summary: Type definitions for Universally Unique Identifiers
License: BSD-3-Clause
-Group: Development/Libraries/Haskell
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
@@ -50,7 +49,6 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
++++++ uuid-types.cabal ++++++
--- /var/tmp/diff_new_pack.06jyTM/_old 2020-02-19 18:42:08.506278646 +0100
+++ /var/tmp/diff_new_pack.06jyTM/_new 2020-02-19 18:42:08.506278646 +0100
@@ -1,6 +1,6 @@
Name: uuid-types
Version: 1.0.3
-x-revision: 1
+x-revision: 2
Copyright: (c) 2008-2014 Antoine Latter
Author: Antoine Latter
Maintainer: [email protected]
@@ -31,7 +31,7 @@
binary >= 0.4 && < 0.9,
bytestring >= 0.9 && < 0.11,
deepseq >= 1.3 && < 1.5,
- hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.3),
+ hashable (>= 1.1.1.0 && < 1.2.0) || (>= 1.2.1 && < 1.4),
random >= 1.0.1 && < 1.2,
text >= 1 && < 1.3