1
0

Accepting request 1130244 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1130244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=52
This commit is contained in:
Dominique Leuenberger 2023-12-02 16:12:47 +00:00 committed by Git OBS Bridge
commit e36c3e683e
4 changed files with 20 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e415aa705badf84b359dc4c0f0c982f1bf708481daa14756f3136e7c89c0e41d
size 271359

3
Text-CSV_XS-1.53.tgz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba3231610fc755a69e14eb4a3c6d8cce46cc4fd32853777a6c9ce485a8878b42
size 273211

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Nov 24 03:08:00 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.53
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.53 - 2023-11-22, H.Merijn Brand
* Two casts for -Wformat (issue 50)
* Add --skip-empty to csv2xlsx
* Add --font and --font-size to csv2xlsx
* Fix skip_empty_rows ("skip") and trailing newlines (Corey Hickey, PR#52)
* Fix comment in last line (RT#150501)
-------------------------------------------------------------------
Fri Sep 22 03:08:01 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -18,9 +18,9 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.520.0
Version: 1.530.0
Release: 0
%define cpan_version 1.52
%define cpan_version 1.53
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name}
@ -28,9 +28,9 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Provides: perl(Text::CSV_XS) = 1.520.0
Provides: perl(Text::CSV_XS) = %{version}
%define __perllib_provides /bin/true
Recommends: perl(Encode) >= 3.19
Recommends: perl(Encode) >= 3.200.0
%{perl_requires}
%description