Sync from SUSE:SLFO:Main waf revision 0695346b996c363621d16ea832c72ce6

This commit is contained in:
Adrian Schröter 2024-10-03 18:05:36 +02:00
parent 485569f54e
commit 96e84deded
4 changed files with 27 additions and 5 deletions

BIN
waf-waf-2.0.25.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
waf-waf-2.0.26.tar.bz2 (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Apr 5 11:55:59 UTC 2024 - pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
%python3_fix_shebang macro, [bsc#1212476]
-------------------------------------------------------------------
Tue Dec 19 01:26:32 UTC 2023 - Bernhard Wiedemann <bwiedemann@suse.com>
- Do not write non-deterministic .pyc files in tests
-------------------------------------------------------------------
Mon Dec 4 05:48:02 UTC 2023 - Wang Jun <badboywj@gmail.com>
- Update to 2.0.26
* Improve "waf dist" - Support SOURCE_DATE_EPOCH
* Detect Qt6 #2355
* Haxe toolkit support #2352
* Updated the project's gpg key
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 5 07:52:51 UTC 2023 - Dirk Müller <dmueller@suse.com> Thu Jan 5 07:52:51 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package waf # spec file for package waf
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# 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
@ -17,7 +17,7 @@
Name: waf Name: waf
Version: 2.0.25 Version: 2.0.26
Release: 0 Release: 0
Summary: The Waf build system Summary: The Waf build system
License: BSD-3-Clause License: BSD-3-Clause
@ -55,8 +55,10 @@ EOF
install -m 755 -D waf.wrapper %{buildroot}%{_bindir}/waf install -m 755 -D waf.wrapper %{buildroot}%{_bindir}/waf
install -m 755 -d %{buildroot}%{_datadir}/waf/ install -m 755 -d %{buildroot}%{_datadir}/waf/
cp -pR ./zip/waflib %{buildroot}%{_datadir}/waf/ cp -pR ./zip/waflib %{buildroot}%{_datadir}/waf/
%python3_fix_shebang
%check %check
export PYTHONDONTWRITEBYTECODE=1
export PYTHONPATH=%{buildroot}/%{_datadir}/waf/ export PYTHONPATH=%{buildroot}/%{_datadir}/waf/
%{buildroot}/%{_bindir}/waf -h %{buildroot}/%{_bindir}/waf -h