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:
commit
826d586202
BIN
waf-waf-2.0.25.tar.bz2
(Stored with Git LFS)
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
BIN
waf-waf-2.0.26.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
15
waf.changes
15
waf.changes
@ -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>
|
||||
|
||||
|
5
waf.spec
5
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,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
|
||||
|
Loading…
Reference in New Issue
Block a user