bcc3399608
- Update to version 0.9.2: + One year of bugfixing and improvements. Please see NEWS for a full list of changes. - Add -DLUA_COMPAT_MODULE to CFLAGS, allowing to use compatibility features of LUA 5.1, using LUA 5.2. - Move the library to libquvi. NOTE: the current library is a .so file only and does not have version information. This is an intentional behavior from upstream and accepted during the 0.9 release cycle. The versions are ABI incompatible to each other. See http://repo.or.cz/w/libquvi.git/commit/20b1e for a rationale. - Add libquvi-rpmlintrc: we need to filter out the library being in the main package now. rpmlintrc does not know correcly about this case, and considering that this is a temporary situation during the 0.9 cycle, it's also not worthy to address this in rpmlintrc code. OBS-URL: https://build.opensuse.org/request/show/196345 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=10
51 lines
2.1 KiB
Plaintext
51 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 14 09:08:35 UTC 2013 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.9.2:
|
|
+ One year of bugfixing and improvements. Please see NEWS for
|
|
a full list of changes.
|
|
- Add -DLUA_COMPAT_MODULE to CFLAGS, allowing to use compatibility
|
|
features of LUA 5.1, using LUA 5.2.
|
|
- Move the library to libquvi. NOTE: the current library is a .so
|
|
file only and does not have version information. This is an
|
|
intentional behavior from upstream and accepted during the 0.9
|
|
release cycle. The versions are ABI incompatible to each other.
|
|
See http://repo.or.cz/w/libquvi.git/commit/20b1e for a rationale.
|
|
- Add libquvi-rpmlintrc: we need to filter out the library being
|
|
in the main package now. rpmlintrc does not know correcly about
|
|
this case, and considering that this is a temporary situation
|
|
during the 0.9 cycle, it's also not worthy to address this in
|
|
rpmlintrc code.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Dec 29 18:01:49 UTC 2012 - p.drouand@gmail.com
|
|
|
|
- Update to 0.4.1 version:
|
|
* Add examples/parse.c [a26f5f6]
|
|
* Add examples/supported.c [179d997]
|
|
* DOC: Replace buzzhumor with gaskrank [3d2e015]
|
|
* FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
|
|
* FIX: Make verify c/b check against correct option [0c4ff3b]
|
|
* FIX: Use dirname(3) properly [b2f1621]
|
|
- Remove conditionnal BuildRequires macros; now work fine with lua 5.2
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jan 23 09:26:42 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Revert my previous change: libquvi doesn't work with lua 5.2, see
|
|
http://sourceforge.net/apps/trac/quvi/ticket/89
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 17 12:37:03 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- Always build against lua-devel: lua 5.2 on 12.2/Factory doesn't
|
|
seem to be an issue.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 10 13:13:14 UTC 2012 - vuntz@opensuse.org
|
|
|
|
- New package (version 0.4.0).
|
|
- This is based on the quvi 0.2.19 package: quvi got split in three
|
|
modules upstream for 0.4.x.
|
|
|