1
0

1 Commits

Author SHA256 Message Date
4260238179 Automatic update to v1.150.0 (1.15) 2025-10-06 17:19:38 +00:00
4 changed files with 17 additions and 11 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce9e2c24756ee0bfbc241c66fca62ac4c9e06a1fd0da7fffff8ccb322cbfb688
size 4384544

BIN
Excel-Writer-XLSX-1.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 6 17:19:38 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.150.0 (1.15)
see /usr/share/doc/packages/perl-Excel-Writer-XLSX/Changelog.md
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 22 05:33:15 UTC 2024 - Tina Müller <timueller+perl@suse.de> Tue Oct 22 05:33:15 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Excel-Writer-XLSX # spec file for package perl-Excel-Writer-XLSX
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# 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,10 +18,10 @@
%define cpan_name Excel-Writer-XLSX %define cpan_name Excel-Writer-XLSX
Name: perl-Excel-Writer-XLSX Name: perl-Excel-Writer-XLSX
Version: 1.140.0 Version: 1.150.0
Release: 0 Release: 0
# 1.14 -> normalize -> 1.140.0 # 1.15 -> normalize -> 1.150.0
%define cpan_version 1.14 %define cpan_version 1.15
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Create a new file in the Excel 2007+ XLSX format Summary: Create a new file in the Excel 2007+ XLSX format
URL: https://metacpan.org/release/%{cpan_name} URL: https://metacpan.org/release/%{cpan_name}
@@ -31,10 +31,10 @@ Source100: README.md
BuildArch: noarch BuildArch: noarch
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Archive::Zip) >= 1.3 BuildRequires: perl(Archive::Zip) >= 1.300
BuildRequires: perl(File::Temp) >= 0.19 BuildRequires: perl(File::Temp) >= 0.19
BuildRequires: perl(IO::File) >= 1.14 BuildRequires: perl(IO::File) >= 1.14
Requires: perl(Archive::Zip) >= 1.3 Requires: perl(Archive::Zip) >= 1.300
Requires: perl(File::Temp) >= 0.19 Requires: perl(File::Temp) >= 0.19
Requires: perl(IO::File) >= 1.14 Requires: perl(IO::File) >= 1.14
Provides: perl(Excel::Writer::XLSX) = %{version} Provides: perl(Excel::Writer::XLSX) = %{version}
@@ -85,7 +85,7 @@ Multiple worksheets can be added to a workbook and formatting can be
applied to cells. Text, numbers, and formulas can be written to the cells. applied to cells. Text, numbers, and formulas can be written to the cells.
%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
@@ -102,7 +102,7 @@ make test
%perl_gen_filelist %perl_gen_filelist
%files -f %{name}.files %files -f %{name}.files
%doc Changes CONTRIBUTING.md examples README %doc Changelog.md CONTRIBUTING.md examples README
%license LICENSE_Artistic_Perl LICENSE_GPL_1.0 %license LICENSE_Artistic_Perl LICENSE_GPL_1.0
%changelog %changelog