Hello community,
here is the log from the commit of package ghc-distributive for
openSUSE:Factory checked in at 2020-08-28 21:29:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-distributive (Old)
and /work/SRC/openSUSE:Factory/.ghc-distributive.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-distributive"
Fri Aug 28 21:29:35 2020 rev:12 rq:829254 version:0.6.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-distributive/ghc-distributive.changes
2020-06-19 17:12:03.757886969 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-distributive.new.3399/ghc-distributive.changes
2020-08-28 21:29:37.000560033 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 10:44:40 UTC 2020 - Peter Simons <[email protected]>
+
+- Replace %setup -q with the more modern %autosetup macro.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-distributive.spec ++++++
--- /var/tmp/diff_new_pack.ZGUIVM/_old 2020-08-28 21:29:37.704560366 +0200
+++ /var/tmp/diff_new_pack.ZGUIVM/_new 2020-08-28 21:29:37.712560370 +0200
@@ -25,7 +25,7 @@
License: BSD-2-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/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-base-orphans-devel
BuildRequires: ghc-cabal-doctest-devel
@@ -52,7 +52,7 @@
This package provides the Haskell %{pkg_name} library development files.
%prep
-%setup -q -n %{pkg_name}-%{version}
+%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
++++++ distributive.cabal ++++++
--- /var/tmp/diff_new_pack.ZGUIVM/_old 2020-08-28 21:29:37.772560399 +0200
+++ /var/tmp/diff_new_pack.ZGUIVM/_new 2020-08-28 21:29:37.772560399 +0200
@@ -1,7 +1,7 @@
name: distributive
category: Data Structures
version: 0.6.2
-x-revision: 1
+x-revision: 2
license: BSD3
cabal-version: >= 1.8
license-file: LICENSE
@@ -65,7 +65,7 @@
build-depends:
base >= 4 && < 5,
base-orphans >= 0.5.2 && < 1,
- transformers >= 0.2 && < 0.6
+ transformers >= 0.3 && < 0.6
if !impl(ghc >= 7.8) && !impl(ghcjs)
build-depends: transformers-compat >= 0.3 && < 1