Compare commits
3 Commits
Author | SHA256 | Date | |
---|---|---|---|
04ae310a23 | |||
9b8d9b8cc7 | |||
285030379f |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
BIN
Try-Tiny-0.31.tar.gz
(Stored with Git LFS)
BIN
Try-Tiny-0.31.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
Try-Tiny-0.32.tar.gz
(Stored with Git LFS)
Normal file
BIN
Try-Tiny-0.32.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 17 05:31:48 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.320.0 (0.32)
|
||||||
|
see /usr/share/doc/packages/perl-Try-Tiny/Changes
|
||||||
|
|
||||||
|
0.32 2024-08-16 22:23:44Z
|
||||||
|
- skip given, when tests on perls >= 5.41.3 which removed these constructs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 24 03:09:38 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
Wed Nov 24 03:09:38 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Try-Tiny
|
# spec file for package perl-Try-Tiny
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@@ -18,16 +18,21 @@
|
|||||||
|
|
||||||
%define cpan_name Try-Tiny
|
%define cpan_name Try-Tiny
|
||||||
Name: perl-Try-Tiny
|
Name: perl-Try-Tiny
|
||||||
Version: 0.31
|
Version: 0.320.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Minimal try/catch with proper preservation of $@
|
# 0.32 -> normalize -> 0.320.0
|
||||||
|
%define cpan_version 0.32
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Summary: Minimal try/catch with proper preservation of $@
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{cpan_version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
Provides: perl(Try::Tiny) = %{version}
|
||||||
|
%undefine __perllib_provides
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -80,7 +85,7 @@ learned the 'try'/'finally' pattern from one of these languages, watch out
|
|||||||
for this.
|
for this.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
|
Reference in New Issue
Block a user