forked from pool/perl-Time-Out
		
	Compare commits
	
		
			2 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| d53db5b7f9 | |||
| 5087e98ab4 | 
| @@ -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
									
								
							
							
						
						
									
										3
									
								
								Time-Out-1.0.0.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | |||||||
|  | version https://git-lfs.github.com/spec/v1 | ||||||
|  | oid sha256:514993f5516c16499bb918f377a07a7988bc4c8771f916dafd3014a2f24a1a06 | ||||||
|  | size 16163 | ||||||
| @@ -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> | Fri Mar  8 23:06:42 UTC 2024 - Tina Müller <tina.mueller@suse.com> | ||||||
|  |  | ||||||
|   | |||||||
| @@ -18,27 +18,28 @@ | |||||||
|  |  | ||||||
| %define cpan_name Time-Out | %define cpan_name Time-Out | ||||||
| Name:           perl-Time-Out | Name:           perl-Time-Out | ||||||
| Version:        0.240.0 | Version:        1.0.0 | ||||||
| Release:        0 | Release:        0 | ||||||
| %define cpan_version 0.24 |  | ||||||
| License:        Artistic-1.0 OR GPL-1.0-or-later | License:        Artistic-1.0 OR GPL-1.0-or-later | ||||||
| Summary:        Easily timeout long running operations | Summary:        Easily timeout long running operations | ||||||
| URL:            https://metacpan.org/release/%{cpan_name} | 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 | BuildArch:      noarch | ||||||
| BuildRequires:  perl | BuildRequires:  perl | ||||||
| BuildRequires:  perl-macros | 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(ExtUtils::MakeMaker::CPANfile) >= 0.09 | ||||||
| BuildRequires:  perl(Test::Fatal) | BuildRequires:  perl(Test::Fatal) | ||||||
|  | BuildRequires:  perl(Test::Harness) >= 3.50 | ||||||
|  | BuildRequires:  perl(Test::More) >= 1.001005 | ||||||
| BuildRequires:  perl(Test::Needs) | BuildRequires:  perl(Test::Needs) | ||||||
| BuildRequires:  perl(Try::Tiny) | BuildRequires:  perl(Try::Tiny) | ||||||
|  | BuildRequires:  perl(version) >= 0.9915 | ||||||
|  | Requires:       perl(Carp) >= 1.32 | ||||||
| Requires:       perl(Try::Tiny) | Requires:       perl(Try::Tiny) | ||||||
| Provides:       perl(Time::Out) = %{version} | Requires:       perl(version) >= 0.9915 | ||||||
| Provides:       perl(Time::Out::Exception) = %{version} | Recommends:     perl(Time::HiRes) >= 1.9726 | ||||||
| Provides:       perl(Time::Out::ParamConstraints) = %{version} |  | ||||||
| %undefine       __perllib_provides |  | ||||||
| Recommends:     perl(Time::HiRes) >= 1.972.600 |  | ||||||
| %{perl_requires} | %{perl_requires} | ||||||
|  |  | ||||||
| %description | %description | ||||||
| @@ -66,7 +67,7 @@ float timeout values to be used effectively: | |||||||
|   }; |   }; | ||||||
|  |  | ||||||
| %prep | %prep | ||||||
| %autosetup  -n %{cpan_name}-%{cpan_version} | %autosetup  -n %{cpan_name}-%{version} | ||||||
|  |  | ||||||
| %build | %build | ||||||
| perl Makefile.PL INSTALLDIRS=vendor | perl Makefile.PL INSTALLDIRS=vendor | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user