summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-11-26 15:33:01 +0000
committerMatt Wilson <msw@src.gnome.org>2001-11-26 15:33:01 +0000
commit9299d897e9188b55b196174db2ffaf6e2a2d944f (patch)
treed24aaf88c27bc9330d849dc70823b135255c93dc
parent64f226f111e07e3d63ab3f5873dc88d5af42ec13 (diff)
downloadpygtk-9299d897e9188b55b196174db2ffaf6e2a2d944f.tar.gz
bump up required versions of gtk, pango, and glib.PYGTK_1_99_5
2001-11-26 Matt Wilson <msw@redhat.com> * configure.in: bump up required versions of gtk, pango, and glib.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
-rw-r--r--pygtk.spec.in2
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 68bb9791..30ec65da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2001-11-26 Matt Wilson <msw@redhat.com>
+ * configure.in: bump up required versions of gtk, pango, and glib.
+
+2001-11-26 Matt Wilson <msw@redhat.com>
+
* configure.in: 1.99.5
2001-11-20 Matt Wilson <msw@redhat.com>
diff --git a/configure.in b/configure.in
index c644e173..2c269fd6 100644
--- a/configure.in
+++ b/configure.in
@@ -46,11 +46,11 @@ else
AC_MSG_RESULT(no)
fi
-AM_PATH_GLIB_2_0(1.3.10,,[AC_MSG_ERROR(maybe you want the gtk-gnome-1-2 branch?)],gobject)
-PKG_CHECK_MODULES(PANGO, pango >= 0.21,,[AC_MSG_ERROR(maybe you want the gtk-gnome-1-2 branch?)])
+AM_PATH_GLIB_2_0(1.3.11,,[AC_MSG_ERROR(maybe you want the gtk-gnome-1-2 branch?)],gobject)
+PKG_CHECK_MODULES(PANGO, pango >= 0.22,,[AC_MSG_ERROR(maybe you want the gtk-gnome-1-2 branch?)])
AC_SUBST(PANGO_CFLAGS)
AC_SUBST(PANGO_LIBS)
-AM_PATH_GTK_2_0(1.3.10,,[AC_MSG_ERROR(maybe you want the gtk-gnome-1-2 branch?)],$extra_mods)
+AM_PATH_GTK_2_0(1.3.11,,[AC_MSG_ERROR(maybe you want the gtk-gnome-1-2 branch?)],$extra_mods)
dnl check for libglade ...
build_libglade=false
diff --git a/pygtk.spec.in b/pygtk.spec.in
index 7145c6e7..51e9c12e 100644
--- a/pygtk.spec.in
+++ b/pygtk.spec.in
@@ -73,7 +73,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
%{_prefix}/lib/python?.?/site-packages/pangomodule.so
%{_prefix}/lib/python?.?/site-packages/gtk/_gtkmodule.so
-%doc AUTHORS NEWS README MAPPING ChangeLog description.py
+%doc AUTHORS NEWS README MAPPING ChangeLog
%doc examples
%if %{buildglade}