Hello community,

here is the log from the commit of package ghc-persistent for openSUSE:Factory 
checked in at 2019-04-28 20:13:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-persistent (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-persistent.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-persistent"

Sun Apr 28 20:13:17 2019 rev:15 rq:698556 version:2.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-persistent/ghc-persistent.changes    
2019-01-25 22:43:26.427222644 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-persistent.new.5536/ghc-persistent.changes  
2019-04-28 20:13:18.198424076 +0200
@@ -1,0 +2,21 @@
+Thu Apr 18 02:03:32 UTC 2019 - psim...@suse.com
+
+- 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 - psim...@suse.com
+
+- 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.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-persistent.spec ++++++
--- /var/tmp/diff_new_pack.E0IFnS/_old  2019-04-28 20:13:21.030422315 +0200
+++ /var/tmp/diff_new_pack.E0IFnS/_new  2019-04-28 20:13:21.034422313 +0200
@@ -19,20 +19,18 @@
 %global pkg_name persistent
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        2.9.1
+Version:        2.10.0
 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,14 +38,12 @@
 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
@@ -55,10 +51,8 @@
 BuildRequires:  ghc-unliftio-core-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
@@ -78,7 +72,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.0.tar.gz ++++++
++++ 2592 lines of diff (skipped)


Reply via email to