3 Commits

Author SHA256 Message Date
04ae310a23 Add Gitea build results 2025-08-12 18:18:17 +02:00
9b8d9b8cc7 Accepting request 1197314 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197314
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Try-Tiny?expand=0&rev=27
2024-08-30 11:26:21 +00:00
285030379f Accepting request 1195924 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1195924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Try-Tiny?expand=0&rev=41
2024-08-29 07:07:00 +00:00
5 changed files with 34 additions and 8 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Try-Tiny/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Try-Tiny)

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

Binary file not shown.

View File

@@ -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>

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,16 +18,21 @@
%define cpan_name Try-Tiny
Name: perl-Try-Tiny
Version: 0.31
Version: 0.320.0
Release: 0
Summary: Minimal try/catch with proper preservation of $@
# 0.32 -> normalize -> 0.320.0
%define cpan_version 0.32
License: MIT
Summary: Minimal try/catch with proper preservation of $@
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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Try::Tiny) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -80,7 +85,7 @@ learned the 'try'/'finally' pattern from one of these languages, watch out
for this.
%prep
%autosetup -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{cpan_version}
%build
perl Makefile.PL INSTALLDIRS=vendor