Hello community,

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

Package is "ghc-pipes-aeson"

Tue Apr 11 09:43:15 2017 rev:4 rq:485155 version:0.4.1.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pipes-aeson/ghc-pipes-aeson.changes  
2017-02-11 01:41:16.224271586 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-aeson.new/ghc-pipes-aeson.changes     
2017-04-11 09:43:19.260694912 +0200
@@ -1,0 +2,5 @@
+Thu Mar  9 09:53:47 UTC 2017 - psim...@suse.com
+
+- Update to version 0.4.1.8 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  pipes-aeson-0.4.1.7.tar.gz
  pipes-aeson.cabal

New:
----
  pipes-aeson-0.4.1.8.tar.gz

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

Other differences:
------------------
++++++ ghc-pipes-aeson.spec ++++++
--- /var/tmp/diff_new_pack.vmz8sA/_old  2017-04-11 09:43:21.416390392 +0200
+++ /var/tmp/diff_new_pack.vmz8sA/_new  2017-04-11 09:43:21.416390392 +0200
@@ -18,14 +18,13 @@
 
 %global pkg_name pipes-aeson
 Name:           ghc-%{pkg_name}
-Version:        0.4.1.7
+Version:        0.4.1.8
 Release:        0
 Summary:        Encode and decode JSON streams using Aeson and Pipes
 License:        BSD-3-Clause
 Group:          Development/Languages/Other
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
@@ -57,7 +56,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -77,5 +75,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.md changelog.md
 
 %changelog

++++++ pipes-aeson-0.4.1.7.tar.gz -> pipes-aeson-0.4.1.8.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-aeson-0.4.1.7/changelog.md 
new/pipes-aeson-0.4.1.8/changelog.md
--- old/pipes-aeson-0.4.1.7/changelog.md        2016-09-18 23:11:07.000000000 
+0200
+++ new/pipes-aeson-0.4.1.8/changelog.md        2017-03-07 17:14:51.000000000 
+0100
@@ -1,3 +1,8 @@
+# 0.4.1.8
+
+* Remove upper bound dependencies on everything but `base`.
+
+
 # 0.4.1.7
 
 * Raise upper bound dependency on `aeson`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-aeson-0.4.1.7/pipes-aeson.cabal 
new/pipes-aeson-0.4.1.8/pipes-aeson.cabal
--- old/pipes-aeson-0.4.1.7/pipes-aeson.cabal   2016-09-18 23:11:07.000000000 
+0200
+++ new/pipes-aeson-0.4.1.8/pipes-aeson.cabal   2017-03-07 17:14:51.000000000 
+0100
@@ -1,12 +1,12 @@
 name:               pipes-aeson
-version:            0.4.1.7
+version:            0.4.1.8
 license:            BSD3
 license-file:       LICENSE
-copyright:          Copyright (c) Renzo Carbonara 2013-2016
+copyright:          Copyright (c) Renzo Carbonara 2013-2017
 author:             Renzo Carbonara
 maintainer:         renzocarbonaraλgmail.com
 stability:          Experimental
-tested-with:        GHC ==7.10.3 GHC ==8.0.1
+tested-with:        GHC ==8.0.2
 homepage:           https://github.com/k0001/pipes-aeson
 bug-reports:        https://github.com/k0001/pipes-aeson/issues
 category:           Pipes, Parser
@@ -30,13 +30,13 @@
                    Pipes.Aeson.Unchecked
   other-modules:   Pipes.Aeson.Internal
   build-depends:
-      aeson            (>=0.6.1 && <1.1)
-    , attoparsec       (>=0.10  && <0.14)
-    , base             (>=4.5   && <5.0)
-    , pipes            (>=4.1   && <4.3)
-    , pipes-attoparsec (>=0.5   && <0.6)
-    , pipes-bytestring (>=2.0   && <2.2)
-    , pipes-parse      (>=3.0.1 && <3.1)
+      aeson            (>=0.6.1)
+    , attoparsec       (>=0.10)
+    , base             (>=4.5 && <5.0)
+    , pipes            (>=4.1)
+    , pipes-attoparsec (>=0.5)
+    , pipes-bytestring (>=2.0)
+    , pipes-parse      (>=3.0.1)
     , bytestring       (>=0.9.2.1)
-    , transformers     (>=0.2   && <0.6)
+    , transformers     (>=0.2)
   ghc-options: -Wall -O2


Reply via email to