Hello community,

here is the log from the commit of package ghc-Glob for openSUSE:Factory 
checked in at 2018-10-25 08:16:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-Glob (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-Glob.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-Glob"

Thu Oct 25 08:16:18 2018 rev:13 rq:642859 version:0.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-Glob/ghc-Glob.changes        2018-07-21 
10:21:15.887014652 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-Glob.new/ghc-Glob.changes   2018-10-25 
08:17:12.772047886 +0200
@@ -1,0 +2,10 @@
+Thu Oct  4 15:39:53 UTC 2018 - psim...@suse.com
+
+- Update Glob to version 0.9.3.
+  0.9.3, 2018-09-22:
+       Updated dependencies to allow containers-0.7 (GHC 8.6). Thanks to
+       chessai for the merge request.
+
+       Updated tests to compile with GHC 8.6.
+
+-------------------------------------------------------------------

Old:
----
  Glob-0.9.2.tar.gz

New:
----
  Glob-0.9.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-Glob.spec ++++++
--- /var/tmp/diff_new_pack.C4v7x9/_old  2018-10-25 08:17:13.176047710 +0200
+++ /var/tmp/diff_new_pack.C4v7x9/_new  2018-10-25 08:17:13.180047707 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name Glob
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.9.2
+Version:        0.9.3
 Release:        0
 Summary:        Globbing library
 License:        BSD-3-Clause

++++++ Glob-0.9.2.tar.gz -> Glob-0.9.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glob-0.9.2/CHANGELOG.txt new/Glob-0.9.3/CHANGELOG.txt
--- old/Glob-0.9.2/CHANGELOG.txt        2018-02-26 17:56:04.000000000 +0100
+++ new/Glob-0.9.3/CHANGELOG.txt        2018-09-22 11:55:01.000000000 +0200
@@ -1,3 +1,9 @@
+0.9.3, 2018-09-22:
+       Updated dependencies to allow containers-0.7 (GHC 8.6). Thanks to
+       chessai for the merge request.
+
+       Updated tests to compile with GHC 8.6.
+
 0.9.2, 2018-02-26:
        Updated dependencies to allow transformers-compat-0.6.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glob-0.9.2/Glob.cabal new/Glob-0.9.3/Glob.cabal
--- old/Glob-0.9.2/Glob.cabal   2018-02-26 17:56:04.000000000 +0100
+++ new/Glob-0.9.3/Glob.cabal   2018-09-22 11:55:01.000000000 +0200
@@ -1,7 +1,7 @@
 Cabal-Version: >= 1.9.2
 
 Name:        Glob
-Version:     0.9.2
+Version:     0.9.3
 Homepage:    http://iki.fi/matti.niemenmaa/glob/
 Synopsis:    Globbing library
 Category:    System
@@ -26,7 +26,7 @@
 
 Library
    Build-Depends: base         >= 4 && < 5
-                , containers   <  0.6
+                , containers   <  0.7
                 , directory    <  1.4
                 , dlist        >= 0.4 && < 0.9
                 , filepath     >= 1.1 && < 1.5
@@ -56,7 +56,7 @@
    main-is: Main.hs
 
    Build-Depends: base                       >= 4 && < 5
-                , containers                 <  0.6
+                , containers                 <  0.7
                 , directory                  <  1.4
                 , dlist                      >= 0.4 && < 0.9
                 , filepath                   >= 1.1 && < 1.5
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Glob-0.9.2/tests/Tests/Base.hs 
new/Glob-0.9.3/tests/Tests/Base.hs
--- old/Glob-0.9.2/tests/Tests/Base.hs  2018-02-26 17:56:04.000000000 +0100
+++ new/Glob-0.9.3/tests/Tests/Base.hs  2018-09-22 11:55:01.000000000 +0200
@@ -43,7 +43,7 @@
 
 instance Arbitrary COpts where
    arbitrary = do
-      [a,b,c,d,e,f] <- vector 6
+      (a,b,c,d,e,f) <- arbitrary
       return.COpts $ CompOptions a b c d e f False
 
 


Reply via email to