SHA256
10
0
forked from pool/wxlua
Files
wxlua/_service
Matej Cepl 8c1726adff 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
2021-04-21 22:28:17 +00:00

16 lines
651 B
Plaintext

<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/pkulchenko/wxlua.git</param>
<param name="revision">a30b837fac5a812a51c57b6088551aea75482a67</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="compression">xz</param>
<param name="file">*.tar</param>
</service>
<service name="set_version" mode="manual"/>
</services>