Accepting request 1236285 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1236285
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XS-Parse-Keyword?expand=0&rev=23
This commit is contained in:
2025-01-12 10:09:33 +00:00
committed by Git OBS Bridge
4 changed files with 29 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a21ae79221927efc11d89d8c9db32df6cc20b3169c5f692e192114ae234d7612
size 92761

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d42fb5a9978e25c4c3f10351291b155d503fe869ccd532910c05e6b93a6b9fad
size 93374

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Dec 12 16:46:16 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 0.470.0 (0.47)
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
0.47 2024-11-25
[BUGFIXES]
* Don't upset gcc 15, by ensuring that function pointer casts fully
specify argument types (RT157196)
0.46 2024-09-03
[CHANGES]
* Added `XPK_PREFIXED_TERMEXPR_ENTERLEAVE`
* Use module-specific rather than dist-specific dirs to store
`include/` files
0.45 2024-08-29
[CHANGES]
* Refuse to register operators that have neither `.new_op` nor
`.ppadd`, as these will never work
[BUGFIXES]
* Update for perl 5.41.3: `OP_SMARTMATCH` is now removed, so make
that registration conditional (RT155194)
-------------------------------------------------------------------
Sat Jul 20 05:29:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -18,10 +18,10 @@
%define cpan_name XS-Parse-Keyword
Name: perl-XS-Parse-Keyword
Version: 0.440.0
Version: 0.470.0
Release: 0
# 0.44 -> normalize -> 0.440.0
%define cpan_version 0.44
# 0.47 -> normalize -> 0.470.0
%define cpan_version 0.47
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}