forked from pool/wxlua
- Move files accidentally placed in devel to main package OBS-URL: https://build.opensuse.org/request/show/1078634 OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/wxlua?expand=0&rev=18
108 lines
4.1 KiB
Plaintext
108 lines
4.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Apr 12 11:40:34 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
|
|
|
- Move files accidentally placed in devel to main package
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 29 08:12:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
|
|
|
- Add a rpmlintrc file to ignore false positive in 15.4
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 29 08:10:27 UTC 2022 - christophe@krop.fr
|
|
|
|
- Update to version 3.1.0.0+42:
|
|
* Improve build against wxWidgets 3.2.0-rc1
|
|
* Updated luaopen_wx to always initialize.
|
|
* Fixed wxBitmap error.
|
|
* Missing methods in wxGraphicsPenInfo are implemented
|
|
* wxMouseEvent methods are updated for wxWidgets 3.1
|
|
* cmake: add imm32 to MINGW_EXTRA_LIBS
|
|
* wxLuaDataObjectSimple::GetDataHere allows wxMemoryBuffer as
|
|
a return value
|
|
* wxLuaDataObjectSimple::GetDataHere calls the derived method
|
|
incorrectly
|
|
* DataViewCtrl: ExpandChildren method added for 3.1.5 and above
|
|
* wxPen::SetDashes(), GetDashes() are implemented
|
|
* Updated cmake config to better recognize GTK3 libraries
|
|
* Updated wx-config targets Makefile to fix reference to Lua
|
|
folder
|
|
* Updated Makefile to fix reference to Lua folder
|
|
* wxYELLOW etc. and wxTheColourDatabase are implemented
|
|
* wxEVT_SEARCH and wxEVT_SEARCH_CANCEL require >=3.1.1
|
|
- set CMAKE_SKIP_RPATH. wxlua writes incorrect RUNPATH to
|
|
libraries and executables.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 25 10:55:05 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
|
|
- Drop cppcheck Buildrequires: seems not to be used.
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Added wxMemoryBuffer.patch (will be fixed next release)
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jun 13 17:52:29 UTC 2020 - Matthias Mailänder <mailaender@opensuse.org>
|
|
|
|
- Drop desktop.patch (included upstream)
|
|
- Update to version 3.0.0.8
|
|
- Drop wx-webview.patch (it is disabled by default now)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 12 06:18:57 UTC 2017 - mailaender@opensuse.org
|
|
|
|
- Update to the 3.1 series fork
|
|
- Drop wxlstate.patch
|
|
- Add desktop.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Sep 7 21:21:49 UTC 2017 - jengelh@inai.de
|
|
|
|
- Add wx-webview.patch which disables building the Lua wrapper for
|
|
of wxWebView, since that class is going away in the C++ part.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jul 11 08:47:18 UTC 2017 - tchvatal@suse.com
|
|
|
|
- Fix build with namespaced lua
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 21 21:45:14 UTC 2016 - mailaender@opensuse.org
|
|
|
|
- install shared library and MIME files
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 21 07:56:21 UTC 2016 - mailaender@opensuse.org
|
|
|
|
- initial packaging for openSUSE
|
|
|