Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libvmime for openSUSE:Factory checked in at 2022-10-03 13:46:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvmime (Old) and /work/SRC/openSUSE:Factory/.libvmime.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvmime" Mon Oct 3 13:46:37 2022 rev:28 rq:1007587 version:0.9.2.175 Changes: -------- --- /work/SRC/openSUSE:Factory/libvmime/libvmime.changes 2022-06-19 21:11:17.138163754 +0200 +++ /work/SRC/openSUSE:Factory/.libvmime.new.2275/libvmime.changes 2022-10-03 13:47:24.869699532 +0200 @@ -1,0 +2,5 @@ +Sun Sep 25 18:34:03 UTC 2022 - Jan Engelhardt <jeng...@inai.de> + +- Force-add -fPIC under RHEL and derivatives + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvmime.spec ++++++ --- /var/tmp/diff_new_pack.nCLAOx/_old 2022-10-03 13:47:25.341700570 +0200 +++ /var/tmp/diff_new_pack.nCLAOx/_new 2022-10-03 13:47:25.349700588 +0200 @@ -98,8 +98,6 @@ popd %endif -# for some reason I don't care researching in detail, CentOS8 dies with -# a PIC-related relocation error during cmake-configure. Hence forcing -fPIC. %cmake \ -DCMAKE_INSTALL_PREFIX:PATH="%_prefix" \ -DINCLUDE_INSTALL_DIR:PATH="%_includedir" \ @@ -115,9 +113,9 @@ -DVMIME_BUILD_STATIC_LIBRARY:BOOL=OFF \ -DCMAKE_BUILD_TYPE:STRING="RelWithDebInfo" \ -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="$cf" \ - -DCMAKE_CXX_FLAGS:STRING="%{?centos_version:-fPIC} " \ + -DCMAKE_CXX_FLAGS:STRING="%{?redhat_version:-fPIC} %{?almalinux_version:-fPIC}" \ -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="$cf" \ - -DCMAKE_C_FLAGS:STRING="%{?centos_version:-fPIC} " \ + -DCMAKE_C_FLAGS:STRING="%{?redhat_version:-fPIC} %{?almalinux_version:-fPIC}" \ -DVMIME_BUILD_DOCUMENTATION:BOOL=OFF %cmake_build