commit ghc-HTTP for openSUSE:Leap:15.2

2020-03-13 Thread root
Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Leap:15.2 
checked in at 2020-03-13 10:57:00

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-HTTP (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-HTTP.new.3160 (New)


Package is "ghc-HTTP"

Fri Mar 13 10:57:00 2020 rev:12 rq:783003 version:4000.3.14

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ghc-HTTP/ghc-HTTP.changes  2020-02-19 
18:37:10.109787057 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ghc-HTTP.new.3160/ghc-HTTP.changes
2020-03-13 10:57:01.460419670 +0100
@@ -1,0 +2,5 @@
+Fri Feb 28 08:35:47 UTC 2020 - Peter Simons 
+
+- Update Cabal build information for more accurate dependencies.
+
+---



Other differences:
--
++ ghc-HTTP.spec ++
--- /var/tmp/diff_new_pack.oMkGuo/_old  2020-03-13 10:57:01.724419859 +0100
+++ /var/tmp/diff_new_pack.oMkGuo/_new  2020-03-13 10:57:01.724419859 +0100
@@ -94,6 +94,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
+cabal-tweak-dep-ver network-uri '== 2.6.*' '< 3'
 
 %build
 %ghc_lib_build




commit ghc-HTTP for openSUSE:Leap:15.2

2020-02-19 Thread root
Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Leap:15.2 
checked in at 2020-02-19 18:37:09

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-HTTP (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-HTTP.new.26092 (New)


Package is "ghc-HTTP"

Wed Feb 19 18:37:09 2020 rev:11 rq:771194 version:4000.3.14

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ghc-HTTP/ghc-HTTP.changes  2020-01-15 
15:00:34.657752276 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ghc-HTTP.new.26092/ghc-HTTP.changes   
2020-02-19 18:37:10.109787057 +0100
@@ -1,0 +2,24 @@
+Fri Nov  8 16:14:00 UTC 2019 - Peter Simons 
+
+- Drop obsolete group attributes.
+
+---
+Tue Jun 18 02:01:48 UTC 2019 - psim...@suse.com
+
+- Update HTTP to version 4000.3.14.
+  Upstream has not updated the file "CHANGES" since the last
+  release.
+
+---
+Tue Jun 11 14:29:06 UTC 2019 - Peter Simons 
+
+- Update Cabal file for more accurate build dependencies.
+
+---
+Mon Mar 18 03:01:21 UTC 2019 - psim...@suse.com
+
+- Update HTTP to version 4000.3.13.
+  Upstream has not updated the file "CHANGES" since the last
+  release.
+
+---

Old:

  HTTP-4000.3.12.tar.gz
  HTTP.cabal

New:

  HTTP-4000.3.14.tar.gz



Other differences:
--
++ ghc-HTTP.spec ++
--- /var/tmp/diff_new_pack.UFTodX/_old  2020-02-19 18:37:10.453787778 +0100
+++ /var/tmp/diff_new_pack.UFTodX/_new  2020-02-19 18:37:10.457787785 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HTTP
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,14 +19,12 @@
 %global pkg_name HTTP
 %bcond_with tests
 Name:   ghc-%{pkg_name}
-Version:4000.3.12
+Version:4000.3.14
 Release:0
 Summary:A library for client-side HTTP
 License:BSD-3-Clause
-Group:  Development/Libraries/Haskell
 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
@@ -38,18 +36,12 @@
 BuildRequires:  ghc-time-devel
 %if %{with tests}
 BuildRequires:  ghc-HUnit-devel
-BuildRequires:  ghc-case-insensitive-devel
-BuildRequires:  ghc-conduit-devel
-BuildRequires:  ghc-conduit-extra-devel
 BuildRequires:  ghc-deepseq-devel
-BuildRequires:  ghc-http-types-devel
 BuildRequires:  ghc-httpd-shed-devel
 BuildRequires:  ghc-pureMD5-devel
 BuildRequires:  ghc-split-devel
 BuildRequires:  ghc-test-framework-devel
 BuildRequires:  ghc-test-framework-hunit-devel
-BuildRequires:  ghc-wai-devel
-BuildRequires:  ghc-warp-devel
 %endif
 
 %description
@@ -92,7 +84,6 @@
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
-Group:  Development/Libraries/Haskell
 Requires:   %{name} = %{version}-%{release}
 Requires:   ghc-compiler = %{ghc_version}
 Requires(post): ghc-compiler = %{ghc_version}
@@ -103,7 +94,6 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HTTP-4000.3.12.tar.gz -> HTTP-4000.3.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HTTP-4000.3.12/HTTP.cabal 
new/HTTP-4000.3.14/HTTP.cabal
--- old/HTTP-4000.3.12/HTTP.cabal   2018-06-09 17:12:09.0 +0200
+++ new/HTTP-4000.3.14/HTTP.cabal   2019-06-17 23:33:27.0 +0200
@@ -1,5 +1,5 @@
 Name: HTTP
-Version: 4000.3.12
+Version: 4000.3.14
 Cabal-Version: >= 1.8
 Build-type: Simple
 License: BSD3
@@ -56,7 +56,7 @@
 
 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
+tested-with: GHC==8.6.3, GHC==8.4.4, 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
@@ -77,7 +77,7 @@
 
 Flag warp-tests
   description: Test against warp
-  default: True
+  default: False
   manual:  True
 
 flag network-uri
@@ -109,7 +109,7 @@
 
   -- note the test harness constraints should be kept in sync with these
   -- w

commit ghc-HTTP for openSUSE:Leap:15.2

2020-05-21 Thread root
Hello community,

here is the log from the commit of package ghc-HTTP for openSUSE:Leap:15.2 
checked in at 2020-05-21 12:58:01

Comparing /work/SRC/openSUSE:Leap:15.2/ghc-HTTP (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.ghc-HTTP.new.2738 (New)


Package is "ghc-HTTP"

Thu May 21 12:58:01 2020 rev:13 rq:802859 version:4000.3.14

Changes:

--- /work/SRC/openSUSE:Leap:15.2/ghc-HTTP/ghc-HTTP.changes  2020-03-13 
10:57:01.460419670 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.ghc-HTTP.new.2738/ghc-HTTP.changes
2020-05-21 12:58:02.258624963 +0200
@@ -1,0 +2,5 @@
+Thu May  7 08:08:22 UTC 2020 - Peter Simons 
+
+- Update Cabal file to get more accurate dependency information.
+
+---

New:

  HTTP.cabal



Other differences:
--
++ ghc-HTTP.spec ++
--- /var/tmp/diff_new_pack.C2hwfh/_old  2020-05-21 12:58:02.614625738 +0200
+++ /var/tmp/diff_new_pack.C2hwfh/_new  2020-05-21 12:58:02.618625746 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-HTTP
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 License:BSD-3-Clause
 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-array-devel
 BuildRequires:  ghc-bytestring-devel
@@ -80,7 +81,7 @@
 
 * 
 
-*  .
+* .
 
 %package devel
 Summary:Haskell %{pkg_name} library development files
@@ -94,7 +95,7 @@
 
 %prep
 %setup -q -n %{pkg_name}-%{version}
-cabal-tweak-dep-ver network-uri '== 2.6.*' '< 3'
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++ HTTP.cabal ++
Name: HTTP
Version: 4000.3.14
x-revision: 1
Cabal-Version: >= 1.8
Build-type: Simple
License: BSD3
License-file: LICENSE
Author: Warrick Gray 
Maintainer: Ganesh Sittampalam 
Homepage: https://github.com/haskell/HTTP
Category: Network
Synopsis: A library for client-side HTTP
Description:

 The HTTP package supports client-side web programming in Haskell. It lets you 
set up
 HTTP connections, transmitting requests and processing the responses coming 
back, all
 from within the comforts of Haskell. It's dependent on the network package to 
operate,
 but other than that, the implementation is all written in Haskell.
 .
 A basic API for issuing single HTTP requests + receiving responses is 
provided. On top
 of that, a session-level abstraction is also on offer  (the @BrowserAction@ 
monad);
 it taking care of handling the management of persistent connections, proxies,
 state (cookies) and authentication credentials required to handle multi-step
 interactions with a web server.
 .
 The representation of the bytes flowing across is extensible via the use of a 
type class,
 letting you pick the representation of requests and responses that best fits 
your use.
 Some pre-packaged, common instances are provided for you (@ByteString@, 
@String@).
 .
 Here's an example use:
 .
 >
 >do
 >  rsp <- Network.HTTP.simpleHTTP (getRequest "http://www.haskell.org/";)
 >  -- fetch document and return it (as a 'String'.)
 >  fmap (take 100) (getResponseBody rsp)
 >
 >do
 >  (_, rsp)
 > <- Network.Browser.browse $ do
 >   setAllowRedirects True -- handle HTTP redirects
 >   request $ getRequest "http://www.haskell.org/";
 >  return (take 100 (rspBody rsp))
 .
 __Note:__ This package does not support HTTPS connections.
 If you need HTTPS, take a look at the following packages:
 .
 * 
 .
 *  (in combination 
with
 )
 .
 * 
 .
 * 
 .

Extra-Source-Files: CHANGES

tested-with: GHC==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, 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

Flag mtl1
  description: Use the old mtl version 1.
  default: False

Flag warn-as-error