base-specs/pygtksourceview.spec
changeset 16614 c151ffbda133
parent 16429 fe72291e50fd
child 16624 7e793d4eb0ab
--- a/base-specs/pygtksourceview.spec	Tue Sep 22 22:16:53 2009 +0000
+++ b/base-specs/pygtksourceview.spec	Wed Sep 23 00:51:56 2009 +0000
@@ -1,5 +1,5 @@
 #
-# Copyright 2008 Sun Microsystems, Inc.
+# Copyright 2009 Sun Microsystems, Inc.
 # This file and all modifications and additions to the pristine
 # package are under the same license as the package itself.
 #
@@ -11,8 +11,8 @@
 
 Name:                pygtksourceview
 Summary:             Python bindings for GtkSourceView 2
-Version:             2.7.0
-Source:              http://ftp.gnome.org/pub/GNOME/sources/pygtksourceview/2.6/pygtksourceview-%{version}.tar.bz2
+Version:             2.8.0
+Source:              http://ftp.gnome.org/pub/GNOME/sources/pygtksourceview/2.8/pygtksourceview-%{version}.tar.bz2
 #owner:dcarbery date:2007-10-17 bugzilla:487565 type:bug
 Patch1:              pygtksourceview-01-skip-codegen-test.diff
 #owner:dcarbery date:2007-10-17 bugzilla:487525 type:bug
@@ -46,6 +46,7 @@
 export LDFLAGS="%_ldflags"
 
 libtoolize --force --copy
+aclocal $ACLOCAL_FLAGS
 autoconf
 ./configure --prefix=%{_prefix}  \
 	     %{gtk_doc_option}   \
@@ -77,6 +78,8 @@
 %{_datadir}/gtk-doc
 
 %changelog
+* Tue Sep 22 2009 - [email protected]
+- Bump to 2.8.0.
 * Thu Aug 27 2009 - [email protected]
 - Bump to 2.7.0.
 * Thu Mar 26 2009 - [email protected]