forked from pool/ghc-persistent-sqlite
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-persistent-sqlite revision:18, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=22
This commit is contained in:
parent
c1e83e4233
commit
d815fc4764
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Feb 4 12:15:13 UTC 2022 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update persistent-sqlite to version 2.13.1.0.
|
||||||
|
## 2.13.1.0
|
||||||
|
|
||||||
|
* [#1341](https://github.com/yesodweb/persistent/pull/1341)
|
||||||
|
* Add `SqlBackendHooks` to allow for instrumentation of queries.
|
||||||
|
* [#1327](https://github.com/yesodweb/persistent/pull/1327)
|
||||||
|
* Update backend to support new `StatementCache` interface
|
||||||
|
|
||||||
|
## 2.13.0.4
|
||||||
|
|
||||||
|
* `aeson-2.0` support [#1351](https://github.com/yesodweb/persistent/pull/1351/)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 27 17:15:25 UTC 2021 - psimons@suse.com
|
Thu May 27 17:15:25 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-persistent-sqlite
|
# spec file for package ghc-persistent-sqlite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name persistent-sqlite
|
%global pkg_name persistent-sqlite
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 2.13.0.3
|
Version: 2.13.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Backend for the persistent library using sqlite3
|
Summary: Backend for the persistent library using sqlite3
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:680cbef69023a37a9a5c1be9f2f926e66257ae2bfc764c94afe4cc955942ea8b
|
|
||||||
size 2276437
|
|
3
persistent-sqlite-2.13.1.0.tar.gz
Normal file
3
persistent-sqlite-2.13.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b2885f4e8031bbd5f342549c5fbb48cd6c3489930ea641bf5c681b02d2806fd
|
||||||
|
size 2276809
|
Loading…
Reference in New Issue
Block a user