Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-tar for openSUSE:Factory checked in at 2021-09-10 23:41:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-tar (Old) and /work/SRC/openSUSE:Factory/.ghc-tar.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-tar" Fri Sep 10 23:41:11 2021 rev:18 rq:917495 version:0.5.1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-tar/ghc-tar.changes 2021-03-10 08:57:40.722915206 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-tar.new.1899/ghc-tar.changes 2021-09-10 23:41:29.058570432 +0200 @@ -1,0 +2,6 @@ +Tue Sep 7 08:14:44 UTC 2021 - [email protected] + +- Update tar to version 0.5.1.1 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-tar.spec ++++++ --- /var/tmp/diff_new_pack.ZttGC8/_old 2021-09-10 23:41:29.514570917 +0200 +++ /var/tmp/diff_new_pack.ZttGC8/_new 2021-09-10 23:41:29.518570922 +0200 @@ -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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-bytestring-devel ++++++ tar.cabal ++++++ --- /var/tmp/diff_new_pack.ZttGC8/_old 2021-09-10 23:41:29.554570960 +0200 +++ /var/tmp/diff_new_pack.ZttGC8/_new 2021-09-10 23:41:29.554570960 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.12 name: tar version: 0.5.1.1 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENSE @@ -42,7 +42,7 @@ library - build-depends: base >= 4 && < 4.16, + build-depends: base >= 4 && < 4.17, filepath < 1.5, array < 0.6, containers >= 0.2 && < 0.7, @@ -51,7 +51,7 @@ if flag(old-time) build-depends: directory < 1.2, old-time < 1.2 else - build-depends: directory >= 1.2 && < 1.4, time < 1.12 + build-depends: directory >= 1.2 && < 1.4, time < 1.13 if flag(old-bytestring) build-depends: bytestring-builder >= 0.10.4.0.2 && < 0.11, bytestring == 0.9.*
