Hello community,
here is the log from the commit of package ghc-geniplate-mirror for
openSUSE:Factory checked in at 2017-06-04 01:53:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-geniplate-mirror (Old)
and /work/SRC/openSUSE:Factory/.ghc-geniplate-mirror.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-geniplate-mirror"
Sun Jun 4 01:53:30 2017 rev:2 rq:494155 version:0.7.5
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-geniplate-mirror/ghc-geniplate-mirror.changes
2016-11-01 09:52:57.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-geniplate-mirror.new/ghc-geniplate-mirror.changes
2017-06-04 01:53:30.593765481 +0200
@@ -1,0 +2,5 @@
+Wed May 3 08:24:09 UTC 2017 - [email protected]
+
+- Update to version 0.7.5 with cabal2obs.
+
+-------------------------------------------------------------------
Old:
----
geniplate-mirror-0.7.4.tar.gz
New:
----
geniplate-mirror-0.7.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-geniplate-mirror.spec ++++++
--- /var/tmp/diff_new_pack.AC30Kt/_old 2017-06-04 01:53:31.113692025 +0200
+++ /var/tmp/diff_new_pack.AC30Kt/_new 2017-06-04 01:53:31.117691459 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-geniplate-mirror
#
-# 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,20 +18,18 @@
%global pkg_name geniplate-mirror
Name: ghc-%{pkg_name}
-Version: 0.7.4
+Version: 0.7.5
Release: 0
Summary: Use Template Haskell to generate Uniplate-like functions
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-mtl-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-template-haskell-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
Use Template Haskell to generate Uniplate-like functions.
@@ -55,15 +53,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ geniplate-mirror-0.7.4.tar.gz -> geniplate-mirror-0.7.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/geniplate-mirror-0.7.4/changelog
new/geniplate-mirror-0.7.5/changelog
--- old/geniplate-mirror-0.7.4/changelog 2016-04-24 10:32:21.000000000
+0200
+++ new/geniplate-mirror-0.7.5/changelog 2017-04-24 12:39:42.000000000
+0200
@@ -1,3 +1,7 @@
+geniplate 0.7.5 (released 2017-04-24):
+* Support GHC 8.2.1
+ Contributed by Andrés Sicard-Ramírez.
+
geniplate 0.7.4 (released 2016-04-24):
* Fix the template-haskell 2.11.* support
Contributed by Andrés Sicard-Ramírez.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/geniplate-mirror-0.7.4/geniplate-mirror.cabal
new/geniplate-mirror-0.7.5/geniplate-mirror.cabal
--- old/geniplate-mirror-0.7.4/geniplate-mirror.cabal 2016-04-24
10:32:21.000000000 +0200
+++ new/geniplate-mirror-0.7.5/geniplate-mirror.cabal 2017-04-24
12:39:42.000000000 +0200
@@ -1,5 +1,5 @@
Name: geniplate-mirror
-Version: 0.7.4
+Version: 0.7.5
Synopsis: Use Template Haskell to generate Uniplate-like functions.
Description: Use Template Haskell to generate Uniplate-like functions.
.
@@ -28,6 +28,6 @@
location: https://github.com/danr/geniplate
library
- Build-Depends: base >= 4 && < 5.0, template-haskell < 2.12, mtl
+ Build-Depends: base >= 4 && < 5.0, template-haskell < 2.13, mtl
Exposed-modules: Data.Generics.Geniplate