Compare commits
No commits in common. "1a5d06e46d29e597bb1c55e57760752d5445965c" and "7b22950dc52818f7ed2f9fd6e43f824152e48687" have entirely different histories.
1a5d06e46d
...
7b22950dc5
4743
ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
Normal file
4743
ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
Normal file
File diff suppressed because it is too large
Load Diff
BIN
ExtUtils-ParseXS-3.35.tar.gz
Normal file
BIN
ExtUtils-ParseXS-3.35.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,13 @@
|
|||||||
Name: perl-ExtUtils-ParseXS
|
Name: perl-ExtUtils-ParseXS
|
||||||
Epoch: 2
|
Epoch: 1
|
||||||
Version: 3.51
|
Version: 3.39
|
||||||
Release: 1
|
Release: 419
|
||||||
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/L/LE/LEONT/ExtUtils-ParseXS-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.35.tar.gz
|
||||||
|
|
||||||
|
Patch0: ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
|
||||||
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)
|
||||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(File::Spec) perl(strict) perl(warnings)
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 perl(File::Spec) perl(strict) perl(warnings)
|
||||||
@ -25,7 +26,7 @@ The compiler uses typemaps to determine how to map C function parameters and var
|
|||||||
%package_help
|
%package_help
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n ExtUtils-ParseXS-%{version} -p1
|
%autosetup -n ExtUtils-ParseXS-3.35 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||||
@ -41,7 +42,7 @@ ln -s ../../../../bin/xsubpp $RPM_BUILD_ROOT%{perl_vendorlib}/ExtUtils/
|
|||||||
make test
|
make test
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc Changes
|
%doc Changes README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{perl_vendorlib}/*
|
%{perl_vendorlib}/*
|
||||||
|
|
||||||
@ -50,27 +51,6 @@ 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
|
|
||||||
- upgrade to version 3.44
|
|
||||||
|
|
||||||
* Tue Oct 25 2022 dongyuzhen <dongyuzhen@h-partners.com> - 2:3.35-2
|
|
||||||
- Rebuild for next release
|
|
||||||
|
|
||||||
* Sat Jan 11 2020 openEuler Buildteam <buildteam@openeuler.org> - 2:3.35-1
|
|
||||||
- Type: enhancement
|
|
||||||
- ID: NA
|
|
||||||
- SUG: NA
|
|
||||||
- DESC: remove unnecessary files
|
|
||||||
|
|
||||||
* Sun Sep 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:3.39-419
|
* Sun Sep 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 1:3.39-419
|
||||||
- Type:enhancement
|
- Type:enhancement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
@ -1,208 +0,0 @@
|
|||||||
---
|
|
||||||
version_control: metacpan
|
|
||||||
src_repo: ExtUtils-ParseXS
|
|
||||||
tag_prefix: "^v"
|
|
||||||
seperator: "."
|
|
||||||
last_query:
|
|
||||||
time_stamp: 2020-04-26 07:39:38.799836880 +00:00
|
|
||||||
raw_data: |
|
|
||||||
{
|
|
||||||
"stat" : {
|
|
||||||
"size" : 68623,
|
|
||||||
"mode" : 33188,
|
|
||||||
"mtime" : 1501516337
|
|
||||||
},
|
|
||||||
"maturity" : "released",
|
|
||||||
"archive" : "ExtUtils-ParseXS-3.35.tar.gz",
|
|
||||||
"license" : [
|
|
||||||
"unknown"
|
|
||||||
],
|
|
||||||
"distribution" : "ExtUtils-ParseXS",
|
|
||||||
"resources" : {
|
|
||||||
"bugtracker" : {
|
|
||||||
"web" : "http://rt.perl.org/rt3/"
|
|
||||||
},
|
|
||||||
"repository" : {
|
|
||||||
"url" : "git://perl5.git.perl.org/gitroot/perl.git",
|
|
||||||
"type" : "git"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"main_module" : "ExtUtils::ParseXS",
|
|
||||||
"metadata" : {
|
|
||||||
"author" : [
|
|
||||||
"Ken Williams <ken@mathforum.org>"
|
|
||||||
],
|
|
||||||
"version" : "3.35",
|
|
||||||
"abstract" : "converts Perl XS code into C code",
|
|
||||||
"name" : "ExtUtils-ParseXS",
|
|
||||||
"no_index" : {
|
|
||||||
"directory" : [
|
|
||||||
"t",
|
|
||||||
"inc",
|
|
||||||
"t",
|
|
||||||
"xt",
|
|
||||||
"inc",
|
|
||||||
"local",
|
|
||||||
"perl5",
|
|
||||||
"fatlib",
|
|
||||||
"example",
|
|
||||||
"blib",
|
|
||||||
"examples",
|
|
||||||
"eg"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"generated_by" : "ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005",
|
|
||||||
"meta-spec" : {
|
|
||||||
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
|
|
||||||
"version" : "2"
|
|
||||||
},
|
|
||||||
"x_serialization_backend" : "JSON::PP version 2.27300",
|
|
||||||
"prereqs" : {
|
|
||||||
"configure" : {
|
|
||||||
"requires" : {
|
|
||||||
"ExtUtils::MakeMaker" : "6.46"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"build" : {
|
|
||||||
"requires" : {
|
|
||||||
"ExtUtils::MakeMaker" : "0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"runtime" : {
|
|
||||||
"requires" : {
|
|
||||||
"File::Basename" : "0",
|
|
||||||
"Carp" : "0",
|
|
||||||
"File::Spec" : "0",
|
|
||||||
"DynaLoader" : "0",
|
|
||||||
"ExtUtils::MakeMaker" : "6.46",
|
|
||||||
"Symbol" : "0",
|
|
||||||
"Exporter" : "5.57",
|
|
||||||
"Test::More" : "0.47",
|
|
||||||
"ExtUtils::CBuilder" : "0",
|
|
||||||
"Cwd" : "0"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"resources" : {
|
|
||||||
"bugtracker" : {
|
|
||||||
"web" : "http://rt.perl.org/rt3/"
|
|
||||||
},
|
|
||||||
"repository" : {
|
|
||||||
"type" : "git",
|
|
||||||
"url" : "git://perl5.git.perl.org/gitroot/perl.git"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"release_status" : "stable",
|
|
||||||
"license" : [
|
|
||||||
"unknown"
|
|
||||||
],
|
|
||||||
"dynamic_config" : 1
|
|
||||||
},
|
|
||||||
"checksum_sha256" : "41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c",
|
|
||||||
"date" : "2017-07-31T15:52:17",
|
|
||||||
"dependency" : [
|
|
||||||
{
|
|
||||||
"relationship" : "requires",
|
|
||||||
"version" : "5.57",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"module" : "Exporter"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"module" : "ExtUtils::CBuilder",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"version" : "0",
|
|
||||||
"relationship" : "requires"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"phase" : "runtime",
|
|
||||||
"version" : "0",
|
|
||||||
"module" : "File::Spec",
|
|
||||||
"relationship" : "requires"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"module" : "ExtUtils::MakeMaker",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"version" : "6.46",
|
|
||||||
"relationship" : "requires"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"phase" : "runtime",
|
|
||||||
"module" : "Carp",
|
|
||||||
"version" : "0",
|
|
||||||
"relationship" : "requires"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"relationship" : "requires",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"module" : "File::Basename",
|
|
||||||
"version" : "0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"version" : "0",
|
|
||||||
"module" : "Cwd",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"relationship" : "requires"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"relationship" : "requires",
|
|
||||||
"version" : "0",
|
|
||||||
"module" : "DynaLoader",
|
|
||||||
"phase" : "runtime"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"module" : "Test::More",
|
|
||||||
"version" : "0.47",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"relationship" : "requires"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"relationship" : "requires",
|
|
||||||
"phase" : "runtime",
|
|
||||||
"version" : "0",
|
|
||||||
"module" : "Symbol"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"relationship" : "requires",
|
|
||||||
"phase" : "build",
|
|
||||||
"module" : "ExtUtils::MakeMaker",
|
|
||||||
"version" : "0"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"relationship" : "requires",
|
|
||||||
"phase" : "configure",
|
|
||||||
"module" : "ExtUtils::MakeMaker",
|
|
||||||
"version" : "6.46"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version" : "3.35",
|
|
||||||
"tests" : {
|
|
||||||
"unknown" : 46,
|
|
||||||
"fail" : 14,
|
|
||||||
"na" : 0,
|
|
||||||
"pass" : 2355
|
|
||||||
},
|
|
||||||
"name" : "ExtUtils-ParseXS-3.35",
|
|
||||||
"changes_file" : "Changes",
|
|
||||||
"id" : "ZS4RryKm1Eb_vxvluNeH_8LSFjw",
|
|
||||||
"provides" : [
|
|
||||||
"ExtUtils::ParseXS",
|
|
||||||
"ExtUtils::ParseXS::Constants",
|
|
||||||
"ExtUtils::ParseXS::CountLines",
|
|
||||||
"ExtUtils::ParseXS::Eval",
|
|
||||||
"ExtUtils::ParseXS::Utilities",
|
|
||||||
"ExtUtils::Typemaps",
|
|
||||||
"ExtUtils::Typemaps::Cmd",
|
|
||||||
"ExtUtils::Typemaps::InputMap",
|
|
||||||
"ExtUtils::Typemaps::OutputMap",
|
|
||||||
"ExtUtils::Typemaps::Type"
|
|
||||||
],
|
|
||||||
"version_numified" : 3.35,
|
|
||||||
"author" : "SMUELLER",
|
|
||||||
"download_url" : "https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/ExtUtils-ParseXS-3.35.tar.gz",
|
|
||||||
"first" : false,
|
|
||||||
"deprecated" : "false",
|
|
||||||
"checksum_md5" : "2ae41036d85e98e1369645724962dd16",
|
|
||||||
"abstract" : "converts Perl XS code into C code",
|
|
||||||
"authorized" : true,
|
|
||||||
"status" : "latest"
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user