diff --git a/ghc-persistent-sqlite.changes b/ghc-persistent-sqlite.changes index fc12534..f170437 100644 --- a/ghc-persistent-sqlite.changes +++ b/ghc-persistent-sqlite.changes @@ -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 diff --git a/ghc-persistent-sqlite.spec b/ghc-persistent-sqlite.spec index a6109a1..20e5e47 100644 --- a/ghc-persistent-sqlite.spec +++ b/ghc-persistent-sqlite.spec @@ -1,7 +1,7 @@ # # 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 # 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.11.0.0 +Version: 2.11.1.0 Release: 0 Summary: Backend for the persistent library using sqlite3 License: MIT @@ -32,6 +32,7 @@ BuildRequires: ghc-conduit-devel BuildRequires: ghc-containers-devel BuildRequires: ghc-microlens-th-devel BuildRequires: ghc-monad-logger-devel +BuildRequires: ghc-mtl-devel BuildRequires: ghc-persistent-devel BuildRequires: ghc-resource-pool-devel BuildRequires: ghc-resourcet-devel @@ -50,6 +51,7 @@ BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-fast-logger-devel BuildRequires: ghc-hspec-devel +BuildRequires: ghc-microlens-devel BuildRequires: ghc-persistent-template-devel BuildRequires: ghc-persistent-test-devel BuildRequires: ghc-system-fileio-devel diff --git a/persistent-sqlite-2.11.0.0.tar.gz b/persistent-sqlite-2.11.0.0.tar.gz deleted file mode 100644 index 467dbb7..0000000 --- a/persistent-sqlite-2.11.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db6943f662f7c3465f95261b038d4d3910cceb3246a9eb05a9382f00ac96d1cd -size 2274425 diff --git a/persistent-sqlite-2.11.1.0.tar.gz b/persistent-sqlite-2.11.1.0.tar.gz new file mode 100644 index 0000000..9144a2a --- /dev/null +++ b/persistent-sqlite-2.11.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32f9254a3dd1dfaeade9153094bd409e7ad7b4491082aea3457acf3619fb2d13 +size 2275612