Accepting request 887318 from home:gmbr3:Lua

- Update to version 3.1.0.0+27:
  * Compilation fixed for Lua 5.4
  * wxSearchCtrl bindings updated to add `SetValue`.
  * wxSearchCtrl bindings updated to add `GetValue`.
  * wxSearchCtrl binding added.
  * Fixed compilation issue with GenericGetHeader
  * Fixed compilation with wxwidgets prior to 3.1.5
  * Updated examples to use GetBitnessName instead of GetArchName
  * Added wxBitness instead of deprecated wxArchitecture
  * Add target dependencies to bindings Makefile
  * Updated example to use proper/current SetColour method name
  * Updated wxLUA_USE_wxTranslations scope to allow encodings to
    be used independently
  * Updated wxLUA_USE* setting handling to allow overwrites
    from command line
  * Add wxLUA_USE_wxTranslations option to control
    wxTranslations compilation
  * Reorganized wxTranslations version checks in prep for
    adding wxLUA_USE check
- Removed wxMemoryBuffer.patch: merged
- Disable translations which cause build failure
- Follow shared library packaging policy
- Use Lua 5.4

OBS-URL: https://build.opensuse.org/request/show/887318
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/wxlua?expand=0&rev=12
This commit is contained in:
2021-04-21 22:28:17 +00:00
committed by Git OBS Bridge
parent aaf5350281
commit 8c1726adff
8 changed files with 138 additions and 127 deletions
+27
View File
@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Apr 21 13:11:01 UTC 2021 - gmbr3@opensuse.org
- Update to version 3.1.0.0+27:
* Compilation fixed for Lua 5.4
* wxSearchCtrl bindings updated to add `SetValue`.
* wxSearchCtrl bindings updated to add `GetValue`.
* wxSearchCtrl binding added.
* Fixed compilation issue with GenericGetHeader
* Fixed compilation with wxwidgets prior to 3.1.5
* Updated examples to use GetBitnessName instead of GetArchName
* Added wxBitness instead of deprecated wxArchitecture
* Add target dependencies to bindings Makefile
* Updated example to use proper/current SetColour method name
* Updated wxLUA_USE_wxTranslations scope to allow encodings to
be used independently
* Updated wxLUA_USE* setting handling to allow overwrites
from command line
* Add wxLUA_USE_wxTranslations option to control
wxTranslations compilation
* Reorganized wxTranslations version checks in prep for
adding wxLUA_USE check
- Removed wxMemoryBuffer.patch: merged
- Disable translations which cause build failure
- Follow shared library packaging policy
- Use Lua 5.4
-------------------------------------------------------------------
Sun Jun 28 09:56:25 UTC 2020 - Matthias Mailänder <mailaender@opensuse.org>