8
0

Compare commits

3 Commits

Author SHA256 Message Date
5f9d4a6d88 Add Gitea build results 2025-08-12 18:18:14 +02:00
750f430f13 Accepting request 1236264 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1236264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Time-Out?expand=0&rev=5
2025-01-16 17:34:56 +00:00
b5e9698994 Accepting request 1235305 from devel:languages:perl:autoupdate
- updated to 1.0.0
   see /usr/share/doc/packages/perl-Time-Out/Changes
  1.0.0 
        - update author extensions
        - improve dependencies setup in cpanfile
        - improve README
        - use version pragma and dotted decimal version
        - setup CI workflow that is based on the GitHub project
          PerlToolsTeam/github_workflows

OBS-URL: https://build.opensuse.org/request/show/1235305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Time-Out?expand=0&rev=7
2025-01-09 16:22:46 +00:00
5 changed files with 41 additions and 13 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-Time-Out/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-Time-Out)

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28393baeb943236132595ba1b8793a7c6acddea44c553133447bb6e34cd265cd
size 15965

3
Time-Out-1.0.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:514993f5516c16499bb918f377a07a7988bc4c8771f916dafd3014a2f24a1a06
size 16163

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Oct 17 05:37:01 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.0.0
see /usr/share/doc/packages/perl-Time-Out/Changes
1.0.0 Wed Oct 16 12:28:54 CEST 2024
- update author extensions
- improve dependencies setup in cpanfile
- improve README
- use version pragma and dotted decimal version
- setup CI workflow that is based on the GitHub project
PerlToolsTeam/github_workflows
-------------------------------------------------------------------
Fri Mar 8 23:06:42 UTC 2024 - Tina Müller <tina.mueller@suse.com>

View File

@@ -18,27 +18,29 @@
%define cpan_name Time-Out
Name: perl-Time-Out
Version: 0.240.0
Version: 1.0.0
Release: 0
%define cpan_version 0.24
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Easily timeout long running operations
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/S/SV/SVW/%{cpan_name}-%{cpan_version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/S/SV/SVW/%{cpan_name}-%{version}.tar.gz
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(App::cpanminus) >= 1.7046
BuildRequires: perl(Carp) >= 1.32
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(ExtUtils::MakeMaker::CPANfile) >= 0.09
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::Harness) >= 3.50
BuildRequires: perl(Test::More) >= 1.001005
BuildRequires: perl(Test::Needs)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(version) >= 0.9915
Requires: perl(Carp) >= 1.32
Requires: perl(Try::Tiny)
Provides: perl(Time::Out) = %{version}
Provides: perl(Time::Out::Exception) = %{version}
Provides: perl(Time::Out::ParamConstraints) = %{version}
%undefine __perllib_provides
Recommends: perl(Time::HiRes) >= 1.972.600
Requires: perl(version) >= 0.9915
Recommends: perl(Time::HiRes) >= 1.9726
%{perl_requires}
%description
@@ -66,7 +68,7 @@ float timeout values to be used effectively:
};
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor