Hello community, here is the log from the commit of package ghc-Glob for openSUSE:Factory checked in at 2016-11-05 21:27:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-Glob (Old) and /work/SRC/openSUSE:Factory/.ghc-Glob.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-Glob" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-Glob/ghc-Glob.changes 2016-08-25 09:58:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-Glob.new/ghc-Glob.changes 2016-11-05 21:27:17.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Oct 11 08:50:08 UTC 2016 - [email protected] + +- Update to version 0.7.12 with cabal2obs. + +------------------------------------------------------------------- Old: ---- Glob-0.7.11.tar.gz New: ---- Glob-0.7.12.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-Glob.spec ++++++ --- /var/tmp/diff_new_pack.Jbn9Ug/_old 2016-11-05 21:27:18.000000000 +0100 +++ /var/tmp/diff_new_pack.Jbn9Ug/_new 2016-11-05 21:27:18.000000000 +0100 @@ -19,7 +19,7 @@ %global pkg_name Glob %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.11 +Version: 0.7.12 Release: 0 Summary: Globbing library License: BSD-3-Clause @@ -32,7 +32,6 @@ BuildRequires: ghc-dlist-devel BuildRequires: ghc-filepath-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-semigroups-devel BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ Glob-0.7.11.tar.gz -> Glob-0.7.12.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glob-0.7.11/CHANGELOG.txt new/Glob-0.7.12/CHANGELOG.txt --- old/Glob-0.7.11/CHANGELOG.txt 2016-08-08 18:58:03.000000000 +0200 +++ new/Glob-0.7.12/CHANGELOG.txt 2016-10-07 18:35:11.000000000 +0200 @@ -1,3 +1,6 @@ +0.7.12, 2016-10-07: + Update test dependencies to allow HUnit-1.4. + 0.7.11, 2016-08-08: Got rid of tests/Utils.hs to fix test compilation on case-insensitive filesystems (tests/Utils.hs vs tests/Tests/Utils.hs). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glob-0.7.11/Glob.cabal new/Glob-0.7.12/Glob.cabal --- old/Glob-0.7.11/Glob.cabal 2016-08-08 18:58:03.000000000 +0200 +++ new/Glob-0.7.12/Glob.cabal 2016-10-07 18:35:11.000000000 +0200 @@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2 Name: Glob -Version: 0.7.11 +Version: 0.7.12 Homepage: http://iki.fi/matti.niemenmaa/glob/ Synopsis: Globbing library Category: System @@ -60,7 +60,7 @@ , filepath >= 1.1 && < 1.5 , transformers >= 0.2 && < 0.6 , transformers-compat >= 0.3 && < 0.6 - , HUnit >= 1.2 && < 1.4 + , HUnit >= 1.2 && < 1.5 , QuickCheck >= 2 && < 3 , test-framework >= 0.2 && < 1 , test-framework-hunit >= 0.2 && < 1
