* Added gettext toolset

* Fixed FindSourceFiles to find final sources (leaf nodes)
  * Allow Node objects in Java path (#2825)
  * Fixed the Taskmaster, curing spurious build failures
  * Improved documentation of command-line variables

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=18
This commit is contained in:
Dirk Mueller 2012-10-16 10:54:54 +00:00 committed by Git OBS Bridge
parent 9694cfe120
commit b86659dc50
2 changed files with 9 additions and 5 deletions

View File

@ -2,7 +2,11 @@
Sat Sep 22 20:20:39 UTC 2012 - i@marguerite.su Sat Sep 22 20:20:39 UTC 2012 - i@marguerite.su
- Update to 2.2.0 - Update to 2.2.0
* see http://www.scons.org/CHANGES.txt * Added gettext toolset
* Fixed FindSourceFiles to find final sources (leaf nodes)
* Allow Node objects in Java path (#2825)
* Fixed the Taskmaster, curing spurious build failures
* Improved documentation of command-line variables
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 11 22:52:27 UTC 2011 - nmarques@opensuse.org Tue Oct 11 22:52:27 UTC 2011 - nmarques@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package scons # spec file for package scons
# #
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,8 +24,10 @@
Name: scons Name: scons
Summary: Replacement for Make Summary: Replacement for Make
License: MIT
Group: Development/Tools/Building
Version: 2.2.0 Version: 2.2.0
Release: 1 Release: 0
Source0: http://freefr.dl.sourceforge.net/project/scons/scons/%{version}/%{name}-%{version}.tar.gz Source0: http://freefr.dl.sourceforge.net/project/scons/scons/%{version}/%{name}-%{version}.tar.gz
Source1: scons-user.html Source1: scons-user.html
# rpmlintrc # rpmlintrc
@ -33,8 +35,6 @@ Source99: %{name}-rpmlintrc
# Sets _mandir to _datadir/man instead of _prefix/man # Sets _mandir to _datadir/man instead of _prefix/man
Patch0: %{name}-1.2.0-fix-install.patch Patch0: %{name}-1.2.0-fix-install.patch
Patch1: %{name}-1.2.0-noenv.patch Patch1: %{name}-1.2.0-noenv.patch
License: MIT
Group: Development/Tools/Building
Url: http://www.scons.org/ Url: http://www.scons.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes BuildRequires: fdupes