From 09a1645275c3f31d6f956913908010aa59c2f753 Mon Sep 17 00:00:00 2001
From: Edward Hervey <bilboed@bilboed.com>
Date: Thu, 6 Oct 2005 15:09:42 +0000
Subject: [PATCH] gst-python.spec.in: Update dependency for pygtk>= 2.6.3 here
 too

Original commit message from CVS:
* gst-python.spec.in: (BuildRequires), (Requires):
Update dependency for pygtk>= 2.6.3 here too
* gst/gstcaps.override: (_wrap_gst_caps_new_empty):
new caps should be freed on dealloc...
---
 ChangeLog          | 3 +++
 gst-python.spec.in | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e368963969..0d463ca9cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-10-06  Edward Hervey  <edward@fluendo.com>
 
+	* gst-python.spec.in: (BuildRequires), (Requires): 
+	Update dependency for pygtk>= 2.6.3 here too
+
 	* gst/gstcaps.override: (_wrap_gst_caps_new_empty): 
 	new caps should be freed on dealloc...
 
diff --git a/gst-python.spec.in b/gst-python.spec.in
index 559c6888a4..e3c108b178 100644
--- a/gst-python.spec.in
+++ b/gst-python.spec.in
@@ -16,13 +16,13 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:	python >= 2
 Requires:	gnome-python2
-Requires:	pygtk2 >= 2.4.0
+Requires:	pygtk2 >= 2.6.3
 Requires:	%{gstreamer}
 Requires:	%{gstreamer}-plugins
 
 BuildRequires:	python >= 2
 BuildRequires:  python-devel >= 2
-BuildRequires:  pygtk2-devel >= 2.4.0
+BuildRequires:  pygtk2-devel >= 2.6.3
 BuildRequires:	xmlto
 BuildRequires:	links