Hello community, here is the log from the commit of package gtk2 for openSUSE:Factory checked in at 2014-11-13 09:16:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk2 (Old) and /work/SRC/openSUSE:Factory/.gtk2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2" Changes: -------- --- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes 2014-11-05 15:54:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes 2014-11-13 09:17:09.000000000 +0100 @@ -1,0 +2,5 @@ +Sun Nov 09 04:18:00 UTC 2014 - Led <[email protected]> + +- fix bashism in post script + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk2.spec ++++++ --- /var/tmp/diff_new_pack.sb0JN1/_old 2014-11-13 09:17:10.000000000 +0100 +++ /var/tmp/diff_new_pack.sb0JN1/_new 2014-11-13 09:17:10.000000000 +0100 @@ -427,7 +427,7 @@ # %{_libdir}/gtk-2.0/%{gtk_binary_version} already exists) which means # gtk-query-immodules-2.0 couldn't run there. %endif -if [ $1 == 1 ]; then +if [ $1 = 1 ]; then test -d %{_libdir}/gtk-2.0/%{gtk_binary_version} if test $? -eq 0; then %{_gtk_query_immodules_update_cache} -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
