Accepting request 1056136 from home:dirkmueller:Factory

- update to 2.0.25:
  * Fix invalid characters returned by find_program #2397
  * Prepare for distutils removal (Python 3.12 regression) #2402
  * Improve cp65001 compat in cpython < 3.3 #2346
  * Add Fujitsu Fortran compiler detection on ARM64FX #2348
  * Support multiple Sphinx output formats #2344
  * Improve PyQt5 detection #2343
  * Add asynchronous wafcache uploads

OBS-URL: https://build.opensuse.org/request/show/1056136
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/waf?expand=0&rev=3
This commit is contained in:
Stefan Brüns 2023-02-02 16:51:17 +00:00 committed by Git OBS Bridge
parent c698864878
commit d7cf44f083
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:599ab1903b6f12f0683878d2cd4f73546e0ce26031efd05f3fbe5178e4ef8cda
size 582903

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

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jan 5 07:52:51 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.0.25:
* Fix invalid characters returned by find_program #2397
* Prepare for distutils removal (Python 3.12 regression) #2402
* Improve cp65001 compat in cpython < 3.3 #2346
* Add Fujitsu Fortran compiler detection on ARM64FX #2348
* Support multiple Sphinx output formats #2344
* Improve PyQt5 detection #2343
* Add asynchronous wafcache uploads
-------------------------------------------------------------------
Mon Jun 27 19:50:33 UTC 2022 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package waf
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 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.24
Version: 2.0.25
Release: 0
Summary: The Waf build system
License: BSD-3-Clause