Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 3.193.19 | Pascal Rigaux | 2008-10-07 | 2 | -1/+3 | |
| | ||||||
* | - handle flag "replacefiles" | Pascal Rigaux | 2008-10-07 | 2 | -0/+4 | |
| | ||||||
* | add filelinktos() & dirnames() to URPM::Package | Per Øyvind Karlsen | 2008-07-18 | 2 | -0/+20 | |
| | ||||||
* | ensure that initSourceHeader gets run for rpm5.org, otherwise querying of ↵ | Per Øyvind Karlsen | 2008-07-17 | 1 | -0/+2 | |
| | | | | spec files won't work | |||||
* | fix build with rpm5.org HEAD | Per Øyvind Karlsen | 2008-07-14 | 1 | -0/+9 | |
| | ||||||
* | 3.183.18 | Pascal Rigaux | 2008-07-07 | 2 | -1/+3 | |
| | ||||||
* | - revert change introduced in 3.16 (it breaks too much, eg | Pascal Rigaux | 2008-07-07 | 3 | -2/+8 | |
| | | | | | | superuser--priority-upgrade.t test case), and introduce $state->{rejected_already_installed} instead | |||||
* | fix typo in description | Pascal Rigaux | 2008-07-07 | 1 | -1/+1 | |
| | ||||||
* | 3.173.17 | Pascal Rigaux | 2008-07-04 | 2 | -1/+3 | |
| | ||||||
* | add removed_or_obsoleted_packages() | Pascal Rigaux | 2008-07-04 | 2 | -1/+7 | |
| | ||||||
* | - handle $state->{orphans_to_remove} in selected_size() and | Pascal Rigaux | 2008-07-04 | 3 | -0/+13 | |
| | | | | | build_transaction_set() | |||||
* | - add traverse_tag_find() | Pascal Rigaux | 2008-07-04 | 3 | -0/+51 | |
| | ||||||
* | perl_checker compliance | Pascal Rigaux | 2008-07-03 | 1 | -3/+3 | |
| | ||||||
* | remove unused vars | Pascal Rigaux | 2008-07-03 | 1 | -4/+3 | |
| | ||||||
* | create packages_to_remove() and use it to factorize code | Pascal Rigaux | 2008-07-03 | 1 | -10/+13 | |
| | ||||||
* | create rpmtag_from_string() out of Db_traverse_tag | Pascal Rigaux | 2008-07-01 | 1 | -15/+19 | |
| | ||||||
* | 3.163.16 | Pascal Rigaux | 2008-06-26 | 2 | -1/+3 | |
| | ||||||
* | - when not selecting a package because already installed, | Pascal Rigaux | 2008-06-26 | 3 | -4/+9 | |
| | | | | | but it in $state->{rejected} with flags {installed} | |||||
* | adapt tests to ->compare change | Pascal Rigaux | 2008-06-24 | 1 | -9/+15 | |
| | ||||||
* | 3.153.15 | Pascal Rigaux | 2008-06-23 | 2 | -1/+3 | |
| | ||||||
* | add Anssi name in the log | Pascal Rigaux | 2008-06-17 | 1 | -0/+1 | |
| | ||||||
* | - fix urpmi wrongly considering epochless conflicts to match any epoch in a | Pascal Rigaux | 2008-06-17 | 2 | -1/+6 | |
| | | | | | | | | | | | case when urpmi should upgrade a conflicting package to an actually non-conflicting version (cf epochless-conflict-with-promotion urpmi test) from Anssi. i tested various upgrades from some chroot with 2008.0, 2007.1, 2007.0, and it didn't change the result, so it should be quite safe :) | |||||
* | 3.143.14 | Pascal Rigaux | 2008-05-23 | 2 | -1/+3 | |
| | ||||||
* | - add is_package_installed() in URPM/Resolve.pm | Pascal Rigaux | 2008-05-23 | 2 | -0/+15 | |
| | | | | | (to be used in urpmi 5.20) | |||||
* | 3.133.13 | Pascal Rigaux | 2008-05-20 | 2 | -1/+3 | |
| | ||||||
* | - do not ignore dropped provide from updated package (mdvbz#40842) | Pascal Rigaux | 2008-05-19 | 2 | -1/+24 | |
| | ||||||
* | enhance error message | Pascal Rigaux | 2008-05-15 | 1 | -1/+1 | |
| | ||||||
* | un-revert rpm5.org cosmetics now that cooker has reopened | Per Øyvind Karlsen | 2008-04-14 | 2 | -41/+40 | |
| | ||||||
* | update authors and copyright notic | Pascal Rigaux | 2008-04-10 | 2 | -5/+3 | |
| | ||||||
* | revert unneeded commit for nowtopic/3.12 | Pascal Rigaux | 2008-03-25 | 2 | -38/+41 | |
| | ||||||
* | fix a typo in a comment </pedanticlamer> | Per Øyvind Karlsen | 2008-03-19 | 1 | -1/+1 | |
| | ||||||
* | make URPM more portable by using standard %{_target_vendor} & %{_target_cpu} ↵ | Per Øyvind Karlsen | 2008-03-19 | 1 | -5/+5 | |
| | | | | macros in stead of Mandriva specific %{_real_vendor} & (now dead) %{_real_arch} | |||||
* | change x,y check to y,x. More intuitive, for me at least, other order ↵ | Per Øyvind Karlsen | 2008-03-19 | 1 | -25/+25 | |
| | | | | frequently confuses me ;p | |||||
* | d'oh, argument to hexversion() must of course be passed as strings | Per Øyvind Karlsen | 2008-03-19 | 1 | -3/+2 | |
| | ||||||
* | improve rpm version detection | Per Øyvind Karlsen | 2008-03-19 | 2 | -42/+40 | |
| | | | | | really fix callback size for rpm5.org versions | |||||
* | 3.123.12 | Pascal Rigaux | 2008-03-07 | 2 | -4/+3 | |
| | ||||||
* | - do allow to promoting a pkg even if it has unsatisfied require (since the | Pascal Rigaux | 2008-03-07 | 2 | -12/+5 | |
| | | | | | | | | | | | | | code will then fix the unsatisfied require). fixes "big transaction" (cf urpmi split-transactions--strict-require.t test_efgh()) this code was introduced long ago (*), the code has changed quite a lot, and it's hard to tell for which reason it was introduced. Maybe the check "obsoletes_overlap" replaces it for good? (*) in "r11064 | fpons | 2002-06-13", search for "try if upgrading the package will be satisfying all the requires" | |||||
* | ouch, add back 'case RPMPROB_DISKNODES:' removed by mistake :/ | Per Øyvind Karlsen | 2008-03-06 | 1 | -0/+1 | |
| | ||||||
* | revert back to long long since they're of same size anyways and we avoid ↵ | Per Øyvind Karlsen | 2008-03-06 | 1 | -3/+3 | |
| | | | | warnings that way :) | |||||
* | simplify as pixel suggested | Per Øyvind Karlsen | 2008-03-06 | 1 | -13/+3 | |
| | | | | | use uint64_t in stead of unsigned long long (which is really the same, but nicer and more consistent with rpm5:) | |||||
* | minor cosmetics | Per Øyvind Karlsen | 2008-03-03 | 1 | -3/+1 | |
| | ||||||
* | move compatibility wrapper to rpm5.org upstream | Per Øyvind Karlsen | 2008-03-03 | 2 | -216/+3 | |
| | ||||||
* | more fixes, makes apt-get build succesfully :D | Per Øyvind Karlsen | 2008-03-02 | 1 | -2/+29 | |
| | ||||||
* | make all functions inline functions | Per Øyvind Karlsen | 2008-03-02 | 1 | -9/+9 | |
| | ||||||
* | some more functions for apt-get.. | Per Øyvind Karlsen | 2008-03-02 | 1 | -0/+20 | |
| | ||||||
* | make C++ compliant | Per Øyvind Karlsen | 2008-03-02 | 1 | -20/+38 | |
| | | | | | add som function wrappers for apt-get | |||||
* | define WITH_DB in rpm5compat.h in stead of in Makefile | Per Øyvind Karlsen | 2008-03-01 | 2 | -13/+2 | |
| | | | | | drop useless conditionals for headers as they're already conditional in themself ;) | |||||
* | do better "detection" of callback size without having to define it in ↵ | Per Øyvind Karlsen | 2008-03-01 | 2 | -10/+5 | |
| | | | | Makefile (inspired by apt) | |||||
* | try improve on freeing up memory | Per Øyvind Karlsen | 2008-02-29 | 1 | -7/+2 | |
| | ||||||
* | be sure to return NULL in case of RPMRC_NOTFOUND | Per Øyvind Karlsen | 2008-02-29 | 1 | -3/+7 | |
| |