From 61c93a4e8db5e0be4847d7fb1237a4b1af7808f80c5230c9bd6a7d6bd131583d Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 24 Aug 2018 11:15:12 +0000 Subject: [PATCH] Accepting request 629332 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/629332 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=32 --- Text-CSV-1.95.tar.gz | 3 --- Text-CSV-1.96.tar.gz | 3 +++ perl-Text-CSV.changes | 15 +++++++++++++++ perl-Text-CSV.spec | 6 +++--- 4 files changed, 21 insertions(+), 6 deletions(-) delete mode 100644 Text-CSV-1.95.tar.gz create mode 100644 Text-CSV-1.96.tar.gz diff --git a/Text-CSV-1.95.tar.gz b/Text-CSV-1.95.tar.gz deleted file mode 100644 index ba642ca..0000000 --- a/Text-CSV-1.95.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e0a11d9c1129a55b68a26aa4b37c894279df255aa63ec8341d514ab848dbf61 -size 114054 diff --git a/Text-CSV-1.96.tar.gz b/Text-CSV-1.96.tar.gz new file mode 100644 index 0000000..d228541 --- /dev/null +++ b/Text-CSV-1.96.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6957c9175cc8b80e36255e154831ad5c77b7b0b3a606dd554fcf2cb2caf1a52b +size 123391 diff --git a/perl-Text-CSV.changes b/perl-Text-CSV.changes index c1088a4..14b11f1 100644 --- a/perl-Text-CSV.changes +++ b/perl-Text-CSV.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Aug 15 06:11:36 UTC 2018 - coolo@suse.com + +- updated to 1.96 + see /usr/share/doc/packages/perl-Text-CSV/Changes + + 1.96 2018-08-14 + - Imported tests/fixes from Text::CSV_XS 1.36 + - Added undef_str and keep_headers attributes + - Added csv(out => \"skip") + - Added formula actions + - Fixed BOM issues + - Fixed internal cache handling + - Added license and preferred issue tracker to META files (GH#26, garu++) + ------------------------------------------------------------------- Thu Apr 27 06:53:44 UTC 2017 - coolo@suse.com diff --git a/perl-Text-CSV.spec b/perl-Text-CSV.spec index f0616a7..4f5937b 100644 --- a/perl-Text-CSV.spec +++ b/perl-Text-CSV.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,11 +17,11 @@ Name: perl-Text-CSV -Version: 1.95 +Version: 1.96 Release: 0 %define cpan_name Text-CSV Summary: Comma-Separated Values Manipulator (Using Xs or Pureperl) -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Text-CSV/ Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/%{cpan_name}-%{version}.tar.gz