!3 Update to 2.5

From: @wk333 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
This commit is contained in:
openeuler-ci-bot 2023-09-11 01:10:59 +00:00 committed by Gitee
commit 1ff3cf588a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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