Hello community, here is the log from the commit of package gettext-runtime for openSUSE:Factory checked in at 2020-07-15 11:11:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old) and /work/SRC/openSUSE:Factory/.gettext-runtime.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gettext-runtime" Wed Jul 15 11:11:21 2020 rev:84 rq:819371 version:0.20.2 Changes: -------- gettext-java.changes: same change --- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 2020-05-11 13:25:35.727135575 +0200 +++ /work/SRC/openSUSE:Factory/.gettext-runtime.new.3060/gettext-runtime-mini.changes 2020-07-15 11:11:35.988795680 +0200 @@ -1,0 +2,5 @@ +Tue Jul 7 12:09:30 UTC 2020 - Christian Vögl <[email protected]> + +- Fix boo941629-unnessary-rpath-on-standard-path.patch (boo#941629) + +------------------------------------------------------------------- gettext-runtime.changes: same change ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ gettext-java.spec: same change gettext-runtime-mini.spec: same change gettext-runtime.spec: same change ++++++ boo941629-unnessary-rpath-on-standard-path.patch ++++++ --- /var/tmp/diff_new_pack.0SGxUL/_old 2020-07-15 11:11:38.276798048 +0200 +++ /var/tmp/diff_new_pack.0SGxUL/_new 2020-07-15 11:11:38.280798053 +0200 @@ -7,7 +7,7 @@ gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu) if $LD --help 2>&1 | grep ': supported targets:.* elf' > /dev/null; then - : -+ if $libdir == /usr/lib | $libdir == /usr/lib64; then ++ if [[ $libdir = '/usr/lib' ]] || [[ $libdir = '/usr/lib64' ]] ; then + hardcode_libdir_flag_spec="" + fi else
