Accepting request 997352 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/997352 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=26
This commit is contained in:
commit
1ae143b4f7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b
|
||||
size 134279
|
BIN
Text-CSV-2.02.tar.gz
(Stored with Git LFS)
Normal file
BIN
Text-CSV-2.02.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 03:11:38 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 2.02
|
||||
see /usr/share/doc/packages/perl-Text-CSV/Changes
|
||||
|
||||
2.02 2022-08-08
|
||||
- Imported tests/fixes from Text::CSV_XS 1.48
|
||||
- Fixed a case where csv function is called as a method (GH#46)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 20 03:10:11 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-CSV
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,10 +18,10 @@
|
||||
|
||||
%define cpan_name Text-CSV
|
||||
Name: perl-Text-CSV
|
||||
Version: 2.01
|
||||
Version: 2.02
|
||||
Release: 0
|
||||
Summary: Comma-separated values manipulator (using XS or PurePerl)
|
||||
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
|
||||
Source1: cpanspec.yml
|
||||
@ -30,7 +30,7 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(Test::More) >= 0.71
|
||||
Requires: perl(Test::More) >= 0.71
|
||||
Recommends: perl(Text::CSV_XS) >= 1.46
|
||||
Recommends: perl(Text::CSV_XS) >= 1.48
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user