forked from pool/perl-XS-Parse-Sublike
Automatic update to v0.390.0 (0.39) #1
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:736528c888ea7b6a6191011e5d5a7824ec38a5620507de6ef45e4bc6e1cf0da9
|
|
||||||
size 73053
|
|
BIN
XS-Parse-Sublike-0.39.tar.gz
(Stored with Git LFS)
Normal file
BIN
XS-Parse-Sublike-0.39.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 9 20:54:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.390.0 (0.39)
|
||||||
|
see /usr/share/doc/packages/perl-XS-Parse-Sublike/Changes
|
||||||
|
|
||||||
|
0.39 2025-09-12
|
||||||
|
[BUGFIXES]
|
||||||
|
* Make sure to set `B::Deparse`'s ->ambient_pragmas when running
|
||||||
|
deparse tests (https://github.com/Perl/perl5/issues/23674)
|
||||||
|
|
||||||
|
0.38 2025-08-08
|
||||||
|
[BUGFIXES]
|
||||||
|
* Improvements to handling of anonymous parameters or missing
|
||||||
|
defaulting expressions in subroutine signature parsing (RT168812)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 8 05:30:24 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
Sat Feb 8 05:30:24 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-XS-Parse-Sublike
|
# spec file for package perl-XS-Parse-Sublike
|
||||||
#
|
#
|
||||||
# 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-Sublike
|
%define cpan_name XS-Parse-Sublike
|
||||||
Name: perl-XS-Parse-Sublike
|
Name: perl-XS-Parse-Sublike
|
||||||
Version: 0.370.0
|
Version: 0.390.0
|
||||||
Release: 0
|
Release: 0
|
||||||
# 0.37 -> normalize -> 0.370.0
|
# 0.39 -> normalize -> 0.390.0
|
||||||
%define cpan_version 0.37
|
%define cpan_version 0.39
|
||||||
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 sub-like syntax
|
Summary: XS functions to assist in parsing sub-like syntax
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -30,11 +30,11 @@ Source100: README.md
|
|||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
BuildRequires: perl(File::ShareDir) >= 1.0.0
|
BuildRequires: perl(File::ShareDir) >= 1.0
|
||||||
BuildRequires: perl(Module::Build) >= 0.4004
|
BuildRequires: perl(Module::Build) >= 0.400.400
|
||||||
BuildRequires: perl(Sub::Util)
|
BuildRequires: perl(Sub::Util)
|
||||||
BuildRequires: perl(Test2::V0)
|
BuildRequires: perl(Test2::V0)
|
||||||
Requires: perl(File::ShareDir) >= 1.0.0
|
Requires: perl(File::ShareDir) >= 1.0
|
||||||
Provides: perl(Sublike::Extended) = %{version}
|
Provides: perl(Sublike::Extended) = %{version}
|
||||||
Provides: perl(XS::Parse::Sublike) = %{version}
|
Provides: perl(XS::Parse::Sublike) = %{version}
|
||||||
Provides: perl(XS::Parse::Sublike::Builder) = %{version}
|
Provides: perl(XS::Parse::Sublike::Builder) = %{version}
|
||||||
@@ -54,7 +54,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} -p1
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
perl Build.PL --installdirs=vendor optimize="%{optflags}"
|
||||||
|
Reference in New Issue
Block a user