aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* use SvTRUE() instead of SvIV() for boolean values 1.53Pascal Rigaux2007-01-081-7/+7
| | | | | (this gets rid of: Argument "" isn't numeric in subroutine entry at blib/lib/URPM/Build.pm line 68.)
* add to the tarball the files needed for "make test"Pascal Rigaux2007-01-081-0/+2
|
* 1.521.52Pascal Rigaux2006-12-042-1/+82
|
* - much stricter synthesis parsing. fail on first errorPascal Rigaux2006-12-044-15/+31
| | | | | - add test using a buggy synthesis that occured on kenobi
* correctly set "\0"Pascal Rigaux2006-12-041-0/+1
|
* remove temp filePascal Rigaux2006-12-041-1/+1
|
* correctly handle gzread error codePascal Rigaux2006-12-041-1/+4
|
* rpmReadPackageFile() can return ok but no header :-/Pascal Rigaux2006-12-011-2/+2
|
* rpmReadPackageFile() can return ok but no header :-/1.51Pascal Rigaux2006-12-012-2/+2
|
* (Trans_add) factorize size to allocateThierry Vignaud2006-11-291-1/+1
|
* (Trans_add) adjust allocated memoryThierry Vignaud2006-11-291-1/+1
|
* (Trans_add) remove guard, proper fix is now enoughThierry Vignaud2006-11-291-1/+0
|
* (Trans_add) fix segfault on ia32 (when one replace "struct foobar" byThierry Vignaud2006-11-291-0/+4
| | | | | "foobar*", he should expect sizeof() to *slightly* differ in results)
* 1.50 new release 1.50Pascal Rigaux2006-11-291-1/+1
|
* (Trans_add) fix segfault when using --excludepathThierry Vignaud2006-11-291-0/+1
|
* (Trans_add) fix the segfault when using --excludepath (introduced inThierry Vignaud2006-11-291-6/+5
| | | | | | r32435:32440). however, using --excludepath will still segfaults, but later, in rpmtsAddInstallElement() ...
* (Trans_add) fix segfaultThierry Vignaud2006-11-291-1/+1
|
* - default to strict-arch on 64bits (tvignaud)Pascal Rigaux2006-11-211-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 hdlistPascal Rigaux2006-11-171-1/+17
|
* at least one good header is needed for non compressed hdlist and non empty filePascal Rigaux2006-11-171-0/+2
|
* - parse_hdlist on a simple header was broken because pid was left unset,Pascal Rigaux2006-11-172-2/+14
| | | | | - add some tests for this
* do display on which pkgs the 2 sorted lists disagreePascal Rigaux2006-11-151-1/+3
|
* add a wrapper in perl around parse_hdlist and parse_synthesisPascal Rigaux2006-11-152-2/+19
|
* remove debug stuffPascal Rigaux2006-11-151-2/+0
|
* make the prototype of parse_synthesis more clear in the pod1.48Pascal Rigaux2006-11-151-4/+4
|
* parse_synthesis, parse_hdlist: handle gzip error status instead of relying onPascal Rigaux2006-11-151-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.47Rafael Garcia-Suarez2006-10-162-1/+18
|
* Patch by Pixel to ignore self-obsoletesRafael Garcia-Suarez2006-10-161-0/+6
|
* Invert bogus checkRafael Garcia-Suarez2006-09-211-5/+5
|
* Add POD test, remove sole pod fragment in URPM::BuildRafael Garcia-Suarez2006-09-073-5/+8
|
* Bump version to 1.461.46Rafael Garcia-Suarez2006-09-062-1/+31
|
* Oops, remove debug codeRafael Garcia-Suarez2006-09-061-1/+0
|
* prefer kernel-source-stripped over kernel-sourceRafael Garcia-Suarez2006-09-061-0/+18
|
* Micro-optimisation, and make comments more explicitRafael Garcia-Suarez2006-09-051-4/+9
|
* Bump version, regen changelog1.45Rafael Garcia-Suarez2006-08-072-5/+49
|
* Remove perl-URPM.spec, checked in in repsysRafael Garcia-Suarez2006-08-072-855/+0
|
* - cleanup useless imported rpm dclOlivier Thauvin2006-08-071-154/+0
|
* - remove useless declarationOlivier Thauvin2006-08-071-6/+0
|
* Fix a FD leak (patch by Pascal Terjan, bug #24112)Rafael Garcia-Suarez2006-08-041-0/+1
|
* strict-arch doesn't apply to src packagesRafael Garcia-Suarez2006-08-011-2/+2
|
* - add comment into code, need reviewOlivier Thauvin2006-07-251-0/+5
|
* One might have an undefined package in the depslist (not sure why)Rafael Garcia-Suarez2006-07-041-0/+1
|
* Verify if we can open the rpmdb, and abort if we can't (bug #22527)Rafael Garcia-Suarez2006-06-142-3/+6
|
* That wasn't actually necessaryv1_44Rafael Garcia-Suarez2006-06-121-4/+0
|
* Bump version numberV1_44Rafael Garcia-Suarez2006-06-123-6/+22
|
* Fix passing of rpmRelocation structure with new layout in 4.4.6Rafael Garcia-Suarez2006-06-121-0/+4
|
* Fix rpm version detection. Generate ChangeLog under C locale.Rafael Garcia-Suarez2006-06-121-1/+2
|
* Remove cvsignore fileRafael Garcia-Suarez2006-06-071-7/+0
|
* Use svn2cl to generate ChangeLog, and regenerate itRafael Garcia-Suarez2006-06-072-678/+759
|
* It's nice to be able to compile with rpm 4.4.6, but it's nice to be able toRafael Garcia-Suarez2006-06-012-3/+11
| | | | | compile with older rpms too.