summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Henstridge <jamesh@src.gnome.org>1998-12-10 03:36:57 +0000
committerJames Henstridge <jamesh@src.gnome.org>1998-12-10 03:36:57 +0000
commit2be8b4d3ce54bab811ca56dafc3935f958581f7d (patch)
treebb38f4c2c490db72c707ca62f7127212f3fae570
parent29d026b6ccc30f58ff966fe657e3bb1348a4d363 (diff)
downloadpygtk-2be8b4d3ce54bab811ca56dafc3935f958581f7d.tar.gz
Small updates to fix slightly broken previous release of pygtk.
-rw-r--r--NEWS7
-rw-r--r--pygtk.spec2
2 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 01c9c05e..4a02939e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+pygtk-0.5.8: 10-December-1998
+ - I made a mistake during building the last package. I ran
+ cvs co pygtk; aclocal; automake --add-missing; autoconf; configure
+ followed by make dist. Unfortunately, since there was no configure
+ file when I ran automake, it didn't get added to the dist list.
+ - Updated the spec files to match new version.
+
pygtk-0.5.7: 9-December-1998
- Updated for gtk+-1.1.6. Probably not much will change between now
and 1.2.
diff --git a/pygtk.spec b/pygtk.spec
index a146b9ab..565a1096 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.6
+%define ver 0.5.8
Summary: Python bindings for the GTK+ widget set.
Name: pygtk