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.5.20090913git.pre6.el5.fio.i686.rpm
| Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
| deltarpm |
0 |
3.5 |
0.5.20090913git.pre6.el5.fio |
i686 |
105 KiB |
2011-06-22 08:40:30 |
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
- * 2009-09-10 - Bill Nottingham <notting[AT]redhat[DOTCOM]> - 3.5-0.git.20090831.1.4
- fix python bindings to not require kernel >= 2.6.27
- * 2009-09-09 - Bill Nottingham <notting[AT]redhat[DOTCOM]> - 3.5-0.git.20090831.1.3
- fix python bindings to:
- call _exit(), not exit()
- properly pythonize errors
- not leak file descriptors
- * 2009-08-31 - Jonathan Dieter <jdieter[AT]lesbg[DOTCOM]> - 3.5-0.git.20090831.1
- Add python bindings sub-package
- Fix build error
- * 2009-08-17 - Jonathan Dieter <jdieter[AT]gmail[DOTCOM]> - 3.5-0.git.20090729.1
- Explain where we get the source from
- Split *deltaiso commands into deltaiso subpackage (#501953)
- * 2009-07-29 - Jonathan Dieter <jdieter[AT]gmail[DOTCOM]> - 3.5-0.git.20090729
- Fix bug in writing Fedora's xz-compressed rpms (surely that's the last one)