Hello community,
here is the log from the commit of package ghc-happstack-jmacro for
openSUSE:Factory checked in at 2017-08-31 20:55:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-happstack-jmacro (Old)
and /work/SRC/openSUSE:Factory/.ghc-happstack-jmacro.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-happstack-jmacro"
Thu Aug 31 20:55:47 2017 rev:2 rq:513364 version:7.0.12
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-happstack-jmacro/ghc-happstack-jmacro.changes
2017-05-16 14:39:58.102856078 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-happstack-jmacro.new/ghc-happstack-jmacro.changes
2017-08-31 20:55:49.508797945 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:46 UTC 2017 - [email protected]
+
+- Update to version 7.0.12.
+
+-------------------------------------------------------------------
Old:
----
happstack-jmacro-7.0.11.tar.gz
New:
----
happstack-jmacro-7.0.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-happstack-jmacro.spec ++++++
--- /var/tmp/diff_new_pack.rPgpcw/_old 2017-08-31 20:55:50.304686120 +0200
+++ /var/tmp/diff_new_pack.rPgpcw/_new 2017-08-31 20:55:50.312684996 +0200
@@ -18,7 +18,7 @@
%global pkg_name happstack-jmacro
Name: ghc-%{pkg_name}
-Version: 7.0.11
+Version: 7.0.12
Release: 0
Summary: Support for using JMacro with Happstack
License: BSD-3-Clause
++++++ happstack-jmacro-7.0.11.tar.gz -> happstack-jmacro-7.0.12.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/happstack-jmacro-7.0.11/happstack-jmacro.cabal
new/happstack-jmacro-7.0.12/happstack-jmacro.cabal
--- old/happstack-jmacro-7.0.11/happstack-jmacro.cabal 2015-12-01
00:28:14.000000000 +0100
+++ new/happstack-jmacro-7.0.12/happstack-jmacro.cabal 2017-07-21
20:01:40.000000000 +0200
@@ -1,6 +1,7 @@
Name: happstack-jmacro
-Version: 7.0.11
+Version: 7.0.12
Synopsis: Support for using JMacro with Happstack
+Description: Support for using JMacro with Happstack
Homepage: http://www.happstack.com/
License: BSD3
License-file: LICENSE
@@ -11,6 +12,7 @@
Category: Web, Happstack
Build-type: Simple
Cabal-version: >=1.6
+tested-with: GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1
Library
Exposed-modules: Happstack.Server.JMacro
@@ -20,7 +22,7 @@
bytestring >= 0.9 && < 0.11,
cereal >= 0.3 && < 0.6,
digest == 0.0.*,
- happstack-server >= 6.4 && < 7.5,
+ happstack-server >= 6.4 && < 7.6,
jmacro == 0.6.*,
wl-pprint-text == 1.1.*,
text >= 0.9 && < 1.3,