This commit is contained in:
parent
af902019f8
commit
a582573ec7
10
gtk-warn.patch
Normal file
10
gtk-warn.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- modules/printbackends/cups/gtkprintbackendcups.c
|
||||||
|
+++ modules/printbackends/cups/gtkprintbackendcups.c
|
||||||
|
@@ -36,6 +36,7 @@
|
||||||
|
#include <cairo-ps.h>
|
||||||
|
|
||||||
|
#include <glib/gi18n-lib.h>
|
||||||
|
+#include <glib/gstdio.h>
|
||||||
|
#include <gmodule.h>
|
||||||
|
|
||||||
|
#include <gtk/gtkprintoperation.h>
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 15 07:23:26 CET 2008 - aj@suse.de
|
||||||
|
|
||||||
|
- Fix missing declaration.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 13 13:52:41 CET 2008 - rodrigo@suse.de
|
Thu Mar 13 13:52:41 CET 2008 - rodrigo@suse.de
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ Group: System/Libraries
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
PreReq: /usr/bin/touch /bin/rm /bin/rmdir
|
||||||
Version: 2.12.9
|
Version: 2.12.9
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Library for Creation of Graphical User Interfaces (version 2)
|
Summary: Library for Creation of Graphical User Interfaces (version 2)
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.12/%{_name}-%{version}.tar.bz2
|
||||||
Source1: SuSEconfig.gtk2
|
Source1: SuSEconfig.gtk2
|
||||||
@ -37,6 +37,7 @@ Source2: README.SuSE
|
|||||||
Source3: gtkrc
|
Source3: gtkrc
|
||||||
Patch: gtk+-strict-aliasing.patch
|
Patch: gtk+-strict-aliasing.patch
|
||||||
Patch1: gtk2-uninitialized.patch
|
Patch1: gtk2-uninitialized.patch
|
||||||
|
Patch2: gtk-warn.patch
|
||||||
Patch4: gtk2-filesel-navbuttons.patch
|
Patch4: gtk2-filesel-navbuttons.patch
|
||||||
Patch6: gtk+-mac_ctree.patch
|
Patch6: gtk+-mac_ctree.patch
|
||||||
Patch8: gtk64.patch
|
Patch8: gtk64.patch
|
||||||
@ -199,7 +200,7 @@ Authors:
|
|||||||
Owen Taylor <otaylor@gtk.org>
|
Owen Taylor <otaylor@gtk.org>
|
||||||
|
|
||||||
%package doc
|
%package doc
|
||||||
Summary: Additional Package Documentation for gtk2.
|
Summary: Additional Package Documentation for gtk2
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
|
||||||
@ -244,6 +245,7 @@ Authors:
|
|||||||
gnome-patch-translation-prepare
|
gnome-patch-translation-prepare
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1
|
%patch1
|
||||||
|
%patch2
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
cp -a %{S:1} .
|
cp -a %{S:1} .
|
||||||
@ -421,6 +423,8 @@ fi
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 15 2008 aj@suse.de
|
||||||
|
- Fix missing declaration.
|
||||||
* Thu Mar 13 2008 rodrigo@suse.de
|
* Thu Mar 13 2008 rodrigo@suse.de
|
||||||
- Update to version 2.12.9:
|
- Update to version 2.12.9:
|
||||||
+ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/gtk+-2.12.9.news
|
+ http://ftp.gnome.org/pub/GNOME/sources/gtk+/2.12/gtk+-2.12.9.news
|
||||||
|
Loading…
x
Reference in New Issue
Block a user