Hello community,
here is the log from the commit of package ghc-HStringTemplate for
openSUSE:Factory checked in at 2017-06-22 10:36:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HStringTemplate (Old)
and /work/SRC/openSUSE:Factory/.ghc-HStringTemplate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-HStringTemplate"
Thu Jun 22 10:36:25 2017 rev:2 rq:504052 version:0.8.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HStringTemplate/ghc-HStringTemplate.changes
2016-09-24 15:21:30.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-HStringTemplate.new/ghc-HStringTemplate.changes
2017-06-22 10:36:28.114818681 +0200
@@ -1,0 +2,10 @@
+Wed May 31 14:01:10 UTC 2017 - [email protected]
+
+- Update to version 0.8.6.
+
+-------------------------------------------------------------------
+Sat May 27 12:27:53 UTC 2017 - [email protected]
+
+- Update to version 0.8.5 revision 1.
+
+-------------------------------------------------------------------
Old:
----
HStringTemplate-0.8.5.tar.gz
New:
----
HStringTemplate-0.8.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-HStringTemplate.spec ++++++
--- /var/tmp/diff_new_pack.hfDZsY/_old 2017-06-22 10:36:28.630745951 +0200
+++ /var/tmp/diff_new_pack.hfDZsY/_new 2017-06-22 10:36:28.630745951 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-HStringTemplate
#
-# 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 HStringTemplate
Name: ghc-%{pkg_name}
-Version: 0.8.5
+Version: 0.8.6
Release: 0
Summary: StringTemplate implementation in Haskell
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-array-devel
BuildRequires: ghc-blaze-builder-devel
BuildRequires: ghc-bytestring-devel
@@ -45,7 +44,6 @@
BuildRequires: ghc-time-devel
BuildRequires: ghc-void-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
A port of the Java library by Terrence Parr.
@@ -65,15 +63,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ HStringTemplate-0.8.5.tar.gz -> HStringTemplate-0.8.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/HStringTemplate-0.8.5/HStringTemplate.cabal
new/HStringTemplate-0.8.6/HStringTemplate.cabal
--- old/HStringTemplate-0.8.5/HStringTemplate.cabal 2016-02-17
23:39:23.000000000 +0100
+++ new/HStringTemplate-0.8.6/HStringTemplate.cabal 2017-05-23
04:34:47.000000000 +0200
@@ -1,5 +1,5 @@
name: HStringTemplate
-version: 0.8.5
+version: 0.8.6
synopsis: StringTemplate implementation in Haskell.
description: A port of the Java library by Terrence Parr.
category: Text
@@ -7,7 +7,7 @@
license-file: LICENSE
author: Sterling Clover
maintainer: [email protected]
-Tested-With: GHC == 7.10.3
+Tested-With: GHC == 8.2
Build-Type: Simple
Cabal-Version: >= 1.6
@@ -15,7 +15,7 @@
library
build-depends: syb, base >= 4, base < 5, filepath, parsec < 4, containers,
pretty >= 1.1.0.0,
- time >= 1.4.2 && < 1.7, bytestring, directory, array, text,
deepseq, blaze-builder,void, template-haskell >= 2.3, mtl,
+ time >= 1.4.2 && < 1.9, bytestring, directory, array, text,
deepseq, blaze-builder,void, template-haskell >= 2.3, mtl,
old-locale
exposed-modules: Text.StringTemplate