8
0

Automatic update to v0.490.0 (0.49) #1

Merged
tinita merged 1 commits from cpanmirror/perl-XS-Parse-Keyword:autoupdate into main 2025-10-10 11:21:02 +02:00
4 changed files with 23 additions and 12 deletions

BIN
XS-Parse-Keyword-0.48.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XS-Parse-Keyword-0.49.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Oct 9 20:53:36 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.490.0 (0.49)
see /usr/share/doc/packages/perl-XS-Parse-Keyword/Changes
0.49 2025-09-23
[BUGFIXES]
* Appease C compilers that don't like to `return` a void expression
from a void-returning function (RT170345)
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jan 10 05:33:03 UTC 2025 - Tina Müller <timueller+perl@suse.de> Fri Jan 10 05:33:03 UTC 2025 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XS-Parse-Keyword # spec file for package perl-XS-Parse-Keyword
# #
# Copyright (c) 2025 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name XS-Parse-Keyword %define cpan_name XS-Parse-Keyword
Name: perl-XS-Parse-Keyword Name: perl-XS-Parse-Keyword
Version: 0.480.0 Version: 0.490.0
Release: 0 Release: 0
# 0.48 -> normalize -> 0.480.0 # 0.49 -> normalize -> 0.490.0
%define cpan_version 0.48 %define cpan_version 0.49
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}
@@ -31,12 +31,12 @@ Source100: README.md
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder) BuildRequires: perl(ExtUtils::CBuilder)
BuildRequires: perl(ExtUtils::CChecker) >= 0.11 BuildRequires: perl(ExtUtils::CChecker) >= 0.110
BuildRequires: perl(ExtUtils::ParseXS) >= 3.16 BuildRequires: perl(ExtUtils::ParseXS) >= 3.16
BuildRequires: perl(File::ShareDir) >= 1.00 BuildRequires: perl(File::ShareDir) >= 1.0
BuildRequires: perl(Module::Build) >= 0.4004 BuildRequires: perl(Module::Build) >= 0.400.400
BuildRequires: perl(Test2::V0) BuildRequires: perl(Test2::V0)
Requires: perl(File::ShareDir) >= 1.00 Requires: perl(File::ShareDir) >= 1.0
Provides: perl(XS::Parse::Infix) = %{version} Provides: perl(XS::Parse::Infix) = %{version}
Provides: perl(XS::Parse::Infix::Builder) = %{version} Provides: perl(XS::Parse::Infix::Builder) = %{version}
Provides: perl(XS::Parse::Keyword) = %{version} Provides: perl(XS::Parse::Keyword) = %{version}
@@ -57,7 +57,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}-%{cpan_version} %autosetup -n %{cpan_name}-%{cpan_version} -p1
%build %build
perl Build.PL --installdirs=vendor optimize="%{optflags}" perl Build.PL --installdirs=vendor optimize="%{optflags}"