diff --git a/ChangeLog b/ChangeLog index e368963969..0d463ca9cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-10-06 Edward Hervey + * 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