Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix string format usage | Per Øyvind Karlsen | 2010-11-09 | 1 | -1/+1 | |
| | ||||||
* | pass '-f' to xz so 'make dist' won't fail if tarball already exists | Per Øyvind Karlsen | 2010-11-01 | 1 | -1/+1 | |
| | ||||||
* | default prefix for use with rpmtsSetRootDir() should be NULL, not "" | Per Øyvind Karlsen | 2010-10-24 | 1 | -2/+2 | |
| | ||||||
* | drop rather useless memset() before free()... | Per Øyvind Karlsen | 2010-10-24 | 1 | -1/+0 | |
| | ||||||
* | fix crashing on undefined packages (#54521) | Per Øyvind Karlsen | 2010-10-21 | 2 | -1/+5 | |
| | ||||||
* | recompress synthesis with xz | Per Øyvind Karlsen | 2010-10-16 | 3 | -1/+1 | |
| | ||||||
* | fix pkg-config usage | Per Øyvind Karlsen | 2010-10-16 | 1 | -3/+4 | |
| | ||||||
* | add support for uncompressed & xz/lzma compressed synthesis | Per Øyvind Karlsen | 2010-10-16 | 5 | -8/+190 | |
| | ||||||
* | rename 'f' to 'gzF' for less anonymous variable name.. | Per Øyvind Karlsen | 2010-10-15 | 1 | -5/+5 | |
| | ||||||
* | check return value of getcwd() | Per Øyvind Karlsen | 2010-10-15 | 1 | -1/+2 | |
| | ||||||
* | get rid of rpath | Per Øyvind Karlsen | 2010-10-15 | 1 | -1/+1 | |
| | ||||||
* | fix to build with rpm 5.3 api | Per Øyvind Karlsen | 2010-10-15 | 1 | -1/+1 | |
| | ||||||
* | fix some memleaks | Per Øyvind Karlsen | 2010-10-14 | 1 | -12/+19 | |
| | ||||||
* | fix URPM::DB::open() to work properly with relative paths | Per Øyvind Karlsen | 2010-10-14 | 2 | -2/+13 | |
| | ||||||
* | fix memleak in ranges_overlap() | Per Øyvind Karlsen | 2010-10-14 | 1 | -1/+5 | |
| | ||||||
* | we don't have to modify pkg->info just to get epoch... | Per Øyvind Karlsen | 2010-10-14 | 1 | -26/+27 | |
| | ||||||
* | as atoi() is able to figure out that '@' isn't a digit, there's no need for ↵ | Per Øyvind Karlsen | 2010-10-14 | 1 | -3/+1 | |
| | | | | swapping it | |||||
* | initialize lEVR & rEVR at declaration in do_rpmEVRcompare() | Per Øyvind Karlsen | 2010-10-14 | 1 | -4/+2 | |
| | ||||||
* | refactorize Pkg_compare() | Per Øyvind Karlsen | 2010-10-14 | 1 | -11/+12 | |
| | ||||||
* | add rpmEVRcmp() & rpmEVRcompare() to api docs | Per Øyvind Karlsen | 2010-10-14 | 1 | -0/+8 | |
| | ||||||
* | add URPM::Package::evr() to api documentation | Per Øyvind Karlsen | 2010-10-13 | 1 | -0/+2 | |
| | ||||||
* | use 'rpmTagType' typedef | Per Øyvind Karlsen | 2010-10-13 | 1 | -1/+1 | |
| | ||||||
* | use rpmsenseFlags typedef | Per Øyvind Karlsen | 2010-10-13 | 1 | -15/+15 | |
| | ||||||
* | add author for 4.0 | Per Øyvind Karlsen | 2010-10-13 | 1 | -1/+1 | |
| | ||||||
* | prepare for 4.0 version | Per Øyvind Karlsen | 2010-10-13 | 2 | -1/+14 | |
| | ||||||
* | fix to work with removal of promote_epoch argument earlier | Per Øyvind Karlsen | 2010-10-13 | 1 | -1/+1 | |
| | ||||||
* | check that ']' exists in ranges_overlap() before trying backup | Per Øyvind Karlsen | 2010-10-13 | 1 | -2/+2 | |
| | ||||||
* | always check is_platform_compat() | Per Øyvind Karlsen | 2010-10-13 | 1 | -8/+1 | |
| | ||||||
* | update copyright notice | Per Øyvind Karlsen | 2010-10-13 | 2 | -3/+3 | |
| | ||||||
* | s/do_rpmEVRcmp/do_rpmEVRcompare/ | Per Øyvind Karlsen | 2010-10-13 | 1 | -4/+4 | |
| | ||||||
* | fix rpmEVRcmp() vs rpmEVRcompare() confusion, expose both | Per Øyvind Karlsen | 2010-10-13 | 2 | -6/+10 | |
| | ||||||
* | expose rpmEVRcompare() through URPM::rpmEVRcmp() | Per Øyvind Karlsen | 2010-10-13 | 2 | -6/+20 | |
| | ||||||
* | add Pkg_evr() | Per Øyvind Karlsen | 2010-10-13 | 1 | -0/+9 | |
| | ||||||
* | minor cosmetics | Per Øyvind Karlsen | 2010-10-13 | 1 | -1/+1 | |
| | ||||||
* | move some variables under INIT: | Per Øyvind Karlsen | 2010-10-13 | 1 | -7/+8 | |
| | ||||||
* | use rpmEVRoverlap() in ranges_overlap() | Per Øyvind Karlsen | 2010-10-13 | 1 | -56/+13 | |
| | ||||||
* | drop legacy behaviour, always promote epoch | Per Øyvind Karlsen | 2010-10-13 | 2 | -24/+11 | |
| | ||||||
* | remove dead constants | Per Øyvind Karlsen | 2010-10-13 | 1 | -6/+0 | |
| | ||||||
* | use do_rpmEVRcmp() Pkg_compare_pkg() as well | Per Øyvind Karlsen | 2010-10-13 | 1 | -51/+37 | |
| | ||||||
* | add get_evr() and do_rpmEVRcmp() wrapper for using rpmEVRcompare() from rpmlib | Per Øyvind Karlsen | 2010-10-12 | 1 | -38/+54 | |
| | ||||||
* | add '[' & ']' around EVR in test to work with new code depending on it.. | Per Øyvind Karlsen | 2010-10-12 | 1 | -8/+8 | |
| | ||||||
* | * add support for fetching disttag & distepoch with get_fullname_parts() | Per Øyvind Karlsen | 2010-10-12 | 1 | -199/+173 | |
| | | | | | | * refactorize get_fullname_parts() and friends using it | |||||
* | fix diff check | Per Øyvind Karlsen | 2010-10-07 | 1 | -3/+7 | |
| | ||||||
* | check output of 'diff' in stead for better output | Per Øyvind Karlsen | 2010-10-04 | 1 | -8/+4 | |
| | ||||||
* | add some crude regression tests to catch any potential changes in the ↵ | Per Øyvind Karlsen | 2010-10-03 | 5 | -0/+2798 | |
| | | | | dependency solving behaviour | |||||
* | * apply some cosmetics to get_name() | Per Øyvind Karlsen | 2010-10-03 | 1 | -5/+5 | |
| | | | | | * be sure to use index in get_int() | |||||
* | * as rpm uses unsigned long for epoch, use strtoul() rather than atoi() | Per Øyvind Karlsen | 2010-10-03 | 1 | -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 it | Per Øyvind Karlsen | 2010-10-03 | 1 | -19/+62 | |
| | ||||||
* | * fix iterator breakage that caused ie. dependency solving to break | Per Øyvind Karlsen | 2010-10-03 | 1 | -72/+65 | |
| | | | | | * cleanup a bit | |||||
* | always print any errors reported with rpmtsProblems() in Trans_check() | Per Øyvind Karlsen | 2010-10-03 | 1 | -18/+14 | |
| |