Hello community, here is the log from the commit of package gthumb for openSUSE:Factory checked in at 2017-07-27 11:13:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gthumb (Old) and /work/SRC/openSUSE:Factory/.gthumb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gthumb" Thu Jul 27 11:13:02 2017 rev:81 rq:512696 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/gthumb/gthumb.changes 2017-03-12 20:00:34.330859173 +0100 +++ /work/SRC/openSUSE:Factory/.gthumb.new/gthumb.changes 2017-07-27 11:13:43.352941906 +0200 @@ -1,0 +2,6 @@ +Tue Jul 25 20:58:03 UTC 2017 - meiss...@suse.com + +- Forcefully enable PIE in the spec file, as the configure uses + -fPIC, which disables are automatism. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gthumb.spec ++++++ --- /var/tmp/diff_new_pack.VwI9rC/_old 2017-07-27 11:13:44.100836262 +0200 +++ /var/tmp/diff_new_pack.VwI9rC/_new 2017-07-27 11:13:44.104835697 +0200 @@ -97,6 +97,8 @@ %endif %build +export CFLAGS="-fPIE %optflags" +export LDFLAGS="-pie" %configure\ --disable-static \ --enable-libraw \