diff --git a/Time-Out-0.24.tar.gz b/Time-Out-0.24.tar.gz deleted file mode 100644 index 3ca010a..0000000 --- a/Time-Out-0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:28393baeb943236132595ba1b8793a7c6acddea44c553133447bb6e34cd265cd -size 15965 diff --git a/Time-Out-1.0.0.tar.gz b/Time-Out-1.0.0.tar.gz new file mode 100644 index 0000000..7b33c98 --- /dev/null +++ b/Time-Out-1.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:514993f5516c16499bb918f377a07a7988bc4c8771f916dafd3014a2f24a1a06 +size 16163 diff --git a/perl-Time-Out.changes b/perl-Time-Out.changes index eb81cb1..a29ff64 100644 --- a/perl-Time-Out.changes +++ b/perl-Time-Out.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 17 05:37:01 UTC 2024 - Tina Müller + +- 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 diff --git a/perl-Time-Out.spec b/perl-Time-Out.spec index b733673..266b507 100644 --- a/perl-Time-Out.spec +++ b/perl-Time-Out.spec @@ -18,27 +18,28 @@ %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 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 +67,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