rpms/gnome-python2/devel .cvsignore, 1.27, 1.28 gnome-python2.spec, 1.6, 1.7 sources, 1.27, 1.28

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Sun Jul 8 02:05:26 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18965

Modified Files:
	.cvsignore gnome-python2.spec sources 
Log Message:

* Sat Jul 07 2007 Matthew Barnes <mbarnes at redhat.com> -2.19.1-1.fc8
- Update to 2.19.1
- Update versions of required packages.
- Remove the zvt subpackage, which was removed upstream long ago.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2/devel/.cvsignore,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- .cvsignore	20 May 2007 16:07:47 -0000	1.27
+++ .cvsignore	8 Jul 2007 02:04:51 -0000	1.28
@@ -1 +1 @@
-gnome-python-2.18.2.tar.bz2
+gnome-python-2.19.1.tar.bz2


Index: gnome-python2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2/devel/gnome-python2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnome-python2.spec	20 May 2007 16:07:47 -0000	1.6
+++ gnome-python2.spec	8 Jul 2007 02:04:51 -0000	1.7
@@ -1,12 +1,26 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
-# libzvt is in Extras but not Core
-%define build_zvt 0
+# Last updated for 2.19.1
+# The order here corresponds to that in configure.ac,
+# for easier comparison.  Please do not alphabetize.
+%define pygtk_version                   2.10.3
+%define pyorbit_version                 2.0.1
+%define glib_version                    2.6.0
+%define gtk_version                     2.6.0
+%define libgnome_version                2.8.0
+%define libgnomeui_version              2.8.0
+%define libgnomecanvas_version          2.8.0
+%define libgnomevfs_version             2.14.0
+%define gconf_version                   2.11.1
+%define bonobo_activation_version       2.8.0
+%define libbonobo_version               2.8.0
+%define libbonoboui_version             2.8.0
+%define python_version                  2.3.0
 
 ### Abstract ###
 
 Name: gnome-python2
-Version: 2.18.2
+Version: 2.19.1
 Release: 1%{?dist}
 License: LGPL
 Group: Development/Languages
@@ -22,16 +36,13 @@
 
 ### Build Dependencies ###
 
-BuildRequires: libbonobo-devel >= 2.0.0
-BuildRequires: libbonoboui-devel >= 2.0.0
-BuildRequires: libgnomeui-devel
-BuildRequires: pygtk2-devel >= 2.4.0
-BuildRequires: pyorbit-devel >= 2.0.1
-BuildRequires: python2-devel >= 2.3.0
-
-%if %{build_zvt}
-BuildRequires: libzvt-devel >= 2.0.0
-%endif
+BuildRequires: libbonobo-devel >= %{libbonobo_version}
+BuildRequires: libbonoboui-devel >= %{libbonoboui_version}
+BuildRequires: libgnome-devel >= %{libgnome_version}
+BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
+BuildRequires: pygtk2-devel >= %{pygtk_version}
+BuildRequires: pyorbit-devel >= %{pyorbit_version}
+BuildRequires: python2-devel >= %{python_version}
 
 Obsoletes: gnome-python2-nautilus
 
@@ -56,35 +67,22 @@
 Summary: Python bindings for the GNOME Canvas.
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
-Requires: gtk2 >= 2.0.0
-Requires: libgnomecanvas >= 2.0.0
-Requires: pygtk2 >= 2.0.0
+Requires: gtk2 >= %{gtk_version}
+Requires: libgnomecanvas >= %{libgnomecanvas_version}
+Requires: pygtk2 >= %{pygtk_version}
 
 %description canvas
 This module contains a wrapper that allows use of the GNOME Canvas
 in Python.
 
-%package zvt
-Summary: Python bindings for the ZVT terminal widget.
-Group: Development/Languages
-Requires: %{name} = %{version}-%{release}
-Requires: gtk2 >= 2.0.0
-Requires: libgnomecanvas >= 2.0.0
-Requires: libzvt >= 2.0.0
-Requires: pygtk2 >= 2.0.0
-
-%description zvt
-This module contains a wrapper that allows use of the ZVT terminal
-widget in Python.
-
 %package bonobo
 Summary: Python bindings for interacting with bonobo.
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
-Requires: bonobo-activation >= 1.0.0
-Requires: libbonobo >= 2.0.0
-Requires: libbonoboui >= 2.0.0
-Requires: pyorbit >= 2.0.1
+Requires: bonobo-activation >= %{bonobo_activation_version}
+Requires: libbonobo >= %{libbonobo_version}
+Requires: libbonoboui >= %{libbonoboui_version}
+Requires: pyorbit >= %{pyorbit_version}
 
 %description bonobo
 This module contains a wrapper that allows the creation of bonobo
@@ -94,7 +92,7 @@
 Summary: Python bindings for interacting with GConf
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
-Requires: GConf2 >= 1.1.10
+Requires: GConf2 >= %{gconf_version}
 
 %description gconf
 This module contains a wrapper that allows the use of GConf via Python.
@@ -103,8 +101,8 @@
 Summary: Python bindings for interacting with gnome-vfs
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
-Requires: gnome-vfs2 >= 2.0.2
-Requires: libbonobo >= 2.0.0
+Requires: gnome-vfs2 >= %{libgnomevfs_version}
+Requires: libbonobo >= %{libbonobo_version}
 
 %description gnomevfs
 This module contains a wrapper that allows the use of gnome-vfs via python.
@@ -113,9 +111,9 @@
 Summary: Development files for building add-on libraries
 Group: Development/Languages
 Requires: %{name} = %{version}-%{release}
-Requires: gnome-vfs2-devel
+Requires: gnome-vfs2-devel >= %{libgnomevfs_version}
 Requires: pkgconfig
-Requires: python-devel
+Requires: python-devel >= %{python_version}
 
 %description devel
 This package contains files required to build wrappers for GNOME add-on
@@ -154,15 +152,6 @@
 %defattr(644,root,root,755)
 %doc examples/canvas/*
 
-%if %{build_zvt}
-%files zvt
-%defattr(-,root,root,-)
-%dir %{python_sitearch}/gtk-2.0/gnome/
-%{python_sitearch}/gtk-2.0/gnome/__init__.*
-%{python_sitearch}/gtk-2.0/zvt.so
-%defattr(644,root,root,755)
-%endif
-
 %files bonobo
 %defattr(-,root,root,-)
 %dir %{python_sitearch}/gtk-2.0/bonobo/
@@ -198,6 +187,11 @@
 rm -f /usr/lib/python2.2/site-packages/bonobo/__init__.{pyc,pyo}
 
 %changelog
+* Sat Jul 07 2007 Matthew Barnes <mbarnes at redhat.com> -2.19.1-1.fc8
+- Update to 2.19.1
+- Update versions of required packages.
+- Remove the zvt subpackage, which was removed upstream long ago.
+
 * Sun May 20 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.2-1
 - Update to 2.18.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-python2/devel/sources,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- sources	20 May 2007 16:07:47 -0000	1.27
+++ sources	8 Jul 2007 02:04:51 -0000	1.28
@@ -1 +1 @@
-3df58e4354526d4e0be8524c0bf6ddb8  gnome-python-2.18.2.tar.bz2
+d8089f8ca2e6fb4f946fcc6e000a3ab7  gnome-python-2.19.1.tar.bz2




More information about the scm-commits mailing list