Hello community, here is the log from the commit of package ghc-path-io for openSUSE:Factory checked in at 2020-08-28 21:42:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-path-io (Old) and /work/SRC/openSUSE:Factory/.ghc-path-io.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-path-io" Fri Aug 28 21:42:31 2020 rev:17 rq:829817 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-path-io/ghc-path-io.changes 2020-01-03 17:36:00.667265689 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-path-io.new.3399/ghc-path-io.changes 2020-08-28 21:42:33.584913373 +0200 @@ -1,0 +2,5 @@ +Tue Aug 25 10:16:31 UTC 2020 - Peter Simons <[email protected]> + +- Replace %setup -q with the more modern %autosetup macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-path-io.spec ++++++ --- /var/tmp/diff_new_pack.dPOyXm/_old 2020-08-28 21:42:34.732913796 +0200 +++ /var/tmp/diff_new_pack.dPOyXm/_new 2020-08-28 21:42:34.736913797 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-path-io # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ License: BSD-3-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/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel @@ -56,7 +56,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 ++++++ path-io.cabal ++++++ --- /var/tmp/diff_new_pack.dPOyXm/_old 2020-08-28 21:42:34.772913811 +0200 +++ /var/tmp/diff_new_pack.dPOyXm/_new 2020-08-28 21:42:34.772913811 +0200 @@ -1,6 +1,6 @@ name: path-io version: 1.6.0 -x-revision: 1 +x-revision: 3 cabal-version: 1.18 tested-with: GHC==8.4.4, GHC==8.6.5, GHC==8.8.1 license: BSD3 @@ -25,12 +25,12 @@ build-depends: base >= 4.11 && < 5.0 , containers , directory >= 1.3.2.0 && < 1.4 - , dlist >= 0.8 && < 0.9 + , dlist >= 0.8 && < 2.0 , exceptions >= 0.8 && < 0.11 , filepath >= 1.2 && < 1.5 - , path >= 0.6 && < 0.8 + , path >= 0.6 && < 0.9 , temporary >= 1.1 && < 1.4 - , time >= 1.4 && < 1.10 + , time >= 1.4 && < 1.11 , transformers >= 0.3 && < 0.6 , unix-compat exposed-modules: Path.IO @@ -58,7 +58,7 @@ , exceptions >= 0.8 && < 0.11 , hspec >= 2.0 && < 3.0 , filepath >= 1.2 && < 1.5 - , path >= 0.6 && < 0.8 + , path >= 0.6 && < 0.9 , path-io , transformers >= 0.3 && < 0.6 , unix-compat
