diff --git a/ExtUtils-ParseXS-3.35.tar.gz b/ExtUtils-ParseXS-3.35.tar.gz deleted file mode 100644 index f2fc4fc414680d2b56b5b8c3db88992e6469de45..0000000000000000000000000000000000000000 Binary files a/ExtUtils-ParseXS-3.35.tar.gz and /dev/null differ diff --git a/ExtUtils-ParseXS-3.44.tar.gz b/ExtUtils-ParseXS-3.44.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7bbc3fe86e1d6d3de9a6e826227dacae2ffba348 Binary files /dev/null and b/ExtUtils-ParseXS-3.44.tar.gz differ diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec index 870d547b3b74f30e42b2ea111dcdd6a5afb25fe6..de25910673533b922f8caaa6d9b8bf3773b6e79e 100644 --- a/perl-ExtUtils-ParseXS.spec +++ b/perl-ExtUtils-ParseXS.spec @@ -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 +* Tue Oct 24 2023 dongyuzhen - 2:3.44-1 +- upgrade version to 3.44 + * Tue Oct 25 2022 dongyuzhen - 2:3.35-2 - Rebuild for next release