Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk3 for openSUSE:Factory checked in at 2022-08-19 17:53:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk3 (Old) and /work/SRC/openSUSE:Factory/.gtk3.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk3" Fri Aug 19 17:53:24 2022 rev:178 rq:997732 version:3.24.34 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes 2022-07-05 12:27:27.369868845 +0200 +++ /work/SRC/openSUSE:Factory/.gtk3.new.2083/gtk3.changes 2022-08-19 17:54:36.255864680 +0200 @@ -1,0 +2,5 @@ +Mon Aug 15 19:13:13 UTC 2022 - Dirk M??ller <[email protected]> + +- avoid bashism in baselibs postscript (bsc#1195391) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.uOc6QU/_old 2022-08-19 17:54:37.587867471 +0200 +++ /var/tmp/diff_new_pack.uOc6QU/_new 2022-08-19 17:54:37.591867480 +0200 @@ -4,9 +4,9 @@ gtk3-tools +/usr/bin/gtk-query-immodules-3.0(-64)? post "%if "%_lib" == "lib64"" - post "if [ $1 == 1 ]; then test -d <prefix>%{_libdir}/gtk-3.0/3.0.0 && <prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache; fi" + post "if [ $1 = 1 ]; then test -d <prefix>%{_libdir}/gtk-3.0/3.0.0 && <prefix>%{_bindir}/gtk-query-immodules-3.0-64 --update-cache; fi" post "%else" - post "if [ $1 == 1 ]; then test -d <prefix>%{_libdir}/gtk-3.0/3.0.0 && <prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache; fi" + post "if [ $1 = 1 ]; then test -d <prefix>%{_libdir}/gtk-3.0/3.0.0 && <prefix>%{_bindir}/gtk-query-immodules-3.0 --update-cache; fi" post "%endif" libgtk-3-0 requires "gtk3-tools-<targettype>"
