aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactorize Pkg_compare()Per Øyvind Karlsen2010-10-141-11/+12
* add rpmEVRcmp() & rpmEVRcompare() to api docsPer Øyvind Karlsen2010-10-141-0/+8
* add URPM::Package::evr() to api documentationPer Øyvind Karlsen2010-10-131-0/+2
* use 'rpmTagType' typedefPer Øyvind Karlsen2010-10-131-1/+1
* use rpmsenseFlags typedefPer Øyvind Karlsen2010-10-131-15/+15
* add author for 4.0Per Øyvind Karlsen2010-10-131-1/+1
* prepare for 4.0 versionPer Øyvind Karlsen2010-10-132-1/+14
* fix to work with removal of promote_epoch argument earlierPer Øyvind Karlsen2010-10-131-1/+1
* check that ']' exists in ranges_overlap() before trying backupPer Øyvind Karlsen2010-10-131-2/+2
* always check is_platform_compat()Per Øyvind Karlsen2010-10-131-8/+1
* update copyright noticePer Øyvind Karlsen2010-10-132-3/+3
* s/do_rpmEVRcmp/do_rpmEVRcompare/Per Øyvind Karlsen2010-10-131-4/+4
* fix rpmEVRcmp() vs rpmEVRcompare() confusion, expose bothPer Øyvind Karlsen2010-10-132-6/+10
* expose rpmEVRcompare() through URPM::rpmEVRcmp()Per Øyvind Karlsen2010-10-132-6/+20
* add Pkg_evr()Per Øyvind Karlsen2010-10-131-0/+9
* minor cosmeticsPer Øyvind Karlsen2010-10-131-1/+1
* move some variables under INIT:Per Øyvind Karlsen2010-10-131-7/+8
* use rpmEVRoverlap() in ranges_overlap()Per Øyvind Karlsen2010-10-131-56/+13
* drop legacy behaviour, always promote epochPer Øyvind Karlsen2010-10-132-24/+11
* remove dead constantsPer Øyvind Karlsen2010-10-131-6/+0
* use do_rpmEVRcmp() Pkg_compare_pkg() as wellPer Øyvind Karlsen2010-10-131-51/+37
* add get_evr() and do_rpmEVRcmp() wrapper for using rpmEVRcompare() from rpmlibPer Øyvind Karlsen2010-10-121-38/+54
* add '[' & ']' around EVR in test to work with new code depending on it..Per Øyvind Karlsen2010-10-121-8/+8
* * add support for fetching disttag & distepoch with get_fullname_parts()Per Øyvind Karlsen2010-10-121-199/+173
* fix diff checkPer Øyvind Karlsen2010-10-071-3/+7
* check output of 'diff' in stead for better outputPer Øyvind Karlsen2010-10-041-8/+4
* add some crude regression tests to catch any potential changes in the depende...Per Øyvind Karlsen2010-10-035-0/+2798
* * apply some cosmetics to get_name()Per Øyvind Karlsen2010-10-031-5/+5
* * as rpm uses unsigned long for epoch, use strtoul() rather than atoi()Per Øyvind Karlsen2010-10-031-4/+2
* store package filename based on rpm configuration rather than hardcoding itPer Øyvind Karlsen2010-10-031-19/+62
* * fix iterator breakage that caused ie. dependency solving to breakPer Øyvind Karlsen2010-10-031-72/+65
* always print any errors reported with rpmtsProblems() in Trans_check()Per Øyvind Karlsen2010-10-031-18/+14
* s/headerWrite/rpmpkgWrite/ in rpmlog() output...Per Øyvind Karlsen2010-10-031-1/+1
* compress tarball with xz rather than bzip2Per Øyvind Karlsen2010-10-031-1/+1
* drop 'rpm/' from rpm header includes so that include path from pkg-config wil...Per Øyvind Karlsen2010-10-031-9/+9
* port to use native RPM5 APIPer Øyvind Karlsen2010-10-032-301/+350
* start a clean rpm5 branch for using rpm5 API directly rather than rpm 4.6 API...Per Øyvind Karlsen2010-10-020-0/+0
* - enable 'use warnings'Olivier Thauvin2010-07-305-1/+7
* - fix warning on perl 5.12, spotted by olivier thauvin ( Odd number of elemen...Michael Scherer2010-07-301-1/+1
* - 3.36Olivier Thauvin2010-07-233-1/+1246
* - fix deferencement on hash (instead hashref), warning triggered by perl 5.12Olivier Thauvin2010-07-231-1/+1
* only print debug message if debug callback is definedChristophe Fergeau2010-04-231-1/+1
* 3.353.35Christophe Fergeau2010-04-232-1/+3
* honour search medias when using --auto-selectChristophe Fergeau2010-04-232-1/+6
* 3.34.13.34.1Christophe Fergeau2010-03-232-1/+3
* check selected packages for unsatisfied requires when a promoted package is b...Christophe Fergeau2010-03-232-0/+8
* 3.343.34Christophe Fergeau2010-03-232-1/+3
* adjust rpm.org/rpm5.org detection codeChristophe Fergeau2010-02-241-1/+1
* check for conflicting selected packages before selecting a packageChristophe Fergeau2010-02-122-4/+8
* 3.333.33Christophe Fergeau2009-10-052-2/+4