Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package freerdp for openSUSE:Factory checked in at 2023-06-03 00:06:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freerdp (Old) and /work/SRC/openSUSE:Factory/.freerdp.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freerdp" Sat Jun 3 00:06:28 2023 rev:66 rq:1090038 version:2.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/freerdp/freerdp.changes 2023-05-08 17:23:54.620562703 +0200 +++ /work/SRC/openSUSE:Factory/.freerdp.new.15902/freerdp.changes 2023-06-03 00:06:36.697772089 +0200 @@ -1,0 +2,6 @@ +Wed May 31 13:15:32 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- Don't compile shared objects with -fPIE and use -pie only for executables +- Reenable LTO on ARM + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freerdp.spec ++++++ --- /var/tmp/diff_new_pack.Ey1JUr/_old 2023-06-03 00:06:37.497776813 +0200 +++ /var/tmp/diff_new_pack.Ey1JUr/_new 2023-06-03 00:06:37.501776837 +0200 @@ -34,9 +34,6 @@ %define libfreerdp_package %{major_version}-%{major_version} %define uwac_version 0 %define uwac_package %{uwac_version}-%{uwac_version} -%ifarch aarch64 %{arm} -%define _lto_cflags %{nil} -%endif Name: freerdp Version: 2.10.0 @@ -203,13 +200,12 @@ if [ -z "$SOURCE_DATE_EPOCH" ]; then find . -type f -name "*.c" -exec perl -i -pe 's{__(DATE|TIME)__}{""}g' "{}" "+" fi -export LDFLAGS="-pie" -export CFLAGS="%{optflags} -fPIE -pie" %cmake \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_lib} \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DCMAKE_EXE_LINKER_FLAGS="-pie" \ -DWITH_ALSA=ON \ -DWITH_CAIRO=ON \ -DWITH_CUPS=ON \