upgrade version to 3.51

This commit is contained in:
dongyuzhen 2024-01-26 16:02:30 +08:00
parent 246e1fe8af
commit 4c9f2cd5ec
3 changed files with 11 additions and 2 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.44 Version: 3.51
Release: 1 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/X/XS/XSAWYERX/ExtUtils-ParseXS-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/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)
@ -50,6 +50,15 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Fri Jan 26 2024 dongyuzhen <dongyuzhen@h-partners.com> - 2:3.51-1
- upgrade vertion to 3.51:
- fix OVERLOAD and FALLBACK handling
- fix ExtUtils::ParseXS compatibility with perl < 5.8.8
- add support for elifdef and elifndef
- allow symbolic alias of default function
- better support for duplicate ALIASes
- make versions in ExtUtils-ParseXS consistent
* Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 2:3.44-1 * Wed Jul 19 2023 leeffo <liweiganga@uniontech.com> - 2:3.44-1
- upgrade to version 3.44 - upgrade to version 3.44