version update

This commit is contained in:
weiwei_150212 2020-07-27 10:43:33 +08:00 committed by zzm_567
parent 4b777f565a
commit 2b3f69bd76
3 changed files with 8 additions and 5 deletions

Binary file not shown.

BIN
Socket-2.030.tar.gz Normal file

Binary file not shown.

View File

@ -2,19 +2,19 @@
Name: perl-%{mod_name} Name: perl-%{mod_name}
Epoch: 4 Epoch: 4
Version: 2.029 Version: 2.030
Release: 2 Release: 1
Summary: Networking constants and support functions Summary: Networking constants and support functions
License: GPL+ or Artistic License: GPL+ or Artistic
URL: https://metacpan.org/release/Socket URL: https://metacpan.org/release/Socket
Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{mod_name}-%{version}.tar.gz Source0: https://cpan.metacpan.org/authors/id/P/PE/PEVANS/%{mod_name}-%{version}.tar.gz
BuildRequires: findutils, gcc, make, perl-interpreter, perl-devel, perl-generators BuildRequires: coreutils findutils, gcc, make, perl-interpreter, perl-devel, perl-generators
BuildRequires: perl(Config), perl(ExtUtils::CBuilder), perl(ExtUtils::Constant) >= 0.23 BuildRequires: perl(Config), perl(ExtUtils::CBuilder), perl(ExtUtils::Constant) >= 0.23
BuildRequires: perl(ExtUtils::MakeMaker), perl(strict), perl(warnings) BuildRequires: perl(ExtUtils::MakeMaker), perl(strict), perl(warnings)
BuildRequires: perl(Carp), perl(Exporter), perl(warnings::register), perl(XSLoader) BuildRequires: perl(:VERSION) >= 5.6.1 perl(Carp), perl(Exporter), perl(warnings::register), perl(XSLoader)
BuildRequires: perl(Errno), perl(Test::More) BuildRequires: perl(Errno), perl(Test::More)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) perl(:VERSION) >= 5.6.1
%description %description
This module provides a variety of constants, structure manipulators and other This module provides a variety of constants, structure manipulators and other
@ -59,6 +59,9 @@ make test
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Mon Jul 27 2020 zhanzhimin <zhanzhimin@hauwei.com> - 4:2.030-1
- Bump to version 2.030
* Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4:2.029-2 * Tue Feb 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4:2.029-2
- Modify subpackage of help - Modify subpackage of help