0
0

Accepting request 825825 from home:StefanBruens:branches:X11:wxWidgets

Fix uninstallable nostl variant in Staging:ADI:20
- Correct base_packages flag for nostl variant, it can not use the
  base libraries of the regular variant

- Do not disable debugging completely, only recommended for
  constrained environments and breaks wxPython tests
- Build base libraries from wxGTK3 build, wxWidgets (GTK2) is no
  longer used by any Factory package.

OBS-URL: https://build.opensuse.org/request/show/825825
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/wxWidgets-3_2?expand=0&rev=66
This commit is contained in:
2020-08-15 13:19:14 +00:00
committed by Git OBS Bridge
parent 71ff03dcbe
commit c7b9cb41d2
8 changed files with 125 additions and 82 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Jul 26 07:45:42 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Do not disable debugging completely, only recommended for
constrained environments and breaks wxPython tests
- Correct base_packages flag for nostl variant, it can not use the
base libraries of the regular variant
- Build base libraries from wxGTK3 build, wxWidgets (GTK2) is no
longer used by any Factory package.
-------------------------------------------------------------------
Sat Jul 25 15:20:26 UTC 2020 - Stefan Brüns <stefan.bruens@rwth-aachen.de>