Hello community, here is the log from the commit of package ghc-vector for openSUSE:Factory checked in at 2018-07-24 17:23:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-vector (Old) and /work/SRC/openSUSE:Factory/.ghc-vector.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-vector" Tue Jul 24 17:23:23 2018 rev:16 rq:623892 version:0.12.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-vector/ghc-vector.changes 2018-05-30 12:27:51.145133922 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-vector.new/ghc-vector.changes 2018-07-24 17:23:26.695381238 +0200 @@ -1,0 +2,11 @@ +Wed Jul 18 14:26:47 UTC 2018 - [email protected] + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Wed Jul 18 14:14:06 UTC 2018 - [email protected] + +- Revise cabal build file to specify more accurate dependencies. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-vector.spec ++++++ --- /var/tmp/diff_new_pack.3Now6f/_old 2018-07-24 17:23:27.367382096 +0200 +++ /var/tmp/diff_new_pack.3Now6f/_new 2018-07-24 17:23:27.367382096 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-vector # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/2.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-deepseq-devel BuildRequires: ghc-primitive-devel ++++++ vector.cabal ++++++ --- /var/tmp/diff_new_pack.3Now6f/_old 2018-07-24 17:23:27.399382137 +0200 +++ /var/tmp/diff_new_pack.3Now6f/_new 2018-07-24 17:23:27.399382137 +0200 @@ -1,6 +1,6 @@ Name: vector Version: 0.12.0.1 -x-revision: 2 +x-revision: 3 -- don't forget to update the changelog file! License: BSD3 License-File: LICENSE @@ -145,7 +145,7 @@ Install-Includes: vector.h - Build-Depends: base >= 4.5 && < 4.12 + Build-Depends: base >= 4.5 && < 4.13 , primitive >= 0.5.0.1 && < 0.7 , ghc-prim >= 0.2 && < 0.6 , deepseq >= 1.1 && < 1.5
