summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* allow multiple arguments for rebuild subcommandOlav Vitters2019-10-301-45/+60
* show version-release on rebuildOlav Vitters2018-02-221-1/+2
* add initial rebuild subcommand; command line arguments and inner working stil...Olav Vitters2018-02-201-27/+129
* assorted fixesOlav Vitters2018-02-201-2/+4
* safer major minor string parsingOlav Vitters2017-04-021-2/+3
* fix byte vs string handling in clean-spec --convertOlav Vitters2017-04-021-6/+6
* mention merged patch name instead of its numberOlav Vitters2017-02-181-3/+6
* better handle Patch[nr] starting with zerosOlav Vitters2017-02-181-6/+8
* correctly identify merged patchesOlav Vitters2017-02-181-2/+8
* automatically undo changes incase ftp-release-list triggered updates fail to ...Olav Vitters2017-02-061-1/+12
* be more strict in determining if patch has been mergedOlav Vitters2017-02-061-1/+1
* various new featuresOlav Vitters2016-09-211-3/+17
* ensure spec changes are commited only onceOlav Vitters2015-12-161-12/+15
* read spec as utf8, spec only option to co, accept more mkrel optionsOlav Vitters2015-11-191-16/+21
* keep libraries on two lines; avoid trying to fix packages with loads of patch...Olav Vitters2015-10-081-2/+7
* match more unneeded setup optionsOlav Vitters2015-09-111-1/+1
* add cleanup function, replace apply_patches and fix the library replacementOlav Vitters2015-09-111-4/+27
* make packages subcommand be able to give SPEC file locationOlav Vitters2015-09-081-0/+3
* python3 fixesOlav Vitters2015-09-081-5/+12
* more python3 fixesOlav Vitters2015-02-091-3/+3
* remove unused codeOlav Vitters2015-01-261-40/+0
* use concurrent.futures instead of multiprocessingOlav Vitters2015-01-261-23/+20
* more python3 fixesOlav Vitters2015-01-251-2/+2
* more python3 fixesOlav Vitters2015-01-251-4/+4
* fix byte vs string differencesOlav Vitters2015-01-251-2/+2
* fix various byte vs string differencesOlav Vitters2015-01-251-7/+7
* convert to python3Olav Vitters2015-01-231-87/+88
* auto update checkoutOlav Vitters2014-12-251-0/+10
* retry submission for longer periodOlav Vitters2014-09-031-2/+1
* also handle %autopatchOlav Vitters2014-07-231-3/+13
* change ftp.gnome.org to download.gnome.orgOlav Vitters2014-07-221-0/+1
* allow specifying replacement string and add regexp for ensuring download.gnom...Olav Vitters2014-07-221-9/+11
* use correct variable nameOlav Vitters2014-07-211-1/+1
* spec header can have spaces before the colonOlav Vitters2014-07-211-8/+8
* case sensitive variable replacementOlav Vitters2014-07-211-3/+4
* fix autopatch checkOlav Vitters2014-07-211-3/+9
* add ability to convert patches into %autopatchOlav Vitters2014-07-101-11/+79
* detect lack of apply_patches, clean unneeded setup optionOlav Vitters2014-07-091-9/+19
* remove debug codeOlav Vitters2014-07-081-1/+0
* fix => and =< in BRs to >= and <= respectivelyOlav Vitters2014-07-081-0/+12
* remove some debug codeOlav Vitters2014-07-081-11/+1
* change --pkgconfig option to --convert, improve svn diff outputOlav Vitters2014-07-081-7/+7
* simplify checking for alternative provides logicOlav Vitters2014-07-081-2/+2
* allow converting perl- BRs as wellOlav Vitters2014-07-081-27/+55
* by default, don't convert -devel BRs to pkgconfigOlav Vitters2014-07-061-2/+3
* remove unused variableOlav Vitters2014-07-061-1/+0
* handle variations for py_requires as well as unneeded variable namesOlav Vitters2014-07-061-3/+3
* handle more clean section variations and spaces in defattr as well as allow a...Olav Vitters2014-07-061-2/+2
* handle even more remove buildroot variantsOlav Vitters2014-07-061-4/+3
* retry submission if it failsOlav Vitters2014-07-061-2/+12