diff --git a/Excel-Writer-XLSX-1.14.tar.gz b/Excel-Writer-XLSX-1.14.tar.gz deleted file mode 100644 index d0188af..0000000 --- a/Excel-Writer-XLSX-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce9e2c24756ee0bfbc241c66fca62ac4c9e06a1fd0da7fffff8ccb322cbfb688 -size 4384544 diff --git a/Excel-Writer-XLSX-1.15.tar.gz b/Excel-Writer-XLSX-1.15.tar.gz new file mode 100644 index 0000000..c9f3cee --- /dev/null +++ b/Excel-Writer-XLSX-1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7931b4d8e2fa8b4f806db4bf523be396483f55f53e4f4738fdff5e9a0d875331 +size 4414111 diff --git a/perl-Excel-Writer-XLSX.changes b/perl-Excel-Writer-XLSX.changes index 109431d..b292af8 100644 --- a/perl-Excel-Writer-XLSX.changes +++ b/perl-Excel-Writer-XLSX.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 6 17:19:38 UTC 2025 - Tina Müller + +- 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 diff --git a/perl-Excel-Writer-XLSX.spec b/perl-Excel-Writer-XLSX.spec index a0c91b1..0c83556 100644 --- a/perl-Excel-Writer-XLSX.spec +++ b/perl-Excel-Writer-XLSX.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Excel-Writer-XLSX Name: perl-Excel-Writer-XLSX -Version: 1.140.0 +Version: 1.150.0 Release: 0 -# 1.14 -> normalize -> 1.140.0 -%define cpan_version 1.14 +# 1.15 -> normalize -> 1.150.0 +%define cpan_version 1.15 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Create a new file in the Excel 2007+ XLSX format URL: https://metacpan.org/release/%{cpan_name} @@ -31,10 +31,10 @@ Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Archive::Zip) >= 1.3 +BuildRequires: perl(Archive::Zip) >= 1.300 BuildRequires: perl(File::Temp) >= 0.19 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(IO::File) >= 1.14 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. %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 @@ -102,7 +102,7 @@ make test %perl_gen_filelist %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 %changelog