- prevent a regression that would require Python3 syntax for

print statements, add scons-3.0.0-support-python-2-prints.patch

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/scons?expand=0&rev=48
This commit is contained in:
2017-10-04 19:19:18 +00:00
committed by Git OBS Bridge
parent 11743df095
commit 9f4f0f0277
3 changed files with 96 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Wed Oct 4 18:49:41 UTC 2017 - astieger@suse.com
Wed Oct 4 19:09:07 UTC 2017 - astieger@suse.com
- SCons 3.0.0, a major release:
* Some targets may rebuild when upgrading.
@@ -13,6 +13,8 @@ Wed Oct 4 18:49:41 UTC 2017 - astieger@suse.com
scons-3.0.0-fix-install.patch
- drop scons-1.2.0-noenv.patch, fix is done in spec
- drop rpmlintrc, no longer needed
- prevent a regression that would require Python3 syntax for
print statements, add scons-3.0.0-support-python-2-prints.patch
-------------------------------------------------------------------
Tue Nov 22 12:44:48 UTC 2016 - astieger@suse.com