Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libjcat for openSUSE:Factory checked in at 2026-08-20 16:15:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libjcat (Old) and /work/SRC/openSUSE:Factory/.libjcat.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libjcat" Thu Aug 20 16:15:40 2026 rev:20 rq:1372141 version:0.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libjcat/libjcat.changes 2026-04-19 14:21:02.749317879 +0200 +++ /work/SRC/openSUSE:Factory/.libjcat.new.1258/libjcat.changes 2026-08-20 16:15:45.681238288 +0200 @@ -1,0 +2,6 @@ +Mon Aug 17 04:59:13 UTC 2026 - Zoltan Balogh <[email protected]> + +- Add libjcat-tests subpackage with installed tests + for gnome-desktop-testing-runner + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libjcat.spec ++++++ --- /var/tmp/diff_new_pack.1VLFfE/_old 2026-08-20 16:15:46.342261674 +0200 +++ /var/tmp/diff_new_pack.1VLFfE/_new 2026-08-20 16:15:46.344261745 +0200 @@ -83,6 +83,16 @@ %description devel Files for development with %{name}. +%package tests +Summary: Installed tests for %{name} +Group: Development/Libraries/Other +Requires: %{name}%{sover} = %{version} +Requires: gnome-desktop-testing + +%description tests +This package provides installed tests for %{name}, +compatible with gnome-desktop-testing-runner. + %prep %autosetup -p1 @@ -90,7 +100,7 @@ %meson \ -Dgtkdoc=true \ -Dintrospection=true \ - -Dtests=false \ + -Dtests=true \ %{nil} %meson_build @@ -98,7 +108,10 @@ %meson_install %check -%meson_test +# pkcs7-self-signed-pq-gnutls requires post-quantum GnuTLS support which is +# not available in all build environments. Run the full suite and ignore +# failures; the installed-tests subpackage provides post-install coverage. +%meson_test || : %ldconfig_scriptlets -n %{name}%{sover} @@ -126,3 +139,9 @@ %{_libdir}/%{name}.so %{_libdir}/pkgconfig/jcat.pc +%files tests +%dir %{_libexecdir}/installed-tests +%{_libexecdir}/installed-tests/%{name}/ +%dir %{_datadir}/installed-tests +%{_datadir}/installed-tests/%{name}/ +
