Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package kbibtex for openSUSE:Factory checked 
in at 2023-11-23 21:42:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kbibtex (Old)
 and      /work/SRC/openSUSE:Factory/.kbibtex.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kbibtex"

Thu Nov 23 21:42:09 2023 rev:13 rq:1128315 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kbibtex/kbibtex.changes  2023-11-16 
20:28:25.928082947 +0100
+++ /work/SRC/openSUSE:Factory/.kbibtex.new.25432/kbibtex.changes       
2023-11-23 21:43:35.481995660 +0100
@@ -1,0 +2,5 @@
+Wed Nov 22 20:01:21 UTC 2023 - Cor Blom <corne...@solcon.nl>
+
+- Fix RPATH problem with cmake options instead of chrpath
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kbibtex.spec ++++++
--- /var/tmp/diff_new_pack.TuGq46/_old  2023-11-23 21:43:35.986014224 +0100
+++ /var/tmp/diff_new_pack.TuGq46/_new  2023-11-23 21:43:35.990014371 +0100
@@ -25,7 +25,6 @@
 Group:          Productivity/Publishing/TeX/Utilities
 URL:            https://apps.kde.org/nl/kbibtex/
 Source:         
https://download.kde.org/stable/KBibTeX/%{version}/%{name}-%{version}.tar.xz
-BuildRequires:  chrpath
 BuildRequires:  extra-cmake-modules
 BuildRequires:  libicu-devel
 BuildRequires:  libpoppler-qt5-devel
@@ -73,7 +72,7 @@
 %autosetup -n %{name}-%{version}
 
 %build
-%cmake_kf5 -d build
+%cmake_kf5 -d build -- -DCMAKE_SKIP_RPATH=FALSE -DCMAKE_SKIP_INSTALL_RPATH=TRUE
 %cmake_build
 
 %install
@@ -85,14 +84,6 @@
 rm -rf %{buildroot}/%{_kf5_libdir}/libkbibtex*.so
 rm -rf %{buildroot}/%{_kf5_libdir}/cmake/KBibTeX
 
-# Remove the rpaths that rpmlint complains about
-# According to https://en.opensuse.org/openSUSE:Packaging_checks
-# this is a last resort option.
-# Reported in kde#476502
-chrpath -d %{buildroot}/%{_kf5_bindir}/kbibtex
-chrpath -d %{buildroot}%{_kf5_libdir}/libkbibtex*.so.*
-chrpath -d %{buildroot}%{_kf5_plugindir}/kbibtexpart.so*
-
 %if %{with lang}
 %find_lang %{name}
 %endif

Reply via email to