Jump to letter: [
ABCDEFGHIJKLMNOPRSTUVWXYZ
]
deltarpm - Create deltas between rpms
A deltarpm contains the difference between an old
and a new version of a rpm, which makes it possible
to recreate the new rpm from the deltarpm and the old
one. You don't have to have a copy of the old rpm,
deltarpms can also work with installed rpms.
Packages
Latest: deltarpm-3.5-0.6.20090913git.el6.fio.x86_64.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
deltarpm |
0 |
3.5 |
0.6.20090913git.el6.fio |
x86_64 |
69 KiB |
2012-02-18 11:48:30 |
deltarpm |
0 |
3.5 |
0.5.20090913git.pre6.el6.fio |
x86_64 |
69 KiB |
2011-07-15 17:35:11 |
Changelog:
- * 2010-01-11 - Panu Matilainen <pmatilai[AT]redhat[DOTCOM]> 3.5-0.5.20090913git
- rebuild for rpm 4.8.0
- use %global instead of %define
- * 2009-09-30 - Toshio Kuratomi <toshio[AT]fedoraproject[DOTORG]> - 3.5-0.4.20090913git
- Update patch to properly detect when an rpm is built with an rsync-friendly
zlib and bail out.
- * 2009-09-30 - Toshio Kuratomi <toshio[AT]fedoraproject[DOTORG]> - 3.5-0.3.20090913git
- Make building with system zlib selectable at build time.
- Fix cfile_detect_rsync() to detect rsync even if we don't have a zlib capable
of making rsync-friendly compressed files.
- * 2009-09-30 - Toshio Kuratomi <toshio[AT]fedoraproject[DOTORG]> - 3.5-0.2.20090913git
- Correct prerelease rlease numbering.
- Build against the system zlib, not the bundled library. This remedies the
fact that the included zlib is affected by CAN-2005-1849.
- * 2009-09-13 - Jonathan Dieter <jdieter[AT]lesbg[DOTCOM]> - 3.5-0.git.20090913
- Merge python error patch upstream