Compare commits

..

No commits in common. "a5f34911492c563faeaa41b00b2a3ecd1506d412" and "b3f53d7a05cb3562aaef880c6e689e45ef623302" have entirely different histories.

4 changed files with 223 additions and 238 deletions

1
.gitignore vendored
View File

@ -8,4 +8,3 @@
/lift-type-0.1.0.1.tar.gz
/persistent-2.13.3.0.tar.gz
/persistent-2.13.3.5.tar.gz
/persistent-2.14.5.1.tar.gz

View File

@ -10,9 +10,9 @@
# testsuite missing deps: quickcheck-instances
Name: ghc-%{pkg_name}
Version: 2.14.5.1
Version: 2.13.3.5
# can only be reset when all subpkgs bumped
Release: 9%{?dist}
Release: 5%{?dist}
Summary: Type-safe, multi-backend data serialization
License: MIT
@ -24,6 +24,7 @@ Source2: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal#
# End cabal-rpm sources
# Begin cabal-rpm deps:
BuildRequires: dos2unix
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros-extra
BuildRequires: ghc-aeson-devel
@ -34,7 +35,6 @@ BuildRequires: ghc-blaze-html-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-conduit-devel
BuildRequires: ghc-containers-devel
BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-fast-logger-devel
BuildRequires: ghc-http-api-data-devel
#BuildRequires: ghc-lift-type-devel
@ -64,7 +64,6 @@ BuildRequires: ghc-blaze-html-prof
BuildRequires: ghc-bytestring-prof
BuildRequires: ghc-conduit-prof
BuildRequires: ghc-containers-prof
BuildRequires: ghc-deepseq-prof
BuildRequires: ghc-fast-logger-prof
BuildRequires: ghc-http-api-data-prof
#BuildRequires: ghc-lift-type-prof
@ -146,7 +145,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
# Begin cabal-rpm setup:
%setup -q -n %{pkgver} -a1
cp -bp %{SOURCE2} %{pkg_name}.cabal
dos2unix -k -n %{SOURCE2} %{pkg_name}.cabal
# End cabal-rpm setup
@ -186,18 +185,6 @@ cp -bp %{SOURCE2} %{pkg_name}.cabal
%changelog
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.5.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.14.5.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jul 23 2023 Jens Petersen <petersen@redhat.com> - 2.14.5.1-7
- https://hackage.haskell.org/package/persistent-2.14.5.1/changelog
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.13.3.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.13.3.5-5
- https://hackage.haskell.org/package/persistent-2.13.3.5/changelog
- refresh to cabal-rpm-2.1.0 with SPDX migration

View File

@ -1,6 +1,6 @@
name: persistent
version: 2.14.5.1
x-revision: 1
version: 2.13.3.5
x-revision: 3
license: MIT
license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
@ -16,16 +16,19 @@ bug-reports: https://github.com/yesodweb/persistent/issues
extra-source-files: ChangeLog.md README.md
library
build-depends: conduit >=1.3
build-depends: mtl <2.3
build-depends:
base >= 4.11.1.0 && < 5
, aeson >= 1.0 && < 2.2
, aeson >= 1.0 && < 2.1
, attoparsec
, base64-bytestring
, blaze-html >= 0.9
, bytestring >= 0.10
, conduit >= 1.3
, containers >= 0.5
, deepseq
, fast-logger >= 2.4
, http-api-data >= 0.3
, lift-type >= 0.1.0.0 && < 0.2.0.0
@ -36,7 +39,7 @@ library
, resourcet >= 1.1.10
, scientific
, silently
, template-haskell >= 2.13 && < 2.21
, template-haskell >= 2.13 && < 2.19
, text >= 1.2
, th-lift-instances >= 0.1.14 && < 0.2
, time >= 1.6
@ -86,6 +89,7 @@ library
Database.Persist.SqlBackend.Internal.MkSqlBackend
Database.Persist.Class
Database.Persist.Class.DeleteCascade
Database.Persist.Class.PersistEntity
Database.Persist.Class.PersistQuery
Database.Persist.Class.PersistUnique
@ -113,7 +117,7 @@ library
Database.Persist.Compatible.Types
Database.Persist.Compatible.TH
ghc-options: -Wall -Werror=incomplete-patterns
ghc-options: -Wall
default-language: Haskell2010
test-suite test
@ -129,7 +133,6 @@ test-suite test
, bytestring
, conduit
, containers
, deepseq
, fast-logger
, hspec >= 2.4
, http-api-data
@ -163,39 +166,35 @@ test-suite test
, MultiParamTypeClasses
, OverloadedStrings
, TypeFamilies
, TypeOperators
other-modules:
Database.Persist.ClassSpec
Database.Persist.PersistValueSpec
Database.Persist.QuasiSpec
Database.Persist.TH.CommentSpec
Database.Persist.TH.CompositeKeyStyleSpec
Database.Persist.TH.DiscoverEntitiesSpec
Database.Persist.TH.EmbedSpec
Database.Persist.TH.ForeignRefSpec
Database.Persist.TH.PersistWith.Model
Database.Persist.TH.PersistWith.Model2
Database.Persist.TH.PersistWithSpec
Database.Persist.TH.CommentSpec
Database.Persist.TH.ImplicitIdColSpec
Database.Persist.TH.JsonEncodingSpec
Database.Persist.TH.KindEntitiesSpec
Database.Persist.TH.KindEntitiesSpecImports
Database.Persist.TH.MaybeFieldDefsSpec
Database.Persist.TH.MigrationOnlySpec
Database.Persist.TH.MaybeFieldDefsSpec
Database.Persist.TH.MultiBlockSpec
Database.Persist.TH.MultiBlockSpec.Model
Database.Persist.TH.NestedSymbolsInTypeSpec
Database.Persist.TH.NestedSymbolsInTypeSpecImports
Database.Persist.TH.NoFieldSelectorsSpec
Database.Persist.TH.OverloadedLabelSpec
Database.Persist.TH.PersistWith.Model
Database.Persist.TH.PersistWith.Model2
Database.Persist.TH.PersistWithSpec
Database.Persist.TH.RequireOnlyPersistImportSpec
Database.Persist.TH.SharedPrimaryKeyImportedSpec
Database.Persist.TH.SharedPrimaryKeySpec
Database.Persist.TH.SumSpec
Database.Persist.TH.ToFromPersistValuesSpec
Database.Persist.TH.TypeLitFieldDefsSpec
Database.Persist.THSpec
Database.Persist.TH.ToFromPersistValuesSpec
TemplateTestImports
default-language: Haskell2010

View File

@ -1,2 +1,2 @@
SHA512 (lift-type-0.1.0.1.tar.gz) = 3555cfc79a317849921306f8766d031dbdf247aa9bec604e20b47c31c4d001c7392b2f47a3463a9699b33826fec4a5d092fbad82c3d6a75f3c3151afa033b372
SHA512 (persistent-2.14.5.1.tar.gz) = a3969142f77d9fc54a0e73ac54b53a96de0b93fadf67326f6b8d9fdb668fc4acf78eece4502cc557873b011e2191fc1607836a5aa0d5d287e79820c0bf6e90a4
SHA512 (persistent-2.13.3.5.tar.gz) = 7f71a62d901e27e7c15c79c6a004b8f2d49bf687c28de44001a7fc2aea4717a991fea293867426bb5011c920f5f38c3e8c1a0007cc271bce579140de0b21fe55