Hello community,
here is the log from the commit of package ghc-http-client-tls for
openSUSE:Factory checked in at 2016-07-20 09:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client-tls (Old)
and /work/SRC/openSUSE:Factory/.ghc-http-client-tls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-client-tls"
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client-tls/ghc-http-client-tls.changes
2016-06-25 02:21:51.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-http-client-tls.new/ghc-http-client-tls.changes
2016-07-20 09:19:06.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 10 17:22:49 UTC 2016 - [email protected]
+
+- Update to version 0.2.4.1 revision 0 with cabal2obs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-http-client-tls.spec ++++++
--- /var/tmp/diff_new_pack.021aE0/_old 2016-07-20 09:19:07.000000000 +0200
+++ /var/tmp/diff_new_pack.021aE0/_new 2016-07-20 09:19:07.000000000 +0200
@@ -15,30 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-%global pkg_name http-client-tls
+%global pkg_name http-client-tls
%bcond_with tests
-
-Name: ghc-http-client-tls
+Name: ghc-%{pkg_name}
Version: 0.2.4.1
Release: 0
Summary: Http-client backend using the connection package and tls
library
-Group: System/Libraries
-
License: MIT
+Group: System/Libraries
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-
BuildRequires: ghc-Cabal-devel
-BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-connection-devel
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-http-client-devel
BuildRequires: ghc-network-devel
+BuildRequires: ghc-rpm-macros
BuildRequires: ghc-tls-devel
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with tests}
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-http-types-devel
@@ -46,22 +43,21 @@
# End cabal-rpm deps
%description
-Intended for use by higher-level libraries, such as http-conduit.
-
+Hackage documentation generation is not reliable. For up to date documentation,
+please see: <https://www.stackage.org/package/http-client-tls>.
%package devel
Summary: Haskell %{pkg_name} library development files
Group: Development/Libraries/Other
+Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
-Requires: %{name} = %{version}-%{release}
%description devel
This package provides the Haskell %{pkg_name} library development
files.
-
%prep
%setup -q -n %{pkg_name}-%{version}
@@ -76,25 +72,22 @@
%check
%if %{with tests}
-%cabal test
+%{cabal} test
%endif
%post devel
%ghc_pkg_recache
-
%postun devel
%ghc_pkg_recache
-
%files -f %{name}.files
%defattr(-,root,root,-)
%doc LICENSE
-
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
-
+%doc ChangeLog.md README.md
%changelog