aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 3.123.12Pascal Rigaux2008-03-072-4/+3
|
* - do allow to promoting a pkg even if it has unsatisfied require (since thePascal Rigaux2008-03-072-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 Karlsen2008-03-061-0/+1
|
* revert back to long long since they're of same size anyways and we avoid ↵Per Øyvind Karlsen2008-03-061-3/+3
| | | | warnings that way :)
* simplify as pixel suggestedPer Øyvind Karlsen2008-03-061-13/+3
| | | | | use uint64_t in stead of unsigned long long (which is really the same, but nicer and more consistent with rpm5:)
* minor cosmeticsPer Øyvind Karlsen2008-03-031-3/+1
|
* move compatibility wrapper to rpm5.org upstreamPer Øyvind Karlsen2008-03-032-216/+3
|
* more fixes, makes apt-get build succesfully :DPer Øyvind Karlsen2008-03-021-2/+29
|
* make all functions inline functionsPer Øyvind Karlsen2008-03-021-9/+9
|
* some more functions for apt-get..Per Øyvind Karlsen2008-03-021-0/+20
|
* make C++ compliantPer Øyvind Karlsen2008-03-021-20/+38
| | | | | add som function wrappers for apt-get
* define WITH_DB in rpm5compat.h in stead of in MakefilePer Øyvind Karlsen2008-03-012-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 Karlsen2008-03-012-10/+5
| | | | Makefile (inspired by apt)
* try improve on freeing up memoryPer Øyvind Karlsen2008-02-291-7/+2
|
* be sure to return NULL in case of RPMRC_NOTFOUNDPer Øyvind Karlsen2008-02-291-3/+7
|
* provide function name in loggingPer Øyvind Karlsen2008-02-291-4/+2
|
* be sure to always initialize in headerGetEntryPer Øyvind Karlsen2008-02-291-1/+3
|
* add rpm5.org support to NEWS :)Per Øyvind Karlsen2008-02-291-0/+3
|
* rpm 4.5 and newer uses unsigned long long ulong1 in stead of unsigned long ↵Per Øyvind Karlsen2008-02-291-1/+8
| | | | ulong1 for rpmProblemGetLong, therefore use %lld in stead of %ld
* add back copyright field manually since svn wouldn't set it..Per Øyvind Karlsen2008-02-291-1/+1
|
* try add svn properties to top of filePer Øyvind Karlsen2008-02-291-0/+6
|
* add svn keywords propertiesPer Øyvind Karlsen2008-02-290-0/+0
|
* make inclusion of headers conditionalPer Øyvind Karlsen2008-02-291-6/+13
|
* be sure to set return value to NULL in headerGetEntry when Epoch isn't setPer Øyvind Karlsen2008-02-291-8/+10
|
* fix assignment from incompatible pointer type in Urpm_list_rpm_tag for rpm5Per Øyvind Karlsen2008-02-291-0/+4
|
* be sure to use same data type for check_flagPer Øyvind Karlsen2008-02-291-3/+3
|
* make sure to use same type (signess) in pack_rpm_headerPer Øyvind Karlsen2008-02-281-1/+1
|
* do not define RPM_CALLBACK_LONGLONG for rpm 5.0Per Øyvind Karlsen2008-02-281-1/+1
|
* add copyright noticePer Øyvind Karlsen2008-02-281-0/+6
|
* fix return type and variable of headerRead()Per Øyvind Karlsen2008-02-281-2/+2
|
* 3.113.11Pascal Rigaux2008-02-282-1/+3
|
* - restore FILENAME_TAG in generated hdlist (to be compatible with olderPascal Rigaux2008-02-282-0/+10
| | | | | distros where ->filename can rely on it) (thanks to Nanar)
* fix double _free of msg in headerWrite() & headerRead()Per Øyvind Karlsen2008-02-281-8/+6
| | | | | | do rpmlog for headerWrite() & headerRead() drop unused variable in cointainer for headerNextIterator()
* drop unused variablePer Øyvind Karlsen2008-02-281-1/+0
|
* get rid of some warningsPer Øyvind Karlsen2008-02-281-6/+2
|
* add wrapper function for rpmMachineScorePer Øyvind Karlsen2008-02-281-12/+35
|
* add wrapper function for headerReadPer Øyvind Karlsen2008-02-281-2/+13
|
* add wrapper function for headerModifyEntryPer Øyvind Karlsen2008-02-281-1/+13
|
* fix define of _RPMTAG_INTERNAL at right place and drop redundant include of ↵Per Øyvind Karlsen2008-02-282-3/+3
| | | | rpmtag.h
* add rpm5 wrapper functions, work in progress, URPM builds now at least :o)Per Øyvind Karlsen2008-02-282-14/+104
|
* fix building with rpm5 DEVEL versionPer Øyvind Karlsen2008-02-271-2/+2
|
* do not mark as deprecated ->filename and URPM::Build::build_hdlist()Pascal Rigaux2008-02-253-5/+2
|
* 3.103.10Pascal Rigaux2008-02-252-2/+2
|
* adding filesize to synthesis on @info@ will break backward compatibility forPascal Rigaux2008-02-251-8/+12
| | | | | no good reason, so switching to a new @filesize@ line
* make ->filename work (again) on headerPascal Rigaux2008-02-251-0/+6
|
* 3.093.09Pascal Rigaux2008-02-252-1/+3
|
* do not do "uniq" on "fullname" since gpg-pubkey-xxxxxxxx-xxxxxxxx can be ↵Pascal Rigaux2008-02-251-3/+2
| | | | installed twice
* since ->filename is deprecated, do not use it, esp where not neededPascal Rigaux2008-02-251-3/+0
|
* - add filesize to synthesis, add ->filesize to get it, and addPascal Rigaux2008-02-254-5/+51
| | | | | selected_size_filesize() to compute the sum
* fix previous commit (XS comments are perl-style, not C-style)Pascal Rigaux2008-02-251-2/+2
|