Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package davix for openSUSE:Factory checked in at 2026-08-20 16:16:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/davix (Old) and /work/SRC/openSUSE:Factory/.davix.new.1258 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "davix" Thu Aug 20 16:16:35 2026 rev:14 rq:1372170 version:0.8.10 Changes: -------- --- /work/SRC/openSUSE:Factory/davix/davix.changes 2025-05-03 21:02:05.477479469 +0200 +++ /work/SRC/openSUSE:Factory/.davix.new.1258/davix.changes 2026-08-20 16:16:49.613500390 +0200 @@ -1,0 +2,5 @@ +Mon Aug 17 05:02:50 UTC 2026 - Zoltan Balogh <[email protected]> + +- Add davix-tests subpackage with test executables + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ davix.spec ++++++ --- /var/tmp/diff_new_pack.niR5RD/_old 2026-08-20 16:16:50.205521362 +0200 +++ /var/tmp/diff_new_pack.niR5RD/_new 2026-08-20 16:16:50.207521432 +0200 @@ -1,7 +1,7 @@ # # spec file for package davix # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -69,6 +69,15 @@ This package provides the headers and sources needed for developing applications using davix. +%package tests +Summary: Test suite for %{name} +Requires: %{shlib} = %{version} + +%description tests +The %{name}-tests package contains test executables that can be used +to verify the functionality of the installed %{name} package. +These are the same tests run during the package build (%check section). + %prep %autosetup -p1 @@ -102,9 +111,11 @@ %{_bindir}/davix-mv %{_bindir}/davix-put %{_bindir}/davix-rm +%{_mandir}/man1/davix-*.1%{?ext_man} + +%files tests %{_bindir}/davix-tester %{_bindir}/davix-unit-tests -%{_mandir}/man1/davix-*.1%{?ext_man} %files -n %{shlib} %{_libdir}/*.so.*
