- disable Source URLs for docs (the doc archives are regenerated

every day and autobuild detects this as "upstream file is different"
  error)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=143
This commit is contained in:
Jan Matejek 2013-06-04 13:31:26 +00:00 committed by Git OBS Bridge
parent 4541ffca4e
commit 37b0abecbf
5 changed files with 21 additions and 9 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0c6c2ba73ce50d60132782045d6a372f75adb8d0165547a0472288c01acaa46
size 4460619
oid sha256:b9abceacc3f62d0be573342ecc0f36b6a56b3907bbb5ed561af18bf9642d4f14
size 4462366

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c5dbdc06a740b6418a25d88c5d631e0991039c920ad91a5090369076fe25aea
size 10317921
oid sha256:d0c1424271e021f58dc9807b8855912003ca550aeb2c2f057a4dd4baebaf0d01
size 10317726

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d6ce4c0f4885cbf60518d4280417fd2611fee636f2457b1fa8a0b4d8feb2c5b0
size 10370393
oid sha256:c8580d48238016e255e68dc5d018cd539fb3e923cf9d24e7e6adf5091a97b1ac
size 10369717

View File

@ -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

View File

@ -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