From d60f5005f6b2bbaac0e6d8dc6ee7a33c7bfdad3b696341a0ecab25d438231997 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 17 Feb 2012 08:49:51 +0000 Subject: [PATCH] - updated to 0.86 * Introduce quote_binary attribute * Update copyright to 2012 * Versions * Fixed a utf8::decode on undef (found by perl-5.15.7) * Fixed localized $/ interference with other handles (RT#74216) OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV_XS?expand=0&rev=25 --- Text-CSV_XS-0.85.tgz | 3 --- Text-CSV_XS-0.86.tgz | 3 +++ perl-Text-CSV_XS.changes | 10 ++++++++++ perl-Text-CSV_XS.spec | 13 ++++++------- 4 files changed, 19 insertions(+), 10 deletions(-) delete mode 100644 Text-CSV_XS-0.85.tgz create mode 100644 Text-CSV_XS-0.86.tgz diff --git a/Text-CSV_XS-0.85.tgz b/Text-CSV_XS-0.85.tgz deleted file mode 100644 index 3a5b8e6..0000000 --- a/Text-CSV_XS-0.85.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:551ea6f192c4dc3bfb31858d097c6351ee6a0c45c84016625b6253ce6c3cba2b -size 116269 diff --git a/Text-CSV_XS-0.86.tgz b/Text-CSV_XS-0.86.tgz new file mode 100644 index 0000000..c0bb5af --- /dev/null +++ b/Text-CSV_XS-0.86.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68292cb816794aec3590db425e130c547d67a74afd980f654b391e4b60a73e71 +size 118092 diff --git a/perl-Text-CSV_XS.changes b/perl-Text-CSV_XS.changes index 7e12130..72ea16e 100644 --- a/perl-Text-CSV_XS.changes +++ b/perl-Text-CSV_XS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 17 08:46:58 UTC 2012 - coolo@suse.com + +- updated to 0.86 + * Introduce quote_binary attribute + * Update copyright to 2012 + * Versions + * Fixed a utf8::decode on undef (found by perl-5.15.7) + * Fixed localized $/ interference with other handles (RT#74216) + ------------------------------------------------------------------- Tue Nov 29 20:49:32 UTC 2011 - coolo@suse.com diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 10909a9..29f4c04 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Text-CSV_XS # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,18 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Text-CSV_XS -Version: 0.85 +Version: 0.86 Release: 0 -License: Artistic-1.0 or GPL-1.0+ %define cpan_name Text-CSV_XS Summary: comma-separated values manipulation routines -Url: http://search.cpan.org/dist/Text-CSV_XS/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl +Url: http://search.cpan.org/dist/Text-CSV_XS/ Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +#BuildRequires: perl(Text::CSV_XS) %{perl_requires} %description @@ -54,9 +56,6 @@ find . -type f -print0 | xargs -0 chmod 644 %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc ChangeLog examples README