10
0
Files
lua-luafilesystem/lua-luafilesystem.changes
Tomáš Chvátal aae4f492d7 Accepting request 559768 from home:avindra
- Fix target folder name in tarball

Sorry about the breakage.

Not sure how this was passing before in my repo.

OBS-URL: https://build.opensuse.org/request/show/559768
OBS-URL: https://build.opensuse.org/package/show/devel:languages:lua/lua-luafilesystem?expand=0&rev=15
2017-12-25 10:07:49 +00:00

65 lines
2.2 KiB
Plaintext

-------------------------------------------------------------------
Sun Dec 24 19:30:26 UTC 2017 - avindra@opensuse.org
- Fix target folder name in tarball
-------------------------------------------------------------------
Tue Nov 7 02:22:08 UTC 2017 - aavindraa@gmail.com
- Update to version 1.7.0:
* symlinkattributes function now provides 'target' field,
containing name of the file that the symlink points to.
* attributes, symlinkattributes, touch, mkdir, and rmdir functions
now return system-dependent error code as the third value on error.
* Fixed detection of closed files for Lua 5.2+ in setmode, lock,
and unlock functions.
* Fixed various compiler warnings.
-------------------------------------------------------------------
Mon Oct 30 14:45:32 UTC 2017 - jmatejek@suse.com
- do not build for Lua 5.2
-------------------------------------------------------------------
Fri Aug 11 15:51:51 UTC 2017 - eich@suse.com
- Add defines for the version number and a version number string
with '_' (underscores) to keep these close together and in sync.
-------------------------------------------------------------------
Thu Aug 10 14:52:56 UTC 2017 - eich@suse.com
- Fix provides/obsoletes for the old package name.
-------------------------------------------------------------------
Thu Jul 13 16:19:59 UTC 2017 - tchvatal@suse.com
- Switch to multibuild syntax to produce results for all lua flavors
-------------------------------------------------------------------
Wed Jan 4 15:40:43 UTC 2017 - eich@suse.com
- Replaced 'makeinstall' by 'make_install'.
-------------------------------------------------------------------
Mon Oct 17 13:30:22 UTC 2016 - eich@suse.com
- Setting 'download_files' service to mode='localonly'
and adding source tarball. (Required for Factory).
-------------------------------------------------------------------
Tue Oct 11 17:12:41 UTC 2016 - eich@suse.com
- Update to version 1.6.3:
* Lua 5.3 support.
* Assorted bugfixes.
- Use source services
- Make use of lua macros
- Add Requires for lua
- Add -fPIC compiler flag
-------------------------------------------------------------------
Wed Jan 29 14:14:50 UTC 2014 - kianseong@gmail.com
- Initial Version