Hello community,
here is the log from the commit of package ghc-happstack-server-tls for
openSUSE:Factory checked in at 2017-08-31 20:55:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-happstack-server-tls (Old)
and /work/SRC/openSUSE:Factory/.ghc-happstack-server-tls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-happstack-server-tls"
Thu Aug 31 20:55:50 2017 rev:2 rq:513365 version:7.1.6.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-happstack-server-tls/ghc-happstack-server-tls.changes
2017-04-14 13:32:30.851543260 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-happstack-server-tls.new/ghc-happstack-server-tls.changes
2017-08-31 20:55:50.612642850 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:02:51 UTC 2017 - [email protected]
+
+- Update to version 7.1.6.3.
+
+-------------------------------------------------------------------
Old:
----
happstack-server-tls-7.1.6.2.tar.gz
New:
----
happstack-server-tls-7.1.6.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-happstack-server-tls.spec ++++++
--- /var/tmp/diff_new_pack.irGNi7/_old 2017-08-31 20:55:51.752482699 +0200
+++ /var/tmp/diff_new_pack.irGNi7/_new 2017-08-31 20:55:51.776479327 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-happstack-server-tls
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -18,15 +18,14 @@
%global pkg_name happstack-server-tls
Name: ghc-%{pkg_name}
-Version: 7.1.6.2
+Version: 7.1.6.3
Release: 0
Summary: Extend happstack-server with https:// support (TLS/SSL)
License: BSD-3-Clause
-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-bytestring-devel
BuildRequires: ghc-extensible-exceptions-devel
@@ -39,7 +38,6 @@
BuildRequires: ghc-unix-devel
BuildRequires: libopenssl-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
Extend happstack-server with https:// support (TLS/SSL).
@@ -49,11 +47,9 @@
Group: Development/Libraries/Other
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
-# Begin cabal-rpm deps:
Requires: libopenssl-devel
Requires(post): ghc-compiler = %{ghc_version}
Requires(postun): ghc-compiler = %{ghc_version}
-# End cabal-rpm deps
%description devel
This package provides the Haskell %{pkg_name} library development
@@ -62,15 +58,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ happstack-server-tls-7.1.6.2.tar.gz ->
happstack-server-tls-7.1.6.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/happstack-server-tls-7.1.6.2/happstack-server-tls.cabal
new/happstack-server-tls-7.1.6.3/happstack-server-tls.cabal
--- old/happstack-server-tls-7.1.6.2/happstack-server-tls.cabal 2016-06-05
23:03:09.000000000 +0200
+++ new/happstack-server-tls-7.1.6.3/happstack-server-tls.cabal 2017-07-21
20:14:51.000000000 +0200
@@ -1,5 +1,5 @@
Name: happstack-server-tls
-Version: 7.1.6.2
+Version: 7.1.6.3
Synopsis: extend happstack-server with https:// support (TLS/SSL)
Description: extend happstack-server with https:// support (TLS/SSL)
Homepage: http://www.happstack.com/
@@ -10,7 +10,7 @@
Copyright: 2012 Jeremy Shaw
Category: Web, Happstack
Build-type: Simple
-Cabal-version: >=1.6
+Cabal-version: >=1.10
tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
extra-source-files: README.md
@@ -19,6 +19,7 @@
location: https://github.com/Happstack/happstack-server-tls.git
Library
+ Default-language: Haskell2010
hs-source-dirs: src
ghc-options: -Wall -fno-warn-unused-do-bind
Exposed-modules: Happstack.Server.Internal.TimeoutSocketTLS
@@ -28,7 +29,7 @@
Build-Depends: base < 5,
bytestring >= 0.9 && < 0.11,
extensible-exceptions == 0.1.*,
- happstack-server >= 6.6.4 && < 7.5,
+ happstack-server >= 6.6.4 && < 7.6,
hslogger >= 1.1 && < 1.3,
HsOpenSSL >= 0.10 && < 0.12,
network >= 2.3 && < 2.7,