forked from pool/ghc-persistent-sqlite
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-persistent-sqlite revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-persistent-sqlite?expand=0&rev=14
This commit is contained in:
parent
67d7eaf097
commit
04e7770f5d
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 8 05:05:42 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update persistent-sqlite to version 2.11.1.0.
|
||||||
|
## 2.11.1.0
|
||||||
|
|
||||||
|
* Add `checkForeignKeys` operation to verify no foreign key constraints are
|
||||||
|
violated by the database contents.
|
||||||
|
* Fix the migration for primary keys that was broken in 2.11.0.0
|
||||||
|
[#1184](https://github.com/yesodweb/persistent/issues/1184)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-persistent-sqlite
|
# spec file for package ghc-persistent-sqlite
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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.11.0.0
|
Version: 2.11.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
|
||||||
@ -32,6 +32,7 @@ BuildRequires: ghc-conduit-devel
|
|||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-microlens-th-devel
|
BuildRequires: ghc-microlens-th-devel
|
||||||
BuildRequires: ghc-monad-logger-devel
|
BuildRequires: ghc-monad-logger-devel
|
||||||
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-persistent-devel
|
BuildRequires: ghc-persistent-devel
|
||||||
BuildRequires: ghc-resource-pool-devel
|
BuildRequires: ghc-resource-pool-devel
|
||||||
BuildRequires: ghc-resourcet-devel
|
BuildRequires: ghc-resourcet-devel
|
||||||
@ -50,6 +51,7 @@ BuildRequires: ghc-QuickCheck-devel
|
|||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
BuildRequires: ghc-fast-logger-devel
|
BuildRequires: ghc-fast-logger-devel
|
||||||
BuildRequires: ghc-hspec-devel
|
BuildRequires: ghc-hspec-devel
|
||||||
|
BuildRequires: ghc-microlens-devel
|
||||||
BuildRequires: ghc-persistent-template-devel
|
BuildRequires: ghc-persistent-template-devel
|
||||||
BuildRequires: ghc-persistent-test-devel
|
BuildRequires: ghc-persistent-test-devel
|
||||||
BuildRequires: ghc-system-fileio-devel
|
BuildRequires: ghc-system-fileio-devel
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:db6943f662f7c3465f95261b038d4d3910cceb3246a9eb05a9382f00ac96d1cd
|
|
||||||
size 2274425
|
|
3
persistent-sqlite-2.11.1.0.tar.gz
Normal file
3
persistent-sqlite-2.11.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:32f9254a3dd1dfaeade9153094bd409e7ad7b4491082aea3457acf3619fb2d13
|
||||||
|
size 2275612
|
Loading…
Reference in New Issue
Block a user