Hello community,
here is the log from the commit of package ghc-persistent-template for
openSUSE:Factory checked in at 2017-03-18 20:50:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent-template (Old)
and /work/SRC/openSUSE:Factory/.ghc-persistent-template.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-template"
Sat Mar 18 20:50:33 2017 rev:8 rq:477463 version:2.5.1.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes
2016-10-20 23:08:05.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-persistent-template.new/ghc-persistent-template.changes
2017-03-18 20:50:34.661647699 +0100
@@ -1,0 +2,5 @@
+Wed Jan 4 21:22:17 UTC 2017 - [email protected]
+
+- Update to version 2.5.1.6 revision 2 with cabal2obs.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent-template.spec ++++++
--- /var/tmp/diff_new_pack.GukcTG/_old 2017-03-18 20:50:35.349550247 +0100
+++ /var/tmp/diff_new_pack.GukcTG/_new 2017-03-18 20:50:35.353549680 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghc-persistent-template
#
-# 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
@@ -26,7 +26,7 @@
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
-Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-compat-devel
BuildRequires: ghc-aeson-devel
@@ -90,5 +90,6 @@
%files devel -f %{name}-devel.files
%defattr(-,root,root,-)
+%doc ChangeLog.md README.md
%changelog
++++++ persistent-template.cabal ++++++
--- /var/tmp/diff_new_pack.GukcTG/_old 2017-03-18 20:50:35.401542881 +0100
+++ /var/tmp/diff_new_pack.GukcTG/_new 2017-03-18 20:50:35.401542881 +0100
@@ -1,6 +1,6 @@
name: persistent-template
version: 2.5.1.6
-x-revision: 1
+x-revision: 2
license: MIT
license-file: LICENSE
author: Michael Snoyman <[email protected]>
@@ -24,7 +24,7 @@
, text >= 0.5
, transformers >= 0.2 && < 0.6
, containers
- , aeson >= 0.7 && < 1.1
+ , aeson >= 0.7 && < 1.2
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers