Accepting request 1136567 from devel:languages:perl:autoupdate
- updated to 0.39 see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes 0.39 2023-12-04 [CHANGES] * Added optional variants of XPK_ARITHEXPR, XPK_TERMEXPR, XPK_LISTEXPR and the context-forcing versions OBS-URL: https://build.opensuse.org/request/show/1136567 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XS-Parse-Keyword?expand=0&rev=32
This commit is contained in:
parent
8778941913
commit
4fde0168a4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2500c47869cf5ca8c61dd23c67badabf66b8f1efb5e279207657c1ce693e211e
|
||||
size 84144
|
3
XS-Parse-Keyword-0.39.tar.gz
Normal file
3
XS-Parse-Keyword-0.39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4e775becc8a5d9b52cb5d569b9d3230eea451c134735845e77f89fa6a6c23d8
|
||||
size 84845
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 5 03:08:17 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.39
|
||||
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||
|
||||
0.39 2023-12-04
|
||||
[CHANGES]
|
||||
* Added optional variants of XPK_ARITHEXPR, XPK_TERMEXPR,
|
||||
XPK_LISTEXPR and the context-forcing versions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 10 03:08:05 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-XS-Parse-Keyword
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,9 +18,9 @@
|
||||
|
||||
%define cpan_name XS-Parse-Keyword
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.380.0
|
||||
Version: 0.390.0
|
||||
Release: 0
|
||||
%define cpan_version 0.38
|
||||
%define cpan_version 0.39
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: XS functions to assist in parsing keyword syntax
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@ -33,10 +33,10 @@ BuildRequires: perl(ExtUtils::CChecker) >= 0.11
|
||||
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
|
||||
BuildRequires: perl(Module::Build) >= 0.4004
|
||||
BuildRequires: perl(Test2::V0)
|
||||
Provides: perl(XS::Parse::Infix) = 0.380.0
|
||||
Provides: perl(XS::Parse::Infix::Builder) = 0.380.0
|
||||
Provides: perl(XS::Parse::Keyword) = 0.380.0
|
||||
Provides: perl(XS::Parse::Keyword::Builder) = 0.380.0
|
||||
Provides: perl(XS::Parse::Infix) = %{version}
|
||||
Provides: perl(XS::Parse::Infix::Builder) = %{version}
|
||||
Provides: perl(XS::Parse::Keyword) = %{version}
|
||||
Provides: perl(XS::Parse::Keyword::Builder) = %{version}
|
||||
%define __perllib_provides /bin/true
|
||||
%{perl_requires}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user