Accepting request 1165662 from X11:wxWidgets

OBS-URL: https://build.opensuse.org/request/show/1165662
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/waf?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-04-08 15:37:37 +00:00 committed by Git OBS Bridge
commit 826d586202
4 changed files with 21 additions and 5 deletions

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

Binary file not shown.

3
waf-waf-2.0.26.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:15261bb461f25c3ee79b99fbef893b73874e1f6df25d167087dcca3838fbddae
size 585911

View File

@ -1,8 +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>

View File

@ -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,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