Hello community,
here is the log from the commit of package ghc-persistent-sqlite for
openSUSE:Factory checked in at 2018-05-30 12:11:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent-sqlite (Old)
and /work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent-sqlite"
Wed May 30 12:11:33 2018 rev:8 rq:607857 version:2.8.1.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghc-persistent-sqlite/ghc-persistent-sqlite.changes
2017-09-15 22:04:22.523142956 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-persistent-sqlite.new/ghc-persistent-sqlite.changes
2018-05-30 12:26:46.443379152 +0200
@@ -1,0 +2,20 @@
+Mon May 14 17:02:11 UTC 2018 - [email protected]
+
+- Update persistent-sqlite to version 2.8.1.2.
+ * Add flag to enable full-text search extensions (enabled by default)
+ * Add flag to enable URI filename support (enabled by default)
+ * Add flag to enable using usleep (enabled by default)
+ - Enabling usleep allows sqlite to use a finer granularity when sleeping
(reduces time between locks)
+ * Add flag to enable json1 extension (enabled by default)
+ * Update the vendored SQLite C library from 3.19.3 to 3.22.0. See [the
SQLite changelog](https://sqlite.org/changes.html) for details.
+ * Updated `SqlBackend` definition to set `connPutManySql`.
[#770](https://github.com/yesodweb/persistent/pull/770)
+ * Switch from `MonadBaseControl` to `MonadUnliftIO`
+ * Adds a new function `stepConn`, which uses an additional parameter to give
more detailed error messages
[#750](https://github.com/yesodweb/persistent/pull/750)
+ * Restores the previous function signature of `step`, which was accidentally
changed in 2.6.3.2
+ * This release accidentally broke API, and is deprecated on Hackage.
+ * Provide more detailed error messages when using the `step` function
[#730](https://github.com/yesodweb/persistent/pull/730)
+ * Fix migration to avoid creating foreign-key constraints in temporary
tables [#736](https://github.com/yesodweb/persistent/pull/736)
+ * Add 'use-pkgconfig' flag to use pkg-config to find system SQLite library.
+ * Update the vendored SQLite C library from 3.12.1 to 3.19.3. See [the
SQLite changelog](https://sqlite.org/changes.html) for details.
+
+-------------------------------------------------------------------
Old:
----
persistent-sqlite-2.6.2.tar.gz
New:
----
persistent-sqlite-2.8.1.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent-sqlite.spec ++++++
--- /var/tmp/diff_new_pack.nxayAu/_old 2018-05-30 12:26:47.295349997 +0200
+++ /var/tmp/diff_new_pack.nxayAu/_new 2018-05-30 12:26:47.299349860 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-persistent-sqlite
#
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -19,7 +19,7 @@
%global pkg_name persistent-sqlite
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.6.2
+Version: 2.8.1.2
Release: 0
Summary: Backend for the persistent library using sqlite3
License: MIT
@@ -32,7 +32,6 @@
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-microlens-th-devel
-BuildRequires: ghc-monad-control-devel
BuildRequires: ghc-monad-logger-devel
BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-persistent-devel
@@ -42,6 +41,7 @@
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
+BuildRequires: ghc-unliftio-core-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: glibc-devel
BuildRequires: sqlite3-devel
@@ -89,7 +89,7 @@
%ghc_pkg_recache
%files -f %{name}.files
-%doc LICENSE
+%license LICENSE
%files devel -f %{name}-devel.files
%doc ChangeLog.md
++++++ persistent-sqlite-2.6.2.tar.gz -> persistent-sqlite-2.8.1.2.tar.gz ++++++
++++ 77648 lines of diff (skipped)