diff --git a/OLE-Storage_Lite-0.22.tar.gz b/OLE-Storage_Lite-0.22.tar.gz deleted file mode 100644 index 1d4e9b3..0000000 --- a/OLE-Storage_Lite-0.22.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d0566d6c29d397ea736379dc515c36849f6b97107cf700ba8250505c984cf965 -size 22846 diff --git a/OLE-Storage_Lite-0.24.tar.gz b/OLE-Storage_Lite-0.24.tar.gz new file mode 100644 index 0000000..7b93dc1 --- /dev/null +++ b/OLE-Storage_Lite-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71c3b6ef082176c9585e620dd48f0f4782c282be73f2a653ea4b618f757bb3fd +size 23809 diff --git a/perl-OLE-Storage_Lite.changes b/perl-OLE-Storage_Lite.changes index d008ed6..3a33a6e 100644 --- a/perl-OLE-Storage_Lite.changes +++ b/perl-OLE-Storage_Lite.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sat Nov 22 05:32:03 UTC 2025 - Tina Müller + +- updated to 0.240.0 (0.24) + see /usr/share/doc/packages/perl-OLE-Storage_Lite/Changes + + 0.24 Fri Nov 21 2025 + ------------------------------------------------------------------- Sat Feb 18 03:06:34 UTC 2023 - Tina Müller diff --git a/perl-OLE-Storage_Lite.spec b/perl-OLE-Storage_Lite.spec index fc91841..92e1b05 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) 2023 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,18 +18,26 @@ %define cpan_name OLE-Storage_Lite Name: perl-OLE-Storage_Lite -Version: 0.22 +Version: 0.240.0 Release: 0 +# 0.24 -> normalize -> 0.240.0 +%define cpan_version 0.24 #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. License: Artistic-1.0 OR GPL-1.0-or-later 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 +Source0: https://cpan.metacpan.org/authors/id/J/JM/JMCNAMARA/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +Provides: perl(OLE::Storage_Lite) = %{version} +Provides: perl(OLE::Storage_Lite::PPS) = %{version} +Provides: perl(OLE::Storage_Lite::PPS::Dir) = %{version} +Provides: perl(OLE::Storage_Lite::PPS::File) = %{version} +Provides: perl(OLE::Storage_Lite::PPS::Root) = %{version} +%undefine __perllib_provides %{perl_requires} %description @@ -40,7 +48,7 @@ OLE::Storage_Lite::PPS::Root, OLE::Storage_Lite::PPS::File and OLE::Storage_Lite::PPS::Dir are subclasses of OLE::Storage_Lite::PPS. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor