Hello community, here is the log from the commit of package ghc-Glob for openSUSE:Factory checked in at 2016-08-24 10:07:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-21 08:04:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-Glob.new/ghc-Glob.changes 2016-08-24 10:07:39.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jul 22 06:08:21 UTC 2016 - psim...@suse.com + +- Update to version 0.7.10 revision 0 with cabal2obs. + +------------------------------------------------------------------- Old: ---- Glob-0.7.9.tar.gz New: ---- Glob-0.7.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-Glob.spec ++++++ --- /var/tmp/diff_new_pack.5iGdeq/_old 2016-08-24 10:07:40.000000000 +0200 +++ /var/tmp/diff_new_pack.5iGdeq/_new 2016-08-24 10:07:40.000000000 +0200 @@ -19,7 +19,7 @@ %global pkg_name Glob %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.7.9 +Version: 0.7.10 Release: 0 Summary: Globbing library License: BSD-3-Clause @@ -27,7 +27,6 @@ Url: https://hackage.haskell.org/package/%{pkg_name} Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz BuildRequires: ghc-Cabal-devel -# Begin cabal-rpm deps: BuildRequires: ghc-containers-devel BuildRequires: ghc-directory-devel BuildRequires: ghc-dlist-devel @@ -44,7 +43,6 @@ BuildRequires: ghc-test-framework-hunit-devel BuildRequires: ghc-test-framework-quickcheck2-devel %endif -# End cabal-rpm deps %description A library for globbing: matching patterns against file paths. @@ -73,9 +71,7 @@ %check -%if %{with tests} -%{cabal} test -%endif +%cabal_test %post devel ++++++ Glob-0.7.9.tar.gz -> Glob-0.7.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glob-0.7.9/CHANGELOG.txt new/Glob-0.7.10/CHANGELOG.txt --- old/Glob-0.7.9/CHANGELOG.txt 2016-07-02 19:04:04.000000000 +0200 +++ new/Glob-0.7.10/CHANGELOG.txt 2016-07-18 18:58:59.000000000 +0200 @@ -1,3 +1,6 @@ +0.7.10, 2016-07-18: + Update dependencies to allow dlist-0.8. + 0.7.9, 2016-07-02: Add missing Utils module to test suite, so that the tests provided with the sdist tarball actually run. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Glob-0.7.9/Glob.cabal new/Glob-0.7.10/Glob.cabal --- old/Glob-0.7.9/Glob.cabal 2016-07-02 19:04:04.000000000 +0200 +++ new/Glob-0.7.10/Glob.cabal 2016-07-18 18:58:59.000000000 +0200 @@ -1,7 +1,7 @@ Cabal-Version: >= 1.9.2 Name: Glob -Version: 0.7.9 +Version: 0.7.10 Homepage: http://iki.fi/matti.niemenmaa/glob/ Synopsis: Globbing library Category: System @@ -28,7 +28,7 @@ Build-Depends: base >= 4 && < 5 , containers < 0.6 , directory < 1.3 - , dlist >= 0.4 && < 0.8 + , dlist >= 0.4 && < 0.9 , filepath >= 1.1 && < 1.5 , transformers >= 0.2 && < 0.6 , transformers-compat >= 0.3 && < 0.6 @@ -56,7 +56,7 @@ Build-Depends: base >= 4 && < 5 , containers < 0.6 , directory < 1.3 - , dlist >= 0.4 && < 0.8 + , dlist >= 0.4 && < 0.9 , filepath >= 1.1 && < 1.5 , transformers >= 0.2 && < 0.6 , transformers-compat >= 0.3 && < 0.6