Hello community,
here is the log from the commit of package ghc-http-client-openssl for
openSUSE:Factory checked in at 2016-10-22 13:20:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-openssl (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-openssl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-openssl"
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-http-client-openssl/ghc-http-client-openssl.changes
2016-09-25 14:42:04.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-openssl.new/ghc-http-client-openssl.changes
2016-10-22 13:20:24.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Sep 26 06:51:44 UTC 2016 - [email protected]
+
+- Update to version 0.2.0.4 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
http-client-openssl-0.2.0.3.tar.gz
New:
----
http-client-openssl-0.2.0.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-openssl.spec ++++++
--- /var/tmp/diff_new_pack.wniaIP/_old 2016-10-22 13:20:25.000000000 +0200
+++ /var/tmp/diff_new_pack.wniaIP/_new 2016-10-22 13:20:25.000000000 +0200
@@ -19,15 +19,14 @@
%global pkg_name http-client-openssl
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.2.0.3
+Version: 0.2.0.4
Release: 0
Summary: Http-client backend using the OpenSSL library
License: MIT
-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-HsOpenSSL-devel
BuildRequires: ghc-http-client-devel
BuildRequires: ghc-network-devel
@@ -37,7 +36,6 @@
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-http-types-devel
%endif
-# End cabal-rpm deps
%description
Hackage documentation generation is not reliable. For up to date documentation,
@@ -58,20 +56,14 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%check
-%if %{with tests}
-%{cabal} test
-%endif
-
+%cabal_test
%post devel
%ghc_pkg_recache
++++++ http-client-openssl-0.2.0.3.tar.gz -> http-client-openssl-0.2.0.4.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/http-client-openssl-0.2.0.3/ChangeLog.md
new/http-client-openssl-0.2.0.4/ChangeLog.md
--- old/http-client-openssl-0.2.0.3/ChangeLog.md 2016-07-04
15:52:47.000000000 +0200
+++ new/http-client-openssl-0.2.0.4/ChangeLog.md 2016-09-14
17:23:11.000000000 +0200
@@ -1,3 +1,7 @@
+## 0.2.0.4
+
+* Minor doc updates
+
## 0.2.0.3
* Simplified a test case
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/http-client-openssl-0.2.0.3/README.md
new/http-client-openssl-0.2.0.4/README.md
--- old/http-client-openssl-0.2.0.3/README.md 2016-07-04 15:52:47.000000000
+0200
+++ new/http-client-openssl-0.2.0.4/README.md 2016-09-14 17:23:11.000000000
+0200
@@ -2,7 +2,7 @@
===================
Full tutorial docs on the http-client package set are available at:
-https://github.com/commercialhaskell/jump/blob/master/doc/http-client.md
+https://haskell-lang.org/library/http-client
This package is an alternative to
[http-client-tls](https://www.stackage.org/package/http-client-tls) for those
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/http-client-openssl-0.2.0.3/http-client-openssl.cabal
new/http-client-openssl-0.2.0.4/http-client-openssl.cabal
--- old/http-client-openssl-0.2.0.3/http-client-openssl.cabal 2016-07-04
15:52:47.000000000 +0200
+++ new/http-client-openssl-0.2.0.4/http-client-openssl.cabal 2016-09-14
17:23:11.000000000 +0200
@@ -1,5 +1,5 @@
name: http-client-openssl
-version: 0.2.0.3
+version: 0.2.0.4
synopsis: http-client backend using the OpenSSL library.
description: Hackage documentation generation is not reliable. For up
to date documentation, please see:
<http://www.stackage.org/package/http-client>.
homepage: https://github.com/snoyberg/http-client