Log of /updates/infra_4/perl-RPM4/current
Directory Listing
Revision
332336 -
Directory Listing
Modified
Tue Dec 18 01:22:38 2012 UTC
(11 years, 9 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- drop support for repackage (not working anymore since rpm-4.6)
- fix parsing new rpm headers
- fix retrieving rpm version with beta versions
- fix segfaulting with rpm-4.11 retrieving RPMLOG_*
- fix srcrpm()
- fix --rpmversion (broken for 6+ years...)
Revision
263639 -
Directory Listing
Modified
Mon Jun 25 18:34:47 2012 UTC
(12 years, 3 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- drop rpm5 functions: rpmsysinfodep, rpmgetconfdep, rpmcpuinfodep, rpmpipedep
& rpmunamedep (unimplemented for 4 years...)
- new spec:
o fix forcing 'noarch_check' & 'force' parameters
o drop unused 'cookie', 'passphrase', 'rootdir' & 'verify' parameters (useless with rpm-4.9.x anyway)
Revision
260823 -
Directory Listing
Modified
Fri Jun 15 16:42:07 2012 UTC
(12 years, 4 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- functions that not are implemented since switching to rpm-4.6 now die
- internal cleanups
- srcrpm(): fix returning "...nosrc.rpm" instead of "...src.rpm" when needed
(it always returned "...src.rpm" since rpm-4.9+)
- use rpm-4.6+ API, not rpm-4.4 compatibility one
(fix some memleaks btw)
Revision
260097 -
Directory Listing
Modified
Tue Jun 12 17:42:28 2012 UTC
(12 years, 4 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- functions that not are implemented since switching to rpm-4.6 now die
- use rpm-4.6+ API, not rpm-4.4 compatibility one
(should fix some memleaks btw)
Revision
185256 -
Directory Listing
Modified
Wed Dec 21 02:19:57 2011 UTC
(12 years, 9 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- make Spec->build works with rpm-4.9
- make initdb do all the needed work
- make traverse usefull again with rpm-4.9
Revision
181577 -
Directory Listing
Modified
Wed Dec 14 19:37:56 2011 UTC
(12 years, 10 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- disable tests segfaulting in rpmSpecBuild()
- disable tests using unimplemented functions regarding rpm-4.9
- disable 2 tests that fails with rpm-4.9
(all functions needed by iurt & youri* pass the testsuite)
- implement more functions with rpm-4.9
Revision
156425 -
Directory Listing
Modified
Tue Oct 18 21:14:33 2011 UTC
(12 years, 11 months ago)
by
tv
Original Path:
cauldron/perl-RPM4/current
- patch 2: drop support for rpm-4.4.x (too much ifdef/else/endif spaghetti
and already broken since rpm-4.6 & rpm-4.8 support patches)
- Patch 3: declare 4.8.0 & 4.8.1 in order to make 4.9.x checks work
- Patch 4: initial rpm-4.9.x support
Revision
61192 -
Directory Listing
Modified
Sun Feb 27 16:14:36 2011 UTC
(13 years, 7 months ago)
by
nanardon
Original Path:
cauldron/perl-RPM4/current
- disable some test, it seems internal of rpm has changed and Spec struct is not clean anymore between two build() call