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 2023-03-10 22:08:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Spreadsheet-Read (Old)
and /work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Spreadsheet-Read"
Fri Mar 10 22:08:52 2023 rev:19 rq:1070689 version:0.87
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Spreadsheet-Read/perl-Spreadsheet-Read.changes
2022-02-03 23:17:32.376181452 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Spreadsheet-Read.new.31432/perl-Spreadsheet-Read.changes
2023-03-10 22:09:14.761642235 +0100
@@ -1,0 +2,28 @@
+Thu Mar 9 16:51:41 UTC 2023 - Tina Müller <[email protected]>
+
+- Remove nonstdperlpath.patch, fixed paths upstream, thanks Tux :)
+
+-------------------------------------------------------------------
+Thu Feb 23 03:08:41 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.87
+ see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
+
+ 0.87 - 22 Feb 2023, H.Merijn Brand
+ * Change default #! to /usr/bin/perl (Tinita)
+ * Improve ->sheets (safer and docs)
+ * Update to Spreadsheet::ReadGnumeric 0.2 (attributes and small fixes)
+
+ 0.86 - 07 Feb 2023, H.Merijn Brand
+ * Add Gnumeric support (Bob Rogers, THANKS!)
+ - work in progress, use with care, feedback welcome
+
+ 0.85 - 04 Jan 2023, H.Merijn Brand
+ * Suggest the preferred parser if none found
+ * It's 2022
+ * xlscat --box and improvements for -L
+ * Add balloons to ss2tk buttons
+ * Fix typo in help (Erix)
+ * It's 2023
+
+-------------------------------------------------------------------
Old:
----
Spreadsheet-Read-0.84.tgz
nonstdperlpath.patch
New:
----
Spreadsheet-Read-0.87.tgz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Spreadsheet-Read.spec ++++++
--- /var/tmp/diff_new_pack.PjlyOO/_old 2023-03-10 22:09:15.297644675 +0100
+++ /var/tmp/diff_new_pack.PjlyOO/_new 2023-03-10 22:09:15.305644711 +0100
@@ -1,7 +1,7 @@
#
# spec file for package perl-Spreadsheet-Read
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
%define cpan_name Spreadsheet-Read
Name: perl-Spreadsheet-Read
-Version: 0.84
+Version: 0.87
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
-Summary: Read the data from a spreadsheet
+Summary: Meta-Wrapper for reading spreadsheet data
URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{version}.tgz
Source1: cpanspec.yml
-Patch0: nonstdperlpath.patch
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -39,7 +38,7 @@
Requires: perl(IO::Scalar)
Requires: perl(Test::More) >= 0.88
Requires: perl(Test::NoWarnings)
-Recommends: perl(Data::Peek) >= 0.50
+Recommends: perl(Data::Peek) >= 0.52
Recommends: perl(File::Temp) >= 0.2311
Recommends: perl(IO::Scalar)
%{perl_requires}
@@ -68,7 +67,8 @@
For SquirrelCalc there is a very simplistic built-in parser
%prep
-%autosetup -n %{cpan_name}-%{version} -p1
+%autosetup -n %{cpan_name}-%{version}
+
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
++++++ Spreadsheet-Read-0.84.tgz -> Spreadsheet-Read-0.87.tgz ++++++
++++ 2111 lines of diff (skipped)
++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.PjlyOO/_old 2023-03-10 22:09:15.469645458 +0100
+++ /var/tmp/diff_new_pack.PjlyOO/_new 2023-03-10 22:09:15.473645476 +0100
@@ -21,7 +21,7 @@
# - source2
patches:
# Patch to fix non-standard perl path in source
- nonstdperlpath.patch: -p1
+ # nonstdperlpath.patch: -p1
preamble: |-
BuildRequires: perl(Spreadsheet::ParseExcel) >= 0.34
BuildRequires: perl(Spreadsheet::ParseExcel::FmtDefault)