diff --git a/python-2.7.5-docs-html.tar.bz2 b/python-2.7.5-docs-html.tar.bz2
index 52cb192..3953973 100644
--- a/python-2.7.5-docs-html.tar.bz2
+++ b/python-2.7.5-docs-html.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:e0c6c2ba73ce50d60132782045d6a372f75adb8d0165547a0472288c01acaa46
-size 4460619
+oid sha256:b9abceacc3f62d0be573342ecc0f36b6a56b3907bbb5ed561af18bf9642d4f14
+size 4462366
diff --git a/python-2.7.5-docs-pdf-a4.tar.bz2 b/python-2.7.5-docs-pdf-a4.tar.bz2
index 3cfd9e5..1955a60 100644
--- a/python-2.7.5-docs-pdf-a4.tar.bz2
+++ b/python-2.7.5-docs-pdf-a4.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:6c5dbdc06a740b6418a25d88c5d631e0991039c920ad91a5090369076fe25aea
-size 10317921
+oid sha256:d0c1424271e021f58dc9807b8855912003ca550aeb2c2f057a4dd4baebaf0d01
+size 10317726
diff --git a/python-2.7.5-docs-pdf-letter.tar.bz2 b/python-2.7.5-docs-pdf-letter.tar.bz2
index 6c6cc68..6cb9102 100644
--- a/python-2.7.5-docs-pdf-letter.tar.bz2
+++ b/python-2.7.5-docs-pdf-letter.tar.bz2
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:d6ce4c0f4885cbf60518d4280417fd2611fee636f2457b1fa8a0b4d8feb2c5b0
-size 10370393
+oid sha256:c8580d48238016e255e68dc5d018cd539fb3e923cf9d24e7e6adf5091a97b1ac
+size 10369717
diff --git a/python-doc.changes b/python-doc.changes
index b929000..31a3f2d 100644
--- a/python-doc.changes
+++ b/python-doc.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Tue Jun 4 13:23:28 UTC 2013 - jmatejek@suse.com
+
+- disable Source URLs for docs (the doc archives are regenerated
+ every day and autobuild detects this as "upstream file is different"
+ error)
+
-------------------------------------------------------------------
Tue May 28 08:42:49 UTC 2013 - speilicke@suse.com
diff --git a/python-doc.spec b/python-doc.spec
index dfb6852..fb71a76 100644
--- a/python-doc.spec
+++ b/python-doc.spec
@@ -25,9 +25,14 @@ Group: Development/Languages/Python
%define pyver 2.7.5
%define tarname Python-%{pyver}
Source0: %{tarname}.tar.xz
-Source1: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-html.tar.bz2
-Source2: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-a4.tar.bz2
-Source3: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2
+# docs for current version are regenerated every day
+# this messes with autobuild "file changed" checks
+#Source1: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-html.tar.bz2
+#Source2: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-a4.tar.bz2
+#Source3: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2
+Source1: python-%{pyver}-docs-html.tar.bz2
+Source2: python-%{pyver}-docs-pdf-a4.tar.bz2
+Source3: python-%{pyver}-docs-pdf-letter.tar.bz2
%if 0%{suse_version} <= 1210
BuildRequires: xz
%endif