]> git.pld-linux.org Git - packages/gtk+2.git/commitdiff
- updated to 2.24.23 auto/th/gtk+2-2.24.23-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Mar 2014 11:49:49 +0000 (12:49 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Mar 2014 11:49:49 +0000 (12:49 +0100)
- added format patch (fixes build with -Werror=format-security)

gtk+2-format.patch [new file with mode: 0644]
gtk+2.spec

diff --git a/gtk+2-format.patch b/gtk+2-format.patch
new file mode 100644 (file)
index 0000000..15106f7
--- /dev/null
@@ -0,0 +1,11 @@
+--- gtk+-2.24.23/modules/engines/pixbuf/pixbuf-rc-style.c.orig 2014-03-06 05:56:42.000000000 +0100
++++ gtk+-2.24.23/modules/engines/pixbuf/pixbuf-rc-style.c      2014-03-22 09:12:02.069004277 +0100
+@@ -669,7 +669,7 @@
+                              const char   *message)
+ {
+   theme_clear_pixbuf (theme_pb);
+-  g_scanner_warn (scanner, message);
++  g_scanner_warn (scanner, "%s", message);
+ }
+ static guint
index 5aad023e6bc3979dcabd8fa71f1171a14c452c06..46e48e2e6081db76a38c3fbe77c7d2c084895094 100644 (file)
@@ -14,16 +14,17 @@ Summary(it.UTF-8):  Il toolkit per GIMP
 Summary(pl.UTF-8):     GIMP Toolkit
 Summary(tr.UTF-8):     GIMP ToolKit arayüz kitaplığı
 Name:          gtk+2
-Version:       2.24.22
+Version:       2.24.23
 Release:       1
 Epoch:         2
 License:       LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.24/gtk+-%{version}.tar.xz
-# Source0-md5: 5fbbfb7637bbd571a572a2dae0e736d2
+# Source0-md5: 0be39fbed4ca125645175cd6e22f2548
 Patch0:                %{name}-arch_confdir.patch
 Patch1:                gobject-introspection.patch
 Patch2:                %{name}-papi.patch
+Patch3:                %{name}-format.patch
 URL:           http://www.gtk.org/
 BuildRequires: atk-devel >= 1:1.30.0-3
 BuildRequires: autoconf >= 2.62
@@ -249,6 +250,7 @@ Moduł GTK+ do drukowania przez PAPI.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %{__sed} -i -e '1s,/usr/bin/env python,/usr/bin/python,' gtk/gtk-builder-convert
 
This page took 0.110704 seconds and 4 git commands to generate.