Accepting request 1136865 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1136865
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2024-01-05 20:40:23 +00:00 committed by Git OBS Bridge
commit 4b231c2378
4 changed files with 21 additions and 13 deletions

View File

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

3
Text-CSV-2.04.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 3 03:10:27 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 2.04
see /usr/share/doc/packages/perl-Text-CSV/Changes
2.04 2023-12-02
- Imported tests/fixes from Text::CSV_XS 1.53
- Fixed skip_empty_rows('skip') and trailing newlines (GH#65, bugfood++)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 12 03:09:28 UTC 2023 - Tina Müller <timueller+perl@suse.de> Sat Aug 12 03:09:28 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package perl-Text-CSV # spec file for package perl-Text-CSV
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 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
@ -18,9 +18,9 @@
%define cpan_name Text-CSV %define cpan_name Text-CSV
Name: perl-Text-CSV Name: perl-Text-CSV
Version: 2.30.0 Version: 2.40.0
Release: 0 Release: 0
%define cpan_version 2.03 %define cpan_version 2.04
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Comma-separated values manipulator (using XS or PurePerl) Summary: Comma-separated values manipulator (using XS or PurePerl)
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@ -29,15 +29,13 @@ Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Test::More) >= 0.71 BuildRequires: perl(Test::More) >= 0.92
BuildRequires: perl(Text::CSV_XS) >= 1.510.0 Requires: perl(Test::More) >= 0.92
Requires: perl(Test::More) >= 0.71 Provides: perl(Text::CSV) = %{version}
Requires: perl(Text::CSV_XS) >= 1.510.0
Provides: perl(Text::CSV) = 2.30.0
Provides: perl(Text::CSV::ErrorDiag) Provides: perl(Text::CSV::ErrorDiag)
Provides: perl(Text::CSV_PP) = 2.30.0 Provides: perl(Text::CSV_PP) = %{version}
%define __perllib_provides /bin/true %define __perllib_provides /bin/true
Recommends: perl(Text::CSV_XS) >= 1.510.0 Recommends: perl(Text::CSV_XS) >= 1.530.0
%{perl_requires} %{perl_requires}
%description %description