Hello community,

here is the log from the commit of package gtk2 for openSUSE:Factory checked in 
at 2015-06-03 08:14:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-05-19 
23:12:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gtk2.new/gtk2.changes   2015-06-03 
08:14:18.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun  1 11:16:14 UTC 2015 - [email protected]
+
+- Add two patches to fix boo#933034:
+  + Add gtk2-bgo743166-remember-printing-authentication.patch: 
+    Allow credentials from gnome-keyring to be used for printing 
+    in GTK 2 (bgo#743166)
+  + Add gtk2-bgo737777-fix-printing-authentication-crash.patch: 
+    Fix applications from randomly crashing while printing with 
+    a password-secured SMB printer (bgo#737777)
+
+-------------------------------------------------------------------

New:
----
  gtk2-bgo737777-fix-printing-authentication-crash.patch
  gtk2-bgo743166-remember-printing-authentication.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtk2.spec ++++++
--- /var/tmp/diff_new_pack.x6p94w/_old  2015-06-03 08:14:20.000000000 +0200
+++ /var/tmp/diff_new_pack.x6p94w/_new  2015-06-03 08:14:20.000000000 +0200
@@ -55,6 +55,10 @@
 Patch55:        gtk2-default-printer.patch
 # PATCH-FIX-UPSTREAM gtk2-bgo625202-30-bit-drawables-remain-black.patch 
bgo#625202 [email protected] -- 30-bit drawables remain black
 Patch56:        gtk2-bgo625202-30-bit-drawables-remain-black.patch
+# PATCH-FIX-UPSTREAM gtk2-bgo743166-remember-printing-authentication.patch 
bgo#674264 [email protected] -- Credentials from gnome-keyring is not used 
while printing in GTK 2
+Patch57:        gtk2-bgo743166-remember-printing-authentication.patch
+# PATCH-FIX-UPSTREAM gtk2-bgo737777-fix-printing-authentication-crash.patch 
bgo#737777 [email protected] -- Applications crash randomly while printing 
with a password-secured SMB printer
+Patch58:        gtk2-bgo737777-fix-printing-authentication-crash.patch
 BuildRequires:  atk-devel
 BuildRequires:  cairo-devel
 BuildRequires:  cups-devel
@@ -333,6 +337,8 @@
 %patch53
 %patch55 -p1
 %patch56 -p1
+%patch57 -p1
+%patch58 -p1
 gnome-patch-translation-update
 
 %build

++++++ gtk2-bgo737777-fix-printing-authentication-crash.patch ++++++
@@ -, +, @@ 
 gtk/gtkprintbackend.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/gtk/gtkprintbackend.c     
+++ a/gtk/gtkprintbackend.c     
@@ -756,7 +756,7 @@ request_password (GtkPrintBackend  *backend,
 
   priv->auth_info_required = g_strdupv (ai_required);
   length = g_strv_length (ai_required);
-  priv->auth_info = g_new0 (gchar *, length);
+  priv->auth_info = g_new0 (gchar *, length + 1);
   priv->store_auth_info = FALSE;
 
   dialog = gtk_dialog_new_with_buttons ( _("Authentication"), NULL, 
GTK_DIALOG_MODAL, 
++++++ gtk2-bgo743166-remember-printing-authentication.patch ++++++
++++ 1566 lines (skipped)


Reply via email to