Hello community,

here is the log from the commit of package ghc-app-settings for 
openSUSE:Factory checked in at 2017-03-20 17:06:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-app-settings (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-app-settings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-app-settings"

Mon Mar 20 17:06:07 2017 rev:3 rq:450595 version:0.2.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-app-settings/ghc-app-settings.changes        
2016-11-10 13:19:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-app-settings.new/ghc-app-settings.changes   
2017-03-20 17:06:09.402726523 +0100
@@ -1,0 +2,5 @@
+Sun Jan  8 21:13:26 UTC 2017 - [email protected]
+
+- Update to version 0.2.0.10 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  app-settings-0.2.0.9.tar.gz

New:
----
  app-settings-0.2.0.10.tar.gz

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

Other differences:
------------------
++++++ ghc-app-settings.spec ++++++
--- /var/tmp/diff_new_pack.evSdod/_old  2017-03-20 17:06:10.346593249 +0100
+++ /var/tmp/diff_new_pack.evSdod/_new  2017-03-20 17:06:10.346593249 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-app-settings
 #
-# 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 app-settings
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.2.0.9
+Version:        0.2.0.10
 Release:        0
 Summary:        A library to manage application settings (INI file-like)
 License:        BSD-3-Clause

++++++ app-settings-0.2.0.9.tar.gz -> app-settings-0.2.0.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/app-settings-0.2.0.9/app-settings.cabal 
new/app-settings-0.2.0.10/app-settings.cabal
--- old/app-settings-0.2.0.9/app-settings.cabal 2016-10-17 19:32:05.000000000 
+0200
+++ new/app-settings-0.2.0.10/app-settings.cabal        2016-12-30 
18:36:13.000000000 +0100
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                app-settings
-version:             0.2.0.9
+version:             0.2.0.10
 synopsis:            A library to manage application settings (INI file-like)
 description:
   A library to deal with application settings.
@@ -115,7 +115,7 @@
   build-depends:       base >=4.6 && <5,
                        mtl >= 2.1 && <2.3,
                        containers == 0.5.*,
-                       directory == 1.2.*,
+                       directory >= 1.2 && < 1.4,
                        text >= 0.10,
                        parsec == 3.1.*
   -- hs-source-dirs:
@@ -132,7 +132,7 @@
                        HUnit >= 1.2 && <1.6,
                        mtl >= 2.1 && <2.3,
                        containers == 0.5.*,
-                       directory == 1.2.*,
+                       directory >= 1.2 && < 1.4,
                        text >= 0.10,
                        parsec == 3.1.*
   Ghc-Options:         -Wall


Reply via email to