Compare commits
	
		
			11 Commits
		
	
	
		
	
	| Author | SHA256 | Date | |
|---|---|---|---|
| bf958f7d99 | |||
| d248efbb08 | |||
| d20aeadc8b | |||
| 8e1744c693 | |||
| 0c72fc68ec | |||
| eb3e7a3317 | |||
| 1309a6d1e6 | |||
| 4b231c2378 | |||
| 7052c222a7 | |||
| bfdff3fdf9 | |||
| 250b7bd954 | 
							
								
								
									
										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) | ||||
|  | ||||
|  | ||||
|  | ||||
|  | ||||
							
								
								
									
										
											BIN
										
									
								
								Text-CSV-2.02.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								Text-CSV-2.02.tar.gz
									 (Stored with Git LFS)
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										3
									
								
								Text-CSV-2.06.tar.gz
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								Text-CSV-2.06.tar.gz
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,3 @@ | ||||
| version https://git-lfs.github.com/spec/v1 | ||||
| oid sha256:dfcaec925a788b0ba41e51bc6d16e21b0e98b4c7af9b79395090add75f5e506f | ||||
| size 148519 | ||||
| @@ -1,3 +1,45 @@ | ||||
| ------------------------------------------------------------------- | ||||
| Mon Mar  3 05:37:28 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 2.60.0 (2.06) | ||||
|    see /usr/share/doc/packages/perl-Text-CSV/Changes | ||||
|  | ||||
|   2.06  2025-03-03 | ||||
|       - Imported tests/fixes from Text::CSV_XS 1.60 | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Sun Jan 12 05:32:16 UTC 2025 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 2.50.0 (2.05) | ||||
|    see /usr/share/doc/packages/perl-Text-CSV/Changes | ||||
|  | ||||
|   2.05  2025-01-11 | ||||
|       - Imported tests/fixes from Text::CSV_XS 1.59 | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Fri Mar  8 23:06:23 UTC 2024 - Tina Müller <tina.mueller@suse.com> | ||||
|  | ||||
| - Fix disabling of __perllib_provides | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Sun Dec  3 03:10:27 UTC 2023 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 2.04 | ||||
|    see /usr/share/doc/packages/perl-Text-CSV/Changes | ||||
|  | ||||
|   2.04  2023-12-02 | ||||
|       - Imported tests/fixes from Text::CSV_XS 1.53 | ||||
|         - Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++) | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Sat Aug 12 03:09:28 UTC 2023 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
| - updated to 2.03 | ||||
|    see /usr/share/doc/packages/perl-Text-CSV/Changes | ||||
|  | ||||
|   2.03  2023-08-11 | ||||
|       - Imported tests/fixes from Text::CSV_XS 1.51 | ||||
|  | ||||
| ------------------------------------------------------------------- | ||||
| Mon Aug  8 03:11:38 UTC 2022 - Tina Müller <timueller+perl@suse.de> | ||||
|  | ||||
|   | ||||
| @@ -1,7 +1,7 @@ | ||||
| # | ||||
| # spec file for package perl-Text-CSV | ||||
| # | ||||
| # Copyright (c) 2022 SUSE LLC | ||||
| # Copyright (c) 2025 SUSE LLC | ||||
| # | ||||
| # All modifications and additions to the file contributed by third parties | ||||
| # remain the property of their copyright owners, unless otherwise agreed | ||||
| @@ -18,19 +18,26 @@ | ||||
|  | ||||
| %define cpan_name Text-CSV | ||||
| Name:           perl-Text-CSV | ||||
| Version:        2.02 | ||||
| Version:        2.60.0 | ||||
| Release:        0 | ||||
| # 2.06 -> normalize -> 2.60.0 | ||||
| %define cpan_version 2.06 | ||||
| License:        Artistic-1.0 OR GPL-1.0-or-later | ||||
| Summary:        Comma-separated values manipulator (using XS or PurePerl) | ||||
| URL:            https://metacpan.org/release/%{cpan_name} | ||||
| Source0:        https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz | ||||
| Source0:        https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{cpan_version}.tar.gz | ||||
| Source1:        cpanspec.yml | ||||
| Source100:      README.md | ||||
| BuildArch:      noarch | ||||
| BuildRequires:  perl | ||||
| BuildRequires:  perl-macros | ||||
| BuildRequires:  perl(Test::More) >= 0.71 | ||||
| Requires:       perl(Test::More) >= 0.71 | ||||
| Recommends:     perl(Text::CSV_XS) >= 1.48 | ||||
| BuildRequires:  perl(Test::More) >= 0.92 | ||||
| Requires:       perl(Test::More) >= 0.92 | ||||
| Provides:       perl(Text::CSV) = %{version} | ||||
| Provides:       perl(Text::CSV::ErrorDiag) | ||||
| Provides:       perl(Text::CSV_PP) = %{version} | ||||
| %undefine       __perllib_provides | ||||
| Recommends:     perl(Text::CSV_XS) >= 1.600 | ||||
| %{perl_requires} | ||||
|  | ||||
| %description | ||||
| @@ -41,7 +48,7 @@ default, and when Text::CSV_XS is not available, falls back on | ||||
| Text::CSV_PP, which is bundled in the same distribution as this module. | ||||
|  | ||||
| %prep | ||||
| %autosetup  -n %{cpan_name}-%{version} | ||||
| %autosetup  -n %{cpan_name}-%{cpan_version} -p1 | ||||
|  | ||||
| %build | ||||
| perl Makefile.PL INSTALLDIRS=vendor | ||||
|   | ||||
		Reference in New Issue
	
	Block a user