diff --git a/ExtUtils-ParseXS-3.51.tar.gz b/ExtUtils-ParseXS-3.51.tar.gz deleted file mode 100644 index ef3d257..0000000 --- a/ExtUtils-ParseXS-3.51.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82431a57425d78682acefb3a2cc9287683d091c8d034b825c584d9805bed6535 -size 71496 diff --git a/ExtUtils-ParseXS-3.57.tar.gz b/ExtUtils-ParseXS-3.57.tar.gz new file mode 100644 index 0000000..b994e41 --- /dev/null +++ b/ExtUtils-ParseXS-3.57.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5da3efd3f88d75081653c068a5b3ceb82aa9ffabe3638f8ea42136339f026341 +size 170037 diff --git a/perl-ExtUtils-ParseXS.changes b/perl-ExtUtils-ParseXS.changes index 6b27f09..3526b3b 100644 --- a/perl-ExtUtils-ParseXS.changes +++ b/perl-ExtUtils-ParseXS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat May 3 05:35:18 UTC 2025 - Tina Müller + +- updated to 3.57 + see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes + + 5.57 Fri May 2 05:40:59 PM CEST 2025 + - Rewrite half of the internals to facilitate refcounted stack + later on + ------------------------------------------------------------------- Fri Mar 8 22:27:03 UTC 2024 - Tina Müller diff --git a/perl-ExtUtils-ParseXS.spec b/perl-ExtUtils-ParseXS.spec index 6286dc3..a3852d4 100644 --- a/perl-ExtUtils-ParseXS.spec +++ b/perl-ExtUtils-ParseXS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-ExtUtils-ParseXS # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,12 @@ %define cpan_name ExtUtils-ParseXS Name: perl-ExtUtils-ParseXS -Version: 3.510.0 +Version: 3.57 Release: 0 -%define cpan_version 3.51 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Converts Perl XS code into C code URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{cpan_version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRequires: perl BuildRequires: perl-macros @@ -32,17 +31,6 @@ BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::MakeMaker) >= 6.46 Requires: perl(ExtUtils::CBuilder) Requires: perl(ExtUtils::MakeMaker) >= 6.46 -Provides: perl(ExtUtils::ParseXS) = 3.510.0 -Provides: perl(ExtUtils::ParseXS::Constants) = 3.510.0 -Provides: perl(ExtUtils::ParseXS::CountLines) = 3.510.0 -Provides: perl(ExtUtils::ParseXS::Eval) = 3.510.0 -Provides: perl(ExtUtils::ParseXS::Utilities) = 3.510.0 -Provides: perl(ExtUtils::Typemaps) = 3.510.0 -Provides: perl(ExtUtils::Typemaps::Cmd) = 3.510.0 -Provides: perl(ExtUtils::Typemaps::InputMap) = 3.510.0 -Provides: perl(ExtUtils::Typemaps::OutputMap) = 3.510.0 -Provides: perl(ExtUtils::Typemaps::Type) = 3.510.0 -%undefine __perllib_provides %{perl_requires} %description @@ -59,7 +47,7 @@ typemap taking precedence. ../../../typemap:../../typemap:../typemap:typemap %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -74,6 +62,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%doc Changes +%doc Changes README %changelog