upgrade to version 3.44

This commit is contained in:
leeffo 2023-07-19 11:19:14 +08:00
parent c61637e95b
commit 3fcc49772d
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
Epoch: 2
Version: 3.35
Release: 2
Version: 3.44
Release: 1
Summary: Convert Perl XS code into C code
License: GPL+ or Artistic
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
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
%prep
%autosetup -n ExtUtils-ParseXS-3.35 -p1
%autosetup -n ExtUtils-ParseXS-%{version} -p1
%build
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
%files
%doc Changes README
%doc Changes
%{_bindir}/*
%{perl_vendorlib}/*
@ -50,6 +50,9 @@ make test
%{_mandir}/man3/*
%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
- Rebuild for next release