Andreas Stieger 2014-10-05 19:42:02 +00:00 committed by Git OBS Bridge
parent a97fbb8a94
commit dd3e7ba88a
2 changed files with 4 additions and 2 deletions

View File

@ -1,12 +1,12 @@
-------------------------------------------------------------------
Sun Oct 5 19:02:31 UTC 2014 - andreas.stieger@gmx.de
Sun Oct 5 19:37:22 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
- for SLE 11 SP3 fix python requirements
-------------------------------------------------------------------
Mon Sep 29 12:43:29 UTC 2014 - tchvatal@suse.com

View File

@ -39,7 +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
%endif
%if 0%{?suse_version} == 1110
%{py_requires}
%endif