update to 0.7.2.2
This commit is contained in:
parent
92f066c566
commit
db675f1bd3
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/syb-0.7.tar.gz
|
||||
/syb-0.7.1.tar.gz
|
||||
/syb-0.7.2.1.tar.gz
|
||||
/syb-0.7.2.2.tar.gz
|
||||
|
15
ghc-syb.spec
15
ghc-syb.spec
@ -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 syb
|
||||
@ -8,11 +8,11 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.7.2.1
|
||||
Release: 4%{?dist}
|
||||
Version: 0.7.2.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Scrap Your Boilerplate
|
||||
|
||||
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
|
||||
@ -21,7 +21,10 @@ 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
|
||||
%if %{with ghc_prof}
|
||||
BuildRequires: ghc-base-prof
|
||||
%endif
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-mtl-devel
|
||||
@ -119,6 +122,10 @@ This package provides the Haskell %{pkg_name} profiling library.
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 0.7.2.2-1
|
||||
- https://hackage.haskell.org/package/syb-0.7.2.2/changelog
|
||||
- refresh to cabal-rpm-2.1.0 with SPDX migration
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (syb-0.7.2.1.tar.gz) = 6c356af3cc72f29c362b2859292a96b8107dd3241cff79d717f361e517edf478295f477c0f426fb8d0ae0952cd5c7521114cf1cac1f3faf2b0c96d3b8a335e69
|
||||
SHA512 (syb-0.7.2.2.tar.gz) = a177cc9715a7ad278c298856dba3aa850c721732c0e92e2c744d126e58ac075fa11db5214c5512a7d525f5f44c4806ae146933a05c87db5ae0b15b20452a7686
|
||||
|
Loading…
Reference in New Issue
Block a user