OBS User unknown 2008-05-01 12:52:34 +00:00 committed by Git OBS Bridge
parent 3016a078df
commit 401388a40b
7 changed files with 39 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efa08d28aff689b66ef03fae1a29a8a73484bc9a2b6e64fa84e4eab38830aafa
size 426156

3
scons-0.98.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c97f38257b875c4923b3f0d905083a281334793cf75a6e488d45ad4ee039b17a
size 426841

View File

@ -2,7 +2,7 @@
<HTML
><HEAD
><TITLE
>SCons User Guide 0.98.2</TITLE
>SCons User Guide 0.98.3</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"></HEAD
@ -24,7 +24,7 @@ CLASS="TITLEPAGE"
CLASS="title"
><A
NAME="AEN2"
>SCons User Guide 0.98.2</A
>SCons User Guide 0.98.3</A
></H1
><H3
CLASS="author"
@ -2235,11 +2235,11 @@ CLASS="filename"
The first step is to download either the
<TT
CLASS="filename"
>scons-0.98.2.tar.gz</TT
>scons-0.98.3.tar.gz</TT
>
or <TT
CLASS="filename"
>scons-0.98.2.zip</TT
>scons-0.98.3.zip</TT
>,
which are available from the SCons download page at
<A
@ -2264,7 +2264,7 @@ CLASS="application"
This will create a directory called
<TT
CLASS="filename"
>scons-0.98.2</TT
>scons-0.98.3</TT
>,
usually in your local directory.
Then change your working directory to that directory
@ -2278,7 +2278,7 @@ CLASS="application"
CLASS="screen"
>&#13; # <KBD
CLASS="userinput"
>cd scons-0.98.2</KBD
>cd scons-0.98.3</KBD
>
# <KBD
CLASS="userinput"
@ -2392,12 +2392,12 @@ CLASS="application"
in the
<TT
CLASS="filename"
>/usr/lib/scons-0.98.2</TT
>/usr/lib/scons-0.98.3</TT
>
or
<TT
CLASS="filename"
>C:\Python2.2\scons-0.98.2</TT
>C:\Python2.2\scons-0.98.3</TT
>
directory, for example.
@ -2505,7 +2505,7 @@ CLASS="option"
above example would install the build engine in
<TT
CLASS="filename"
>/opt/scons/lib/scons-0.98.2</TT
>/opt/scons/lib/scons-0.98.3</TT
>.
</P

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Apr 30 15:54:55 CEST 2008 - prusnak@suse.cz
- updated to 0.98.3
* fix use of $CXXFLAGS when building C++ shared object files
* fix a regression when a Builder's source_scanner doesn't select
a more specific scanner for the suffix of a specified source file
* fix the Options object backwards compatibility so people can still
"import SCons.Options.{Bool,Enum,List,Package,Path}Option" submodules
* fix searching for implicit dependencies when an Entry Node shows up
in the search path list
* fix expansion of $FORTRANMODDIR in the default Fortran command line(s)
when it's set to something like ${TARGET.dir}
-------------------------------------------------------------------
Tue Apr 22 13:55:46 CEST 2008 - prusnak@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package scons (Version 0.98.2)
# spec file for package scons (Version 0.98.3)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -14,7 +14,7 @@
Name: scons
BuildRequires: python-devel
Summary: Replacement for Make
Version: 0.98.2
Version: 0.98.3
Release: 1
Source0: %{name}-%{version}.tar.bz2
Source1: scons-user.html
@ -82,6 +82,17 @@ rm -rf $RPM_BUILD_ROOT
%doc CHANGES.txt LICENSE.txt README.txt RELEASE.txt scons-user.html
%changelog
* Wed Apr 30 2008 prusnak@suse.cz
- updated to 0.98.3
* fix use of $CXXFLAGS when building C++ shared object files
* fix a regression when a Builder's source_scanner doesn't select
a more specific scanner for the suffix of a specified source file
* fix the Options object backwards compatibility so people can still
"import SCons.Options.{Bool,Enum,List,Package,Path}Option" submodules
* fix searching for implicit dependencies when an Entry Node shows up
in the search path list
* fix expansion of $FORTRANMODDIR in the default Fortran command line(s)
when it's set to something like ${TARGET.dir}
* Tue Apr 22 2008 prusnak@suse.cz
- updated to 0.98.2
* changes too numerous to list - see CHANGES.txt