Compare commits
	
		
			8 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| dcc2b0e8eb | |||
| 38c7c9abd3 | |||
| 81ee1eced7 | |||
| 7d909187ca | |||
| 803043cb89 | |||
| e81cea5915 | |||
| 474ce3c9d9 | |||
| e46906c702 | 
| @@ -1,3 +0,0 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:d9346a4615035459d8bcee0fac3d4ebaea038f4f43b284f69edf73f6ed5751fe | ||||
| size 86921 | ||||
							
								
								
									
										
											BIN
										
									
								
								DateTime-Format-Natural-1.22.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								DateTime-Format-Natural-1.22.tar.gz
									 (Stored with Git LFS)
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										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) | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
| @@ -1,3 +1,48 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Thu Oct  9 19:58:02 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 1.220.0 (1.22) | ||||
|    see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes | ||||
|  | ||||
|   1.22  2025-10-01  <schubiger@cpan.org> | ||||
|    - Merged development version to stable. | ||||
|   1.21_01  2025-08-20  <schubiger@cpan.org> | ||||
|    - ::Extract: minor tweaks. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon May 19 05:35:13 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 1.210.0 (1.21) | ||||
|    see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes | ||||
|  | ||||
|   1.21  2025-05-18  <schubiger@cpan.org> | ||||
|    - Merged development version to stable. | ||||
|   1.20_01  2025-04-28  <schubiger@cpan.org> | ||||
|    - ::Duration::Checks: mark all subroutines as internal. | ||||
|    - Un-exclude Duration::Checks in pod{-coverage}.t. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Sun Mar 23 05:32:25 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 1.200.0 (1.20) | ||||
|    see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes | ||||
|  | ||||
|   1.20  2025-03-22  <schubiger@cpan.org> | ||||
|  | ||||
|    - Document ::Duration::Checks. | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Jan  6 05:32:08 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 1.190.0 (1.19) | ||||
|    see /usr/share/doc/packages/perl-DateTime-Format-Natural/Changes | ||||
|  | ||||
|   1.19  2025-01-05  <schubiger@cpan.org> | ||||
|    - Merged development version to stable. | ||||
|   1.18_01  2025-01-04  <schubiger@cpan.org> | ||||
|    - Use List::Util instead of List::MoreUtils. | ||||
|      [github #22 - Graham Ollis] | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Fri Mar  8 22:16:46 UTC 2024 - Tina Müller <tina.mueller@suse.com> | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package perl-DateTime-Format-Natural | ||||
| # | ||||
| # Copyright (c) 2024 SUSE LLC | ||||
| # Copyright (c) 2025 SUSE LLC and contributors | ||||
| # | ||||
| # All modifications and additions to the file contributed by third parties | ||||
| # remain the property of their copyright owners, unless otherwise agreed | ||||
| @@ -18,14 +18,16 @@ | ||||
|  | ||||
| %define cpan_name DateTime-Format-Natural | ||||
| Name:           perl-DateTime-Format-Natural | ||||
| Version:        1.180.0 | ||||
| Version:        1.220.0 | ||||
| Release:        0 | ||||
| %define cpan_version 1.18 | ||||
| # 1.22 -> normalize -> 1.220.0 | ||||
| %define cpan_version 1.22 | ||||
| License:        Artistic-1.0 OR GPL-1.0-or-later | ||||
| Summary:        Parse informal natural language date/time strings | ||||
| URL:            https://metacpan.org/release/%{cpan_name} | ||||
| Source0:        https://cpan.metacpan.org/authors/id/S/SC/SCHUBIGER/%{cpan_name}-%{cpan_version}.tar.gz | ||||
| Source1:        cpanspec.yml | ||||
| Source100:      README.md | ||||
| BuildArch:      noarch | ||||
| BuildRequires:  perl | ||||
| BuildRequires:  perl-macros | ||||
| @@ -33,34 +35,34 @@ BuildRequires:  perl(Clone) | ||||
| BuildRequires:  perl(DateTime) | ||||
| BuildRequires:  perl(DateTime::HiRes) | ||||
| BuildRequires:  perl(DateTime::TimeZone) | ||||
| BuildRequires:  perl(List::MoreUtils) | ||||
| BuildRequires:  perl(Module::Build) >= 0.42 | ||||
| BuildRequires:  perl(List::Util) >= 1.33 | ||||
| BuildRequires:  perl(Module::Build) >= 0.420 | ||||
| BuildRequires:  perl(Module::Util) | ||||
| BuildRequires:  perl(Params::Validate) >= 1.15 | ||||
| BuildRequires:  perl(Params::Validate) >= 1.150 | ||||
| BuildRequires:  perl(Test::MockTime::HiRes) | ||||
| BuildRequires:  perl(boolean) | ||||
| Requires:       perl(Clone) | ||||
| Requires:       perl(DateTime) | ||||
| Requires:       perl(DateTime::HiRes) | ||||
| Requires:       perl(DateTime::TimeZone) | ||||
| Requires:       perl(List::MoreUtils) | ||||
| Requires:       perl(Params::Validate) >= 1.15 | ||||
| Requires:       perl(List::Util) >= 1.33 | ||||
| Requires:       perl(Params::Validate) >= 1.150 | ||||
| Requires:       perl(boolean) | ||||
| Provides:       perl(DateTime::Format::Natural) = 1.180.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Calc) = 1.46 | ||||
| Provides:       perl(DateTime::Format::Natural::Compat) = 0.07 | ||||
| Provides:       perl(DateTime::Format::Natural::Duration) = 0.07 | ||||
| Provides:       perl(DateTime::Format::Natural::Duration::Checks) = 0.05 | ||||
| Provides:       perl(DateTime::Format::Natural::Expand) = 0.04 | ||||
| Provides:       perl(DateTime::Format::Natural::Extract) = 0.13 | ||||
| Provides:       perl(DateTime::Format::Natural::Formatted) = 0.12 | ||||
| Provides:       perl(DateTime::Format::Natural::Helpers) = 0.06 | ||||
| Provides:       perl(DateTime::Format::Natural::Lang::Base) = 1.08 | ||||
| Provides:       perl(DateTime::Format::Natural::Lang::EN) = 1.72 | ||||
| Provides:       perl(DateTime::Format::Natural::Rewrite) = 0.08 | ||||
| Provides:       perl(DateTime::Format::Natural) = %{version} | ||||
| Provides:       perl(DateTime::Format::Natural::Calc) = 1.460.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Compat) = 0.70.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Duration) = 0.80.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Duration::Checks) = 0.70.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Expand) = 0.40.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Extract) = 0.140.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Formatted) = 0.120.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Helpers) = 0.60.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Lang::Base) = 1.80.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Lang::EN) = 1.720.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Rewrite) = 0.80.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Test) = 0.130.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Utils) = 0.08 | ||||
| Provides:       perl(DateTime::Format::Natural::Wrappers) = 0.03 | ||||
| Provides:       perl(DateTime::Format::Natural::Utils) = 0.80.0 | ||||
| Provides:       perl(DateTime::Format::Natural::Wrappers) = 0.30.0 | ||||
| %undefine       __perllib_provides | ||||
| Recommends:     perl(Date::Calc) | ||||
| %{perl_requires} | ||||
| @@ -71,7 +73,7 @@ strings. In addition, parsable date/time substrings may be extracted from | ||||
| ordinary strings. | ||||
|  | ||||
| %prep | ||||
| %autosetup  -n %{cpan_name}-%{cpan_version} | ||||
| %autosetup -n %{cpan_name}-%{cpan_version} -p1 | ||||
|  | ||||
| find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user