Jump to letter: [
ACDFIJKLMOPSWZ
]
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-1.08-4.rf.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
lzo |
0 |
1.08 |
4.rf |
x86_64 |
61 KiB |
2010-11-14 14:36:26 |
Changelog:
- * 2005-02-01 - Matthias Saou <http://freshrpms[DOTNET]/> 1.08-4 - 2975+/dag
- 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