aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix a regression where scriptlet requires weren't indicated as such in ↵topic/4.37Per Øyvind Karlsen2012-08-032-2/+4
| | | | synthesis generated
* ~fix filesize computationPer Øyvind Karlsen2012-08-033-4/+7
|
* branch 2011 version..Per Øyvind Karlsen2012-08-037-2761/+2
|\
* | create a branch for perl-URPM version shipped in 2011Per Øyvind Karlsen2012-08-030-0/+0
| |
* | update synthesis file to a more recent with disttag & distepoch added in ↵Per Øyvind Karlsen2011-10-191-0/+0
| | | | | | | | different format
* | add missing test filesPer Øyvind Karlsen2011-10-193-0/+2755
| |
* | fix api breakage with rpm 5.4Per Øyvind Karlsen2011-10-193-2/+6
|/
* fix URPM::Resolve::fullname_parts() to also work without disttag & distepochPer Øyvind Karlsen2011-07-243-2/+6
|
* document URPM::DB::convert() in APIPer Øyvind Karlsen2011-07-062-0/+8
|
* fix a segfault happening when URPM::DB::convert() is run without argumentsPer Øyvind Karlsen2011-07-063-3/+7
|
* bump versionPer Øyvind Karlsen2011-07-051-1/+1
|
* consistenly use 'NULL' for null pointer..Per Øyvind Karlsen2011-07-051-2/+2
|
* indentPer Øyvind Karlsen2011-07-051-5/+5
|
* fix a regression breaking promotion of dependencies on conflictsPer Øyvind Karlsen2011-07-052-4/+9
|
* itsibitsy micro cosmetics ;)Per Øyvind Karlsen2011-06-231-1/+1
|
* remove unused variablePer Øyvind Karlsen2011-06-231-1/+0
|
* add a workaround for handling upgrade from older berkeley db versions whichPer Øyvind Karlsen2011-06-232-1/+32
| | | | | | | might not support new configuration in DB_CONFIG, causing it to break during upgrade
* s/return_list_int32_t/return_list_uint32_t/Per Øyvind Karlsen2011-06-231-7/+7
|
* add support for specifying tag name to match with URPM::Transaction->remove()Per Øyvind Karlsen2011-06-233-5/+11
|
* add some regression tests for parsing disttag & distepoch from synthesisPer Øyvind Karlsen2011-06-212-11/+16
|
* extract disttag & distepoch from new fields in @info@ of synthesisPer Øyvind Karlsen2011-06-013-26/+19
|
* add disttag & distepoch to $state->{rejected} for assisting parsing of ↵Per Øyvind Karlsen2011-05-312-0/+7
| | | | fullname with regex
* add URPM::Resolve::fullname_parts() as a function parsing fullname with a ↵Per Øyvind Karlsen2011-05-313-1/+9
| | | | regex assisted by provided disttag & distepoch
* *really* fix URPM::Package->sourcerpmPer Øyvind Karlsen2011-05-313-2/+6
|
* fix URPM::Package->sourcerpm returning summary in stead of source rpmPer Øyvind Karlsen2011-05-312-2/+3
|
* remove no longer relevant comment..Per Øyvind Karlsen2011-05-271-1/+0
|
* fix slow matching of individual regexes for skipping dependencies by ↵Per Øyvind Karlsen2011-05-273-3/+12
| | | | creating a large regex to match them all at once (#61389, patch contributed by Shlomi Fish \o/)
* new version:Per Øyvind Karlsen2011-05-123-8/+15
| | | | | | | o fix Resolve.pm/_choose_required() breakage after DUDF merge, causing ie. 'urpmq -d' to break (#63250, with big thanks to Funda\o/)
* fix skipping when not building from svnPer Øyvind Karlsen2011-05-071-92/+95
|
* add a test for src.rpm synthesisPer Øyvind Karlsen2011-05-062-91/+95
|
* remove unused variablePer Øyvind Karlsen2011-05-061-1/+0
|
* fix segfault when trying to get EVR of a src.rpm from synthesis, as ↵Per Øyvind Karlsen2011-05-063-2/+21
| | | | @provides@ are omitted for these
* revert attempt at refactorizing Trans_run() which turned out to give code ↵Per Øyvind Karlsen2011-05-052-51/+55
| | | | harder to read and introduced bugs of options not being parsed (#63205)
* really use the right tags(..?)Per Øyvind Karlsen2011-05-052-37/+37
|
* bump releasePer Øyvind Karlsen2011-05-051-1/+1
|
* fix an invalid free() that would've happened if package summary were to be ↵Per Øyvind Karlsen2011-05-052-1/+3
| | | | missing and the "" string constant were attempted to be freed
* fix odd problems caused by attempt at translating correct tag names for ↵Per Øyvind Karlsen2011-05-054-10/+5
| | | | query table into rpm tags
* move declaration within nestingPer Øyvind Karlsen2011-05-051-1/+1
|
* - use newSVpvs() for pushing empty strings as constants in steadPer Øyvind Karlsen2011-05-042-55/+66
|
* fix no arch for gpg-pubkeyPer Øyvind Karlsen2011-05-041-4/+9
|
* get the correct package filesize from headerPer Øyvind Karlsen2011-05-042-5/+7
|
* fix proper return of 'src' as arch for src.rpmsPer Øyvind Karlsen2011-05-042-11/+23
|
* fix confusion between %{sourcerpm} & %{sourcepackage} tagsPer Øyvind Karlsen2011-05-043-57/+61
|
* fix getting EVR of src.rpms properlyPer Øyvind Karlsen2011-05-031-7/+10
|
* commit got lost..Per Øyvind Karlsen2011-05-031-2/+2
|
* bump releasePer Øyvind Karlsen2011-05-032-1/+5
|
* tag releasePer Øyvind Karlsen2011-05-031-3/+3
|
* start on using gnu99Per Øyvind Karlsen2011-05-033-4/+6
|
* reuse HE_t variablePer Øyvind Karlsen2011-05-031-3/+1
|
* fix some invalid free()'sPer Øyvind Karlsen2011-05-033-8/+12
|