Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2022-08-19 17:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.gtk2.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk2"

Fri Aug 19 17:53:28 2022 rev:179 rq:997733 version:2.24.33

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2/gtk2.changes        2021-10-29 
22:34:33.479689480 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new.2083/gtk2.changes      2022-08-19 
17:54:38.815870047 +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:
------------------
++++++ gtk2.spec ++++++
--- /var/tmp/diff_new_pack.9TwgXi/_old  2022-08-19 17:54:39.475871430 +0200
+++ /var/tmp/diff_new_pack.9TwgXi/_new  2022-08-19 17:54:39.479871437 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gtk2
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.9TwgXi/_old  2022-08-19 17:54:39.535871556 +0200
+++ /var/tmp/diff_new_pack.9TwgXi/_new  2022-08-19 17:54:39.539871563 +0200
@@ -4,9 +4,9 @@
 gtk2-tools
   +/usr/bin/gtk-query-immodules-2.0(-64)?
   post "%if "%_lib" == "lib64""
-  post "if [ $1 == 1 ]; then test -d <prefix>%{_libdir}/gtk-2.0/2.10.0; if 
test $? -eq 0; then <prefix>%{_bindir}/gtk-query-immodules-2.0-64 
--update-cache; fi; fi"
+  post "if [ $1 = 1 ]; then test -d <prefix>%{_libdir}/gtk-2.0/2.10.0; if test 
$? -eq 0; then <prefix>%{_bindir}/gtk-query-immodules-2.0-64 --update-cache; 
fi; fi"
   post "%else"
-  post "if [ $1 == 1 ]; then test -d <prefix>%{_libdir}/gtk-2.0/2.10.0; if 
test $? -eq 0; then <prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache; 
fi; fi"
+  post "if [ $1 = 1 ]; then test -d <prefix>%{_libdir}/gtk-2.0/2.10.0; if test 
$? -eq 0; then <prefix>%{_bindir}/gtk-query-immodules-2.0 --update-cache; fi; 
fi"
   post "%endif"
 libgtk-2_0-0
   requires "gtk2-tools-<targettype>"

Reply via email to