Hello community,
here is the log from the commit of package ghc-http-client-tls for
openSUSE:Factory checked in at 2019-06-19 21:10:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-tls"
Wed Jun 19 21:10:51 2019 rev:15 rq:710629 version:0.3.5.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes
2018-10-25 08:26:28.067798682 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new.4811/ghc-http-client-tls.changes
2019-06-19 21:12:17.842736500 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 14:29:11 UTC 2019 - Peter Simons <[email protected]>
+
+- Update Cabal file for more accurate build dependencies.
+
+-------------------------------------------------------------------
New:
----
http-client-tls.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.9SH9M3/_old 2019-06-19 21:12:19.114737736 +0200
+++ /var/tmp/diff_new_pack.9SH9M3/_new 2019-06-19 21:12:19.138737759 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-http-client-tls
#
-# 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
@@ -26,6 +26,7 @@
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/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-case-insensitive-devel
@@ -65,6 +66,7 @@
%prep
%setup -q -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ http-client-tls.cabal ++++++
name: http-client-tls
version: 0.3.5.3
x-revision: 1
synopsis: http-client backend using the connection package and tls
library
description: Hackage documentation generation is not reliable. For up
to date documentation, please see:
<https://www.stackage.org/package/http-client-tls>.
homepage: https://github.com/snoyberg/http-client
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: [email protected]
category: Network
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
ChangeLog.md
library
exposed-modules: Network.HTTP.Client.TLS
other-extensions: ScopedTypeVariables
build-depends: base >= 4 && < 5
, data-default-class
, http-client >= 0.5.0
, connection >= 0.2.5
, network >= 2.6
, tls >= 1.2
, bytestring
, case-insensitive
, transformers
, http-types
, cryptonite
, memory
, exceptions
, containers
, text
, network-uri >= 2.6
default-language: Haskell2010
ghc-options: -Wall
test-suite spec
main-is: Spec.hs
type: exitcode-stdio-1.0
hs-source-dirs: test
default-language: Haskell2010
build-depends: base
, connection
, hspec
, http-client
, http-client-tls
, http-types
benchmark benchmark
main-is: Bench.hs
type: exitcode-stdio-1.0
hs-source-dirs: bench
default-language: Haskell2010
build-depends: base
, gauge
, http-client
, http-client-tls