update to 0.0.29
This commit is contained in:
parent
d0fc9fa8f6
commit
32bcef4b6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,3 +7,4 @@
|
||||
/foundation-0.0.25.tar.gz
|
||||
/foundation-0.0.26.1.tar.gz
|
||||
/foundation-0.0.28.tar.gz
|
||||
/foundation-0.0.29.tar.gz
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
# generated by cabal-rpm-2.0.9
|
||||
# generated by cabal-rpm-2.1.0
|
||||
# https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/
|
||||
|
||||
%global pkg_name foundation
|
||||
@ -7,11 +7,11 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.0.28
|
||||
Release: 2%{?dist}
|
||||
Version: 0.0.29
|
||||
Release: 1%{?dist}
|
||||
Summary: Alternative prelude with batteries and no dependencies
|
||||
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
Url: https://hackage.haskell.org/package/%{pkg_name}
|
||||
# Begin cabal-rpm sources:
|
||||
Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
@ -20,8 +20,12 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-base-devel
|
||||
BuildRequires: ghc-basement-devel
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
BuildRequires: ghc-basement-prof
|
||||
%endif
|
||||
# End cabal-rpm deps
|
||||
|
||||
%description
|
||||
@ -126,6 +130,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.0.29-1
|
||||
- https://hackage.haskell.org/package/foundation-0.0.29/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (foundation-0.0.28.tar.gz) = 751bcefa07ae06538b49bceb6f1e96db0ff63cedc624b25d42d6f27a016e8dfb33a6826df0f36206ef816f76922af3b6c88b9a3e9ea393ac55e3f49e351368de
|
||||
SHA512 (foundation-0.0.29.tar.gz) = cd6b2864814780f0b07846ad4d6d6e1262ecb9edddb9e2c5137455dc39cbb2e60a9d0cd843cac6becdb801c1accbf4004be26a73e0d04071fe361b3a04034cc6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user