Hello community,

here is the log from the commit of package ghc-pipes-http for openSUSE:Factory 
checked in at 2016-11-02 12:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-pipes-http (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-pipes-http.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-pipes-http"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-pipes-http/ghc-pipes-http.changes    
2016-10-22 13:16:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-pipes-http.new/ghc-pipes-http.changes       
2016-11-02 12:47:11.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Sep 15 07:01:24 UTC 2016 - [email protected]
+
+- Update to version 1.0.4 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  pipes-http-1.0.3.tar.gz

New:
----
  pipes-http-1.0.4.tar.gz

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

Other differences:
------------------
++++++ ghc-pipes-http.spec ++++++
--- /var/tmp/diff_new_pack.xNsmZ5/_old  2016-11-02 12:47:12.000000000 +0100
+++ /var/tmp/diff_new_pack.xNsmZ5/_new  2016-11-02 12:47:12.000000000 +0100
@@ -18,22 +18,20 @@
 
 %global pkg_name pipes-http
 Name:           ghc-%{pkg_name}
-Version:        1.0.3
+Version:        1.0.4
 Release:        0
 Summary:        HTTP client with pipes interface
 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-bytestring-devel
 BuildRequires:  ghc-http-client-devel
 BuildRequires:  ghc-http-client-tls-devel
 BuildRequires:  ghc-pipes-devel
 BuildRequires:  ghc-rpm-macros
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
 
 %description
 'pipes-http' is a 'pipes' wrapper around the 'http-client' library.
@@ -52,15 +50,12 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 

++++++ pipes-http-1.0.3.tar.gz -> pipes-http-1.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-http-1.0.3/LICENSE new/pipes-http-1.0.4/LICENSE
--- old/pipes-http-1.0.3/LICENSE        2016-06-12 23:28:49.000000000 +0200
+++ new/pipes-http-1.0.4/LICENSE        2016-08-22 00:55:15.000000000 +0200
@@ -1,4 +1,4 @@
-Copyright (c) 2014 Gabriel Gonzalez
+Copyright (c) 2016 Gabriel Gonzalez
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without 
modification,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pipes-http-1.0.3/pipes-http.cabal 
new/pipes-http-1.0.4/pipes-http.cabal
--- old/pipes-http-1.0.3/pipes-http.cabal       2016-06-12 23:33:42.000000000 
+0200
+++ new/pipes-http-1.0.4/pipes-http.cabal       2016-08-22 00:55:20.000000000 
+0200
@@ -1,10 +1,11 @@
 Name: pipes-http
-Version: 1.0.3
+Version: 1.0.4
 Cabal-Version: >=1.8.0.2
 Build-Type: Simple
+Tested-With: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
 License: BSD3
 License-File: LICENSE
-Copyright: 2014 Gabriel Gonzalez
+Copyright: 2016 Gabriel Gonzalez
 Author: Gabriel Gonzalez
 Maintainer: [email protected]
 Bug-Reports: https://github.com/Gabriel439/Haskell-Pipes-HTTP-Library/issues
@@ -21,7 +22,7 @@
         base             >= 4       && < 5   ,
         bytestring       >= 0.9.2.1 && < 0.11,
         pipes            >= 4.0     && < 4.3 ,
-        http-client      >= 0.2     && < 0.5 ,
-        http-client-tls                < 0.3
+        http-client      >= 0.2     && < 0.6 ,
+        http-client-tls                < 0.4
     Exposed-Modules: Pipes.HTTP
-    GHC-Options: -O2 -Wall
+    GHC-Options: -Wall


Reply via email to