Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sfml2 for openSUSE:Factory checked in at 2024-03-13 22:17:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sfml2 (Old) and /work/SRC/openSUSE:Factory/.sfml2.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sfml2" Wed Mar 13 22:17:33 2024 rev:11 rq:1157015 version:2.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/sfml2/sfml2.changes 2023-11-16 20:31:52.483698693 +0100 +++ /work/SRC/openSUSE:Factory/.sfml2.new.1770/sfml2.changes 2024-03-13 22:18:23.851872182 +0100 @@ -1,0 +2,5 @@ +Wed Feb 28 20:12:24 UTC 2024 - Jaime MarquÃnez Ferrándiz <[email protected]> + +- Specify the documentation path so that it works across openSUSE versions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sfml2.spec ++++++ --- /var/tmp/diff_new_pack.r6cZK6/_old 2024-03-13 22:18:25.195921628 +0100 +++ /var/tmp/diff_new_pack.r6cZK6/_new 2024-03-13 22:18:25.199921775 +0100 @@ -1,7 +1,7 @@ # # spec file for package sfml2 # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -96,6 +96,7 @@ %build %cmake -DSFML_BUILD_DOC=TRUE \ -DSFML_INSTALL_PKGCONFIG_FILES=TRUE \ + -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/SFML \ -DCMAKE_BUILD_TYPE=RelWithDebInfo %cmake_build @@ -105,9 +106,6 @@ %install %cmake_install -mkdir -p %{buildroot}%{_docdir}/SFML -mv %{buildroot}%{_datadir}/doc/SFML %{buildroot}%{_docdir}/SFML - %post -n lib%{name}%{so_ver} -p /sbin/ldconfig %postun -n lib%{name}%{so_ver} -p /sbin/ldconfig
