Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-show-combinators for
openSUSE:Factory checked in at 2021-03-10 08:55:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-show-combinators (Old)
and /work/SRC/openSUSE:Factory/.ghc-show-combinators.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-show-combinators"
Wed Mar 10 08:55:34 2021 rev:3 rq:877673 version:0.2.0.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-show-combinators/ghc-show-combinators.changes
2020-12-22 11:46:05.317844671 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-show-combinators.new.2378/ghc-show-combinators.changes
2021-03-10 08:57:36.854911213 +0100
@@ -1,0 +2,6 @@
+Fri Feb 19 23:03:10 UTC 2021 - [email protected]
+
+- Update show-combinators to version 0.2.0.0 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-show-combinators.spec ++++++
--- /var/tmp/diff_new_pack.2WElcv/_old 2021-03-10 08:57:37.590911973 +0100
+++ /var/tmp/diff_new_pack.2WElcv/_new 2021-03-10 08:57:37.594911977 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-show-combinators
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
License: MIT
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-rpm-macros
ExcludeArch: %{ix86}
++++++ show-combinators.cabal ++++++
--- /var/tmp/diff_new_pack.2WElcv/_old 2021-03-10 08:57:37.630912014 +0100
+++ /var/tmp/diff_new_pack.2WElcv/_new 2021-03-10 08:57:37.630912014 +0100
@@ -1,6 +1,6 @@
name: show-combinators
version: 0.2.0.0
-x-revision: 1
+x-revision: 2
synopsis: Combinators to write Show instances
description:
A minimal pretty-printing library for Show instances in Haskell.
@@ -21,8 +21,8 @@
exposed-modules:
Text.Show.Combinators
build-depends:
- -- This upper bound is conservative
- base >= 4.8 && < 4.15
+ -- This upper bound is not conservative
+ base >= 4.8 && < 5
ghc-options: -Wall
default-language: Haskell2010