!2 Update to version 0.22

From: @wang--ge 
Reviewed-by: @wk333 
Signed-off-by: @wk333
This commit is contained in:
openeuler-ci-bot 2023-09-11 08:53:58 +00:00 committed by Gitee
commit 2c6273a5ba
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
%global _empty_manifest_terminate_build 0
Name: perl-OLE-Storage_Lite
Version: 0.20
Version: 0.22
Release: 1
Summary: Simple Class for OLE document interface
License: GPL+ or Artistic
@ -12,6 +12,7 @@ BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl-generators
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Requires: perl(constant) perl(Carp) perl(List::Util)
%description
OLE::Storage_Lite allows you to read and write an OLE structured file.
%package help
@ -61,5 +62,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Mon Sep 11 2023 Ge Wang <wang__ge@126.com> 0.22-1
- Update to version 0.22
* Thu Jun 11 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.20-1
- Specfile autogenerated by Perl_Bot