From 96e84dededa6af85fa5588480f9c7d2667f7106a4ea7538fc03a2c8bc28b6f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Thu, 3 Oct 2024 18:05:36 +0200 Subject: [PATCH] Sync from SUSE:SLFO:Main waf revision 0695346b996c363621d16ea832c72ce6 --- waf-waf-2.0.25.tar.bz2 | 3 --- waf-waf-2.0.26.tar.bz2 | 3 +++ waf.changes | 20 ++++++++++++++++++++ waf.spec | 6 ++++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 waf-waf-2.0.25.tar.bz2 create mode 100644 waf-waf-2.0.26.tar.bz2 diff --git a/waf-waf-2.0.25.tar.bz2 b/waf-waf-2.0.25.tar.bz2 deleted file mode 100644 index de260ef..0000000 --- a/waf-waf-2.0.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a7e611265887117e89f9c151d633d94e5a714700bb40e7b3748f94d4ce0a7d01 -size 584168 diff --git a/waf-waf-2.0.26.tar.bz2 b/waf-waf-2.0.26.tar.bz2 new file mode 100644 index 0000000..9c57a97 --- /dev/null +++ b/waf-waf-2.0.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15261bb461f25c3ee79b99fbef893b73874e1f6df25d167087dcca3838fbddae +size 585911 diff --git a/waf.changes b/waf.changes index efc0f19..3eea582 100644 --- a/waf.changes +++ b/waf.changes @@ -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 + +- Do not write non-deterministic .pyc files in tests + +------------------------------------------------------------------- +Mon Dec 4 05:48:02 UTC 2023 - Wang Jun + +- 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 diff --git a/waf.spec b/waf.spec index 2d99a16..1135d9e 100644 --- a/waf.spec +++ b/waf.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: waf -Version: 2.0.25 +Version: 2.0.26 Release: 0 Summary: The Waf build system License: BSD-3-Clause @@ -55,8 +55,10 @@ EOF install -m 755 -D waf.wrapper %{buildroot}%{_bindir}/waf install -m 755 -d %{buildroot}%{_datadir}/waf/ cp -pR ./zip/waflib %{buildroot}%{_datadir}/waf/ +%python3_fix_shebang %check +export PYTHONDONTWRITEBYTECODE=1 export PYTHONPATH=%{buildroot}/%{_datadir}/waf/ %{buildroot}/%{_bindir}/waf -h