Mailinglist Archive: opensuse-commit (1214 mails)

< Previous Next >
commit perl-Text-CSV_XS for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Mon, 10 Aug 2009 22:59:58 +0200
  • Message-id: <20090810205958.BCE3961B4@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package perl-Text-CSV_XS for openSUSE:Factory
checked in at Mon Aug 10 22:59:58 CEST 2009.


--------
--- perl-Text-CSV_XS/perl-Text-CSV_XS.changes 2008-04-14 11:08:33.000000000
+0200
+++ perl-Text-CSV_XS/perl-Text-CSV_XS.changes 2009-08-10 09:32:04.000000000
+0200
@@ -1,0 +2,16 @@
+Mon Aug 10 09:27:37 CEST 2009 - coolo@xxxxxxxxxx
+
+- update 0.67
+ * Fix empty_diag typo for attribute handler
+ * Fix AUTOMATED_TESTING erroneous skip
+ * Reordered examples in doc to show best method first
+ * Fail if first arg to new () is not a hash ref
+ * Implement empty_is_undef on request of Evan Carroll
+ * error_diag () uses warn () in void context instead of STDERR
+ * Add auto_diag attribute (still under construction)
+ * Initial known errors can now be checked on number (1002)
+ * Added -u option to examples/csv-check to validate utf-8 encoding
+ * All error_diag () returns should now be dual-var (both numeric
+ ... see Changelog for many more fixes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
Text-CSV_XS-0.41.dif
Text-CSV_XS-0.41.tgz

New:
----
Text-CSV_XS-0.67.tgz

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

Other differences:
------------------
++++++ perl-Text-CSV_XS.spec ++++++
--- /var/tmp/diff_new_pack.S1xs3p/_old 2009-08-10 22:56:05.000000000 +0200
+++ /var/tmp/diff_new_pack.S1xs3p/_new 2009-08-10 22:56:05.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package perl-Text-CSV_XS (Version 0.41)
+# spec file for package perl-Text-CSV_XS (Version 0.67)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,53 +19,54 @@


Name: perl-Text-CSV_XS
-Summary: Perl Module Text::CSV
-Version: 0.41
-Release: 34
-License: GPL v2 or later
+%define real_name Text-CSV_XS
+Summary: Comma-separated values manipulation routines
+Url: http://search.cpan.org/perldoc?Text::CSV_XS
Group: Development/Libraries/Perl
-Source0: Text-CSV_XS-%{version}.tgz
-Patch: Text-CSV_XS-%{version}.dif
-Url: http://www.cpan.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Obsoletes: p_txtcsv
-Provides: p_txtcsv
+License: Artistic License ..
+Version: 0.67
+Release: 1
+Source: %{real_name}-%{version}.tgz
Requires: perl = %{perl_version}
-AutoReqProv: on
+BuildRequires: perl-Test-Pod-Coverage
+BuildRoot: %{_tmppath}/%{name}-%{version}-build

%description
-ext::CSV provides facilities for the composition and decomposition of
-comma-separated values. An instance of the Text::CSV class can combine
+Text::CSV_XS provides facilities for the composition and decomposition of
+comma-separated values. An instance of the Text::CSV_XS class can combine
fields into a CSV string and parse a CSV string into fields.

-
-
-Authors:
---------
- Jochen Wiedmann <joe@xxxxxxxxxx>
+The module accepts either strings or files as input and can utilize any
+user-specified characters as delimiters, separators, and escapes so it is
+perhaps better called ASV (anything separated values) rather than just CSV.

%prep
-%setup -q -n Text-CSV_XS-%{version}
-%patch
+%setup -n %{real_name}-%{version}

%build
-CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
-make
+perl Makefile.PL
+make %{?jobs:-j%jobs}
+
+%check
+make test

%install
-rm -rf $RPM_BUILD_ROOT
-make DESTDIR=$RPM_BUILD_ROOT install_vendor
+%perl_make_install
%perl_process_packlist

%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}

%files
%defattr(-, root, root)
-%doc README
+%doc ChangeLog README MANIFEST
%doc %{_mandir}/man?/*
-%{perl_vendorarch}/Text
-%{perl_vendorarch}/auto/Text
+%dir %{perl_vendorarch}/Text
+%dir %{perl_vendorarch}/auto/Text
+%dir %{perl_vendorarch}/auto/Text/CSV_XS
+%{perl_vendorarch}/auto/Text/CSV_XS/.packlist
+%{perl_vendorarch}/auto/Text/CSV_XS/*
+%{perl_vendorarch}/Text/*
/var/adm/perl-modules/%{name}

%changelog

++++++ Text-CSV_XS-0.41.tgz -> Text-CSV_XS-0.67.tgz ++++++
++++ 6591 lines of diff (skipped)


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages