Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
1a5d06e46d
!8 upgrade version to 3.51
From: @dongyuzhen 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2024-01-26 09:27:01 +00:00
dongyuzhen
4c9f2cd5ec upgrade version to 3.51 2024-01-26 17:16:59 +08:00
openeuler-ci-bot
246e1fe8af
!6 upgrade to version 3.44
From: @leeffo 
Reviewed-by: @openeuler-basic 
Signed-off-by: @openeuler-basic
2023-07-28 06:38:20 +00:00
leeffo
3fcc49772d upgrade to version 3.44 2023-07-20 09:13:06 +08:00
openeuler-ci-bot
c61637e95b
!5 【轻量级 PR】:Rebuild for next release
From: @dongyuzhen 
Reviewed-by: @licunlong 
Signed-off-by: @licunlong
2022-10-28 11:14:39 +00:00
dongyuzhen
8bab5e258c
update for mass rebuild and upgrade verification 2022-10-25 06:20:29 +00:00
openeuler-ci-bot
dd765d5569 !2 add yaml file in package
Merge pull request !2 from 吴超超/master
2020-06-15 09:16:09 +08:00
19909236985
ef9ef58e4b add yaml file in package 2020-06-13 17:12:32 +08:00
openeuler-ci-bot
2d105bd6c8 !1 perl-ExtUtils-ParseXS
Merge pull request !1 from syyhao/init
2020-01-13 09:19:53 +08:00
openeuler-basic
092e483d7b remove unnecessary files 2020-01-12 19:33:04 +08:00
5 changed files with 235 additions and 4750 deletions

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: perl-ExtUtils-ParseXS
Epoch: 1
Version: 3.39
Release: 419
Epoch: 2
Version: 3.51
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/L/LE/LEONT/ExtUtils-ParseXS-%{version}.tar.gz
Patch0: ExtUtils-ParseXS-3.35-Upgrade-to-3.39.patch
BuildArch: noarch
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)
@ -26,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
@ -42,7 +41,7 @@ ln -s ../../../../bin/xsubpp $RPM_BUILD_ROOT%{perl_vendorlib}/ExtUtils/
make test
%files
%doc Changes README
%doc Changes
%{_bindir}/*
%{perl_vendorlib}/*
@ -51,6 +50,27 @@ make test
%{_mandir}/man3/*
%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
- Type:enhancement
- ID:NA

208
perl-ExtUtils-ParseXS.yaml Normal file
View File

@ -0,0 +1,208 @@
---
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"
}