| Commit message (Expand) | Author | Age | Files | Lines |
* | move test-rpm.spec into t/ | Pascal Rigaux | 2007-01-15 | 4 | -3/+4 |
* | - use our own tmppath (Patrice Dumas) | Pascal Rigaux | 2007-01-15 | 1 | -2/+5 |
* | perl-URPM.spec is no more bundled with dist, removing "rpm" and "srpm" targets | Pascal Rigaux | 2007-01-15 | 1 | -15/+1 |
* | better debug text1.54 | Pascal Rigaux | 2007-01-09 | 1 | -2/+2 |
* | @chosen is always non empty, and @chosen == 1 is already handled | Pascal Rigaux | 2007-01-09 | 1 | -1/+1 |
* | use a sort to make things clear | Pascal Rigaux | 2007-01-09 | 1 | -20/+15 |
* | factorize | Pascal Rigaux | 2007-01-09 | 1 | -12/+10 |
* | factorize code into _set_flag_installed_and_upgrade_if_no_newer() | Pascal Rigaux | 2007-01-09 | 1 | -31/+21 |
* | suggest a valid reason why a package was not found | Pascal Rigaux | 2007-01-09 | 1 | -1/+1 |
* | fix previous commit | Pascal Rigaux | 2007-01-09 | 1 | -4/+4 |
* | create _id_to_name() and use it | Pascal Rigaux | 2007-01-09 | 1 | -12/+37 |
* | allow toggling debugging and handling it through a callback | Pascal Rigaux | 2007-01-09 | 1 | -14/+28 |
* | - add missing files to the tarball to allow make test | Pascal Rigaux | 2007-01-08 | 1 | -1/+1 |
* | update | Pascal Rigaux | 2007-01-08 | 1 | -1/+1 |
* | use SvTRUE() instead of SvIV() for boolean values 1.53 | Pascal Rigaux | 2007-01-08 | 1 | -7/+7 |
* | add to the tarball the files needed for "make test" | Pascal Rigaux | 2007-01-08 | 1 | -0/+2 |
* | 1.521.52 | Pascal Rigaux | 2006-12-04 | 2 | -1/+82 |
* | - much stricter synthesis parsing. fail on first error | Pascal Rigaux | 2006-12-04 | 4 | -15/+31 |
* | correctly set "\0" | Pascal Rigaux | 2006-12-04 | 1 | -0/+1 |
* | remove temp file | Pascal Rigaux | 2006-12-04 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | (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 |
* | 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 |
* | 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 |
* | 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 |