Hello community, here is the log from the commit of package cmake for openSUSE:Factory checked in at 2018-12-24 11:35:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cmake (Old) and /work/SRC/openSUSE:Factory/.cmake.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cmake" Mon Dec 24 11:35:31 2018 rev:154 rq:660220 version:3.13.1 Changes: -------- --- /work/SRC/openSUSE:Factory/cmake/cmake-gui.changes 2018-12-10 12:26:08.574658538 +0100 +++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake-gui.changes 2018-12-24 11:35:32.605763619 +0100 @@ -1,0 +2,5 @@ +Wed Dec 19 16:25:45 UTC 2018 - Todd R <[email protected]> + +- Include license file as BSD license requires. + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/cmake/cmake.changes 2018-12-10 12:26:09.534657580 +0100 +++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake.changes 2018-12-24 11:35:32.821763427 +0100 @@ -1,0 +2,8 @@ +Wed Dec 19 16:19:24 UTC 2018 - Todd R <[email protected]> + +- Use upstream-recommended %{_rpmconfigdir}/macros.d directory + for the rpm macros. +- Include license file as BSD license requires. +- Correct cmake-mans recommends, should be cmake-man + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cmake-gui.spec ++++++ --- /var/tmp/diff_new_pack.U1xtSx/_old 2018-12-24 11:35:33.477762844 +0100 +++ /var/tmp/diff_new_pack.U1xtSx/_new 2018-12-24 11:35:33.481762840 +0100 @@ -110,6 +110,7 @@ rm -rf %{buildroot}%{_docdir}/cmake %files +%license Copyright.txt %{_bindir}/cmake-gui %{_datadir}/applications/%{name}.desktop %{_datadir}/mime/packages/cmakecache.xml @@ -120,6 +121,7 @@ %{_datadir}/icons/hicolor/32x32/apps/CMakeSetup.png %files -n cmake-man +%license Copyright.txt %{_mandir}/man7/* %{_mandir}/man1/* ++++++ cmake.spec ++++++ --- /var/tmp/diff_new_pack.U1xtSx/_old 2018-12-24 11:35:33.501762823 +0100 +++ /var/tmp/diff_new_pack.U1xtSx/_new 2018-12-24 11:35:33.501762823 +0100 @@ -69,7 +69,7 @@ Requires: make # bnc#953842 - A python file is shipped so require python base so it can be run. Requires: python3-base -Recommends: cmake-mans +Recommends: cmake-man %description CMake is a cross-platform, open-source build system @@ -104,7 +104,7 @@ mkdir -p %{buildroot}%{_libdir}/cmake find %{buildroot}%{_datadir}/cmake -type f -print0 | xargs -0 chmod 644 # rpm macros -install -m644 %{SOURCE1} -D %{buildroot}%{_sysconfdir}/rpm/macros.cmake +install -m644 %{SOURCE1} -D %{buildroot}%{_rpmconfigdir}/macros.d/macros.cmake # RPM auto provides install -p -m0644 -D %{SOURCE3} %{buildroot}%{_libexecdir}/rpm/fileattrs/cmake.attr @@ -129,7 +129,9 @@ -E "(TestUpload|SimpleInstall|SimpleInstall-Stage2|CPackComponentsForAll-RPM-(default|OnePackPerGroup|IgnoreGroup|AllInOne)|CPack_RPM)" %files -%config %{_sysconfdir}/rpm/macros.cmake +%license Copyright.txt +%doc README.rst +%config %{_rpmconfigdir}/macros.d/macros.cmake %{_libexecdir}/rpm %{_bindir}/cpack %{_bindir}/cmake
