Accepting request 866757 from devel:languages:perl:autoupdate
- updated to 0.21 see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes 0.21 2021-01-22 [CHANGES] * Add some import configuration options required to make Feature::Compat::Try work. Currently unit-tested but undocumented. OBS-URL: https://build.opensuse.org/request/show/866757 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Syntax-Keyword-Try?expand=0&rev=18
This commit is contained in:
parent
5f74e7669d
commit
095c8d4aa6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4e254a4f3c65657db3d658748258d7ef0b5ff74d2ff95956be24307cbc4231cb
|
|
||||||
size 36612
|
|
3
Syntax-Keyword-Try-0.21.tar.gz
Normal file
3
Syntax-Keyword-Try-0.21.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9815affcd536c5ad40f1e7674876439399d4be6411daa00c80bcd77a61f48cb0
|
||||||
|
size 37019
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 23 03:09:35 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.21
|
||||||
|
see /usr/share/doc/packages/perl-Syntax-Keyword-Try/Changes
|
||||||
|
|
||||||
|
0.21 2021-01-22
|
||||||
|
[CHANGES]
|
||||||
|
* Add some import configuration options required to make
|
||||||
|
Feature::Compat::Try work. Currently unit-tested but undocumented.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Nov 24 03:06:24 UTC 2020 - Tina Müller <timueller+perl@suse.de>
|
Tue Nov 24 03:06:24 UTC 2020 - Tina Müller <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) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@ -16,17 +16,15 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Syntax-Keyword-Try
|
|
||||||
Version: 0.20
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Syntax-Keyword-Try
|
%define cpan_name Syntax-Keyword-Try
|
||||||
|
Name: perl-Syntax-Keyword-Try
|
||||||
|
Version: 0.21
|
||||||
|
Release: 0
|
||||||
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
|
|
||||||
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
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(ExtUtils::CBuilder)
|
BuildRequires: perl(ExtUtils::CBuilder)
|
||||||
@ -46,7 +44,7 @@ parser plugins and manipulate optrees to provide new syntax and behaviours
|
|||||||
for perl code.
|
for perl code.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Build.PL installdirs=vendor optimize="%{optflags}"
|
perl Build.PL installdirs=vendor optimize="%{optflags}"
|
||||||
@ -60,7 +58,6 @@ perl Build.PL installdirs=vendor optimize="%{optflags}"
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README
|
%doc Changes README
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user