Hello community,
here is the log from the commit of package perl-Text-CSV_XS for
openSUSE:Factory checked in at 2020-02-22 18:59:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Text-CSV_XS (Old)
and /work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Text-CSV_XS"
Sat Feb 22 18:59:17 2020 rev:41 rq:774929 version:1.41
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Text-CSV_XS/perl-Text-CSV_XS.changes
2019-09-25 00:46:12.797917764 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Text-CSV_XS.new.26092/perl-Text-CSV_XS.changes
2020-02-22 18:59:24.541519673 +0100
@@ -1,0 +2,15 @@
+Mon Feb 17 03:13:29 UTC 2020 - <[email protected]>
+
+- updated to 1.41
+ see /usr/share/doc/packages/perl-Text-CSV_XS/ChangeLog
+
+ 1.41 - 2020-02-16, H.Merijn Brand
+ * Update to Devel::PPPort-3.56
+ * csv2xls uses sheetname as csv2xlsx
+ * csv2xlsx: support images (each image gets its own tab)
+ * More docs. (Data validation)
+ * It's 2020
+ * No binary literals in fixed error messages
+ * Fix auto_diag > 2 to die when headers are used (issue 19)
+
+-------------------------------------------------------------------
Old:
----
Text-CSV_XS-1.40.tgz
New:
----
Text-CSV_XS-1.41.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Text-CSV_XS.spec ++++++
--- /var/tmp/diff_new_pack.KCsBTv/_old 2020-02-22 18:59:25.585521694 +0100
+++ /var/tmp/diff_new_pack.KCsBTv/_new 2020-02-22 18:59:25.589521703 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV_XS
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,7 +17,7 @@
Name: perl-Text-CSV_XS
-Version: 1.40
+Version: 1.41
Release: 0
%define cpan_name Text-CSV_XS
Summary: Comma-separated values manipulation routines
@@ -29,7 +29,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
-Recommends: perl(Encode) >= 3.01
+Recommends: perl(Encode) >= 3.02
%{perl_requires}
%description
@@ -42,7 +42,7 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
# MANUAL BEGIN
sed -i -e 's,/pro/bin/perl,/usr/bin/perl,' examples/*
# MANUAL END
++++++ Text-CSV_XS-1.40.tgz -> Text-CSV_XS-1.41.tgz ++++++
++++ 11487 lines of diff (skipped)