diff --git a/docs/AUTHORS.xml b/docs/AUTHORS.xml
index 7c17cb1883..9dd2b9bf1a 100644
--- a/docs/AUTHORS.xml
+++ b/docs/AUTHORS.xml
@@ -29,7 +29,7 @@
Authors
-Please feel free to contact the developers. They hang out on IRC () and the mailing lists ().
+Please feel free to contact the developers. They hang out on IRC () and the mailing lists ().
diff --git a/docs/README.xml b/docs/README.xml
index 75e135703f..cb2cf9458c 100644
--- a/docs/README.xml
+++ b/docs/README.xml
@@ -23,7 +23,7 @@
Introductory information for the GStreamer Python bindings.
-
+
@@ -134,7 +134,7 @@ Try running examples:
General API
-The gst-python bindings are directly generated from the GStreamer headers. Look at the GStreamer documentation at for general API and programming issues. In most cases the GStreamer classes and boxed types map directly to Python classes. The function-based GObject methods also map onto Python methods.
+The gst-python bindings are directly generated from the GStreamer headers. Look at the GStreamer documentation at for general API and programming issues. In most cases the GStreamer classes and boxed types map directly to Python classes. The function-based GObject methods also map onto Python methods.
diff --git a/docs/RELNOTES.xml b/docs/RELNOTES.xml
index 67f70e7aa9..3e2c16c038 100644
--- a/docs/RELNOTES.xml
+++ b/docs/RELNOTES.xml
@@ -22,7 +22,7 @@
diff --git a/gst-python.spec.in b/gst-python.spec.in
index 14995f4b0c..4273f28e0a 100644
--- a/gst-python.spec.in
+++ b/gst-python.spec.in
@@ -7,7 +7,7 @@ Group: Development/Languages
License: LGPL
URL: http://gstreamer.net/
Vendor: GStreamer Backpackers Team
-Source: http://gstreamer.net/releases/gst-python/gst-python-%{version}.tar.gz
+Source: http://gstreamer.freedesktop.org/src/gst-python/gst-python-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%define _pygtk @pygtk_required_version@
@@ -16,7 +16,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
Requires: python2
Requires: gnome-python2 = %{version}
Requires: pygtk2 >= %_pygtk
-Requires: gstreamer >= 0.6.2
+Requires: gstreamer >= 0.8.1
BuildRequires: pygtk2-devel = %_pygtk
BuildRequires: python2-devel