Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-topograph for openSUSE:Factory checked in at 2021-09-10 23:41:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-topograph (Old) and /work/SRC/openSUSE:Factory/.ghc-topograph.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-topograph" Fri Sep 10 23:41:16 2021 rev:4 rq:917504 version:1.0.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-topograph/ghc-topograph.changes 2021-03-10 08:57:46.202920862 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-topograph.new.1899/ghc-topograph.changes 2021-09-10 23:41:34.554576280 +0200 @@ -1,0 +2,6 @@ +Thu Sep 2 08:32:35 UTC 2021 - [email protected] + +- Update topograph to version 1.0.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-topograph.spec ++++++ --- /var/tmp/diff_new_pack.gwm2f9/_old 2021-09-10 23:41:34.910576658 +0200 +++ /var/tmp/diff_new_pack.gwm2f9/_new 2021-09-10 23:41:34.914576663 +0200 @@ -24,7 +24,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/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-compat-devel BuildRequires: ghc-base-orphans-devel ++++++ topograph.cabal ++++++ --- /var/tmp/diff_new_pack.gwm2f9/_old 2021-09-10 23:41:34.946576697 +0200 +++ /var/tmp/diff_new_pack.gwm2f9/_new 2021-09-10 23:41:34.946576697 +0200 @@ -1,7 +1,7 @@ cabal-version: 2.2 name: topograph version: 1.0.0.1 -x-revision: 1 +x-revision: 2 synopsis: Directed acyclic graphs. category: Data, Graph description: @@ -48,7 +48,7 @@ exposed-modules: Topograph build-depends: , base >=4.6 && <4.16 - , base-compat ^>=0.10.5 || ^>=0.11.0 + , base-compat ^>=0.10.5 || ^>=0.11.0 || ^>=0.12.0 , base-orphans ^>=0.8 , containers ^>=0.5.0.0 || ^>=0.6.0.1 , vector ^>=0.12
