forked from pool/perl-Syntax-Keyword-Try
Accepting request 818501 from devel:languages:perl:autoupdate
- updated to 0.13 see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes 0.13 2020-06-29 [BUGFIXES] * Pack correct MANIFEST to include hax/ files 0.12 2020-06-29 [CHANGES] * Optional and experimental allocation of a new lexical under `catch my $VAR` syntax (RT130702). However, this syntax may not survive long, as part of the ongoing typed catch design work. [BUGFIXES] * Work around perl versions prior to 5.22 built with -DDEBUGGING getting upset about new*OP() being invoked with OP_CUSTOM (RT128562) OBS-URL: https://build.opensuse.org/request/show/818501 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:262756de7068441260f94e61e378a5a404e7cdcd1cc1fdb0e30d7d1a202577be
|
|
||||||
size 28973
|
|
3
Syntax-Keyword-Try-0.13.tar.gz
Normal file
3
Syntax-Keyword-Try-0.13.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6dd4c128c64a0ccacb82d40e02d169a6727c6579287f0e1f021975a56cb1a7b9
|
||||||
|
size 32267
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 1 03:13:23 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.13
|
||||||
|
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
|
||||||
|
|
||||||
|
0.13 2020-06-29
|
||||||
|
[BUGFIXES]
|
||||||
|
* Pack correct MANIFEST to include hax/ files
|
||||||
|
|
||||||
|
0.12 2020-06-29
|
||||||
|
[CHANGES]
|
||||||
|
* Optional and experimental allocation of a new lexical under
|
||||||
|
`catch my $VAR` syntax (RT130702). However, this syntax may not
|
||||||
|
survive long, as part of the ongoing typed catch design work.
|
||||||
|
|
||||||
|
[BUGFIXES]
|
||||||
|
* Work around perl versions prior to 5.22 built with -DDEBUGGING
|
||||||
|
getting upset about new*OP() being invoked with OP_CUSTOM
|
||||||
|
(RT128562)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Sep 8 19:54:48 UTC 2019 - <timueller+perl@suse.de>
|
Sun Sep 8 19:54:48 UTC 2019 - <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Syntax-Keyword-Try
|
# spec file for package perl-Syntax-Keyword-Try
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Syntax-Keyword-Try
|
Name: perl-Syntax-Keyword-Try
|
||||||
Version: 0.11
|
Version: 0.13
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Syntax-Keyword-Try
|
%define cpan_name Syntax-Keyword-Try
|
||||||
Summary: C<try/catch/finally> syntax for perl
|
Summary: C<try/catch/finally> syntax for perl
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Reference in New Issue
Block a user