- %python_version now correctly refers to %tarversion

- %python_version now correctly refers to %tarversion

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=110
This commit is contained in:
Jan Matejek 2011-12-08 13:31:32 +00:00 committed by Git OBS Bridge
parent aa5926e028
commit b7be09f0cb
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 8 13:31:01 UTC 2011 - jmatejek@suse.com
- %python_version now correctly refers to %tarversion
-------------------------------------------------------------------
Mon Nov 28 09:21:32 UTC 2011 - saschpe@suse.de

View File

@ -48,7 +48,7 @@ Patch12: http://psf.upfronthosting.co.za/roundup/tracker/file19029/python
Patch13: python-2.7.2-fix_date_time_compiler.patch
Patch14: python-2.7.1-urllib-noproxy.patch
# COMMON-PATCH-END
%define python_version %(echo %{version} | head -c 3)
%define python_version %(echo %{tarversion} | head -c 3)
BuildRequires: automake
BuildRequires: fdupes
BuildRequires: pkg-config

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 8 13:30:29 UTC 2011 - jmatejek@suse.com
- %python_version now correctly refers to %tarversion
-------------------------------------------------------------------
Thu Dec 01 09:21:32 UTC 2011 - saschpe@suse.de

View File

@ -66,7 +66,7 @@ BuildRequires: readline-devel
BuildRequires: sqlite-devel
BuildRequires: tk-devel
BuildRequires: xorg-x11-devel
%define python_version %(echo %{version} | head -c 3)
%define python_version %(echo %{tarversion} | head -c 3)
%define idle_name idle
Requires: python-base = %{version}
Provides: %{name} = %{python_version}