Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ripcalc for openSUSE:Factory checked in at 2026-01-22 15:14:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ripcalc (Old) and /work/SRC/openSUSE:Factory/.ripcalc.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ripcalc" Thu Jan 22 15:14:31 2026 rev:5 rq:1328540 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ripcalc/ripcalc.changes 2025-04-28 16:16:46.926278458 +0200 +++ /work/SRC/openSUSE:Factory/.ripcalc.new.1928/ripcalc.changes 2026-01-22 15:17:09.621681801 +0100 @@ -1,0 +2,22 @@ +Mon Jan 19 22:36:10 UTC 2026 - Heitor Moreira da Silva <[email protected]> + +- Update to version 0.3.0: + * filter arguments to filter STDIN for address lines only + * read and make cdb files + * example cdb maker + * countseen adds occurrence count of IP when in encapsulating and group mode, this option automatically sets encapsulating and group to 128 + * abuseipdb support + * add cdb pairs to output when no format is specified + * when cdb or abuseipdb are present, without a format, all key pairs will be shown + * option makethymecdb to download IP information from thyme.apnic.net, options --data-raw-table, --ipv6-raw-table, --data-used-autnums can be used with a file or URL if format is specified filter should output that style + * add a useragent string to http client + * basic top-like function with --delay, --noclear and --iterations arguments --group4 and --group6 to override --group respectively + * experimental geoip2 lite support + * adding network match iter + * bump nix -> 0.30 + * making Ip functions pub + * quiet option + * use a /32 mask for encapsulation if --mask is not present and addresses are from command line arguments + * assume v4/32 and v6/128 in csv if not specified + +------------------------------------------------------------------- Old: ---- ripcalc-0.2.5.obscpio ripcalc-0.2.5.tar.xz New: ---- ripcalc-0.3.0.obscpio ripcalc-0.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ripcalc.spec ++++++ --- /var/tmp/diff_new_pack.X0zzya/_old 2026-01-22 15:17:11.109743686 +0100 +++ /var/tmp/diff_new_pack.X0zzya/_new 2026-01-22 15:17:11.121744185 +0100 @@ -1,7 +1,7 @@ # # spec file for package ripcalc # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # Copyright (c) 2025 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: ripcalc -Version: 0.2.5 +Version: 0.3.0 Release: 0 Summary: Tool for network addresses License: GPL-3.0-or-later @@ -27,7 +27,8 @@ Source0: %{name}-%{version}.tar.xz Source1: vendor.tar.zst BuildRequires: cargo-packaging -BuildRequires: rust >= 1.69 +BuildRequires: rust >= 1.88 +BuildRequires: pkgconfig(openssl) ExclusiveArch: %{rust_tier1_arches} %description @@ -36,9 +37,6 @@ %prep %autosetup -p1 -a1 -%if 0%{?suse_version} < 1600 -find Cargo.lock vendor/ -type f -name Cargo.lock -exec sed -Ei 's/^version = 4$/version = 3/g' {} \; -%endif %build %{cargo_build} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.X0zzya/_old 2026-01-22 15:17:11.173746347 +0100 +++ /var/tmp/diff_new_pack.X0zzya/_new 2026-01-22 15:17:11.181746680 +0100 @@ -5,7 +5,7 @@ <param name="changesgenerate">enable</param> <param name="filename">ripcalc</param> <param name="versionformat">@PARENT_TAG@</param> - <param name="revision">v0.2.5</param> + <param name="revision">v0.3.0</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> @@ -16,7 +16,7 @@ <param name="compression">xz</param> </service> <service name="cargo_vendor" mode="manual"> - <param name="src">ripcalc</param> + <param name="srcdir">ripcalc</param> <param name="compression">zst</param> <param name="update">true</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.X0zzya/_old 2026-01-22 15:17:11.209747845 +0100 +++ /var/tmp/diff_new_pack.X0zzya/_new 2026-01-22 15:17:11.221748343 +0100 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.com/edneville/ripcalc.git</param> - <param name="changesrevision">82536467fd6334900ad3e4bb2d604e20b270b693</param> + <param name="changesrevision">ca9f34e2696999173ca495068c80474bb53d8547</param> </service> </servicedata> (No newline at EOF) ++++++ ripcalc-0.2.5.obscpio -> ripcalc-0.3.0.obscpio ++++++ ++++ 6848 lines of diff (skipped) ++++++ ripcalc-0.2.5.tar.xz -> ripcalc-0.3.0.tar.xz ++++++ ++++ 6848 lines of diff (skipped) ++++++ ripcalc.obsinfo ++++++ --- /var/tmp/diff_new_pack.X0zzya/_old 2026-01-22 15:17:11.605764314 +0100 +++ /var/tmp/diff_new_pack.X0zzya/_new 2026-01-22 15:17:11.609764480 +0100 @@ -1,5 +1,5 @@ name: ripcalc -version: 0.2.5 -mtime: 1745095022 -commit: 82536467fd6334900ad3e4bb2d604e20b270b693 +version: 0.3.0 +mtime: 1766961921 +commit: ca9f34e2696999173ca495068c80474bb53d8547 ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/ripcalc/vendor.tar.zst /work/SRC/openSUSE:Factory/.ripcalc.new.1928/vendor.tar.zst differ: char 7, line 1
