diff --git a/OLE-Storage_Lite-0.20.tar.gz b/OLE-Storage_Lite-0.20.tar.gz deleted file mode 100644 index 1b8f717..0000000 --- a/OLE-Storage_Lite-0.20.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab18a6171c0e08ea934eea14a0ab4f3a8909975dda9da42124922eb41e84f8ba -size 22586 diff --git a/OLE-Storage_Lite-0.22.tar.gz b/OLE-Storage_Lite-0.22.tar.gz new file mode 100644 index 0000000..1d4e9b3 --- /dev/null +++ b/OLE-Storage_Lite-0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0566d6c29d397ea736379dc515c36849f6b97107cf700ba8250505c984cf965 +size 22846 diff --git a/perl-OLE-Storage_Lite.changes b/perl-OLE-Storage_Lite.changes index a54cbde..d008ed6 100644 --- a/perl-OLE-Storage_Lite.changes +++ b/perl-OLE-Storage_Lite.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Feb 18 03:06:34 UTC 2023 - Tina Müller + +- updated to 0.22 + see /usr/share/doc/packages/perl-OLE-Storage_Lite/Changes + + + 0.21 Fri Feb 17 2020 + + Fix for Spreadsheet::ParseExcel break due to the previous change in + v0.20. https://github.com/jmcnamara/ole-storage-lite/pull/4 + 0.20 Wed Feb 15 2020 + + Added performance improvement of 95+ percent on certain complex + messages. Patch from Todd Richmond. + https://github.com/jmcnamara/ole-storage-lite/pull/4 + ------------------------------------------------------------------- Tue Jan 7 15:34:51 UTC 2020 - Tina Müller diff --git a/perl-OLE-Storage_Lite.spec b/perl-OLE-Storage_Lite.spec index a3c17b3..ca5aac2 100644 --- a/perl-OLE-Storage_Lite.spec +++ b/perl-OLE-Storage_Lite.spec @@ -1,7 +1,7 @@ # # spec file for package perl-OLE-Storage_Lite # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -16,19 +16,17 @@ # +%define cpan_name OLE-Storage_Lite Name: perl-OLE-Storage_Lite -Version: 0.20 +Version: 0.22 Release: 0 #Upstream: Japan. All rights reserved. You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the Perl README file. -%define cpan_name OLE-Storage_Lite -Summary: Simple Class for OLE document interface License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl -Url: https://metacpan.org/release/%{cpan_name} +Summary: Read and write OLE storage files +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -41,11 +39,11 @@ OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and OLE::Storage_Lite::PPS::Dir are subclasses of OLE::Storage_Lite::PPS. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -56,7 +54,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %changelog