aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)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
| | | | | | * refactorize get_fullname_parts() and friends using it
* 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 ↵Per Øyvind Karlsen2010-10-035-0/+2798
| | | | dependency solving behaviour
* * apply some cosmetics to get_name()Per Øyvind Karlsen2010-10-031-5/+5
| | | | | * be sure to use index in get_int()
* * as rpm uses unsigned long for epoch, use strtoul() rather than atoi()Per Øyvind Karlsen2010-10-031-4/+2
| | | | | | | * don't mark end of string for extracting epoch, stroul() will automatically stop reading at invalid digit characters
* 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
| | | | | * cleanup a bit
* 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 ↵Per Øyvind Karlsen2010-10-031-9/+9
| | | | will be honored
* 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 ↵Per Øyvind Karlsen2010-10-020-0/+0
| | | | API compatibility wrapper
* - enable 'use warnings'Olivier Thauvin2010-07-305-1/+7
| | | | - fix some warnings
* - fix warning on perl 5.12, spotted by olivier thauvin ( Odd number of ↵Michael Scherer2010-07-301-1/+1
| | | | elements in anonymous hash at URPM/Resolve.pm line 1192. )
* - 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 ↵Christophe Fergeau2010-03-232-0/+8
| | | | | | backtracked and no replacement is found (#57224, Anssi Hannula)
* 3.343.34Christophe Fergeau2010-03-232-1/+3
|
* adjust rpm.org/rpm5.org detection codeChristophe Fergeau2010-02-241-1/+1
| | | | | | It used to assume that rpm.org had version numbers < 4.7, but it's no longer true with rpm 4.8 being released. Test against 5.0 since rpm5.org releases started at 5.0
* check for conflicting selected packages before selecting a packageChristophe Fergeau2010-02-122-4/+8
| | | | | | | | | | | | | | | | check for conflicting selected packages before selecting a package instead of after selecting it, to avoid having to unselect package in case of conflict (which incorrectly unselected packages with unsatisfied dependencies as well, making the following backtrack_selected call behave wrongly as it simply noticed that the package is no longer required) Here's the second patch again, now with the function comment updated and added _remove_all_rejected_from() call so that prerejections are still cleared (this was previously called from the removed disable_selected() call). Testsuites pass. Patch by Anssi Hannula, fixes #57224
* 3.333.33Christophe Fergeau2009-10-052-2/+4
|