Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1d824a557d | |||
| ce8020aa9a | |||
| 68b6f77fd7 | |||
| 468f26e348 | |||
| f65aa30e10 | |||
| b558bfcd20 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bed3e1d46c2311ae15cad114700458a138e7d29fd45322cb9dd2c1108eb5a68e
|
||||
size 873210
|
||||
3
gping-v1.20.1.tar.gz
Normal file
3
gping-v1.20.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0df965111429d5fcef832a4ff23b452a1ec8f683d51ed31ce9b10902c0a18a9c
|
||||
size 879940
|
||||
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 24 14:31:00 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Update version to 1.20.1
|
||||
* Update dependencies
|
||||
* Fix clippy errors
|
||||
* Update documentation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 2 09:58:18 UTC 2025 - Dominik Heidler <dheidler@suse.de>
|
||||
|
||||
- Fix build for 15.6
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 23 20:43:24 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update version to 1.19.0:
|
||||
* Add support GCP cloud endpoints
|
||||
* Add support punycode names
|
||||
* Fix ipv6 usage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 28 00:31:14 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
|
||||
15
gping.spec
15
gping.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gping
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,12 +17,12 @@
|
||||
|
||||
|
||||
Name: gping
|
||||
Version: 1.17.3
|
||||
Version: 1.20.1
|
||||
Release: 0
|
||||
Summary: Ping, but with a graph
|
||||
License: MIT
|
||||
URL: https://github.com/orf/gping
|
||||
Source: %{url}/archive/%{name}-v%{version}.tar.gz
|
||||
Source: https://github.com/orf/gping/archive/refs/tags/gping-v%{version}.tar.gz
|
||||
Source1: vendor.tar.zst
|
||||
BuildRequires: cargo-packaging
|
||||
|
||||
@@ -35,18 +35,21 @@ Comes with the following super-powers:
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -a1 -n gping-gping-v%{version}
|
||||
%if 0%{?suse_version} <= 1560
|
||||
sed -i 's/version = 4/version = 3/' Cargo.lock
|
||||
%endif
|
||||
|
||||
%build
|
||||
cd gping
|
||||
%cargo_build
|
||||
%{cargo_build}
|
||||
|
||||
%check
|
||||
cd gping
|
||||
%cargo_test
|
||||
%{cargo_test}
|
||||
|
||||
%install
|
||||
cd gping
|
||||
%cargo_install
|
||||
%{cargo_install}
|
||||
install -Dpm644 ../gping.1 %{buildroot}%{_mandir}/man1/gping.1%{?ext_man}
|
||||
|
||||
%files
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8c68b88654223443cfa829e1025cd5b72b9d7f442c96420ae9149321a98ecdf
|
||||
size 19284113
|
||||
oid sha256:32abe51a11eaa5b2affbb8d23177795f34ca520bcfc0a70cba1779f9d56b4b85
|
||||
size 28073096
|
||||
|
||||
Reference in New Issue
Block a user