summaryrefslogtreecommitdiff
path: root/pygtk.spec.in
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-03-19 20:27:37 +0000
committerMatt Wilson <msw@src.gnome.org>2002-03-19 20:27:37 +0000
commit119b663e05e8b398da4f56eae382b4824a94c383 (patch)
treefd485debdf1807291091051e6d40686eac87b060 /pygtk.spec.in
parent2dfe384bdce3871003bf0bf53da02e5ae83bb45f (diff)
downloadpygtk-119b663e05e8b398da4f56eae382b4824a94c383.tar.gz
allow override of autoconf and autoheader
2002-03-19 Matt Wilson <msw@redhat.com> * autogen.sh: allow override of autoconf and autoheader * gtk/gtk.defs (GtkTreeModel.get_iter_root): use the gtk_tree_model_get_iter_first code, get_iter_root is going to be deprecated. (GtkTreeModel.get_iter_first): added * gtk/gtk.override (_wrap_gtk_tree_model_get_iter_root): check the return value of gtk_tree_model_get_iter_root and return None if it failed. Rename to _wrap_gtk_tree_model_get_iter_first. * codegen/codegen.py (write_class, write_interface, write_boxed write_pointer): use overrides.is_already_included to prevent from having the same override code included twice in one file. This allows two methods to point to the same function. * codegen/override.py (Overrides.is_already_included): added a function that returns true if the override code has been emitted already. 2002-03-11 Matt Wilson <msw@redhat.com> * gobjectmodule.c: remove pygobject_exception_notifiers and pyg_fatal_exceptions_notify.
Diffstat (limited to 'pygtk.spec.in')
-rw-r--r--pygtk.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/pygtk.spec.in b/pygtk.spec.in
index 26fe96c2..5a422bcf 100644
--- a/pygtk.spec.in
+++ b/pygtk.spec.in
@@ -12,6 +12,7 @@ Packager: James Henstridge <james@daa.com.au>
Requires: gtk2 >= 1.3.9
Requires: python2 >= 2.2
Buildrequires: python2-devel >= 2.2
+Buildrequires: libglade2-devel
%description
PyGTK is an extension module for python that gives you access to the GTK+
@@ -38,6 +39,9 @@ This package contains files required to build wrappers for GTK+ addon
libraries so that they interoperate with pygtk.
%changelog
+* Wed Feb 27 2002 Matt Wilson <msw@redhat.com>
+- 1.99.8
+
* Mon Jan 28 2002 Matt Wilson <msw@redhat.com>
- added atkmodule.so to file list