Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Spreadsheet-Read for
openSUSE:Factory checked in at 2021-01-21 21:57:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Spreadsheet-Read (Old)
and /work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Spreadsheet-Read"
Thu Jan 21 21:57:06 2021 rev:16 rq:865305 version:0.83
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Spreadsheet-Read/perl-Spreadsheet-Read.changes
2019-07-11 13:07:31.787018740 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new.28504/perl-Spreadsheet-Read.changes
2021-01-21 21:57:08.589852474 +0100
@@ -1,0 +2,80 @@
+Thu Jan 21 09:21:20 UTC 2021 - Stephan Kulow <[email protected]>
+
+- readd hack to suppress examples in %_bindir
+
+-------------------------------------------------------------------
+Tue Dec 22 16:37:53 UTC 2020 - Tina M??ller <[email protected]>
+
+- Update patch nonstdperlpath.patch
+
+-------------------------------------------------------------------
+Tue Dec 22 03:10:47 UTC 2020 - Tina M??ller <[email protected]>
+
+- updated to 0.83
+ see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
+
+ 0.83 - 21 Dec 2020, H.Merijn Brand
+ * Require ParseODS 0.26
+ * Add ::parsers to get list of supported formats
+ * Add --list to xlscat and xls2csv
+ * Update xls2csv to be identical to xlsx2csv
+ * ::parses ("") will return list of supported types
+ * Move installables from examples/ to scripts/
+ * Tested on FreeBSD-12.2-RELEASE with all supported backends
+ * Fix META issue for bugtracker
+
+-------------------------------------------------------------------
+Sun Sep 27 03:16:49 UTC 2020 - Tina M??ller <[email protected]>
+
+- updated to 0.82
+ see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
+
+ 0.82 - 26 Sep 2020, H.Merijn Brand
+ * Move pod tests to xt (and do not distribute)
+ * Fix some links in the docs
+ * Add ".xlsm" to known XLSX file extensions
+ * Spreadsheet::ReadSXC has a new maintainer (Corion)
+ - support file handles
+ - suggest version 0.24 (0.22 causes fails)
+ * First attempt in supporting Spreadsheet::ParseODS (alpha code)
+ - version 0.25 should now pass the limited tests
+ - thanks to Corion for making this happen!
+ * It's 2020
+ * Fallback to Pod::Text if nroff not available in tools
+ * Extended support for merged cells with merge option
+ - Added $sheet->merged_from ("C2")
+ * Add --no-nl[=x] to xlscat
+ * xlscat: Align-right more numerics on -L (was only positive integers)
+ * xlsx2csv -Z : generate a ZIP file with a CSV for every sheet
+ * Doc fix (issue#33)
+
+-------------------------------------------------------------------
+Fri Aug 30 10:20:26 UTC 2019 - Tina Mueller <[email protected]>
+
+- Add BuildRequires and Recommends because they are all optional
+ but the module wouldn't make sense if none of those are installed
+
+-------------------------------------------------------------------
+Thu Aug 29 17:47:23 CEST 2019 - Tina Mueller <[email protected]>
+
+- Add patch nonstdperlpath.patch to the right place in cpanspec.yml and
+ update spec
+
+-------------------------------------------------------------------
+Thu Aug 29 15:38:49 UTC 2019 - <[email protected]>
+
+- updated to 0.81
+ see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
+
+ 0.81 - 25 Aug 2019, H.Merijn Brand
+ * It's 2019
+ * Allow -c + --sep in xlscat
+ * Add --sep= to xls2csv for -A
+ * Add xlsx2csv to distribution (xlsx2csv has -A)
+ * Add -J s / --join str to xlsx2csv
+ * Add cpanfile
+ * Add explicit documentation about formatted vs unformatted
+ * Improve ->new behavior
+ * Auto-detect fallback for CSV now includes '|' for sep_char (PR#26)
+
+-------------------------------------------------------------------
Old:
----
Spreadsheet-Read-0.80.tgz
New:
----
Spreadsheet-Read-0.83.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Spreadsheet-Read.spec ++++++
--- /var/tmp/diff_new_pack.n4hSsk/_old 2021-01-21 21:57:09.101852649 +0100
+++ /var/tmp/diff_new_pack.n4hSsk/_new 2021-01-21 21:57:09.105852650 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Spreadsheet-Read
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,16 @@
Name: perl-Spreadsheet-Read
-Version: 0.80
+Version: 0.83
Release: 0
%define cpan_name Spreadsheet-Read
Summary: Read the data from a spreadsheet
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source1: cpanspec.yml
-Patch1: nonstdperlpath.patch
+Patch0: nonstdperlpath.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
@@ -34,27 +34,25 @@
BuildRequires: perl(Data::Peek)
BuildRequires: perl(File::Temp) >= 0.22
BuildRequires: perl(IO::Scalar)
-BuildRequires: perl(Spreadsheet::ParseExcel)
-BuildRequires: perl(Spreadsheet::ParseXLSX) >= 0.24
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::NoWarnings)
-BuildRequires: perl(Text::CSV_PP)
-BuildRequires: perl(Text::CSV_XS)
Requires: perl(Data::Peek)
Requires: perl(File::Temp) >= 0.22
Requires: perl(IO::Scalar)
Requires: perl(Test::More) >= 0.88
Requires: perl(Test::NoWarnings)
-Recommends: perl(Data::Peek) >= 0.47
-Recommends: perl(File::Temp) >= 0.2304
+Recommends: perl(Data::Peek) >= 0.50
+Recommends: perl(File::Temp) >= 0.2311
Recommends: perl(IO::Scalar)
-Recommends: perl(Test::More) >= 1.302086
-Recommends: perl(Spreadsheet::ReadSXC)
-Recommends: perl(Spreadsheet::ParseExcel)
-Recommends: perl(Spreadsheet::ParseXLSX) >= 0.24
-Recommends: perl(Text::CSV_XS)
-Recommends: perl(Text::CSV_PP)
+Recommends: perl(Test::More) >= 1.302183
%{perl_requires}
+# MANUAL BEGIN
+BuildRequires: perl(Spreadsheet::ParseExcel) >= 0.34
+BuildRequires: perl(Spreadsheet::ParseExcel::FmtDefault)
+BuildRequires: perl(Spreadsheet::ParseXLSX) >= 0.24
+BuildRequires: perl(Text::CSV_XS) >= 0.71
+Recommends: perl(Spreadsheet::ReadSXC) >= 0.20
+# MANUAL END
%description
Spreadsheet::Read tries to transparently read *any* spreadsheet and return
@@ -73,17 +71,17 @@
%prep
%setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
-%patch -P 1 -p1
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+%patch0 -p1
%build
-# Disable installation of examples to {_bindir}
+# disable installation of examples to {_bindir}
export AUTOMATED_TESTING=1
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make test
%install
%perl_make_install
++++++ Spreadsheet-Read-0.80.tgz -> Spreadsheet-Read-0.83.tgz ++++++
++++ 5795 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.n4hSsk/_old 2021-01-21 21:57:09.225852691 +0100
+++ /var/tmp/diff_new_pack.n4hSsk/_new 2021-01-21 21:57:09.225852691 +0100
@@ -20,25 +20,18 @@
#sources:
# - source1
# - source2
-#patches:
-# foo.patch: -p1
-# bar.patch:
-#preamble: |-
-# BuildRequires: gcc-c++
-#post_prep: |-
-# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
-# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
-#post_build: |-
-# rm unused.files
-#post_install: |-
-# sed on %{name}.files
-#license: SUSE-NonFree
-#skip_noarch: 1
-#custom_build: |-
-#./Build build flags=%{?_smp_mflags} --myflag
-#custom_test: |-
-#startserver && make test
-#ignore_requires: Bizarre::Module
+patches:
+ # Patch to fix non-standard perl path in source
+ nonstdperlpath.patch: -p1
+preamble: |-
+ BuildRequires: perl(Text::CSV_XS) >= 0.71
+ BuildRequires: perl(Spreadsheet::ParseExcel) >= 0.34
+ BuildRequires: perl(Spreadsheet::ParseExcel::FmtDefault)
+ BuildRequires: perl(Spreadsheet::ParseXLSX) >= 0.24
+ Recommends: perl(Spreadsheet::ReadSXC) >= 0.20
+custom_build: |-
+ # disable installation of examples to {_bindir}
+ export AUTOMATED_TESTING=1
+ perl Makefile.PL INSTALLDIRS=vendor
+ make %{?_smp_mflags}
-# Patch to fix non-standard perl path in source
-nonstdperlpath.patch: -p1
++++++ nonstdperlpath.patch ++++++
--- /var/tmp/diff_new_pack.n4hSsk/_old 2021-01-21 21:57:09.233852694 +0100
+++ /var/tmp/diff_new_pack.n4hSsk/_new 2021-01-21 21:57:09.237852695 +0100
@@ -1,20 +1,20 @@
-diff -ur Spreadsheet-Read-0.79/examples/ss2tk
Spreadsheet-Read-0.79_fix/examples/ss2tk
---- Spreadsheet-Read-0.79/examples/ss2tk 2018-01-01 14:51:06.000000000
+0100
-+++ Spreadsheet-Read-0.79_fix/examples/ss2tk 2018-09-20 10:08:55.480707378
+0200
+diff -ur Spreadsheet-Read-0.79/scripts/ss2tk
Spreadsheet-Read-0.79_fix/scripts/ss2tk
+--- Spreadsheet-Read-0.79/scripts/ss2tk 2018-01-01 14:51:06.000000000
+0100
++++ Spreadsheet-Read-0.79_fix/scripts/ss2tk 2018-09-20 10:08:55.480707378
+0200
@@ -1,4 +1,4 @@
-#!/pro/bin/perl
+#!/usr/bin/perl
# ss2tk: show SpreadSheet file in Tk::TableMatrix::Spreadsheet (*)
- # (m)'17 [2017-07-03] Copyright H.M.Brand 2005-2018
-diff -ur Spreadsheet-Read-0.79/examples/ssdiff
Spreadsheet-Read-0.79_fix/examples/ssdiff
---- Spreadsheet-Read-0.79/examples/ssdiff 2016-11-27 12:28:35.000000000
+0100
-+++ Spreadsheet-Read-0.79_fix/examples/ssdiff 2018-09-20 10:08:55.480707378
+0200
+ # (m)'17 [2017-07-03] Copyright H.M.Brand 2005-2020
+diff -ur Spreadsheet-Read-0.79/scripts/ssdiff
Spreadsheet-Read-0.79_fix/scripts/ssdiff
+--- Spreadsheet-Read-0.79/scripts/ssdiff 2016-11-27 12:28:35.000000000
+0100
++++ Spreadsheet-Read-0.79_fix/scripts/ssdiff 2018-09-20 10:08:55.480707378
+0200
@@ -1,4 +1,4 @@
-#!/pro/bin/perl
+#!/usr/bin/perl
- use strict;
+ use 5.14.0;
use warnings;
diff -ur Spreadsheet-Read-0.79/examples/ss-dups-tk.pl
Spreadsheet-Read-0.79_fix/examples/ss-dups-tk.pl
--- Spreadsheet-Read-0.79/examples/ss-dups-tk.pl 2018-03-28
09:10:53.000000000 +0200
@@ -24,24 +24,24 @@
+#!/usr/bin/perl
# ss-dup-tk.pl: Find dups in spreadsheet
- # (m)'18 [28-03-2018] Copyright H.M.Brand 2005-2018
-diff -ur Spreadsheet-Read-0.79/examples/xls2csv
Spreadsheet-Read-0.79_fix/examples/xls2csv
---- Spreadsheet-Read-0.79/examples/xls2csv 2018-08-29 10:28:43.000000000
+0200
-+++ Spreadsheet-Read-0.79_fix/examples/xls2csv 2018-09-20 10:08:55.480707378
+0200
+ # (m)'18 [28-03-2018] Copyright H.M.Brand 2005-2020
+diff -ur Spreadsheet-Read-0.79/scripts/xlsx2csv
Spreadsheet-Read-0.79_fix/scripts/xlsx2csv
+--- Spreadsheet-Read-0.79/scripts/xlsx2csv 2018-08-29 10:28:43.000000000
+0200
++++ Spreadsheet-Read-0.79_fix/scripts/xlsx2csv 2018-09-20 10:08:55.480707378
+0200
@@ -1,4 +1,4 @@
-#!/pro/bin/perl
+#!/usr/bin/perl
- # xls2csv: Convert Microsoft Excel spreadsheet to CSV
- # (m)'18 [29-08-2018] Copyright H.M.Brand 2008-2018
-diff -ur Spreadsheet-Read-0.79/examples/xlscat
Spreadsheet-Read-0.79_fix/examples/xlscat
---- Spreadsheet-Read-0.79/examples/xlscat 2018-06-27 11:33:30.000000000
+0200
-+++ Spreadsheet-Read-0.79_fix/examples/xlscat 2018-09-20 10:08:55.480707378
+0200
+ # xls2csv: Convert supported spreadsheet formats to CSV
+ # (m)'20 [2020-10-27] Copyright H.M.Brand 2008-2020
+diff -ur Spreadsheet-Read-0.79/scripts/xlscat
Spreadsheet-Read-0.79_fix/scripts/xlscat
+--- Spreadsheet-Read-0.79/scripts/xlscat 2018-06-27 11:33:30.000000000
+0200
++++ Spreadsheet-Read-0.79_fix/scripts/xlscat 2018-09-20 10:08:55.480707378
+0200
@@ -1,4 +1,4 @@
-#!/pro/bin/perl
+#!/usr/bin/perl
- # xlscat: show XLS/SXC file as Text
+ # xlscat: show supported spreadsheet file as Text
# xlsgrep: grep pattern
diff -ur Spreadsheet-Read-0.79/Read.pm Spreadsheet-Read-0.79_fix/Read.pm
--- Spreadsheet-Read-0.79/Read.pm 2018-08-29 10:38:35.000000000 +0200