Update to 0.40
- New upstream release 0.40 - Update bundled version of ExtUtils::HasCompiler, for new new Apple include paths - Use %license unconditionally
This commit is contained in:
parent
558731ac05
commit
061808625e
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-Package-Stash
|
Name: perl-Package-Stash
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Routines for manipulating stashes
|
Summary: Routines for manipulating stashes
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Package-Stash
|
URL: https://metacpan.org/release/Package-Stash
|
||||||
@ -16,7 +16,9 @@ BuildArch: noarch
|
|||||||
# Module Build
|
# Module Build
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
|
BuildRequires: gcc
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
BuildRequires: perl-devel
|
||||||
BuildRequires: perl-generators
|
BuildRequires: perl-generators
|
||||||
BuildRequires: perl-interpreter
|
BuildRequires: perl-interpreter
|
||||||
BuildRequires: perl(Config)
|
BuildRequires: perl(Config)
|
||||||
@ -84,11 +86,7 @@ find %{buildroot} -type f -name .packlist -delete
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%if 0%{?_licensedir:1}
|
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%else
|
|
||||||
%doc LICENSE
|
|
||||||
%endif
|
|
||||||
%doc Changes CONTRIBUTING README
|
%doc Changes CONTRIBUTING README
|
||||||
%{_bindir}/package-stash-conflicts
|
%{_bindir}/package-stash-conflicts
|
||||||
%{perl_vendorlib}/Package/
|
%{perl_vendorlib}/Package/
|
||||||
@ -96,6 +94,12 @@ make test
|
|||||||
%{_mandir}/man3/Package::Stash::PP.3*
|
%{_mandir}/man3/Package::Stash::PP.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 21 2022 Paul Howarth <paul@city-fan.org> - 0.40-1
|
||||||
|
- Update to 0.40
|
||||||
|
- Update bundled version of ExtUtils::HasCompiler, for new new Apple include
|
||||||
|
paths
|
||||||
|
- Use %%license unconditionally
|
||||||
|
|
||||||
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.39-5
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.39-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Package-Stash-0.39.tar.gz) = c5a6cd56c86fb9f6c8585ee7f65d0add8e905c586747763c7841a054f3540b6bc505f57952f44bb90a6bb500d0d60d20ad5df7a40944480abbc9d8d43d64e30f
|
SHA512 (Package-Stash-0.40.tar.gz) = 1a1e358c8409ba0bcc2fee9b3cc86b6cd42297c9bd0641a57872bec498567ee18075ad71f7e79bb9b3a789cb47ebbf852163886f8babaf3aa23e7ff9eb2e7080
|
||||||
|
Loading…
Reference in New Issue
Block a user