Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kim-api for openSUSE:Factory checked 
in at 2024-03-05 18:50:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kim-api (Old)
 and      /work/SRC/openSUSE:Factory/.kim-api.new.1770 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kim-api"

Tue Mar  5 18:50:22 2024 rev:6 rq:1154914 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kim-api/kim-api.changes  2022-04-19 
09:58:42.395598749 +0200
+++ /work/SRC/openSUSE:Factory/.kim-api.new.1770/kim-api.changes        
2024-03-05 18:50:25.392522891 +0100
@@ -1,0 +2,5 @@
+Mon Mar  4 20:02:06 UTC 2024 - Jaime Marquínez Ferrándiz 
<[email protected]>
+
+- Align path for document installation between openSUSE versions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kim-api.spec ++++++
--- /var/tmp/diff_new_pack.rQBvUi/_old  2024-03-05 18:50:26.248553972 +0100
+++ /var/tmp/diff_new_pack.rQBvUi/_new  2024-03-05 18:50:26.248553972 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kim-api
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 # Copyright (c) 2018--2020 Christoph Junghans, Ryan S. Elliott
 #
 # All modifications and additions to the file contributed by third parties
@@ -87,6 +87,9 @@
 %build
 %cmake \
   -DCMAKE_INSTALL_LIBEXECDIR=%{_libexecdir} \
+%if 0%{?suse_version} < 1600
+  -DCMAKE_INSTALL_DOCDIR:PATH=%{_docdir}/%{name} \
+%endif
   -DBASH_COMPLETION_COMPLETIONSDIR=%{_datadir}/bash-completion/completions \
   -DZSH_COMPLETION_COMPLETIONSDIR=%{_datadir}/zsh/functions/Unix ..
 %make_jobs
@@ -95,7 +98,7 @@
 %cmake_install
 mkdir -p %{buildroot}/usr/share/emacs/site-lisp
 mv %{buildroot}/usr/share/emacs/site-lisp/kim-api/kim-api-c-style.el 
%{buildroot}%{_datadir}/emacs/site-lisp/kim-api-c-style.el
-rm %{buildroot}/usr/share/doc/kim-api/{LICENSE.LGPL,NEWS,README.md}
+rm %{buildroot}%{_docdir}/kim-api/{LICENSE.LGPL,NEWS,README.md}
 
 %post -n libkim-api2 -p /sbin/ldconfig
 %postun -n libkim-api2 -p /sbin/ldconfig

Reply via email to