Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | correctly handle gzread error code | Pascal Rigaux | 2006-12-04 | 1 | -1/+4 |
| | |||||
* | rpmReadPackageFile() can return ok but no header :-/ | Pascal Rigaux | 2006-12-01 | 1 | -2/+2 |
| | |||||
* | rpmReadPackageFile() can return ok but no header :-/1.51 | Pascal Rigaux | 2006-12-01 | 2 | -2/+2 |
| | |||||
* | (Trans_add) factorize size to allocate | Thierry Vignaud | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | (Trans_add) adjust allocated memory | Thierry Vignaud | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | (Trans_add) remove guard, proper fix is now enough | Thierry Vignaud | 2006-11-29 | 1 | -1/+0 |
| | |||||
* | (Trans_add) fix segfault on ia32 (when one replace "struct foobar" by | Thierry Vignaud | 2006-11-29 | 1 | -0/+4 |
| | | | | | "foobar*", he should expect sizeof() to *slightly* differ in results) | ||||
* | 1.50 new release 1.50 | Pascal Rigaux | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | (Trans_add) fix segfault when using --excludepath | Thierry Vignaud | 2006-11-29 | 1 | -0/+1 |
| | |||||
* | (Trans_add) fix the segfault when using --excludepath (introduced in | Thierry Vignaud | 2006-11-29 | 1 | -6/+5 |
| | | | | | | r32435:32440). however, using --excludepath will still segfaults, but later, in rpmtsAddInstallElement() ... | ||||
* | (Trans_add) fix segfault | Thierry Vignaud | 2006-11-29 | 1 | -1/+1 |
| | |||||
* | - default to strict-arch on 64bits (tvignaud) | Pascal Rigaux | 2006-11-21 | 1 | -0/+92 |
| | | | | | | | | - handle empty hdlist.cz/synthesis.cz (in build_hdlist, build_synthesis, parse_hdlist, parse_synthesis) - parse_rpms_build_headers: allow asking for packing (and so fixing an error in urpmi) - documentation & comments enhancement - release 1.48 | ||||
* | add some tests on empty header, buggy header, empty hdlist | Pascal Rigaux | 2006-11-17 | 1 | -1/+17 |
| | |||||
* | at least one good header is needed for non compressed hdlist and non empty file | Pascal Rigaux | 2006-11-17 | 1 | -0/+2 |
| | |||||
* | - parse_hdlist on a simple header was broken because pid was left unset, | Pascal Rigaux | 2006-11-17 | 2 | -2/+14 |
| | | | | | - add some tests for this | ||||
* | do display on which pkgs the 2 sorted lists disagree | Pascal Rigaux | 2006-11-15 | 1 | -1/+3 |
| | |||||
* | add a wrapper in perl around parse_hdlist and parse_synthesis | Pascal Rigaux | 2006-11-15 | 2 | -2/+19 |
| | |||||
* | remove debug stuff | Pascal Rigaux | 2006-11-15 | 1 | -2/+0 |
| | |||||
* | make the prototype of parse_synthesis more clear in the pod1.48 | Pascal Rigaux | 2006-11-15 | 1 | -4/+4 |
| | |||||
* | parse_synthesis, parse_hdlist: handle gzip error status instead of relying on | Pascal Rigaux | 2006-11-15 | 1 | -9/+20 |
| | | | | | | | | | wether we did read at least one header. This allow "empty" hdlist/synthesis. But it means it is getting stricter, and the headers added to {depslist} would need to be removed if an error occured. Alas i don't know how to do it (a simple splice) in XS. If no better solution, i'll create a wrapper function in perl. | ||||
* | Bump version to 1.471.47 | Rafael Garcia-Suarez | 2006-10-16 | 2 | -1/+18 |
| | |||||
* | Patch by Pixel to ignore self-obsoletes | Rafael Garcia-Suarez | 2006-10-16 | 1 | -0/+6 |
| | |||||
* | Invert bogus check | Rafael Garcia-Suarez | 2006-09-21 | 1 | -5/+5 |
| | |||||
* | Add POD test, remove sole pod fragment in URPM::Build | Rafael Garcia-Suarez | 2006-09-07 | 3 | -5/+8 |
| | |||||
* | Bump version to 1.461.46 | Rafael Garcia-Suarez | 2006-09-06 | 2 | -1/+31 |
| | |||||
* | Oops, remove debug code | Rafael Garcia-Suarez | 2006-09-06 | 1 | -1/+0 |
| | |||||
* | prefer kernel-source-stripped over kernel-source | Rafael Garcia-Suarez | 2006-09-06 | 1 | -0/+18 |
| | |||||
* | Micro-optimisation, and make comments more explicit | Rafael Garcia-Suarez | 2006-09-05 | 1 | -4/+9 |
| | |||||
* | Bump version, regen changelog1.45 | Rafael Garcia-Suarez | 2006-08-07 | 2 | -5/+49 |
| | |||||
* | Remove perl-URPM.spec, checked in in repsys | Rafael Garcia-Suarez | 2006-08-07 | 2 | -855/+0 |
| | |||||
* | - cleanup useless imported rpm dcl | Olivier Thauvin | 2006-08-07 | 1 | -154/+0 |
| | |||||
* | - remove useless declaration | Olivier Thauvin | 2006-08-07 | 1 | -6/+0 |
| | |||||
* | Fix a FD leak (patch by Pascal Terjan, bug #24112) | Rafael Garcia-Suarez | 2006-08-04 | 1 | -0/+1 |
| | |||||
* | strict-arch doesn't apply to src packages | Rafael Garcia-Suarez | 2006-08-01 | 1 | -2/+2 |
| | |||||
* | - add comment into code, need review | Olivier Thauvin | 2006-07-25 | 1 | -0/+5 |
| | |||||
* | One might have an undefined package in the depslist (not sure why) | Rafael Garcia-Suarez | 2006-07-04 | 1 | -0/+1 |
| | |||||
* | Verify if we can open the rpmdb, and abort if we can't (bug #22527) | Rafael Garcia-Suarez | 2006-06-14 | 2 | -3/+6 |
| | |||||
* | That wasn't actually necessaryv1_44 | Rafael Garcia-Suarez | 2006-06-12 | 1 | -4/+0 |
| | |||||
* | Bump version numberV1_44 | Rafael Garcia-Suarez | 2006-06-12 | 3 | -6/+22 |
| | |||||
* | Fix passing of rpmRelocation structure with new layout in 4.4.6 | Rafael Garcia-Suarez | 2006-06-12 | 1 | -0/+4 |
| | |||||
* | Fix rpm version detection. Generate ChangeLog under C locale. | Rafael Garcia-Suarez | 2006-06-12 | 1 | -1/+2 |
| | |||||
* | Remove cvsignore file | Rafael Garcia-Suarez | 2006-06-07 | 1 | -7/+0 |
| | |||||
* | Use svn2cl to generate ChangeLog, and regenerate it | Rafael Garcia-Suarez | 2006-06-07 | 2 | -678/+759 |
| | |||||
* | It's nice to be able to compile with rpm 4.4.6, but it's nice to be able to | Rafael Garcia-Suarez | 2006-06-01 | 2 | -3/+11 |
| | | | | | compile with older rpms too. | ||||
* | - rpm 4.4.6 fixes | Olivier Thauvin | 2006-05-31 | 1 | -2/+5 |
| | |||||
* | Add metafilev1_43 | Rafael Garcia-Suarez | 2006-05-23 | 1 | -0/+11 |
| | |||||
* | 1.43V1_43 | Rafael Garcia-Suarez | 2006-05-23 | 3 | -2/+23 |
| | |||||
* | - fix urpmi .spec: aka ensure the rpm config is read with all macros before ↵ | Olivier Thauvin | 2006-05-23 | 1 | -0/+2 |
| | | | | parsing a spec | ||||
* | Don't clobber rpm's changelog with too many details, there is a real ↵ | Rafael Garcia-Suarez | 2006-05-22 | 1 | -1/+1 |
| | | | | changelog for that | ||||
* | add bug reference in 1.42-1mdk's changelog | Thierry Vignaud | 2006-05-22 | 1 | -1/+1 |
| |