Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
bf958f7d99 | |||
d248efbb08 | |||
d20aeadc8b | |||
8e1744c693 | |||
0c72fc68ec |
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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f80122e4ea0b05079cad493e386564030f18c8d7b1f9af561df86985a653fe3
|
||||
size 141037
|
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,21 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-CSV
|
||||
#
|
||||
# Copyright (c) 2024 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,14 +18,16 @@
|
||||
|
||||
%define cpan_name Text-CSV
|
||||
Name: perl-Text-CSV
|
||||
Version: 2.40.0
|
||||
Version: 2.60.0
|
||||
Release: 0
|
||||
%define cpan_version 2.04
|
||||
# 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}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -35,7 +37,7 @@ 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.530.0
|
||||
Recommends: perl(Text::CSV_XS) >= 1.600
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@@ -46,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}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user