Accepting request 105629 from devel:languages:perl
- 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/request/show/105629 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV_XS?expand=0&rev=23
This commit is contained in:
commit
97e444d86c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:551ea6f192c4dc3bfb31858d097c6351ee6a0c45c84016625b6253ce6c3cba2b
|
|
||||||
size 116269
|
|
3
Text-CSV_XS-0.86.tgz
Normal file
3
Text-CSV_XS-0.86.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:68292cb816794aec3590db425e130c547d67a74afd980f654b391e4b60a73e71
|
||||||
|
size 118092
|
@ -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
|
Tue Nov 29 20:49:32 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Text-CSV_XS
|
# 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
|
# 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
|
||||||
@ -15,18 +15,20 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: perl-Text-CSV_XS
|
Name: perl-Text-CSV_XS
|
||||||
Version: 0.85
|
Version: 0.86
|
||||||
Release: 0
|
Release: 0
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
|
||||||
%define cpan_name Text-CSV_XS
|
%define cpan_name Text-CSV_XS
|
||||||
Summary: comma-separated values manipulation routines
|
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
|
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
|
Source: http://www.cpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
|
#BuildRequires: perl(Text::CSV_XS)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -54,9 +56,6 @@ find . -type f -print0 | xargs -0 chmod 644
|
|||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%clean
|
|
||||||
%{__rm} -rf %{buildroot}
|
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc ChangeLog examples README
|
%doc ChangeLog examples README
|
||||||
|
Loading…
x
Reference in New Issue
Block a user