Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libcerf for openSUSE:Factory checked in at 2024-02-08 19:01:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcerf (Old) and /work/SRC/openSUSE:Factory/.libcerf.new.1815 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcerf" Thu Feb 8 19:01:37 2024 rev:10 rq:1144849 version:2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libcerf/libcerf.changes 2023-10-12 23:39:39.911589579 +0200 +++ /work/SRC/openSUSE:Factory/.libcerf.new.1815/libcerf.changes 2024-02-08 19:01:40.522012852 +0100 @@ -1,0 +2,5 @@ +Mon Feb 5 10:43:55 UTC 2024 - Dirk Müller <[email protected]> + +- handle different doc location based on version of cmake macros + +------------------------------------------------------------------- @@ -6 +11,2 @@ - * CMake: removed option PORTABLE and compiler flag -march (unavailable on some architectures) + * CMake: removed option PORTABLE and compiler flag -march + (unavailable on some architectures) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcerf.spec ++++++ --- /var/tmp/diff_new_pack.pT0jor/_old 2024-02-08 19:01:41.126034979 +0100 +++ /var/tmp/diff_new_pack.pT0jor/_new 2024-02-08 19:01:41.130035126 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcerf # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # Copyright (c) 2014 Christoph Junghans <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -72,7 +72,9 @@ %install %cmake_install mkdir -p %{buildroot}%{_docdir}/%{name} -mv %{buildroot}%{_datadir}/doc/cerf/* %{buildroot}%{_docdir}/%{name} +if [ -d %{buildroot}%{_datadir}/doc/cerf ]; then + mv %{buildroot}%{_datadir}/doc/cerf/* %{buildroot}%{_docdir}/%{name} +fi %fdupes %{buildroot}%{_prefix} %post -n libcerf2 -p /sbin/ldconfig
