Accepting request 1100496 from devel:languages:perl:autoupdate
- updated to 0.36 see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes 0.36 2023-07-20 [BUGFIXES] * Remember to also call `op_scope()` after `block_end()` if the XPK_FLAG_BLOCKSCOPE flag is set 0.35 2023-07-19 [CHANGES] * Added XPK_INTRO_MY, to call `intro_my()` * Added XPK_FLAG_BLOCKSCOPE to wrap a block_start()+block_end() around a syntax construction * Renamed XPK_PARENSCOPE to XPK_PARENS, etc.. * Adjusted documentation of XS::Parse::Infix for release of Perl v5.38 OBS-URL: https://build.opensuse.org/request/show/1100496 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=26
This commit is contained in:
parent
94489db3a1
commit
436777e049
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1033ddb409924d9d42b38304a1d79745a0434abc6b0491eb12b6c8bb96f1d6c1
|
|
||||||
size 82181
|
|
3
XS-Parse-Keyword-0.36.tar.gz
Normal file
3
XS-Parse-Keyword-0.36.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a4eabeb561e8df50c49f0930a4330e6871df81406abc7a891fb086e364be744
|
||||||
|
size 83249
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 21 03:11:07 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.36
|
||||||
|
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||||
|
|
||||||
|
0.36 2023-07-20
|
||||||
|
[BUGFIXES]
|
||||||
|
* Remember to also call `op_scope()` after `block_end()` if the
|
||||||
|
XPK_FLAG_BLOCKSCOPE flag is set
|
||||||
|
|
||||||
|
0.35 2023-07-19
|
||||||
|
[CHANGES]
|
||||||
|
* Added XPK_INTRO_MY, to call `intro_my()`
|
||||||
|
* Added XPK_FLAG_BLOCKSCOPE to wrap a block_start()+block_end()
|
||||||
|
around a syntax construction
|
||||||
|
* Renamed XPK_PARENSCOPE to XPK_PARENS, etc..
|
||||||
|
* Adjusted documentation of XS::Parse::Infix for release of
|
||||||
|
Perl v5.38
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 15 03:11:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Thu Jun 15 03:11:03 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@ -18,12 +18,14 @@
|
|||||||
|
|
||||||
%define cpan_name XS-Parse-Keyword
|
%define cpan_name XS-Parse-Keyword
|
||||||
Name: perl-XS-Parse-Keyword
|
Name: perl-XS-Parse-Keyword
|
||||||
Version: 0.34
|
Version: 0.360.0
|
||||||
Release: 0
|
Release: 0
|
||||||
|
%define cpan_version 0.36
|
||||||
|
Provides: perl(XS::Parse::Keyword) = 0.360.0
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: XS functions to assist in parsing keyword syntax
|
Summary: XS functions to assist in parsing keyword syntax
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@ -32,6 +34,10 @@ BuildRequires: perl(ExtUtils::CChecker) >= 0.11
|
|||||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
|
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
|
||||||
BuildRequires: perl(Module::Build) >= 0.400400
|
BuildRequires: perl(Module::Build) >= 0.400400
|
||||||
BuildRequires: perl(Test2::V0)
|
BuildRequires: perl(Test2::V0)
|
||||||
|
Provides: perl(XS::Parse::Infix) = 0.360.0
|
||||||
|
Provides: perl(XS::Parse::Infix::Builder) = 0.360.0
|
||||||
|
Provides: perl(XS::Parse::Keyword::Builder) = 0.360.0
|
||||||
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -47,7 +53,7 @@ evolving and subject to change. Later versions may break ABI compatibility,
|
|||||||
requiring changes or at least a rebuild of any module that depends on it.
|
requiring changes or at least a rebuild of any module that depends on it.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
||||||
|
Loading…
Reference in New Issue
Block a user