!6 upgrade to version 3.44

From: @leeffo 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
This commit is contained in:
openeuler-ci-bot 2023-07-28 06:38:20 +00:00 committed by Gitee
commit 246e1fe8af
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 5 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
Name: perl-ExtUtils-ParseXS Name: perl-ExtUtils-ParseXS
Epoch: 2 Epoch: 2
Version: 3.35 Version: 3.44
Release: 2 Release: 1
Summary: Convert Perl XS code into C code Summary: Convert Perl XS code into C code
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/pod/ExtUtils::ParseXS URL: https://metacpan.org/pod/ExtUtils::ParseXS
Source0: https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.35.tar.gz Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/ExtUtils-ParseXS-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
BuildRequires: gcc git coreutils make perl-devel perl-generators perl-interpreter perl(Config) BuildRequires: gcc git coreutils make perl-devel perl-generators perl-interpreter perl(Config)
@ -25,7 +25,7 @@ The compiler uses typemaps to determine how to map C function parameters and var
%package_help %package_help
%prep %prep
%autosetup -n ExtUtils-ParseXS-3.35 -p1 %autosetup -n ExtUtils-ParseXS-%{version} -p1
%build %build
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
@ -41,7 +41,7 @@ ln -s ../../../../bin/xsubpp $RPM_BUILD_ROOT%{perl_vendorlib}/ExtUtils/
make test make test
%files %files
%doc Changes README %doc Changes
%{_bindir}/* %{_bindir}/*
%{perl_vendorlib}/* %{perl_vendorlib}/*
@ -50,6 +50,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 2:3.44-1
- upgrade to version 3.44
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2:3.35-2 * Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2:3.35-2
- Rebuild for next release - Rebuild for next release