commit gping for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gping for openSUSE:Factory checked in at 2025-01-05 15:28:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gping (Old) and /work/SRC/openSUSE:Factory/.gping.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "gping" Sun Jan 5 15:28:28 2025 rev:3 rq:1234577 version:1.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gping/gping.changes 2024-08-02 17:27:39.058080407 +0200 +++ /work/SRC/openSUSE:Factory/.gping.new.1881/gping.changes 2025-01-05 15:28:32.939080841 +0100 @@ -1,0 +2,13 @@ +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 + +------------------------------------------------------------------- Old: ---- gping-v1.17.3.tar.gz New: ---- gping-v1.19.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gping.spec ++++++ --- /var/tmp/diff_new_pack.OqQVaU/_old 2025-01-05 15:28:34.135130037 +0100 +++ /var/tmp/diff_new_pack.OqQVaU/_new 2025-01-05 15:28:34.139130201 +0100 @@ -1,7 +1,7 @@ # # spec file for package gping # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # 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.19.0 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 @@ %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 ++++++ gping-v1.17.3.tar.gz -> gping-v1.19.0.tar.gz ++++++ ++++ 3775 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/gping/vendor.tar.zst /work/SRC/openSUSE:Factory/.gping.new.1881/vendor.tar.zst differ: char 7, line 1
participants (1)
-
Source-Sync