Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Factory 
checked in at 2017-04-14 13:37:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HTTP (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-HTTP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-HTTP"

Fri Apr 14 13:37:11 2017 rev:17 rq:485101 version:4000.3.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HTTP/ghc-HTTP.changes        2017-03-20 
17:06:40.602321139 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new/ghc-HTTP.changes   2017-04-14 
13:37:11.659857913 +0200
@@ -1,0 +2,5 @@
+Mon Mar 27 12:40:34 UTC 2017 - [email protected]
+
+- Update to version 4000.3.6 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  HTTP-4000.3.5.tar.gz
  HTTP.cabal

New:
----
  HTTP-4000.3.6.tar.gz

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

Other differences:
------------------
++++++ ghc-HTTP.spec ++++++
--- /var/tmp/diff_new_pack.ThHbgO/_old  2017-04-14 13:37:12.231777085 +0200
+++ /var/tmp/diff_new_pack.ThHbgO/_new  2017-04-14 13:37:12.231777085 +0200
@@ -19,14 +19,13 @@
 %global pkg_name HTTP
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        4000.3.5
+Version:        4000.3.6
 Release:        0
 Summary:        A library for client-side HTTP
 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/2.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-array-devel
 BuildRequires:  ghc-bytestring-devel
@@ -104,7 +103,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ HTTP-4000.3.5.tar.gz -> HTTP-4000.3.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-4000.3.5/HTTP.cabal new/HTTP-4000.3.6/HTTP.cabal
--- old/HTTP-4000.3.5/HTTP.cabal        2017-01-25 08:05:31.000000000 +0100
+++ new/HTTP-4000.3.6/HTTP.cabal        2017-03-15 08:20:14.000000000 +0100
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.5
+Version: 4000.3.6
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -44,11 +44,15 @@
  __Note:__ This package does not support HTTPS connections.
  If you need HTTPS, take a look at the following packages:
  .
- * [http-streams](http://hackage.haskell.org/package/http-streams)
- * [http-client](http://hackage.haskell.org/package/http-client) (in 
combination with
- [http-client-tls](http://hackage.haskell.org/package/http-client-tls))
- * [req](http://hackage.haskell.org/package/req)
- * [wreq](http://hackage.haskell.org/package/wreq)
+ * <http://hackage.haskell.org/package/http-streams http-streams>
+ .
+ * <http://hackage.haskell.org/package/http-client http-client> (in 
combination with
+ <http://hackage.haskell.org/package/http-client-tls http-client-tls>)
+ .
+ * <http://hackage.haskell.org/package/req req>
+ .
+ * <http://hackage.haskell.org/package/wreq wreq>
+ .
 
 Extra-Source-Files: CHANGES
 
@@ -109,7 +113,7 @@
   -- where dependencies are shared
   Build-depends: base >= 4.3.0.0 && < 4.10, parsec >= 2.0 && < 3.2
   Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11
-  Build-depends: time >= 1.1.2.3 && < 1.8
+  Build-depends: time >= 1.1.2.3 && < 1.9
 
   Extensions: FlexibleInstances
 
@@ -128,7 +132,7 @@
     ghc-options:      -Werror
 
   if os(windows)
-    Build-depends: Win32 >= 2.2.0.0 && < 2.4
+    Build-depends: Win32 >= 2.2.0.0 && < 2.6
 
 Test-Suite test
   type: exitcode-stdio-1.0


Reply via email to