Accepting request 254055 from home:AndreasStieger:branches:devel:tools:building

fix SLE 11 SP3 python reqs for serf

OBS-URL: https://build.opensuse.org/request/show/254055
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=32
This commit is contained in:
Andreas Stieger 2014-10-05 19:08:16 +00:00 committed by Git OBS Bridge
parent 1d242ed0bf
commit a97fbb8a94
2 changed files with 4 additions and 2 deletions

View File

@ -1,11 +1,12 @@
-------------------------------------------------------------------
Sun Oct 5 14:55:49 UTC 2014 - andreas.stieger@gmx.de
Sun Oct 5 19:02:31 UTC 2014 - andreas.stieger@gmx.de
- SCons 2.3.4:
* Fixed the interactive mode, in connection with Configure
contexts
* Fix EnsureSConsVersion warning when running packaged version
* Fix D tools for building shared libraries
- for SLE 11 SP3, make package noarch and fix python requirements
-------------------------------------------------------------------
Mon Sep 29 12:43:29 UTC 2014 - tchvatal@suse.com

View File

@ -39,8 +39,9 @@ Patch1: %{name}-1.2.0-noenv.patch
BuildRequires: fdupes
BuildRequires: python-devel >= 2.4
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} > 1110
BuildArch: noarch
%if 0%{?suse_version} == 1110
%{py_requires}
%endif
%description