Hello community,
here is the log from the commit of package ghc-cryptohash-sha256 for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:38:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-cryptohash-sha256 (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-cryptohash-sha256.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-cryptohash-sha256"
Wed Feb 19 18:38:27 2020 rev:11 rq:771274 version:0.11.101.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/ghc-cryptohash-sha256/ghc-cryptohash-sha256.changes
2020-01-15 15:01:57.737795614 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-cryptohash-sha256.new.26092/ghc-cryptohash-sha256.changes
2020-02-19 18:38:41.105977486 +0100
@@ -1,0 +2,5 @@
+Fri Nov 8 16:13:31 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-cryptohash-sha256.spec ++++++
--- /var/tmp/diff_new_pack.7jMWhM/_old 2020-02-19 18:38:41.377978056 +0100
+++ /var/tmp/diff_new_pack.7jMWhM/_new 2020-02-19 18:38:41.377978056 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-cryptohash-sha256
#
-# 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: Fast, pure and practical SHA-256 implementation
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/2.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-rpm-macros
@@ -87,7 +86,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}
++++++ cryptohash-sha256.cabal ++++++
--- /var/tmp/diff_new_pack.7jMWhM/_old 2020-02-19 18:38:41.409978122 +0100
+++ /var/tmp/diff_new_pack.7jMWhM/_new 2020-02-19 18:38:41.409978122 +0100
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: cryptohash-sha256
version: 0.11.101.0
-x-revision: 2
+x-revision: 3
synopsis: Fast, pure and practical SHA-256 implementation
description: {
@@ -81,7 +81,7 @@
Trustworthy
Unsafe
- build-depends: base >= 4.5 && < 4.13
+ build-depends: base >= 4.5 && < 4.14
, bytestring >= 0.9.2 && < 0.11
ghc-options: -Wall