Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kcalutils for openSUSE:Factory 
checked in at 2022-11-16 15:42:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcalutils (Old)
 and      /work/SRC/openSUSE:Factory/.kcalutils.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcalutils"

Wed Nov 16 15:42:17 2022 rev:90 rq:1035764 version:22.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcalutils/kcalutils.changes      2022-11-04 
17:33:49.036454756 +0100
+++ /work/SRC/openSUSE:Factory/.kcalutils.new.1597/kcalutils.changes    
2022-11-16 15:42:20.455587815 +0100
@@ -1,0 +2,5 @@
+Tue Nov 15 07:46:25 UTC 2022 - Christophe Giboudeaux <christo...@krop.fr>
+
+- Don't hardcode the grantlee short version.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kcalutils.spec ++++++
--- /var/tmp/diff_new_pack.VhVLYj/_old  2022-11-16 15:42:20.939590312 +0100
+++ /var/tmp/diff_new_pack.VhVLYj/_new  2022-11-16 15:42:20.943590333 +0100
@@ -83,14 +83,16 @@
 %autosetup -p1 -n kcalutils-%{version}
 
 %build
-  %cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
-  %cmake_build
+%cmake_kf5 -d build -- -DBUILD_TESTING=ON 
-DKF5_INCLUDE_INSTALL_DIR=%{_kf5_includedir}
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
-  %if %{with released}
+%kf5_makeinstall -C build
+%if %{with released}
     %find_lang %{name} --with-man --all-name
-  %endif
+%endif
+
+%global grantlee_shortver %(rpm -q --queryformat=%%{VERSION} grantlee5 | cut 
-d . -f 1-2)
 
 %post -n libKF5CalendarUtils5 -p /sbin/ldconfig
 %postun -n libKF5CalendarUtils5 -p /sbin/ldconfig
@@ -109,8 +111,8 @@
 
 %files
 %dir %{_kf5_libdir}/grantlee/
-%dir %{_kf5_libdir}/grantlee/5.2
-%{_kf5_libdir}/grantlee/5.2/kcalendar_grantlee_plugin.so
+%dir %{_kf5_libdir}/grantlee/%{grantlee_shortver}
+%{_kf5_libdir}/grantlee/%{grantlee_shortver}/kcalendar_grantlee_plugin.so
 
 %if %{with released}
 %files lang -f %{name}.lang

Reply via email to