Hello community, here is the log from the commit of package ghc-fgl for openSUSE:Factory checked in at 2020-08-10 14:53:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-fgl (Old) and /work/SRC/openSUSE:Factory/.ghc-fgl.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-fgl" Mon Aug 10 14:53:47 2020 rev:2 rq:824308 version:5.7.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-fgl/ghc-fgl.changes 2020-06-19 17:01:08.240173708 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-fgl.new.3399/ghc-fgl.changes 2020-08-10 14:53:57.703872628 +0200 @@ -1,0 +2,9 @@ +Tue Aug 4 09:04:45 UTC 2020 - [email protected] + +- Update fgl to version 5.7.0.3. + 5.7.0.3 + ------- + + * Bump QuickCheck dependency + +------------------------------------------------------------------- Old: ---- fgl-5.7.0.2.tar.gz New: ---- fgl-5.7.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-fgl.spec ++++++ --- /var/tmp/diff_new_pack.FVQPnU/_old 2020-08-10 14:53:59.255873447 +0200 +++ /var/tmp/diff_new_pack.FVQPnU/_new 2020-08-10 14:53:59.259873450 +0200 @@ -19,7 +19,7 @@ %global pkg_name fgl %bcond_with tests Name: ghc-%{pkg_name} -Version: 5.7.0.2 +Version: 5.7.0.3 Release: 0 Summary: Martin Erwig's Functional Graph Library License: BSD-3-Clause ++++++ fgl-5.7.0.2.tar.gz -> fgl-5.7.0.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fgl-5.7.0.2/ChangeLog new/fgl-5.7.0.3/ChangeLog --- old/fgl-5.7.0.2/ChangeLog 1970-01-01 01:00:00.000000000 +0100 +++ new/fgl-5.7.0.3/ChangeLog 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,8 @@ +5.7.0.3 +------- + +* Bump QuickCheck dependency + 5.7.0.2 ------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fgl-5.7.0.2/fgl.cabal new/fgl-5.7.0.3/fgl.cabal --- old/fgl-5.7.0.2/fgl.cabal 1970-01-01 01:00:00.000000000 +0100 +++ new/fgl-5.7.0.3/fgl.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: fgl -version: 5.7.0.2 +version: 5.7.0.3 license: BSD3 license-file: LICENSE author: Martin Erwig, Ivan Lazar Miljenovic @@ -17,9 +17,9 @@ extra-source-files: ChangeLog -tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, - GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2, - GHC == 8.4.3, GHC == 8.6.2, GHC == 8.8.2, GHC == 8.10.1 +tested-with: GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, + GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.3, + GHC == 8.6.2, GHC == 8.8.2, GHC == 8.10.1 source-repository head type: git @@ -91,7 +91,7 @@ build-depends: fgl , base - , QuickCheck >= 2.8 && < 2.14 + , QuickCheck >= 2.8 && < 2.15 , hspec >= 2.1 && < 2.8 , containers
