Hello community,

here is the log from the commit of package ghc-smoothie for openSUSE:Factory 
checked in at 2017-03-18 20:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-smoothie (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-smoothie.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-smoothie"

Sat Mar 18 20:50:02 2017 rev:3 rq:453308 version:0.4.2.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-smoothie/ghc-smoothie.changes        
2016-11-10 13:30:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-smoothie.new/ghc-smoothie.changes   
2017-03-18 20:50:03.306089725 +0100
@@ -1,0 +2,10 @@
+Wed Jan 18 09:00:20 UTC 2017 - [email protected]
+
+- Update to version 0.4.2.6 with cabal2obs.
+
+-------------------------------------------------------------------
+Sun Jan  8 21:13:50 UTC 2017 - [email protected]
+
+- Update to version 0.4.2.4 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  smoothie-0.4.2.3.tar.gz

New:
----
  smoothie-0.4.2.6.tar.gz

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

Other differences:
------------------
++++++ ghc-smoothie.spec ++++++
--- /var/tmp/diff_new_pack.OYycao/_old  2017-03-18 20:50:04.233958276 +0100
+++ /var/tmp/diff_new_pack.OYycao/_new  2017-03-18 20:50:04.237957710 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-smoothie
 #
-# 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
@@ -18,7 +18,7 @@
 
 %global pkg_name smoothie
 Name:           ghc-%{pkg_name}
-Version:        0.4.2.3
+Version:        0.4.2.6
 Release:        0
 Summary:        Smooth curves via several interpolation modes
 License:        BSD-3-Clause

++++++ smoothie-0.4.2.3.tar.gz -> smoothie-0.4.2.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smoothie-0.4.2.3/CHANGELOG.md 
new/smoothie-0.4.2.6/CHANGELOG.md
--- old/smoothie-0.4.2.3/CHANGELOG.md   2016-08-08 12:26:55.000000000 +0200
+++ new/smoothie-0.4.2.6/CHANGELOG.md   2017-01-15 15:53:31.000000000 +0100
@@ -1,3 +1,7 @@
+### 0.4.2.4
+
+- Support for aeson-1.1.
+
 ### 0.4.2.3
 
 - Support for aeson-1.0.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/smoothie-0.4.2.3/smoothie.cabal 
new/smoothie-0.4.2.6/smoothie.cabal
--- old/smoothie-0.4.2.3/smoothie.cabal 2016-08-08 12:26:59.000000000 +0200
+++ new/smoothie-0.4.2.6/smoothie.cabal 2017-01-15 23:35:59.000000000 +0100
@@ -1,5 +1,5 @@
 name:                smoothie
-version:             0.4.2.3
+version:             0.4.2.6
 synopsis:            Smooth curves via several interpolation modes
 description:         This package exports several splines you can use
                      to interpolate points in between. It includes instances 
for
@@ -38,11 +38,11 @@
                      , Data.Spline.Key
 
 
-  build-depends:       base   >= 4.7  && < 5.0
+  build-depends:       base   >= 4.8  && < 5.0
+                     , aeson  >= 0.8  && < 1.2
                      , linear >= 1.16 && < 1.21
-                     , vector >= 0.10 && < 0.12
-                     , aeson  >= 0.8  && < 1.1
                      , text   >= 1.2  && < 1.3
+                     , vector >= 0.10 && < 0.13
 
   hs-source-dirs:      src
 


Reply via email to