Пакет liblua5.1-compat-devel: Изменения

Последнее изменение


14 октября 2006 г. Alexey Tourbin 5.1.1-alt2
- imported sources into git and built with gear
- applied 3 official patches from lua.org/bugs.html
- added version script for the shared library to avoid static luac linkage
- split html documentation and examples into separate lua5-doc subpackage
12 июня 2006 г. Alexey Tourbin 5.1.1-alt1
- 5.1 -> 5.1.1
16 мая 2006 г. Alexey Tourbin 5.1-alt1
- 5.0.2 -> 5.1
- changed soname to liblua-5.1.so.0
- applied fixes for known bugs from lua.org
- removed alternatives, lua4 goes obsolete
30 декабря 2005 г. ALT QA Team Robot <qa-robot@altlinux.org> 5.0.2-alt5.1
- Rebuilt with libreadline.so.5.
29 июня 2005 г. Alexey Tourbin 5.0.2-alt5
- fixed segfaults introduced in previous release (type casts)
- fixed linkage (linked liblualib.so with liblua.so)
11 июня 2005 г. Alexey Tourbin 5.0.2-alt4
- compat-5.1r2 -> compat-5.1r3
- in sync with Debian: lua50_5.0.2-5.diff.gz
- fixed invalid type casts on x86_64 (Kachalov Anton, #6539)
9 мая 2005 г. Alexey Tourbin 5.0.2-alt3
- packaged Compat-5.1 (implementation of Lua-5.1 package proposal)
- applied 3 official patches from http://www.lua.org/bugs.html
- removed old dependencies
18 сентября 2004 г. Alexey Tourbin 5.0.2-alt2
- /usr/share/lua5/loadlib.lua -- implemented require()-like path search
  for loadlib(); compiled extensions should reside in /usr/lib/lua5
- added /usr/share/lua5 to default LUA_PATH
- enabled os.tmpname()
- upgraded to new alternatives format
19 марта 2004 г. Alexey Tourbin 5.0.2-alt1
- updated to 5.0.2 release
- enabled partial compatibility with old upvalue syntax
- pedro-openbsd-snprintf.patch: use snprintf(3) instead of sprintf(3)
7 марта 2004 г. Alexey Tourbin 5.0.2-alt0.1
- updated to 5.0.2 pre-release, with all official patches in
23 февраля 2004 г. Alexey Tourbin 5.0-alt7.2
- /usr/share/doc/lua5-5.1.5 -> /usr/share/doc/lua-5.1.5
- fixed luac symilnk (alternatives)
2 февраля 2004 г. Alexey Tourbin 5.0-alt7.1
- fixed /usr/share/doc/lua5-5.1.5 ownership
30 января 2004 г. Alexey Tourbin 5.0-alt7
- fixed _customdocdir misusage
- Werror mode enabled
18 ноября 2003 г. Alexey Tourbin 5.0-alt6
- 5 more official patches applied
24 августа 2003 г. Alexey Tourbin 5.0-alt5
- moved lua4 (weight=10) and lua5 (weight=20) packages under alternatives control
- in sync with debian (deb-paths.patch):
  + Added support for -C to load compatibility library on startup
  + Added an initial LUA_PATH to support /usr/share/lua5 etc.
  + Added a -P switch to suppress the LUA_PATH code if need-be
  + Updated the manpage lua.1 for the -C and -P switches
20 июня 2003 г. Alexey Tourbin 5.0-alt4
- packages renamed: s/lua/lua5/
- lua4 will be kept; thus Provides/Obsoletes reconsidered, Conflicts added
- two patches from http://www.lua.org/bugs.html
- Sisyphus release
7 мая 2003 г. Alexey Tourbin 5.0-alt3
- added Provides and Obsoletes for smooth upgrade
5 мая 2003 г. Alexey Tourbin 5.0-alt2
- desert Makefile/config/patches; custom build with direct commands
- features enabled: dlopen (loadlib), popen, fastround, libreadline
- new package layout: lua, liblua, liblua-devel, liblua-devel-static
28 апреля 2003 г. Alexey Tourbin 5.0-alt1
- 5.0; API changes; soname changed; license: MIT
- loadlib now implemented, so drop that stuff borrowed from PLD
19 января 2003 г. Alexey Tourbin 4.0.1-alt6
- minor enhancements
26 декабря 2002 г. Alexey Tourbin 4.0.1-alt5
- corrected s/-lc/-lc -lm -ldl/ for liblualib.so in alt-soname patch
- shared optimization flags
24 декабря 2002 г. Alexey Tourbin 4.0.1-alt4
- error in previous build: *.so files are binary copy of *.so.* files,
  not symlinks; fixed
- really shared build (s/ld -shared/ld -shared -lc/ in alt-soname patch)
- post and postun sections added (ldconfig)
20 декабря 2002 г. Alexey Tourbin 4.0.1-alt3
- shared build; alt-soname patch; lua-devel-static subpackage
- reference manual and code samples included in lua-devel package
- additional features from XTG Systems (loadlib files) and
  PLD Team (pld-loadlib-require patch)
- buildreq applied (none)
28 октября 2002 г. Konstantin Volckov <goldhead@altlinux.ru> 4.0.1-alt2
- Rebuilt in new environment
28 августа 2002 г. Konstantin Volckov <goldhead@altlinux.ru> 4.0.1-alt1
- First build for Sisyphus