Accepting request 1098151 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1098151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XS-Parse-Keyword?expand=0&rev=14
This commit is contained in:
commit
f24fd96c29
BIN
XS-Parse-Keyword-0.33.tar.gz
(Stored with Git LFS)
BIN
XS-Parse-Keyword-0.33.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
XS-Parse-Keyword-0.34.tar.gz
Normal file
3
XS-Parse-Keyword-0.34.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1033ddb409924d9d42b38304a1d79745a0434abc6b0491eb12b6c8bb96f1d6c1
|
||||
size 82181
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 15 03:11:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.34
|
||||
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||
|
||||
0.34 2023-06-14
|
||||
[CHANGES]
|
||||
* Swap all unit tests from Test::More to Test2::V0
|
||||
|
||||
[BUGFIXES]
|
||||
* Remember to set `-std=c99` compiler flag on Perls before v5.36
|
||||
* Skip whitespace between pieces of SEQUENCE or SEPARATEDLIST
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 19 03:06:55 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name XS-Parse-Keyword
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.33
|
||||
Version: 0.34
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: XS functions to assist in parsing keyword syntax
|
||||
@ -31,7 +31,7 @@ BuildRequires: perl(ExtUtils::CBuilder)
|
||||
BuildRequires: perl(ExtUtils::CChecker) >= 0.11
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
|
||||
BuildRequires: perl(Module::Build) >= 0.400400
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test2::V0)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -50,14 +50,14 @@ requiring changes or at least a rebuild of any module that depends on it.
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||
./Build build flags=%{?_smp_mflags}
|
||||
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
||||
./Build build --flags=%{?_smp_mflags}
|
||||
|
||||
%check
|
||||
./Build test
|
||||
|
||||
%install
|
||||
./Build install destdir=%{buildroot} create_packlist=0
|
||||
./Build install --destdir=%{buildroot} --create_packlist=0
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Loading…
Reference in New Issue
Block a user