summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-18Remove python-lxml (python2-lxml may be required by docbook at runtime)Behnam Momeni
2023-06-29Add python-lxml dependency and remove java-runtime make-dependencyBehnam Momeni
2022-08-25Update src checksum because the upstream 3.1.2 tarball has been changedBehnam Momeni
The old/new upstream tarballs for v3.1.2 difference follows: diff -ruN scons-3.1.2/src/engine/SCons/Tool/mingw.py new-scons-3.1.2/src/engine/SCons/Tool/mingw.py --- scons-3.1.2/src/engine/SCons/Tool/mingw.py 2019-12-17 06:12:47.000000000 +0330 +++ new-scons-3.1.2/src/engine/SCons/Tool/mingw.py 2019-12-17 06:33:22.000000000 +0330 @@ -47,6 +47,7 @@ r'c:\MinGW\bin', r'C:\cygwin64\bin', r'C:\msys64', + r'C:\msys64\mingw64\bin', r'C:\cygwin\bin', r'C:\msys', ] diff -ruN scons-3.1.2/src/RELEASE.txt new-scons-3.1.2/src/RELEASE.txt --- scons-3.1.2/src/RELEASE.txt 2019-12-17 06:12:47.000000000 +0330 +++ new-scons-3.1.2/src/RELEASE.txt 2019-12-17 06:33:22.000000000 +0330 @@ -86,5 +86,3 @@ 1 jw0k -__COPYRIGHT__ -__FILE__ __REVISION__ __DATE__ __DEVELOPER__
2022-06-30Adjust dependencies based on the namcap analysisBehnam Momeni
2022-06-30Remove documentation buildingBehnam Momeni
2022-02-04Remove non-required epydoc make-dependencyBehnam Momeni
2022-02-04Initial commit: v3.1.2Behnam Momeni