Accepting request 1066842 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1066842
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-OLE-Storage_Lite?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2023-02-21 14:35:43 +00:00 committed by Git OBS Bridge
commit 0b290cbdbc
4 changed files with 25 additions and 13 deletions

View File

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

BIN
OLE-Storage_Lite-0.22.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Feb 18 03:06:34 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- 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 <tina.mueller@suse.com>

View File

@ -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