Accepting request 1190267 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1190267 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-XS-Parse-Keyword?expand=0&rev=22
This commit is contained in:
commit
4303c2fdd6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ecaf3ab1adb97161e27de01c9fc7c918e591c9be34d84dab7f22c1716e1d063
|
||||
size 92231
|
3
XS-Parse-Keyword-0.44.tar.gz
Normal file
3
XS-Parse-Keyword-0.44.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a21ae79221927efc11d89d8c9db32df6cc20b3169c5f692e192114ae234d7612
|
||||
size 92761
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 20 05:29:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.440.0 (0.44)
|
||||
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
|
||||
|
||||
0.44 2024-07-19
|
||||
[BUGFIXES]
|
||||
* `boot_xs_parse_infix()` has to load `XS/Parse/Infix.pm`, the perl
|
||||
module
|
||||
* Fix opname check for lexical operator alises, to match Perl's
|
||||
actual identifier rules
|
||||
* Fix deparse logic for fully-qualified infix operator names
|
||||
* Fix `lex_scan_packagename()` to not get confused by attribute
|
||||
syntax
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 3 16:51:11 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
|
@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name XS-Parse-Keyword
|
||||
Name: perl-XS-Parse-Keyword
|
||||
Version: 0.430.0
|
||||
Version: 0.440.0
|
||||
Release: 0
|
||||
# 0.43 -> normalize -> 0.430.0
|
||||
%define cpan_version 0.43
|
||||
# 0.44 -> normalize -> 0.440.0
|
||||
%define cpan_version 0.44
|
||||
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}
|
||||
|
Loading…
Reference in New Issue
Block a user