Log of /cauldron/perl-RPM4/pristine
Directory Listing
Revision
260823 -
Directory Listing
Modified
Fri Jun 15 16:42:07 2012 UTC
(12 years, 3 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, 3 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, 9 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