Accepting request 901144 from devel:languages:perl:autoupdate
- updated to 2.01 see /usr/share/doc/packages/perl-Text-CSV/Changes 2.01 2021-06-19 - Imported tests/fixes from Text::CSV_XS 1.46 - Updated XS_Version to 1.46, and if an older version of Text::CSV_XS is installed, make sure to update it (GH#49, mohawk2++) OBS-URL: https://build.opensuse.org/request/show/901144 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=41
This commit is contained in:
parent
3240731b85
commit
e7b8ad262d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2
|
|
||||||
size 126921
|
|
3
Text-CSV-2.01.tar.gz
Normal file
3
Text-CSV-2.01.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b
|
||||||
|
size 134279
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 20 03:10:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 2.01
|
||||||
|
see /usr/share/doc/packages/perl-Text-CSV/Changes
|
||||||
|
|
||||||
|
2.01 2021-06-19
|
||||||
|
- Imported tests/fixes from Text::CSV_XS 1.46
|
||||||
|
- Updated XS_Version to 1.46, and if an older version
|
||||||
|
of Text::CSV_XS is installed, make sure to update it
|
||||||
|
(GH#49, mohawk2++)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 11 05:33:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
Sat May 11 05:33:13 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-CSV
|
# spec file for package perl-Text-CSV
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,23 +16,21 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Text-CSV
|
|
||||||
Version: 2.00
|
|
||||||
Release: 0
|
|
||||||
%define cpan_name Text-CSV
|
%define cpan_name Text-CSV
|
||||||
|
Name: perl-Text-CSV
|
||||||
|
Version: 2.01
|
||||||
|
Release: 0
|
||||||
Summary: Comma-separated values manipulator (using XS or PurePerl)
|
Summary: Comma-separated values manipulator (using XS or PurePerl)
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Group: Development/Libraries/Perl
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
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}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
BuildRequires: perl(Test::More) >= 0.71
|
BuildRequires: perl(Test::More) >= 0.71
|
||||||
Requires: perl(Test::More) >= 0.71
|
Requires: perl(Test::More) >= 0.71
|
||||||
Recommends: perl(Text::CSV_XS) >= 1.02
|
Recommends: perl(Text::CSV_XS) >= 1.46
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -43,11 +41,11 @@ 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.
|
Text::CSV_PP, which is bundled in the same distribution as this module.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%autosetup -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
perl Makefile.PL INSTALLDIRS=vendor
|
perl Makefile.PL INSTALLDIRS=vendor
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -58,7 +56,6 @@ make test
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
|
||||||
%doc Changes README.md
|
%doc Changes README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user