update to 0.5.1.0
This commit is contained in:
parent
cd92b596b1
commit
f587db38b5
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/generics-sop-0.3.2.0.tar.gz
|
||||
/generics-sop-0.4.0.1.tar.gz
|
||||
/sop-core-0.4.0.0.tar.gz
|
||||
/generics-sop-0.5.1.0.tar.gz
|
||||
|
@ -4,15 +4,15 @@
|
||||
%global pkg_name generics-sop
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
|
||||
%global sopcore sop-core-0.4.0.0
|
||||
%global sopcore sop-core-0.5.0.1
|
||||
%global subpkgs %{sopcore}
|
||||
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.4.0.1
|
||||
Version: 0.5.1.0
|
||||
# can only be reset when all subpkgs bumped
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Generic Programming using True Sums of Products
|
||||
|
||||
License: BSD
|
||||
@ -28,6 +28,7 @@ BuildRequires: ghc-rpm-macros-extra
|
||||
BuildRequires: ghc-base-prof
|
||||
#BuildRequires: ghc-sop-core-prof
|
||||
BuildRequires: ghc-template-haskell-prof
|
||||
BuildRequires: ghc-th-abstraction-prof
|
||||
# for missing dep 'sop-core':
|
||||
BuildRequires: ghc-deepseq-prof
|
||||
# End cabal-rpm deps
|
||||
@ -167,6 +168,9 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jun 07 2020 Jens Petersen <petersen@redhat.com> - 0.5.1.0-3
|
||||
- update to 0.5.1.0
|
||||
|
||||
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (generics-sop-0.4.0.1.tar.gz) = 5b92823ad3d5c2a78db6cae4b8cf9d9f2b76a06ce683cdaf85b5348715beff57d5e8fb2a7cc271b937451c95af969a0c037f8c2a05a2ed8e56f3ba467762e348
|
||||
SHA512 (sop-core-0.4.0.0.tar.gz) = db12039dc17b954d171907c68165806027468bcde2dff5a7f6c43b2fe1afe1dfdc1e947cad9d124bb2f3423a53f5f2237ed71cf69a4a47b5be7d1492b043ce61
|
||||
SHA512 (generics-sop-0.5.1.0.tar.gz) = 454cb30800e4c6b225df6464970746ca51028ffbfe50143559eebf16918dd783ef2e7690c4877b568d1835043ec733ec0ca9a39e0ae88c3136c82d0afb42bda8
|
||||
|
Loading…
Reference in New Issue
Block a user