Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Factory 
checked in at 2018-07-24 17:12:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HTTP (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-HTTP.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-HTTP"

Tue Jul 24 17:12:18 2018 rev:21 rq:623698 version:4000.3.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HTTP/ghc-HTTP.changes        2018-05-30 
12:22:29.059567348 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-HTTP.new/ghc-HTTP.changes   2018-07-24 
17:12:22.514525294 +0200
@@ -1,0 +2,13 @@
+Wed Jul 18 14:26:09 UTC 2018 - psim...@suse.com
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+  and update copyright headers with spec-cleaner.
+
+-------------------------------------------------------------------
+Fri Jul 13 14:31:31 UTC 2018 - psim...@suse.com
+
+- Update HTTP to version 4000.3.12.
+  Upstream has not updated the file "CHANGES" since the last
+  release.
+
+-------------------------------------------------------------------
@@ -165 +177,0 @@
-

Old:
----
  HTTP-4000.3.11.tar.gz

New:
----
  HTTP-4000.3.12.tar.gz

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

Other differences:
------------------
++++++ ghc-HTTP.spec ++++++
--- /var/tmp/diff_new_pack.DSTeES/_old  2018-07-24 17:12:22.982525902 +0200
+++ /var/tmp/diff_new_pack.DSTeES/_new  2018-07-24 17:12:22.986525908 +0200
@@ -19,7 +19,7 @@
 %global pkg_name HTTP
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        4000.3.11
+Version:        4000.3.12
 Release:        0
 Summary:        A library for client-side HTTP
 License:        BSD-3-Clause

++++++ HTTP-4000.3.11.tar.gz -> HTTP-4000.3.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-4000.3.11/HTTP.cabal 
new/HTTP-4000.3.12/HTTP.cabal
--- old/HTTP-4000.3.11/HTTP.cabal       2018-03-15 23:43:37.000000000 +0100
+++ new/HTTP-4000.3.12/HTTP.cabal       2018-06-09 17:12:09.000000000 +0200
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.11
+Version: 4000.3.12
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -56,6 +56,8 @@
 
 Extra-Source-Files: CHANGES
 
+tested-with: GHC==8.4.1, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, 
GHC==7.6.3, GHC==7.4.2, GHC==7.2.2, GHC==7.0.4
+
 Source-Repository head
   type: git
   location: https://github.com/haskell/HTTP.git
@@ -120,7 +122,7 @@
     Build-depends: mtl >= 2.0 && < 2.3
 
   if flag(network-uri)
-    Build-depends: network-uri == 2.6.*, network == 2.6.*
+    Build-depends: network-uri == 2.6.*, network >= 2.6 && < 2.8
   else
     Build-depends: network >= 2.2.1.8 && < 2.6
 
@@ -128,7 +130,7 @@
     ghc-options:      -Werror
 
   if os(windows)
-    Build-depends: Win32 >= 2.2.0.0 && < 2.7
+    Build-depends: Win32 >= 2.2.0.0 && < 2.8
 
 Test-Suite test
   type: exitcode-stdio-1.0
@@ -155,7 +157,7 @@
                      test-framework-hunit >= 0.3.0 && <0.4
 
   if flag(network-uri)
-    Build-depends: network-uri == 2.6.*, network == 2.6.*
+    Build-depends: network-uri == 2.6.*, network >= 2.6 && < 2.8
   else
     Build-depends: network >= 2.2.1.5 && < 2.6
 


Reply via email to