Hello community,

here is the log from the commit of package ghc-text-all for openSUSE:Factory 
checked in at 2017-05-17 10:55:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-text-all (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-text-all.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-text-all"

Wed May 17 10:55:32 2017 rev:2 rq:495446 version:0.3.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-text-all/ghc-text-all.changes        
2017-05-09 18:01:22.463946959 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-text-all.new/ghc-text-all.changes   
2017-05-17 10:55:33.596649731 +0200
@@ -1,0 +2,5 @@
+Wed May  3 08:24:04 UTC 2017 - [email protected]
+
+- Update to version 0.3.1.0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  text-all-0.3.0.2.tar.gz

New:
----
  text-all-0.3.1.0.tar.gz

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

Other differences:
------------------
++++++ ghc-text-all.spec ++++++
--- /var/tmp/diff_new_pack.uVI8bO/_old  2017-05-17 10:55:34.184567022 +0200
+++ /var/tmp/diff_new_pack.uVI8bO/_new  2017-05-17 10:55:34.184567022 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name text-all
 Name:           ghc-%{pkg_name}
-Version:        0.3.0.2
+Version:        0.3.1.0
 Release:        0
 Summary:        Everything Data.Text related in one package
 License:        BSD-3-Clause
@@ -35,7 +35,7 @@
 %description
 Everything 'Data.Text'-related in one package.
 
-Note: this package does follow PVP.
+Note: this package follows PVP.
 
 %package devel
 Summary:        Haskell %{pkg_name} library development files

++++++ text-all-0.3.0.2.tar.gz -> text-all-0.3.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-all-0.3.0.2/CHANGELOG.md 
new/text-all-0.3.1.0/CHANGELOG.md
--- old/text-all-0.3.0.2/CHANGELOG.md   2016-08-20 20:22:42.000000000 +0200
+++ new/text-all-0.3.1.0/CHANGELOG.md   2017-04-23 23:29:06.000000000 +0200
@@ -1,3 +1,7 @@
+# 0.3.1.0
+
+* Bumped the text-show upper bound. (text-show added some instances.)
+
 # 0.3.0.2
 
 * Bumped the text-show upper bound.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/text-all-0.3.0.2/text-all.cabal 
new/text-all-0.3.1.0/text-all.cabal
--- old/text-all-0.3.0.2/text-all.cabal 2016-08-20 20:22:28.000000000 +0200
+++ new/text-all-0.3.1.0/text-all.cabal 2017-04-23 23:29:06.000000000 +0200
@@ -1,10 +1,10 @@
 name:                text-all
-version:             0.3.0.2
+version:             0.3.1.0
 synopsis:            Everything Data.Text related in one package
 description:
   Everything @Data.Text@-related in one package.
   .
-  Note: this package does follow PVP.
+  Note: this package follows PVP.
 homepage:            http://github.com/aelve/text-all
 bug-reports:         http://github.com/aelve/text-all/issues
 license:             BSD3
@@ -29,7 +29,7 @@
   -- other-extensions:    
   build-depends:       base >=4.5 && <5
                      , text ==1.2.2.*
-                     , text-show >=3.2 && <3.5
+                     , text-show >=3.2 && <3.7
                      , text-format ==0.3.1.*
   ghc-options:         -Wall -fno-warn-unused-do-bind
   hs-source-dirs:      lib


Reply via email to