Update to 0.63 (rhbz#2128532)
- New upstream release 0.63
- Add support for 5.37.3's PADSV_STORE optimization; B.pm-related tests have
been taught about this new thing (CPAN RT#144052)
- Updated contact information
- Use SPDX-format license tag
This commit is contained in:
parent
0f2436e6a8
commit
3a28b7cb2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ Variable-Magic-0.43.tar.gz
|
||||
/Variable-Magic-0.60.tar.gz
|
||||
/Variable-Magic-0.61.tar.gz
|
||||
/Variable-Magic-0.62.tar.gz
|
||||
/Variable-Magic-0.63.tar.gz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Name: perl-Variable-Magic
|
||||
Version: 0.62
|
||||
Release: 17%{?dist}
|
||||
Version: 0.63
|
||||
Release: 1%{?dist}
|
||||
Summary: Associate user-defined magic to variables from Perl
|
||||
License: GPL+ or Artistic
|
||||
License: GPL-1.0-or-later OR Artistic-1.0-Perl
|
||||
|
||||
URL: https://metacpan.org/release/Variable-Magic
|
||||
Source0: https://cpan.metacpan.org/authors/id/V/VP/VPIT/Variable-Magic-%{version}.tar.gz
|
||||
@ -80,6 +80,13 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 21 2022 Paul Howarth <paul@city-fan.org> - 0.63-1
|
||||
- Update to 0.63 (rhbz#2128532)
|
||||
- Add support for 5.37.3's PADSV_STORE optimization; B.pm-related tests have
|
||||
been taught about this new thing (CPAN RT#144052)
|
||||
- Updated contact information
|
||||
- Use SPDX-format license tag
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.62-17
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Variable-Magic-0.62.tar.gz) = fdaad8ab1a16a4723e30a155086f7f9ecad60b021b0ca5d449a0bc001b858a53e2857cfdc3fc4e3dcc28e2f59a14f3531afd93e3f71fda3b8fcaa8bc50d0c380
|
||||
SHA512 (Variable-Magic-0.63.tar.gz) = f815d71ffda0fc88b75716fb843a5dcb122b678ce0cb58ac23411af88b7b01180d401519db1b9801c5ee2942ae7b81d6c3d4284ceb57ed3f51d546fb77135611
|
||||
|
||||
Loading…
Reference in New Issue
Block a user