Hello community,
here is the log from the commit of package ghc-auto-update for openSUSE:Factory
checked in at 2019-06-30 10:21:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-auto-update (Old)
and /work/SRC/openSUSE:Factory/.ghc-auto-update.new.4615 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-auto-update"
Sun Jun 30 10:21:30 2019 rev:12 rq:712501 version:0.1.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-auto-update/ghc-auto-update.changes
2019-02-24 17:18:34.276416662 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-auto-update.new.4615/ghc-auto-update.changes
2019-06-30 10:21:31.459622340 +0200
@@ -1,0 +2,9 @@
+Wed Jun 19 11:46:38 UTC 2019 - [email protected]
+
+- Update auto-update to version 0.1.5.
+ ## 0.1.5
+
+ * Using the Strict and StrictData language extensions for GHC >8.
+ [#752](https://github.com/yesodweb/wai/pull/752)
+
+-------------------------------------------------------------------
Old:
----
auto-update-0.1.4.1.tar.gz
New:
----
auto-update-0.1.5.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-auto-update.spec ++++++
--- /var/tmp/diff_new_pack.2KDEl1/_old 2019-06-30 10:21:31.947623098 +0200
+++ /var/tmp/diff_new_pack.2KDEl1/_new 2019-06-30 10:21:31.951623104 +0200
@@ -18,7 +18,7 @@
%global pkg_name auto-update
Name: ghc-%{pkg_name}
-Version: 0.1.4.1
+Version: 0.1.5
Release: 0
Summary: Efficiently run periodic, on-demand actions
License: MIT
++++++ auto-update-0.1.4.1.tar.gz -> auto-update-0.1.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/auto-update-0.1.4.1/ChangeLog.md
new/auto-update-0.1.5/ChangeLog.md
--- old/auto-update-0.1.4.1/ChangeLog.md 2019-02-20 10:44:00.000000000
+0100
+++ new/auto-update-0.1.5/ChangeLog.md 2019-06-18 03:58:46.000000000 +0200
@@ -1,5 +1,10 @@
# ChangeLog for auto-update
+## 0.1.5
+
+* Using the Strict and StrictData language extensions for GHC >8.
+ [#752](https://github.com/yesodweb/wai/pull/752)
+
## 0.1.4.1
* [#693](https://github.com/yesodweb/wai/pull/693):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/auto-update-0.1.4.1/auto-update.cabal
new/auto-update-0.1.5/auto-update.cabal
--- old/auto-update-0.1.4.1/auto-update.cabal 2019-02-20 10:44:04.000000000
+0100
+++ new/auto-update-0.1.5/auto-update.cabal 2019-06-18 03:58:46.000000000
+0200
@@ -1,5 +1,5 @@
name: auto-update
-version: 0.1.4.1
+version: 0.1.5
synopsis: Efficiently run periodic, on-demand actions
description: API docs and the README are available at
<http://www.stackage.org/package/auto-update>.
homepage: https://github.com/yesodweb/wai
@@ -21,6 +21,8 @@
other-modules: Control.AutoUpdate.Util
build-depends: base >= 4 && < 5
default-language: Haskell2010
+ if impl(ghc >= 8)
+ default-extensions: Strict StrictData
-- Test suite is currently not robust enough, gives too many false negatives.