Page MenuHomeSolus

D9051.id21863.diff
No OneTemporary

D9051.id21863.diff

diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,18 +1,22 @@
name : scons
-version : 3.1.1
-release : 6
+version : 3.1.2
+release : 7
source :
- - https://vorboss.dl.sourceforge.net/project/scons/scons/3.1.1/scons-3.1.1.tar.gz : 4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
+ - https://sourceforge.net/projects/scons/files/scons/3.1.2/scons-3.1.2.tar.gz : 7801f3f62f654528e272df780be10c0e9337e897650b62ddcee9f39fde13f8fb
homepage : https://scons.org/
license : MIT
component : programming.tools
summary : Extensible Python-based build utility
description: |
SCons is a python-based software construction tool. Think of SCons as an improved, cross-platform substitute for the classic Make utility with integrated functionality similar to autoconf/automake and compiler caches such as ccache. In short, SCons is an easier, more reliable and faster way to build software.
+setup : |
+ sed -i -e "s|#! /usr/bin/env python|#! /usr/bin/env python3|g" script/*
build : |
%python3_setup
install : |
%python3_install
+ install -dm00755 $installdir/usr/share
+ mv $installdir/usr/man $installdir/usr/share/man
# Remove Windows scripts
rm -f $installdir/usr/bin/scons*.bat
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -3,8 +3,8 @@
<Name>scons</Name>
<Homepage>https://scons.org/</Homepage>
<Packager>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>gc1000ll@gmail.com</Email>
</Packager>
<License>MIT</License>
<PartOf>programming.tools</PartOf>
@@ -21,13 +21,13 @@
<PartOf>programming.tools</PartOf>
<Files>
<Path fileType="executable">/usr/bin/scons</Path>
- <Path fileType="executable">/usr/bin/scons-3.1.1</Path>
+ <Path fileType="executable">/usr/bin/scons-3.1.2</Path>
<Path fileType="executable">/usr/bin/scons-configure-cache</Path>
- <Path fileType="executable">/usr/bin/scons-configure-cache-3.1.1</Path>
+ <Path fileType="executable">/usr/bin/scons-configure-cache-3.1.2</Path>
<Path fileType="executable">/usr/bin/scons-time</Path>
- <Path fileType="executable">/usr/bin/scons-time-3.1.1</Path>
+ <Path fileType="executable">/usr/bin/scons-time-3.1.2</Path>
<Path fileType="executable">/usr/bin/sconsign</Path>
- <Path fileType="executable">/usr/bin/sconsign-3.1.1</Path>
+ <Path fileType="executable">/usr/bin/sconsign-3.1.2</Path>
<Path fileType="library">/usr/lib/scons/SCons/Action.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/Builder.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/CacheDir.py</Path>
@@ -416,19 +416,19 @@
<Path fileType="library">/usr/lib/scons/SCons/cpp.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/dblite.py</Path>
<Path fileType="library">/usr/lib/scons/SCons/exitfuncs.py</Path>
- <Path fileType="library">/usr/lib/scons/scons-3.1.1-py3.7.egg-info</Path>
- <Path fileType="data">/usr/man/man1/scons-time.1</Path>
- <Path fileType="data">/usr/man/man1/scons.1</Path>
- <Path fileType="data">/usr/man/man1/sconsign.1</Path>
+ <Path fileType="library">/usr/lib/scons/scons-3.1.2-py3.7.egg-info</Path>
+ <Path fileType="man">/usr/share/man/man1/scons-time.1</Path>
+ <Path fileType="man">/usr/share/man/man1/scons.1</Path>
+ <Path fileType="man">/usr/share/man/man1/sconsign.1</Path>
</Files>
</Package>
<History>
- <Update release="6">
- <Date>2020-01-27</Date>
- <Version>3.1.1</Version>
+ <Update release="7">
+ <Date>2020-06-12</Date>
+ <Version>3.1.2</Version>
<Comment>Packaging update</Comment>
- <Name>Joey Riches</Name>
- <Email>josephriches@gmail.com</Email>
+ <Name>Martin Reboredo</Name>
+ <Email>gc1000ll@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 7:52 PM (1 d, 4 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5810034
Default Alt Text
D9051.id21863.diff (4 KB)

Event Timeline