From 73dc737c399874277e41c8810c37bc0022621595a8c7707ce78cbd9e5a113c93 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 5 Apr 2024 10:35:59 +0000 Subject: [PATCH 1/2] Accepting request 1130646 from home:jgwang:branches:X11:wxWidgets - 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 OBS-URL: https://build.opensuse.org/request/show/1130646 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/waf?expand=0&rev=7 --- waf-waf-2.0.25.tar.bz2 | 3 --- waf-waf-2.0.26.tar.bz2 | 3 +++ waf.changes | 9 +++++++++ waf.spec | 2 +- 4 files changed, 13 insertions(+), 4 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 986e910..276a336 100644 --- a/waf.changes +++ b/waf.changes @@ -3,6 +3,15 @@ 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 6a84226..94c8101 100644 --- a/waf.spec +++ b/waf.spec @@ -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 From f9e2f1ea399d462bf3c18f6f14b5e4ece3a5cde3a2ac6475239d4765e12d89ac Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Fri, 5 Apr 2024 14:30:53 +0000 Subject: [PATCH 2/2] Accepting request 1165622 from home:pgajdos - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] OBS-URL: https://build.opensuse.org/request/show/1165622 OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/waf?expand=0&rev=8 --- waf.changes | 6 ++++++ waf.spec | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/waf.changes b/waf.changes index 276a336..3eea582 100644 --- a/waf.changes +++ b/waf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +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 diff --git a/waf.spec b/waf.spec index 94c8101..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 @@ -55,6 +55,7 @@ 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