Hello community,

here is the log from the commit of package cmake for openSUSE:Factory checked 
in at 2019-02-28 21:34:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cmake (Old)
 and      /work/SRC/openSUSE:Factory/.cmake.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cmake"

Thu Feb 28 21:34:05 2019 rev:158 rq:679075 version:3.13.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/cmake/cmake.changes      2019-02-20 
14:08:24.998997555 +0100
+++ /work/SRC/openSUSE:Factory/.cmake.new.28833/cmake.changes   2019-02-28 
21:34:07.753720847 +0100
@@ -1,0 +2,11 @@
+Mon Feb 25 13:53:26 UTC 2019 - Dan Čermák <dcer...@suse.com>
+
+- Install cmake-mode.el
+  * remove a left over .orig file on Leap <= 42.3 and SLE 12 <= SP3
+
+-------------------------------------------------------------------
+Wed Feb 20 15:52:37 UTC 2019 - sch...@suse.de
+
+- Drop c17-default.patch, has been solved differently upstream
+
+-------------------------------------------------------------------

Old:
----
  c17-default.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cmake.spec ++++++
--- /var/tmp/diff_new_pack.Mo2Ro3/_old  2019-02-28 21:34:08.961720467 +0100
+++ /var/tmp/diff_new_pack.Mo2Ro3/_new  2019-02-28 21:34:08.965720465 +0100
@@ -46,7 +46,6 @@
 Patch5:         system-libs.patch
 # Search for python interpreters from newest to oldest rather then picking up 
/usr/bin/python as first choice
 Patch7:         feature-suse-python-interp-search-order.patch
-Patch8:         c17-default.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libarchive-devel >= 3.0.2
@@ -117,6 +116,17 @@
   ln -s ../../%{name}/completions/$(basename $f) 
%{buildroot}%{_datadir}/bash-completion/completions
 done
 
+# cmake-mode.el
+%define cmake_mode_el %{_datadir}/emacs/site-lisp/%{name}-mode.el
+install -D -p -m 0644 Auxiliary/cmake-mode.el %{buildroot}%{cmake_mode_el}
+rm %{buildroot}%{_datadir}/%{name}/editors/emacs/cmake-mode.el
+
+# SLE12 or OpenSUSE Leap 42
+%if 0%{?suse_version} == 1315
+# remove left over orig file
+rm %{buildroot}%{_datadir}/%{name}/Modules/FindPythonInterp.cmake.orig
+%endif
+
 %fdupes %{buildroot}%{_datadir}/cmake
 
 %check
@@ -143,5 +153,7 @@
 %{_datadir}/aclocal/cmake.m4
 %doc %{_docdir}/%{name}
 %{_datadir}/bash-completion
+%{cmake_mode_el}
+%dir %{dirname:%{cmake_mode_el}}
 
 %changelog




Reply via email to