Hello community,

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

Package is "ghc-pipes-aeson"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pipes-aeson/ghc-pipes-aeson.changes  
2017-01-12 15:45:13.765394690 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-aeson.new/ghc-pipes-aeson.changes     
2017-02-03 17:39:38.484223513 +0100
@@ -1,0 +2,5 @@
+Mon Sep 26 06:51:52 UTC 2016 - [email protected]
+
+- Update to version 0.4.1.7 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  pipes-aeson-0.4.1.6.tar.gz

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

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

Other differences:
------------------
++++++ ghc-pipes-aeson.spec ++++++
--- /var/tmp/diff_new_pack.Kd9IAb/_old  2017-02-03 17:39:38.828174830 +0100
+++ /var/tmp/diff_new_pack.Kd9IAb/_new  2017-02-03 17:39:38.828174830 +0100
@@ -18,15 +18,14 @@
 
 %global pkg_name pipes-aeson
 Name:           ghc-%{pkg_name}
-Version:        0.4.1.6
+Version:        0.4.1.7
 Release:        0
 Summary:        Encode and decode JSON streams using Aeson and Pipes
 License:        BSD-3-Clause
-Group:          System/Libraries
+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
 BuildRequires:  ghc-Cabal-devel
-# Begin cabal-rpm deps:
 BuildRequires:  ghc-aeson-devel
 BuildRequires:  ghc-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
@@ -37,7 +36,6 @@
 BuildRequires:  ghc-rpm-macros
 BuildRequires:  ghc-transformers-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 Utilities to encode and decode Pipes streams of JSON.
@@ -59,15 +57,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

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


Reply via email to