Hello community,
here is the log from the commit of package ghc-persistent for
openSUSE:Leap:15.2 checked in at 2020-02-19 18:40:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-persistent (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-persistent.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-persistent"
Wed Feb 19 18:40:33 2020 rev:13 rq:771410 version:2.10.4
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-persistent/ghc-persistent.changes
2020-01-15 15:02:27.469811124 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-persistent.new.26092/ghc-persistent.changes
2020-02-19 18:40:34.126142998 +0100
@@ -1,0 +2,60 @@
+Fri Nov 8 16:14:26 UTC 2019 - Peter Simons <[email protected]>
+
+- Drop obsolete group attributes.
+
+-------------------------------------------------------------------
+Thu Oct 31 15:58:04 UTC 2019 - [email protected]
+
+- Update persistent to version 2.10.4.
+ ## 2.10.4
+
+ * Log exceptions when closing a connection fails. See point 1 in [yesod
#1635](https://github.com/yesodweb/yesod/issues/1635#issuecomment-547300856).
[#978](https://github.com/yesodweb/persistent/pull/978)
+
+-------------------------------------------------------------------
+Tue Oct 29 07:32:13 UTC 2019 - [email protected]
+
+- Update persistent to version 2.10.3.
+ ## 2.10.3
+
+ * Added support for GHC 8.8 about MonadFail changes
[#976](https://github.com/yesodweb/persistent/pull/976)
+
+-------------------------------------------------------------------
+Thu Oct 24 02:03:00 UTC 2019 - [email protected]
+
+- Update persistent to version 2.10.2.
+ ## 2.10.2
+
+ * Added `runMigrationQuiet` and `runMigrationUnsafeQuiet` to
`Database.Persist.Sql.Migration` as safer alternatives to `runMigrationSilent`.
[#971](https://github.com/yesodweb/persistent/pull/971)
+ This functions as workaround/fix for:
[#966](https://github.com/yesodweb/persistent/issues/966),
[#948](https://github.com/yesodweb/persistent/issues/948),
[#640](https://github.com/yesodweb/persistent/issues/640), and
[#474](https://github.com/yesodweb/persistent/issues/474)
+ * Added RawSql instances for 9, 10, 11 and 12-column results.
[#961](https://github.com/yesodweb/persistent/pull/961)
+
+-------------------------------------------------------------------
+Fri Aug 9 02:02:30 UTC 2019 - [email protected]
+
+- Update persistent to version 2.10.1.
+ ## 2.10.1
+
+ * Added `constraint=` attribute to allow users to specify foreign reference
constraint names.
+
+-------------------------------------------------------------------
+Thu Apr 18 02:03:32 UTC 2019 - [email protected]
+
+- Update persistent to version 2.10.0.
+ ## 2.10.0
+
+ * Added two type classes `OnlyOneUniqueKey` and `AtLeastOneUniqueKey`. These
classes are used as constraints on functions that expect a certain amount of
unique keys. They are defined automatically as part of the
`persistent-template`'s generation.
[#885](https://github.com/yesodweb/persistent/pull/885)
+ * Add the `entityComments` field to the `EntityDef` datatype, and
`fieldComments` fields to the `FieldDef` datatype. The QuasiQuoter does not
currently know how to add documentation comments to these types, but it can be
expanded later. [#865](https://github.com/yesodweb/persistent/pull/865)
+ * Expose the `SqlReadT` and `SqlWriteT` constructors.
[#887](https://github.com/yesodweb/persistent/pull/887)
+ * Remove deprecated `Connection` type synonym. Please use `SqlBackend`
instead. [#894](https://github.com/yesodweb/persistent/pull/894)
+ * Remove deprecated `SqlPersist` type synonym. Please use `SqlPersistT`
instead. [#894](https://github.com/yesodweb/persistent/pull/894)
+ * Alter the type of `connUpsertSql` to take a list of unique definitions.
This paves the way for more efficient upsert implementations.
[#895](https://github.com/yesodweb/persistent/pull/895)
+
+-------------------------------------------------------------------
+Mon Apr 8 02:01:53 UTC 2019 - [email protected]
+
+- Update persistent to version 2.9.2.
+ ## 2.9.2
+
+ * Add documentation for the `Migration` type and some helpers.
[#860](https://github.com/yesodweb/persistent/pull/860)
+
+-------------------------------------------------------------------
Old:
----
persistent-2.9.1.tar.gz
persistent.cabal
New:
----
persistent-2.10.4.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-persistent.spec ++++++
--- /var/tmp/diff_new_pack.Y7vTWV/_old 2020-02-19 18:40:34.522143484 +0100
+++ /var/tmp/diff_new_pack.Y7vTWV/_new 2020-02-19 18:40:34.534143499 +0100
@@ -19,20 +19,17 @@
%global pkg_name persistent
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 2.9.1
+Version: 2.10.4
Release: 0
Summary: Type-safe, multi-backend data serialization
License: MIT
-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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-aeson-devel
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base64-bytestring-devel
BuildRequires: ghc-blaze-html-devel
-BuildRequires: ghc-blaze-markup-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-containers-devel
@@ -40,25 +37,22 @@
BuildRequires: ghc-http-api-data-devel
BuildRequires: ghc-monad-logger-devel
BuildRequires: ghc-mtl-devel
-BuildRequires: ghc-old-locale-devel
BuildRequires: ghc-path-pieces-devel
BuildRequires: ghc-resource-pool-devel
BuildRequires: ghc-resourcet-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-scientific-devel
BuildRequires: ghc-silently-devel
-BuildRequires: ghc-tagged-devel
BuildRequires: ghc-template-haskell-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unliftio-core-devel
+BuildRequires: ghc-unliftio-devel
BuildRequires: ghc-unordered-containers-devel
BuildRequires: ghc-vector-devel
-BuildRequires: ghc-void-devel
%if %{with tests}
BuildRequires: ghc-hspec-devel
-BuildRequires: ghc-monad-control-devel
%endif
%description
@@ -67,7 +61,6 @@
%package devel
Summary: Haskell %{pkg_name} library development files
-Group: Development/Libraries/Haskell
Requires: %{name} = %{version}-%{release}
Requires: ghc-compiler = %{ghc_version}
Requires(post): ghc-compiler = %{ghc_version}
@@ -78,7 +71,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
-cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ persistent-2.9.1.tar.gz -> persistent-2.10.4.tar.gz ++++++
++++ 2825 lines of diff (skipped)