#3 update to 4.5 upstream release
Closed 3 years ago by yanqiyu. Opened 3 years ago by yanqiyu.
Unknown source master  into  master

file modified
+1
@@ -3,3 +3,4 @@

  /2ping-3.2.1.tar.gz

  /2ping-4.1.tar.gz

  /2ping-4.3.tar.gz

+ /2ping-4.5.tar.gz

file modified
+9 -3
@@ -1,6 +1,6 @@

  Name:           2ping

- Version:        4.3

- Release:        7%{?dist}

+ Version:        4.5

+ Release:        1%{?dist}

  Summary:        Bi-directional ping utility

  License:        GPLv2+

  URL:            https://www.finnie.org/software/2ping
@@ -8,6 +8,8 @@

  BuildArch:      noarch

  BuildRequires:  python3-devel

  BuildRequires:  python3-setuptools

+ BuildRequires:  python3dist(pytest)

+ BuildRequires:  python3dist(pycrypto)

  

  %description

  2ping is a bi-directional ping utility. It uses 3-way pings (akin to TCP SYN, 
@@ -29,7 +31,7 @@

  %{__python3} setup.py test

  

  %files

- %doc ChangeLog README

+ %doc ChangeLog README.md

  %license COPYING

  %{python3_sitelib}/*

  %{_bindir}/%{name}
@@ -38,6 +40,10 @@

  %{_mandir}/man1/%{name}6.1*

  

  %changelog

+ * Mon Jun 22 2020 Qiyu Yan <yanqiyu@fedoraproject.org> - 4.5-1

+ - Update to 4.5 upstream

+ - Add test time requirements

+ 

  * Tue May 26 2020 Miro HronĨok <mhroncok@redhat.com> - 4.3-7

  - Rebuilt for Python 3.9

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (2ping-4.3.tar.gz) = f7186fe5bed2f12593d62f85fe364c9dc571f8b0ad10f6766515470ea8f8ed32d439e580003e78494b4742a8224e2b30cc454f8275a4877d432eb76646334e77

+ SHA512 (2ping-4.5.tar.gz) = 0b1ac1c882becf1dda7207004b186d8052b21be4f842ac2b3a252c32a5610867761feadc12e237e4ed3e1da59b3cdebd8b8f8025ec3d0375193b2594f17215f0

  • Update to 4.5 upstream
  • Add test time requirements

Pull-Request has been closed by yanqiyu

3 years ago