summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--README2
-rw-r--r--configure.in4
-rw-r--r--pygtk.spec2
4 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index c4873df9..6304745c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1998-12-21 James Henstridge <james@daa.com.au>
+
+ * pygtk.spec: updated version here as well.
+
+ * README: updated required GTK version to 1.1.9
+
+ * configure.in: Updated version for pygtk to 0.5.9, increased
+ GTK version check to 1.1.9.
+
1998-12-20 James Henstridge <james@daa.com.au>
* gtkmodule.c, generate/gtkmisc.defs: moved gtk_preview_draw_row here
diff --git a/README b/README
index 9d59356e..b4759455 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ Compilation
This archive contains a single C module called gtkmodule. It contains
an almost direct mapping of the functions in GTK including GTK signal
handling, and the gtk_object_new/gtk_object_set commands. This
-version REQUIRES gtk+-1.1.6 or later, as it includes support for
+version REQUIRES gtk+-1.1.9 or later, as it includes support for
features not found in previous versions, and there are
incompatibilities between versions. Also if you want the GdkImlib
extension, you must have Imlib version 1.8 or greater. I recommend
diff --git a/configure.in b/configure.in
index 85d5cadc..c5bd0498 100644
--- a/configure.in
+++ b/configure.in
@@ -2,12 +2,12 @@ AC_INIT
dnl for gnome-python:
-AM_INIT_AUTOMAKE(pygtk, 0.5.8)
+AM_INIT_AUTOMAKE(pygtk, 0.5.9)
AM_PATH_PYTHON
AM_INIT_PYEXEC_MOD
-AM_PATH_GTK(1.1.6)
+AM_PATH_GTK(1.1.9)
AM_PATH_GDK_IMLIB(1.8, [BUILD_IMLIB=], [BUILD_IMLIB="#"])
AC_SUBST(BUILD_IMLIB)
diff --git a/pygtk.spec b/pygtk.spec
index 565a1096..ec10579a 100644
--- a/pygtk.spec
+++ b/pygtk.spec
@@ -1,7 +1,7 @@
%define py_prefix /usr
# py_ver should only be 3 characters (1.5.1 == 1.5)
%define py_ver 1.5
-%define ver 0.5.8
+%define ver 0.5.9
Summary: Python bindings for the GTK+ widget set.
Name: pygtk