Hello community,

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

Package is "ghc-pipes-attoparsec"

Tue Apr 11 09:43:22 2017 rev:3 rq:485156 version:0.5.1.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ghc-pipes-attoparsec/ghc-pipes-attoparsec.changes    
    2017-02-11 01:41:30.278288475 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-pipes-attoparsec.new/ghc-pipes-attoparsec.changes
   2017-04-11 09:43:23.428106210 +0200
@@ -1,0 +2,5 @@
+Tue Mar 14 09:26:27 UTC 2017 - psim...@suse.com
+
+- Update to version 0.5.1.5 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  pipes-attoparsec-0.5.1.4.tar.gz
  pipes-attoparsec.cabal

New:
----
  pipes-attoparsec-0.5.1.5.tar.gz

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

Other differences:
------------------
++++++ ghc-pipes-attoparsec.spec ++++++
--- /var/tmp/diff_new_pack.TI436V/_old  2017-04-11 09:43:25.155862142 +0200
+++ /var/tmp/diff_new_pack.TI436V/_new  2017-04-11 09:43:25.159861577 +0200
@@ -19,14 +19,13 @@
 %global pkg_name pipes-attoparsec
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.5.1.4
+Version:        0.5.1.5
 Release:        0
 Summary:        Attoparsec and Pipes integration
 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-attoparsec-devel
 BuildRequires:  ghc-bytestring-devel
@@ -63,7 +62,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build
@@ -86,5 +84,6 @@
 
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
+%doc README.md changelog.md
 
 %changelog

++++++ pipes-attoparsec-0.5.1.4.tar.gz -> pipes-attoparsec-0.5.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-attoparsec-0.5.1.4/LICENSE 
new/pipes-attoparsec-0.5.1.5/LICENSE
--- old/pipes-attoparsec-0.5.1.4/LICENSE        2016-06-21 17:47:19.000000000 
+0200
+++ new/pipes-attoparsec-0.5.1.5/LICENSE        2017-03-07 17:20:39.000000000 
+0100
@@ -1,4 +1,4 @@
-Copyright (c) 2012-2016, Renzo Carbonara
+Copyright (c) 2012-2017, Renzo Carbonara
 Copyright (c) 2012, Paolo Capriotti
 
 All rights reserved.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-attoparsec-0.5.1.4/changelog.md 
new/pipes-attoparsec-0.5.1.5/changelog.md
--- old/pipes-attoparsec-0.5.1.4/changelog.md   2016-06-21 17:47:19.000000000 
+0200
+++ new/pipes-attoparsec-0.5.1.5/changelog.md   2017-03-07 17:20:39.000000000 
+0100
@@ -1,3 +1,8 @@
+# Version 0.5.1.5
+
+* Remove upper bound limits on dependencies other than `base`.
+
+
 # Version 0.5.1.4
 
 * Bump upper bound dependency on `pipes`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-attoparsec-0.5.1.4/pipes-attoparsec.cabal 
new/pipes-attoparsec-0.5.1.5/pipes-attoparsec.cabal
--- old/pipes-attoparsec-0.5.1.4/pipes-attoparsec.cabal 2016-06-21 
17:47:19.000000000 +0200
+++ new/pipes-attoparsec-0.5.1.5/pipes-attoparsec.cabal 2017-03-07 
17:20:39.000000000 +0100
@@ -1,8 +1,8 @@
 name:               pipes-attoparsec
-version:            0.5.1.4
+version:            0.5.1.5
 license:            BSD3
 license-file:       LICENSE
-copyright:          Copyright (c) Renzo Carbonara 2012-2016, Paolo Capriotti 
2012
+copyright:          Copyright (c) Renzo Carbonara 2012-2017, Paolo Capriotti 
2012
 author:             Renzo Carbonara
 maintainer:         renzocarbonaraλgmail.com
 stability:          Experimental
@@ -28,12 +28,12 @@
   exposed-modules: Pipes.Attoparsec
   build-depends:
       base         (>=4.5      && <5.0)
-    , attoparsec   (>=0.10     && <0.14)
-    , bytestring   (>=0.9.2.1  && <0.11)
-    , pipes        (>=4.1      && <4.3)
-    , pipes-parse  (>=3.0.1    && <3.1)
-    , text         (>=0.11.2.0 && <1.3)
-    , transformers (>=0.2      && <0.6)
+    , attoparsec   (>=0.10)
+    , bytestring   (>=0.9.2.1)
+    , pipes        (>=4.1)
+    , pipes-parse  (>=3.0.1)
+    , text         (>=0.11.2.0)
+    , transformers (>=0.2)
   ghc-options: -Wall -O2
 
 test-suite tests


Reply via email to