Update to 2.5

This commit is contained in:
wk333 2023-09-08 17:26:55 +08:00
parent 0422e887a5
commit 90209f4180
3 changed files with 9 additions and 6 deletions

Binary file not shown.

BIN
PadWalker-2.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: perl-PadWalker Name: perl-PadWalker
Version: 2.3 Version: 2.5
Release: 2 Release: 1
Summary: Play with other peoples' lexical variables Summary: Play with other peoples' lexical variables
License: GPL+ or Artistic License: GPL-1.0-or-later OR Artistic-1.0-Perl
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/PadWalker/ URL: https://metacpan.org/dist/PadWalker
Source0: http://www.cpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/R/RO/ROBIN/PadWalker-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl-generators BuildRequires: perl-generators
@ -31,7 +31,7 @@ lexical variables in any subroutine which called you. It will only show
those variables which are in scope at the point of the call. those variables which are in scope at the point of the call.
%prep %prep
%setup -q -n PadWalker-%{version} %autosetup -n PadWalker-%{version} -p1
%build %build
export PERL_MM_OPT="" export PERL_MM_OPT=""
@ -83,6 +83,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Fri Sep 08 2023 wangkai <13474090681@163.com> - 2.5-1
- Update to 2.5
* Fri Apr 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 2.3-2 * Fri Apr 28 2023 misaka00251 <liuxin@iscas.ac.cn> - 2.3-2
- Fix EXTERN.h: No such file or directory - Fix EXTERN.h: No such file or directory