Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
lzo - Portable lossless data compression library
LZO is a portable lossless data compression library written in ANSI C.
It offers pretty fast compression and *very* fast decompression.
Decompression requires no memory. In addition there are slower
compression levels achieving a quite competitive compression ratio
while still decompressing at this very high speed.
Packages
Latest: lzo-2.04-4.el6.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| lzo |
0 |
2.04 |
4.el6.fio |
i686 |
55 KiB |
2012-02-18 11:40:39 |
| lzo |
0 |
2.04 |
3.pre6.el6.fio |
i686 |
55 KiB |
2011-07-14 02:49:09 |
Changelog:
- * 2010-11-10 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.04-1
- Updated to release 2.04.
- * 2007-08-12 - Dries Verachtert <dries[AT]ulyssis[DOTORG]> - 2.02-3
- Patch added so it doesn't use an executable stack, thanks to Kenneth Porter.
- * 2006-03-19 - Dries Verachtert <dries[AT]ulyssis[DOTORG]> - 2.02-2
- gcc-c++ buildrequirement added.
- * 2006-03-13 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.02-1
- Updated to release 2.02.
- * 2005-05-31 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 2.00-1
- Updated to release 2.00.
- * 2005-02-01 - Matthias Saou <http://freshrpms[DOTNET]/> 1.08-4
- Add lzo-1.08-asm.patch to fix asm detection on i386.
- Remove unneeded nasm build dep as build uses only gcc for asm... not sure
why the configure nasm check is still there, though.
- * 2004-05-19 - Matthias Saou <http://freshrpms[DOTNET]/> 1.08-3
- Increased release to keep upgrade path.
- * 2002-12-27 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 1.08-0
- Updated to 1.08
- * 2001-08-31 - Dag Wieers <dag[AT]wieers[DOTCOM]> - 1.04-0
- Made use of macros, made relocatable.
- * 1998-05-21 - Arne Coucheron <arneco[AT]online.no>
- updated to 1.04-1
- using BuildRoot
- using RPM_OPT_FLAGS during make
- using %{name} and %{version} macros
- removed Packager: line; use /etc/rpmrc for this if you need it
- using %defattr and %attr macros in filelist. NB! needs rpm 2.5 to build
- simplified the filelist
- removed %pre and added a %postun
- added -q parameter to %setup
- added striping of the library
- removed COPYING file from %doc, copyright is in the header