Hello community,

here is the log from the commit of package perl-Text-CSV for openSUSE:Factory
checked in at Thu Mar 24 17:03:40 CET 2011.



--------
--- perl-Text-CSV/perl-Text-CSV.changes 2010-12-01 14:56:14.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-Text-CSV/perl-Text-CSV.changes    
2011-03-24 12:32:28.000000000 +0100
@@ -1,0 +2,8 @@
+Thu Mar 24 11:30:38 UTC 2011 - [email protected]
+
+- update to 1.21 
+  * updated the compatibility for Text::CSV_XS version 0.80
+  * added getline_all() and getaline_hr_all()
+  * added missing test file
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  Text-CSV-1.20.tar.bz2

New:
----
  Text-CSV-1.21.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Text-CSV.spec ++++++
--- /var/tmp/diff_new_pack.21jNcb/_old  2011-03-24 17:01:08.000000000 +0100
+++ /var/tmp/diff_new_pack.21jNcb/_new  2011-03-24 17:01:08.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Text-CSV (Version 1.20)
+# spec file for package perl-Text-CSV
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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,35 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
-%bcond_with pod
 
 Name:           perl-Text-CSV
-%define cpan_name Text-CSV
-Summary:        Comma-separated values manipulator (using XS or PurePerl)
-Version:        1.20
-Release:        2
+Version:        1.21
+Release:        1
 License:        GPL+ or Artistic
-Group:          Development/Libraries/Perl
+%define cpan_name Text-CSV
+Summary:        comma-separated values manipulator (using XS or PurePerl)
 Url:            http://search.cpan.org/dist/Text-CSV/
-#Source:         
http://www.cpan.org/modules/by-module/Text/Text-CSV-%{version}.tar.gz
-Source:         %{cpan_name}-%{version}.tar.bz2
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Group:          Development/Libraries/Perl
+#Source:         
http://www.cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
+Source:         %{cpan_name}-%{version}.tar.gz
+BuildRequires:  perl(IO::Handle)
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if %{with pod}
-BuildRequires:  perl(Test::Pod)
-%endif
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(IO::Handle)
 Requires:       perl(IO::Handle)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildArch:      noarch
+%{perl_requires}
 
 %description
 Text::CSV provides facilities for the composition and decomposition of
-comma-separated values using Text::CSV_XS or its pure Perl version.
+comma-separated values using the Text::CSV_XS manpage or its pure Perl
+version.
 
 An instance of the Text::CSV class can combine fields into a CSV string and
 parse a CSV string into fields.
@@ -52,13 +47,6 @@
 user-specified characters as delimiters, separators, and escapes so it is
 perhaps better called ASV (anything separated values) rather than just CSV.
 
-Author:
--------
-    Alan Citterman
-    Jochen Wiedmann
-    H.Merijn Brand
-    Makamaka Hannyaharamitu
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -71,18 +59,14 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib
+%perl_process_packlist
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(644,root,root,755)
 %doc Changes README
 
 %changelog


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to