SHA256
1
0
forked from pool/lua-luasql
Files
lua-luasql/lua-luasql.changes

49 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Fri Mar 17 18:24:52 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Update to 2.6.0:
- Added read-only mode to SQLite3 and two new methods to MySQL
fetch.
- This release also added the library opening functions to
luasql.h in order to ease the initialization process in C
applications.
- Added seek method to MySQL driver and bug-fix on ODBC driver
number retrieval.
- Clean up luasql-fix-configuration.patch (now on
gh#lunarmodules/luasql!152).
-------------------------------------------------------------------
Thu Mar 16 18:18:57 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Change upstream homepage to the current one at Lunar Modules.
-------------------------------------------------------------------
Thu Feb 18 15:58:47 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
- Use %lua_provides macro for default lua versioning
-------------------------------------------------------------------
Mon Jul 6 19:06:15 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Add lua54 as new build target
-------------------------------------------------------------------
Wed Dec 5 22:14:00 CET 2018 - mcepl@suse.com
- Upgrade to 2.4.0:
* Added support in MySQL driver for opening a connection
based on a Unix socket (thanks to rafis)
* Added connection ping method (thanks to rafis)
* Added Makefile for mingw (thanks to watercoldyi)
* Bug correction on retrieving varchar2 data (thanks to David
Gao)
- Rewrite to multibuild, standard openSUSE Lua SPEC file.
-------------------------------------------------------------------
Sat Feb 8 04:46:07 UTC 2014 - malcolmlewis@opensuse.org
- Initial build.
- Add luasql-fix-configuration.patch: Clean up building and add rpm
optflags.