Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
e834825cf8
!12 Upgrade to version 1.17
From: @wk333 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-09-11 01:12:27 +00:00
wk333
935412631d Upgrade to version 1.17 2023-09-09 11:40:46 +08:00
openeuler-ci-bot
dd1ff2be05
!9 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:34:15 +00:00
ut001695
27eda85550 fix bogus date in %changelog 2022-06-16 11:09:12 +08:00
openeuler-ci-bot
a48e72ef90
!8 Package upgrade
From: @wk333 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 03:01:05 +00:00
wk333
2002a96409 Package upgrade 2022-06-15 17:04:17 +08:00
openeuler-ci-bot
6778743d87
!6 【轻量级 PR】:Spec文件格式的修改
From: @chengchaonan-one 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-14 07:32:57 +00:00
chengchaonan_1
25439d2f43
Spec文件格式的修改 2022-06-13 08:57:25 +00:00
openeuler-ci-bot
42b839ae28 !3 添加gcc依赖, 解决gcc command not found.
From: @shine_
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-06-06 14:46:09 +08:00
shine_
b53b16cc39 fix failed: gcc command not found. 2021-06-04 16:40:01 +08:00
4 changed files with 18 additions and 5 deletions

Binary file not shown.

BIN
IO-Tty-1.17.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,13 @@
Name: perl-IO-Tty Name: perl-IO-Tty
Version: 1.12 Version: 1.17
Release: 14 Release: 1
Summary: A interface to pseudo tty's for perl Summary: A interface to pseudo tty's for perl
License: (GPL+ or Artistic) and BSD License: (GPL-1.0-or-later OR Artistic-1.0-Perl) AND BSD-2-Clause
URL: https://metacpan.org/release/IO-Tty URL: https://metacpan.org/release/IO-Tty
Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/T/TO/TODDR/IO-Tty-%{version}.tar.gz
BuildRequires: coreutils findutils make perl-interpreter perl-devel perl-generators BuildRequires: coreutils findutils make perl-interpreter perl-devel perl-generators
BuildRequires: perl(Config) perl(Cwd) perl(Exporter) perl(ExtUtils::MakeMaker) BuildRequires: perl(Config) perl(Cwd) perl(Exporter) perl(ExtUtils::MakeMaker)
BuildRequires: perl(Carp) perl(DynaLoader) perl(IO::File) perl(IO::Handle) perl(POSIX) BuildRequires: gcc perl(Carp) perl(DynaLoader) perl(IO::File) perl(IO::Handle) perl(POSIX)
BuildRequires: perl(strict) perl(vars) perl(Test::More) perl(warnings) BuildRequires: perl(strict) perl(vars) perl(Test::More) perl(warnings)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@ -47,5 +47,14 @@ make test
%{_mandir}/man3/{IO::Pty.3*,IO::Tty.3*,IO::Tty::Constant.3*} %{_mandir}/man3/{IO::Pty.3*,IO::Tty.3*,IO::Tty::Constant.3*}
%changelog %changelog
* Mon Feb 19 2020 wutao <wutao61@huawei.com> - 1.12-14 * Sat Sep 09 2023 wangkai <13474090681@163.com> - 1.17-1
- Upgrade to version 1.17
* Tue Jun 14 2022 SimpleUpdate Robot <tc@openeuler.org> - 1.16-1
- Upgrade to version 1.16
* Wed Jun 02 2021 zhaoyao<zhaoyao32@huawei.com> - 1.12-15
- fixs faileds: /bin/sh: gcc: command not found.
* Wed Feb 19 2020 wutao <wutao61@huawei.com> - 1.12-14
- Package init - Package init

4
perl-IO-Tty.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: metacpan
src_repo: IO-Tty
tag_prefix: ""
separator: "."