Hello community,
here is the log from the commit of package ghc-safe-exceptions for
openSUSE:Factory checked in at 2019-12-27 13:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-safe-exceptions (Old)
and /work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-safe-exceptions"
Fri Dec 27 13:57:08 2019 rev:2 rq:759500 version:0.1.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-safe-exceptions/ghc-safe-exceptions.changes
2019-06-19 21:11:30.094690109 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new.6675/ghc-safe-exceptions.changes
2019-12-27 13:57:10.844768828 +0100
@@ -1,0 +2,5 @@
+Fri Nov 8 16:14:39 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-safe-exceptions.spec ++++++
--- /var/tmp/diff_new_pack.TCTMmZ/_old 2019-12-27 13:57:11.364769080 +0100
+++ /var/tmp/diff_new_pack.TCTMmZ/_new 2019-12-27 13:57:11.368769082 +0100
@@ -23,10 +23,9 @@
Release: 0
Summary: Safe, consistent, and easy exception handling
License: MIT
-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/4.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-exceptions-devel
@@ -42,7 +41,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}
++++++ safe-exceptions.cabal ++++++
--- /var/tmp/diff_new_pack.TCTMmZ/_old 2019-12-27 13:57:11.404769099 +0100
+++ /var/tmp/diff_new_pack.TCTMmZ/_new 2019-12-27 13:57:11.408769101 +0100
@@ -1,6 +1,6 @@
name: safe-exceptions
version: 0.1.7.0
-x-revision: 4
+x-revision: 5
synopsis: Safe, consistent, and easy exception handling
description: Please see README.md
homepage: https://github.com/fpco/safe-exceptions#readme
@@ -17,7 +17,7 @@
library
hs-source-dirs: src
exposed-modules: Control.Exception.Safe
- build-depends: base >= 4.7 && < 4.13
+ build-depends: base >= 4.7 && < 4.14
, deepseq >= 1.2 && < 1.5
, exceptions >= 0.8 && < 0.11
, transformers >= 0.2 && < 0.6