Hello community,
here is the log from the commit of package ghc-th-reify-compat for
openSUSE:Factory checked in at 2017-07-23 12:15:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-th-reify-compat (Old)
and /work/SRC/openSUSE:Factory/.ghc-th-reify-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-th-reify-compat"
Sun Jul 23 12:15:26 2017 rev:2 rq:511924 version:0.0.1.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-reify-compat/ghc-th-reify-compat.changes
2017-01-18 21:33:21.888221743 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-th-reify-compat.new/ghc-th-reify-compat.changes
2017-07-23 12:15:32.226106239 +0200
@@ -1,0 +2,5 @@
+Mon Jul 17 03:01:34 UTC 2017 - [email protected]
+
+- Update to version 0.0.1.2.
+
+-------------------------------------------------------------------
Old:
----
th-reify-compat-0.0.1.1.tar.gz
New:
----
th-reify-compat-0.0.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-th-reify-compat.spec ++++++
--- /var/tmp/diff_new_pack.8MlFqo/_old 2017-07-23 12:15:33.021993815 +0200
+++ /var/tmp/diff_new_pack.8MlFqo/_new 2017-07-23 12:15:33.025993251 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-th-reify-compat
#
-# 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,19 +18,17 @@
%global pkg_name th-reify-compat
Name: ghc-%{pkg_name}
-Version: 0.0.1.1
+Version: 0.0.1.2
Release: 0
Summary: Compatibility for the result type of TH reify
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
BuildRequires: ghc-rpm-macros
-# Begin cabal-rpm deps:
BuildRequires: ghc-template-haskell-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-# End cabal-rpm deps
%description
This package contains compatible interfaces against the result type of TH reify
@@ -51,15 +49,12 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-
%build
%ghc_lib_build
-
%install
%ghc_lib_install
-
%post devel
%ghc_pkg_recache
++++++ th-reify-compat-0.0.1.1.tar.gz -> th-reify-compat-0.0.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/th-reify-compat-0.0.1.1/th-reify-compat.cabal
new/th-reify-compat-0.0.1.2/th-reify-compat.cabal
--- old/th-reify-compat-0.0.1.1/th-reify-compat.cabal 2016-06-21
02:32:13.000000000 +0200
+++ new/th-reify-compat-0.0.1.2/th-reify-compat.cabal 2017-07-15
05:34:41.000000000 +0200
@@ -1,6 +1,6 @@
name: th-reify-compat
-version: 0.0.1.1
+version: 0.0.1.2
synopsis: Compatibility for the result type of TH reify
description: This package contains compatible interfaces against
the result type of TH reify function.
@@ -9,11 +9,12 @@
license-file: LICENSE
author: Kei Hibino
maintainer: [email protected]
-copyright: Copyright (c) 2016 Kei Hibino
+copyright: Copyright (c) 2016-2017 Kei Hibino
category: Language
build-type: Simple
cabal-version: >=1.10
-tested-with: GHC == 8.0.1
+tested-with: GHC == 8.2.1
+ , GHC == 8.0.1, GHC == 8.0.2
, GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
, GHC == 7.8.1, GHC == 7.8.2, GHC == 7.8.3, GHC == 7.8.4
, GHC == 7.6.1, GHC == 7.6.2, GHC == 7.6.3