Hello community,
here is the log from the commit of package ghc-persistent-template for
openSUSE:Factory checked in at 2018-07-24 17:21:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent-template (Old)
and /work/SRC/openSUSE:Factory/.ghc-persistent-template.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-template"
Tue Jul 24 17:21:03 2018 rev:13 rq:623831 version:2.5.4
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-persistent-template/ghc-persistent-template.changes
2018-05-30 12:26:48.535307543 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-persistent-template.new/ghc-persistent-template.changes
2018-07-24 17:21:05.147200113 +0200
@@ -1,0 +2,11 @@
+Wed Jul 18 14:26:36 UTC 2018 - [email protected]
+
+- Cosmetic: replace tabs with blanks, strip trailing white space,
+ and update copyright headers with spec-cleaner.
+
+-------------------------------------------------------------------
+Wed Jul 18 14:13:26 UTC 2018 - [email protected]
+
+- Revise cabal build file to specify more accurate dependencies.
+
+-------------------------------------------------------------------
@@ -67 +77,0 @@
-
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent-template.spec ++++++
--- /var/tmp/diff_new_pack.W5TMS1/_old 2018-07-24 17:21:05.787200934 +0200
+++ /var/tmp/diff_new_pack.W5TMS1/_new 2018-07-24 17:21:05.791200938 +0200
@@ -26,7 +26,7 @@
Group: Development/Libraries/Haskell
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
++++++ persistent-template.cabal ++++++
--- /var/tmp/diff_new_pack.W5TMS1/_old 2018-07-24 17:21:05.823200979 +0200
+++ /var/tmp/diff_new_pack.W5TMS1/_new 2018-07-24 17:21:05.823200979 +0200
@@ -1,6 +1,6 @@
name: persistent-template
version: 2.5.4
-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.4
+ , aeson >= 0.7 && < 1.5
, aeson-compat >= 0.3.2.0 && < 0.4
, monad-logger
, unordered-containers