6 Commits

Author SHA256 Message Date
1d824a557d Accepting request 1313504 from network:utilities
- Update version to 1.20.1
  * Update dependencies
  * Fix clippy errors
  * Update documentation

OBS-URL: https://build.opensuse.org/request/show/1313504
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gping?expand=0&rev=4
2025-10-24 16:48:47 +00:00
ce8020aa9a - Update version to 1.20.1
* Update dependencies
  * Fix clippy errors
  * Update documentation

OBS-URL: https://build.opensuse.org/package/show/network:utilities/gping?expand=0&rev=9
2025-10-24 14:33:33 +00:00
68b6f77fd7 Accepting request 1234577 from network:utilities
- Fix build for 15.6
- Update version to 1.19.0:
  * Add support GCP cloud endpoints
  * Add support punycode names
  * Fix ipv6 usage

OBS-URL: https://build.opensuse.org/request/show/1234577
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gping?expand=0&rev=3
2025-01-05 14:28:28 +00:00
468f26e348 Fix source url
OBS-URL: https://build.opensuse.org/package/show/network:utilities/gping?expand=0&rev=7
2025-01-02 14:56:11 +00:00
f65aa30e10 - Fix build for 15.6
OBS-URL: https://build.opensuse.org/package/show/network:utilities/gping?expand=0&rev=6
2025-01-02 10:02:19 +00:00
b558bfcd20 - Update version to 1.19.0:
* Add support GCP cloud endpoints
  * Add support punycode names
  * Fix ipv6 usage

OBS-URL: https://build.opensuse.org/package/show/network:utilities/gping?expand=0&rev=5
2025-01-02 09:57:50 +00:00
5 changed files with 35 additions and 11 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0df965111429d5fcef832a4ff23b452a1ec8f683d51ed31ce9b10902c0a18a9c
size 879940

View File

@@ -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>

View File

@@ -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

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8c68b88654223443cfa829e1025cd5b72b9d7f442c96420ae9149321a98ecdf
size 19284113
oid sha256:32abe51a11eaa5b2affbb8d23177795f34ca520bcfc0a70cba1779f9d56b4b85
size 28073096