Hello community, here is the log from the commit of package ghc-vector for openSUSE:Factory checked in at 2019-06-19 21:12:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-vector (Old) and /work/SRC/openSUSE:Factory/.ghc-vector.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector" Wed Jun 19 21:12:32 2019 rev:20 rq:710650 version:0.12.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-vector/ghc-vector.changes 2019-05-09 10:10:43.225253154 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-vector.new.4811/ghc-vector.changes 2019-06-19 21:13:11.742788869 +0200 @@ -1,0 +2,5 @@ +Tue Jun 11 14:29:22 UTC 2019 - Peter Simons <[email protected]> + +- Update Cabal file for more accurate build dependencies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-vector.spec ++++++ --- /var/tmp/diff_new_pack.mV286V/_old 2019-06-19 21:13:13.174790326 +0200 +++ /var/tmp/diff_new_pack.mV286V/_new 2019-06-19 21:13:13.202790355 +0200 @@ -26,7 +26,7 @@ Group: Development/Libraries/Haskell 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-deepseq-devel BuildRequires: ghc-primitive-devel ++++++ vector.cabal ++++++ --- /var/tmp/diff_new_pack.mV286V/_old 2019-06-19 21:13:13.630790791 +0200 +++ /var/tmp/diff_new_pack.mV286V/_new 2019-06-19 21:13:13.646790807 +0200 @@ -1,6 +1,6 @@ Name: vector Version: 0.12.0.3 -x-revision: 1 +x-revision: 2 -- don't forget to update the changelog file! License: BSD3 License-File: LICENSE @@ -151,7 +151,7 @@ , deepseq >= 1.1 && < 1.5 if !impl(ghc > 8.0) Build-Depends: fail == 4.9.* - , semigroups >= 0.18 && < 0.19 + , semigroups >= 0.18 && < 0.20 Ghc-Options: -O2 -Wall
