!8 [sync] PR-5: Package upgrade

From: @openeuler-sync-bot 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-10-24 08:55:01 +00:00 committed by Gitee
commit ad6f8b7b7f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,9 +1,9 @@
%global _empty_manifest_terminate_build 0
Name: perl-PerlIO-utf8_strict
Version: 0.008
Release: 3
Version: 0.009
Release: 1
Summary: Fast and correct UTF-8 IO
License: Perl_5
License: GPL-1.0-only or Artistic-1.0
Group: Development/Libraries
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/
Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
@ -35,7 +35,7 @@ Provides: perl-PerlIO-utf8_strict-doc
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
default :utf8 layer it checks the input for correctness.
%prep
%setup -q -n PerlIO-utf8_strict-%{version}
%autosetup -p1 -n PerlIO-utf8_strict-%{version}
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/*
%changelog
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 0.009-1
- Upgrade to version 0.009
* Sat Aug 07 2021 zhangtao2020 <zhangtao221@huawei.com> - 0.008-3
- fix build error