1
0

Accepting request 980488 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/980488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2022-06-03 12:16:40 +00:00 committed by Git OBS Bridge
commit 46f3f361f9
4 changed files with 24 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Thu May 26 03:07:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.48
see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
1.48 - 2022-05-24, H.Merijn Brand
* It's 2022
* Update to Devel::PPPort-3.64
* kh => 1 (use internal headers)
* Update to Devel::PPPort-3.67
* Add constants for META flags (RT#142508)
* Update to Devel::PPPort-3.68
* Export :CONSTANTS
* Fix sep_set typo (issue 37)
* Tested against perl-5.36.0
-------------------------------------------------------------------
Wed Dec 22 03:06:54 UTC 2021 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV_XS
#
# 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,16 +18,16 @@
%define cpan_name Text-CSV_XS
Name: perl-Text-CSV_XS
Version: 1.47
Version: 1.48
Release: 0
Summary: Comma-separated values manipulation routines
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-Separated Values manipulation routines
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source1: cpanspec.yml
BuildRequires: perl
BuildRequires: perl-macros
Recommends: perl(Encode) >= 3.16
Recommends: perl(Encode) >= 3.17
%{perl_requires}
%description