1
0

Accepting request 1061350 from devel:languages:perl:autoupdate

- updated to 1.49
   see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
  1.49	- 2023-01-03, H.Merijn Brand
      * csv2xlsx --split=CxP [--split-label=C]
      * Full documentation/manual for csv2xlsx
      * Fix non-integer arguments to getline_all (issue 39)
      * It's 2023

OBS-URL: https://build.opensuse.org/request/show/1061350
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=68
This commit is contained in:
Pedro Monreal Gonzalez 2023-01-31 12:52:02 +00:00 committed by Git OBS Bridge
parent df05f5f50d
commit 2f4750142d
4 changed files with 18 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Jan 4 03:11:49 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 1.49
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.49 - 2023-01-03, H.Merijn Brand
* csv2xlsx --split=CxP [--split-label=C]
* Full documentation/manual for csv2xlsx
* Fix non-integer arguments to getline_all (issue 39)
* It's 2023
-------------------------------------------------------------------
Thu May 26 03:07:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV_XS
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.48
Version: 1.49
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
@ -27,7 +27,7 @@ Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 3.17
Recommends: perl(Encode) >= 3.19
%{perl_requires}
%description