Compare commits
5 Commits
Author | SHA256 | Date | |
---|---|---|---|
c389406eba | |||
0b279c3f7a | |||
1e48ad9aee | |||
5247b4e5d8 | |||
07007ad7f6 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
## Build Results
|
||||||
|
|
||||||
|
Current state of perl in openSUSE:Factory is
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
The current state of perl in the devel project build (devel:languages:perl)
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ee37457d1251912c1d6ed205282dedb7fcab0fcaa3931de509037516fe24f562
|
|
||||||
size 284537
|
|
3
Spreadsheet-Read-0.93.tgz
Normal file
3
Spreadsheet-Read-0.93.tgz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c27951118f7e1411a3efa9b6e86abd77d057340dfbe4799ab30cc5bd3fa536d2
|
||||||
|
size 295829
|
@@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 18 05:34:58 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.930.0 (0.93)
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
|
||||||
|
|
||||||
|
0.93 - 17 Mar 2025, H.Merijn Brand
|
||||||
|
* Add ranges and cellranges
|
||||||
|
|
||||||
|
0.92 - 06 Jan 2025, H.Merijn Brand
|
||||||
|
* Make strict_eol default to 1 for CSV when supported
|
||||||
|
* Show detected EOL for CSV in xlscat when known
|
||||||
|
* Add SECURITY.md
|
||||||
|
* It's 2025
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 1 05:33:13 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 0.910.0 (0.91)
|
||||||
|
see /usr/share/doc/packages/perl-Spreadsheet-Read/Changes
|
||||||
|
|
||||||
|
0.91 - 27 Aug 2024, H.Merijn Brand
|
||||||
|
* Exclude OLE::Storage_Lite-0.21
|
||||||
|
* xlscat --head[=10], --tail[=10], --first=C
|
||||||
|
* Make (re)defining ->get_active_sheet safer
|
||||||
|
* Tested with perl-5.40
|
||||||
|
* xlscat --no-empty to skip empty columns too
|
||||||
|
* Spreadsheet::ParseExcel::FmtDefault might not be available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 8 23:04:26 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
Fri Mar 8 23:04:26 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Spreadsheet-Read
|
# spec file for package perl-Spreadsheet-Read
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,14 +18,16 @@
|
|||||||
|
|
||||||
%define cpan_name Spreadsheet-Read
|
%define cpan_name Spreadsheet-Read
|
||||||
Name: perl-Spreadsheet-Read
|
Name: perl-Spreadsheet-Read
|
||||||
Version: 0.900.0
|
Version: 0.930.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 0.90
|
# 0.93 -> normalize -> 0.930.0
|
||||||
|
%define cpan_version 0.93
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: Meta-Wrapper for reading spreadsheet data
|
Summary: Meta-Wrapper for reading spreadsheet data
|
||||||
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}-%{cpan_version}.tgz
|
Source0: https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/%{cpan_name}-%{cpan_version}.tgz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
|
Source100: README.md
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-macros
|
BuildRequires: perl-macros
|
||||||
@@ -42,8 +44,8 @@ Requires: perl(Test::NoWarnings)
|
|||||||
Provides: perl(Spreadsheet::Read) = %{version}
|
Provides: perl(Spreadsheet::Read) = %{version}
|
||||||
%undefine __perllib_provides
|
%undefine __perllib_provides
|
||||||
Recommends: perl(Data::Dumper) >= 2.183
|
Recommends: perl(Data::Dumper) >= 2.183
|
||||||
Recommends: perl(Data::Peek) >= 0.52
|
Recommends: perl(Data::Peek) >= 0.530
|
||||||
Recommends: perl(Encode) >= 3.200.0
|
Recommends: perl(Encode) >= 3.21
|
||||||
Recommends: perl(File::Temp) >= 0.2311
|
Recommends: perl(File::Temp) >= 0.2311
|
||||||
Recommends: perl(IO::Scalar)
|
Recommends: perl(IO::Scalar)
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
@@ -72,7 +74,7 @@ preferred) or Text::CSV_PP (1.05 or up required).
|
|||||||
For SquirrelCalc there is a very simplistic built-in parser
|
For SquirrelCalc there is a very simplistic built-in parser
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||||
|
|
||||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
@@ -94,7 +96,7 @@ rm -f %{buildroot}%{_mandir}/man1/xls2csv.1
|
|||||||
%perl_gen_filelist
|
%perl_gen_filelist
|
||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%doc Changes CONTRIBUTING.md examples README
|
%doc Changes CONTRIBUTING.md examples README SECURITY.md
|
||||||
%exclude %{_bindir}/*
|
%exclude %{_bindir}/*
|
||||||
%exclude %{_mandir}/*
|
%exclude %{_mandir}/*
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user