update to 2.11.0.2
This commit is contained in:
parent
ff999eb2d9
commit
7f6f254b82
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
||||
/persistent-2.8.2.tar.gz
|
||||
/persistent-2.9.2.tar.gz
|
||||
/persistent-2.10.5.2.tar.gz
|
||||
/persistent-2.11.0.2.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.10.5.2
|
||||
Release: 5%{?dist}
|
||||
Version: 2.11.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Type-safe, multi-backend data serialization
|
||||
|
||||
License: MIT
|
||||
@ -37,7 +37,6 @@ BuildRequires: ghc-resource-pool-prof
|
||||
BuildRequires: ghc-resourcet-prof
|
||||
BuildRequires: ghc-scientific-prof
|
||||
BuildRequires: ghc-silently-prof
|
||||
BuildRequires: ghc-template-haskell-prof
|
||||
BuildRequires: ghc-text-prof
|
||||
BuildRequires: ghc-time-prof
|
||||
BuildRequires: ghc-transformers-prof
|
||||
@ -47,6 +46,7 @@ BuildRequires: ghc-unordered-containers-prof
|
||||
BuildRequires: ghc-vector-prof
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-hspec-devel
|
||||
BuildRequires: ghc-shakespeare-devel
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
@ -139,6 +139,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 2.11.0.2-1
|
||||
- update to 2.11.0.2
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.10.5.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (persistent-2.10.5.2.tar.gz) = 5d7fe9259d89ab210bd136d9f9b0f3e52d48825a003cc02dfb01f50457324daf2c8659b9123cc0e958b636613fa61004f649f97980c6a5427d425656ceb166f1
|
||||
SHA512 (persistent-2.11.0.2.tar.gz) = bba29f0812e1c1a94c224c3e48377e3b8ea35d43e3954fc48012791db50f42e9c4302da58060ac717524d7d0cb1da8f7152e0acb9afb93ce89ff862fa568b675
|
||||
|
Loading…
Reference in New Issue
Block a user