forked from perl/perl-ExtUtils-ParseXS
Accepting request 1276527 from devel:languages:perl:autoupdate
- updated to 3.57 see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes 5.57 - Rewrite half of the internals to facilitate refcounted stack later on OBS-URL: https://build.opensuse.org/request/show/1276527 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-ParseXS?expand=0&rev=18
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:82431a57425d78682acefb3a2cc9287683d091c8d034b825c584d9805bed6535
|
|
||||||
size 71496
|
|
3
ExtUtils-ParseXS-3.57.tar.gz
Normal file
3
ExtUtils-ParseXS-3.57.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5da3efd3f88d75081653c068a5b3ceb82aa9ffabe3638f8ea42136339f026341
|
||||||
|
size 170037
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 3 05:35:18 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- 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 <tina.mueller@suse.com>
|
Fri Mar 8 22:27:03 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-ExtUtils-ParseXS
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,13 +18,12 @@
|
|||||||
|
|
||||||
%define cpan_name ExtUtils-ParseXS
|
%define cpan_name ExtUtils-ParseXS
|
||||||
Name: perl-ExtUtils-ParseXS
|
Name: perl-ExtUtils-ParseXS
|
||||||
Version: 3.510.0
|
Version: 3.57
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 3.51
|
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Converts Perl XS code into C code
|
Summary: Converts Perl XS code into C code
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
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
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -32,17 +31,6 @@ BuildRequires: perl(ExtUtils::CBuilder)
|
|||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.46
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.46
|
||||||
Requires: perl(ExtUtils::CBuilder)
|
Requires: perl(ExtUtils::CBuilder)
|
||||||
Requires: perl(ExtUtils::MakeMaker) >= 6.46
|
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}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -59,7 +47,7 @@ typemap taking precedence.
|
|||||||
../../../typemap:../../typemap:../typemap:typemap
|
../../../typemap:../../typemap:../typemap:typemap
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
@@ -74,6 +62,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes
|
%doc Changes README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user