Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
5e07f19ba2
!9 Upgrade version to 0.010
From: @cherry530 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2023-09-11 08:00:13 +00:00
cherry530
3b2fde23b6 Upgrade version to 0.010
Signed-off-by: cherry530 <707078654@qq.com>
2023-09-11 14:20:34 +08:00
openeuler-ci-bot
583050d8b6
!5 Package upgrade
From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 09:07:53 +00:00
wk333
1b57ef905d Package upgrade 2022-06-16 16:56:34 +08:00
openeuler-ci-bot
08218a8f06
!6 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:24:45 +00:00
ut001695
f661febfeb fix bogus date in %changelog 2022-06-16 14:32:43 +08:00
openeuler-ci-bot
93cd029753 !3 解决perl-PerlIO-utf8_strict 的OBS工程编译失败
From: @zhangtao2020
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-08-09 01:00:15 +00:00
zhangtao2020
f868f870a4 fix build error 2021-08-07 16:13:55 +08:00
openeuler-ci-bot
0e9bc31461 !2 Add gcc to build dependency
From: @wang_yue111
Reviewed-by: @myeuler
Signed-off-by: @myeuler
2021-07-12 02:52:51 +00:00
wang_yue111
e749d53144 Add gcc to build dependency 2021-07-10 14:13:12 +08:00
3 changed files with 17 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,14 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: perl-PerlIO-utf8_strict Name: perl-PerlIO-utf8_strict
Version: 0.008 Version: 0.010
Release: 1 Release: 1
Summary: Fast and correct UTF-8 IO Summary: Fast and correct UTF-8 IO
License: Perl_5 License: GPL-1.0-only or Artistic-1.0
Group: Development/Libraries Group: Development/Libraries
URL: http://search.cpan.org/dist/PerlIO-utf8_strict/ 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 Source0: http://www.cpan.org/authors/id/L/LE/LEONT/PerlIO-utf8_strict-%{version}.tar.gz
BuildRequires: perl >= 0:5.008 BuildRequires: perl >= 0:5.008
BuildRequires: perl-devel
BuildRequires: perl-generators BuildRequires: perl-generators
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(Exporter) BuildRequires: perl(Exporter)
@ -19,6 +20,7 @@ BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(utf8) BuildRequires: perl(utf8)
BuildRequires: perl(warnings) BuildRequires: perl(warnings)
BuildRequires: perl(XSLoader) BuildRequires: perl(XSLoader)
BuildRequires: gcc
Requires: perl(strict) Requires: perl(strict)
Requires: perl(warnings) Requires: perl(warnings)
Requires: perl(XSLoader) Requires: perl(XSLoader)
@ -33,7 +35,7 @@ Provides: perl-PerlIO-utf8_strict-doc
This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's
default :utf8 layer it checks the input for correctness. default :utf8 layer it checks the input for correctness.
%prep %prep
%setup -q -n PerlIO-utf8_strict-%{version} %autosetup -p1 -n PerlIO-utf8_strict-%{version}
%build %build
export PERL_MM_OPT="" export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@ -82,5 +84,17 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/* %{_mandir}/*
%changelog %changelog
* Mon Sep 11 2023 xu_ping <707078654@qq.com> - 0.010-1
- Upgrade to version 0.010
* 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
* Sat Jul 10 2021 wangyue <wangyu92@huawei.com> - 0.008-2
- Add gcc to build dependency
* Wed Sep 30 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.008-1 * Wed Sep 30 2020 Perl_Bot <Perl_Bot@openeuler.org> 0.008-1
- Specfile autogenerated by Perl_Bot - Specfile autogenerated by Perl_Bot