Hello community, here is the log from the commit of package zlib for openSUSE:Factory checked in at 2020-09-23 18:39:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/zlib (Old) and /work/SRC/openSUSE:Factory/.zlib.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "zlib" Wed Sep 23 18:39:17 2020 rev:79 rq:834969 version:1.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/zlib/zlib.changes 2020-08-31 16:47:49.420283833 +0200 +++ /work/SRC/openSUSE:Factory/.zlib.new.4249/zlib.changes 2020-09-23 18:39:43.673284146 +0200 @@ -1,0 +2,5 @@ +Wed Sep 16 15:05:04 UTC 2020 - Stephan Kulow <[email protected]> + +- Provide a testsuite subpackage to run post-build validation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ zlib.spec ++++++ --- /var/tmp/diff_new_pack.vMQnbJ/_old 2020-09-23 18:39:45.433285765 +0200 +++ /var/tmp/diff_new_pack.vMQnbJ/_new 2020-09-23 18:39:45.437285769 +0200 @@ -117,6 +117,15 @@ This package contains the libraries and header files needed for developing applications which use minizip. +%package testsuite +Summary: Provide the test examples to reproduce test suite +Requires: libz1 = %{version} + +%description testsuite +To run the testsuite, execute %{_libexecdir}/%{name}/testsuite + +It should exit 0 + %prep %setup -q %patch0 @@ -185,6 +194,8 @@ mkdir -p %{buildroot}%{_docdir}/%{name} cp -r examples/ %{buildroot}%{_docdir}/%{name}/ +install -D examplesh %{buildroot}%{_libexecdir}/%{name}/testsuite + # Install minizip cd contrib/minizip %make_install @@ -225,4 +236,8 @@ %files devel-static %{_libdir}/libz.a +%files testsuite +%dir %{_libexecdir}/%{name} +%{_libexecdir}/%{name}/testsuite + %changelog
