Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package librist for openSUSE:Factory checked in at 2026-08-15 22:39:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/librist (Old) and /work/SRC/openSUSE:Factory/.librist.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "librist" Sat Aug 15 22:39:44 2026 rev:6 rq:1371184 version:0.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/librist/librist.changes 2026-03-22 14:11:23.235421998 +0100 +++ /work/SRC/openSUSE:Factory/.librist.new.1258/librist.changes 2026-08-15 22:39:48.945874857 +0200 @@ -1,0 +2,5 @@ +Tue Jun 16 15:02:27 UTC 2026 - Guillaume GARDET <[email protected]> + +- Switch from mbedtls to gnutls + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ librist.spec ++++++ --- /var/tmp/diff_new_pack.3dVQhn/_old 2026-08-15 22:39:49.690901083 +0200 +++ /var/tmp/diff_new_pack.3dVQhn/_new 2026-08-15 22:39:49.692901153 +0200 @@ -19,8 +19,6 @@ %define sover 4 %define libname %{name}%{sover} -# BRs would expand rings -%bcond_with unbundle Name: librist Version: 0.2.11 Release: 0 @@ -34,10 +32,9 @@ BuildRequires: meson >= 0.47 BuildRequires: ninja BuildRequires: pkgconfig -%if %{with unbundle} -BuildRequires: mbedtls-devel +BuildRequires: gnutls-devel +BuildRequires: libnettle-devel BuildRequires: pkgconfig(libcjson) -%endif %description A library that can be used to speak the RIST protocol (as defined by Video @@ -71,7 +68,7 @@ %autosetup -n %{name}-v%{version} -p1 %build -%meson +%meson -Duse_nettle=true -Duse_mbedtls=false %meson_build %install
