Hello community,

here is the log from the commit of package ghc-parseargs for openSUSE:Factory 
checked in at 2017-04-11 09:37:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-parseargs (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-parseargs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-parseargs"

Tue Apr 11 09:37:53 2017 rev:2 rq:483929 version:0.2.0.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-parseargs/ghc-parseargs.changes      
2017-03-24 01:58:34.456055627 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-parseargs.new/ghc-parseargs.changes 
2017-04-11 09:37:54.674546951 +0200
@@ -1,0 +2,5 @@
+Fri Dec 16 17:59:30 UTC 2016 - psim...@suse.com
+
+- Update to version 0.2.0.8 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  parseargs-0.2.0.7.tar.gz

New:
----
  parseargs-0.2.0.8.tar.gz

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

Other differences:
------------------
++++++ ghc-parseargs.spec ++++++
--- /var/tmp/diff_new_pack.yt4paQ/_old  2017-04-11 09:37:55.334453732 +0200
+++ /var/tmp/diff_new_pack.yt4paQ/_new  2017-04-11 09:37:55.338453166 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-parseargs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -19,7 +19,7 @@
 %global pkg_name parseargs
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.0.7
+Version:        0.2.0.8
 Release:        0
 Summary:        Full-featured command-line argument parsing library
 License:        BSD-3-Clause

++++++ parseargs-0.2.0.7.tar.gz -> parseargs-0.2.0.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parseargs-0.2.0.7/System/Console/ParseArgs.hs 
new/parseargs-0.2.0.8/System/Console/ParseArgs.hs
--- old/parseargs-0.2.0.7/System/Console/ParseArgs.hs   2016-06-09 
06:59:29.000000000 +0200
+++ new/parseargs-0.2.0.8/System/Console/ParseArgs.hs   2016-12-04 
09:32:59.000000000 +0100
@@ -303,10 +303,10 @@
                                    (show k))
 
 -- |Make a keymap for looking up a flag argument.
-make_keymap :: (Ord a, Ord k, Show k) =>
-               ((Arg a) -> Maybe k)   -- ^Mapping from argdesc to flag key.
-            -> [ Arg a ]              -- ^List of argdesc.
-            -> (Map.Map k (Arg a))    -- ^Map from key to argdesc.
+make_keymap :: (Ord k, Show k) =>
+               (Arg a -> Maybe k)   -- ^Mapping from argdesc to flag key.
+            -> [Arg a]              -- ^List of argdesc.
+            -> Map.Map k (Arg a)    -- ^Map from key to argdesc.
 make_keymap f_field ads =
     (keymap_from_list .
      filter_keys .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/parseargs-0.2.0.7/parseargs.cabal 
new/parseargs-0.2.0.8/parseargs.cabal
--- old/parseargs-0.2.0.7/parseargs.cabal       2016-06-09 06:59:29.000000000 
+0200
+++ new/parseargs-0.2.0.8/parseargs.cabal       2016-12-04 09:32:59.000000000 
+0100
@@ -6,7 +6,7 @@
 Build-Type: Simple
 Description: Parse command-line arguments
 -- Don't forget to bump the source-repository this below
-Version: 0.2.0.7
+Version: 0.2.0.8
 Cabal-Version: >= 1.8
 License: BSD3
 License-File: COPYING
@@ -42,4 +42,4 @@
 Source-repository this
   Type:     git
   Location: git://github.com/BartMassey/parseargs.git
-  Tag:      v0.2.0.7
+  Tag:      v0.2.0.8


Reply via email to