Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package scamper for openSUSE:Factory checked in at 2024-02-13 22:43:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/scamper (Old) and /work/SRC/openSUSE:Factory/.scamper.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "scamper" Tue Feb 13 22:43:34 2024 rev:27 rq:1146332 version:20240122 Changes: -------- --- /work/SRC/openSUSE:Factory/scamper/scamper.changes 2024-01-17 22:19:07.575431733 +0100 +++ /work/SRC/openSUSE:Factory/.scamper.new.1815/scamper.changes 2024-02-13 22:44:00.903800039 +0100 @@ -1,0 +2,30 @@ +Tue Feb 6 09:07:29 UTC 2024 - Sebastian Wagner <[email protected]> + +- Temporarily disable Python build because of incompatibility with Python 3.11 + Reported upstream, will be fixed in next version. + +------------------------------------------------------------------- +Mon Feb 5 12:59:00 UTC 2024 - Sebastian Wagner <[email protected]> + +- Update to version 20240122: + * scamper + * fix regression in 20240117 where trace -W 0 (probe as soon as + there's a response) was not accepted, despite being the default. + add unit test for this. + * for trace, improve probe and reply matching of UDP packets + * fix printing UDP responses to traceroute probes in scamper -O text output + * for trace section of scamper.1 man page, document -O const-payload, + and expand documentation for -O dl. + * python module: + * ship scamper release with a the C source code pre-generated for the + python module, so that the build process does not require a cython + installation. bootstrap.pl will build the C source code unless told + not to via --without-cython + * rename ScamperPing.reply_count to ScamperPing.stop_count, as the + reply_count attribute meant something different on a ScamperPing + object than what it means with ScamperDealiasProbe, etc + * sc_remoted: + * expand sc_remoted.1 manual page with information about validating + scamper client TLS certificates, and how to use -M monitor-name. + +------------------------------------------------------------------- Old: ---- scamper-cvs-20240117.tar.gz New: ---- scamper-cvs-20240122.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ scamper.spec ++++++ --- /var/tmp/diff_new_pack.kbkS1P/_old 2024-02-13 22:44:01.571824160 +0100 +++ /var/tmp/diff_new_pack.kbkS1P/_new 2024-02-13 22:44:01.571824160 +0100 @@ -18,7 +18,7 @@ Name: scamper -Version: 20240117 +Version: 20240122 Release: 0 Summary: Parallel Internet measurement utility License: GPL-2.0-only @@ -120,7 +120,9 @@ %build export PYTHON=%{_bindir}/python3 -%configure --disable-static --without-debugfile --with-pcre2 --enable-sc_hoiho --enable-sc_uptime --with-python +# disable Python build in 20240122 because of incompatibility with Python 3.11. Reported upstream, will be fixed in next version +%configure --disable-static --without-debugfile --with-pcre2 --enable-sc_hoiho --enable-sc_uptime +#%%configure --disable-static --without-debugfile --with-pcre2 --enable-sc_hoiho --enable-sc_uptime --with-python make %{?_smp_mflags} %install @@ -138,7 +140,7 @@ %{_bindir}/scamper %{_mandir}/man1/* %{_mandir}/man5/* -%{python3_sitelib}/scamper.so +#%%{python3_sitelib}/scamper.so %files -n libscamperfile8 %{_libdir}/libscamperfile.so.* ++++++ scamper-cvs-20240117.tar.gz -> scamper-cvs-20240122.tar.gz ++++++ ++++ 125040 lines of diff (skipped)
