Update to 0.30
- New upstream release 0.30 - Miscellaneous tooling updates - Fixed redundant argument in sprintf in tests (CPAN RT#143205) - Use %license unconditionally
This commit is contained in:
parent
2e072103fc
commit
6616d5f48b
@ -6,8 +6,8 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: perl-Package-Stash-XS
|
Name: perl-Package-Stash-XS
|
||||||
Version: 0.29
|
Version: 0.30
|
||||||
Release: 13%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Faster and more correct implementation of the Package::Stash API
|
Summary: Faster and more correct implementation of the Package::Stash API
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
URL: https://metacpan.org/release/Package-Stash-XS
|
URL: https://metacpan.org/release/Package-Stash-XS
|
||||||
@ -31,14 +31,12 @@ BuildRequires: perl(base)
|
|||||||
BuildRequires: perl(blib)
|
BuildRequires: perl(blib)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
BuildRequires: perl(File::Spec)
|
BuildRequires: perl(File::Spec)
|
||||||
BuildRequires: perl(IO::Handle)
|
|
||||||
BuildRequires: perl(IPC::Open3)
|
|
||||||
BuildRequires: perl(lib)
|
BuildRequires: perl(lib)
|
||||||
BuildRequires: perl(Scalar::Util)
|
BuildRequires: perl(Scalar::Util)
|
||||||
BuildRequires: perl(Symbol)
|
BuildRequires: perl(Symbol)
|
||||||
BuildRequires: perl(Test::Fatal)
|
BuildRequires: perl(Test::Fatal)
|
||||||
BuildRequires: perl(Test::More) >= 0.88
|
BuildRequires: perl(Test::More) >= 0.88
|
||||||
BuildRequires: perl(Test::Requires)
|
BuildRequires: perl(Test::Needs)
|
||||||
%if %{with perl_Package_Stash_XS_enables_optional_test}
|
%if %{with perl_Package_Stash_XS_enables_optional_test}
|
||||||
# Optional Tests
|
# Optional Tests
|
||||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||||
@ -75,17 +73,19 @@ find %{buildroot} -type f -name '*.bs' -empty -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
|
||||||
%{perl_vendorarch}/auto/Package/
|
%{perl_vendorarch}/auto/Package/
|
||||||
%{perl_vendorarch}/Package/
|
%{perl_vendorarch}/Package/
|
||||||
%{_mandir}/man3/Package::Stash::XS.3*
|
%{_mandir}/man3/Package::Stash::XS.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 13 2022 Paul Howarth <paul@city-fan.org> - 0.30-1
|
||||||
|
- Update to 0.30
|
||||||
|
- Miscellaneous tooling updates
|
||||||
|
- Fixed redundant argument in sprintf in tests (CPAN RT#143205)
|
||||||
|
- Use %%license unconditionally
|
||||||
|
|
||||||
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-13
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 0.29-13
|
||||||
- Perl 5.36 rebuild
|
- Perl 5.36 rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (Package-Stash-XS-0.29.tar.gz) = f7afcf1a67915d9990a8d63e418ebc6b6b48947b90a72a454b8197656233d8cc976f72d44e4179621628e52fa7ab9a9a74f18f95ad1999d3f45181531ed44849
|
SHA512 (Package-Stash-XS-0.30.tar.gz) = 528faaefa71c5c37d378a9bedf325babf3b2717024995d166fc77bb1fb1ce1aed11da775608029a1c215c903dcd7ac9f68569cd8fd3690681ccd72b47c51b0a3
|
||||||
|
Loading…
Reference in New Issue
Block a user