Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lime for openSUSE:Factory checked in at 2022-08-18 16:48:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lime (Old) and /work/SRC/openSUSE:Factory/.lime.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lime" Thu Aug 18 16:48:57 2022 rev:15 rq:997466 version:5.1.45 Changes: -------- --- /work/SRC/openSUSE:Factory/lime/lime.changes 2022-07-08 14:03:19.850545830 +0200 +++ /work/SRC/openSUSE:Factory/.lime.new.2083/lime.changes 2022-08-18 16:49:09.069443662 +0200 @@ -1,0 +2,5 @@ +Sun Aug 14 12:21:42 UTC 2022 - th...@gmx.de + +- Remove RPATH to be able to build on Fedora + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lime.spec ++++++ --- /var/tmp/diff_new_pack.Fixok3/_old 2022-08-18 16:49:11.365449008 +0200 +++ /var/tmp/diff_new_pack.Fixok3/_new 2022-08-18 16:49:11.373449027 +0200 @@ -29,10 +29,16 @@ BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: pkgconfig +%if 0%{?suse_version} BuildRequires: soci-devel BuildRequires: soci-sqlite3-devel +%else +BuildRequires: soci-devel = 4.0.2 +BuildRequires: soci-sqlite3-devel = 4.0.2 +%endif BuildRequires: pkgconfig(bctoolbox) >= 5.0.0 BuildRequires: pkgconfig(belle-sip) >= 5.0.0 +BuildRequires: chrpath %description LIME is an encryption library for one-to-one and group instant @@ -90,6 +96,9 @@ %cmake \ -DENABLE_STRICT=OFF \ -DENABLE_STATIC=OFF \ +%if 0%{?fedora} + -DCMAKE_INSTALL_LIBDIR=lib64 \ +%endif -DENABLE_C_INTERFACE=ON %cmake_build @@ -97,6 +106,8 @@ %cmake_install chmod -x %{buildroot}%{_datadir}/%{name}_tester/data/*.pem +chrpath -d %{buildroot}%{_bindir}/%{name}* %{buildroot}%{_libdir}/%{soname}.so.%{sover}* + %post -n %{soname}%{sover} -p /sbin/ldconfig %postun -n %{soname}%{sover} -p /sbin/ldconfig