summaryrefslogtreecommitdiffstats
path: root/mgagnome
Commit message (Expand)AuthorAgeFilesLines
* clean-spec: do not skip packages which were not checked out as they are auto ...Olav Vitters2020-05-041-3/+0
* clean-spec: also allow initial spaces/tabs in make_build macro cleanupOlav Vitters2020-05-041-4/+4
* clean-spec: disable the change of the makeinstall_std macro for now (see dev ml)Olav Vitters2020-05-011-5/+6
* clean-spec: also change makeinstall_std macro to make_installOlav Vitters2020-05-011-0/+5
* expand some of the clean-spec regular expressions to make these easier to readOlav Vitters2020-04-301-4/+21
* remove ability to rebuild packages from clean-spec as all changes are harmles...Olav Vitters2020-04-301-14/+2
* clean-spec: change cpan.org to metacpan.orgOlav Vitters2020-04-291-3/+26
* refactor SpecFile.clean_spec, split it into multiple private functionsOlav Vitters2020-04-291-70/+83
* pylint: fix too long lines, missing docstrings, etcOlav Vitters2020-04-291-148/+446
* pylint: follow variable naming guidelineOlav Vitters2020-04-281-16/+16
* pylint: remove some unused variablesOlav Vitters2020-04-281-7/+7
* pylint: make more variables conform to pylintOlav Vitters2020-04-281-35/+33
* pylint fixes and order subcommands alphabeticallyOlav Vitters2020-04-241-91/+91
* clean-spec: be more strict, only fallback to changing 1 BR if there aren't an...Olav Vitters2020-04-241-29/+39
* pylint fallout fixesOlav Vitters2020-04-241-1/+4
* pylint fixes: variable namesOlav Vitters2020-04-231-92/+86
* pylint fixesOlav Vitters2020-04-231-51/+83
* remove parser argument for the various cmd functionsOlav Vitters2020-04-231-14/+14
* remove dep3 supportOlav Vitters2020-04-231-125/+1
* pylint: remove various unused variables, avoid len check, etcOlav Vitters2020-04-231-45/+36
* fix various issues found by pylintOlav Vitters2020-04-231-168/+167
* restructure the code, move more logic into Downstream classOlav Vitters2020-04-231-40/+45
* Encourage changing python3-devel into pkgconfig(python3) over pkgconfig(python2)Olav Vitters2020-04-231-10/+34
* remove python2 from spec cleanupOlav Vitters2020-04-231-6/+0
* use specific exception for problems parsing the spec fileOlav Vitters2020-04-231-2/+19
* add check-spec subcommandOlav Vitters2020-04-231-2/+54
* remove unneeded debug infoOlav Vitters2020-04-221-3/+0
* add ability to convert python3 BR into python3dist()Olav Vitters2020-04-221-0/+15
* improve the debug messages and handlingOlav Vitters2020-04-221-10/+19
* convert %make to %make_buildOlav Vitters2020-04-221-0/+3
* smarter buildrequires conversion, allows matching gtk+3.0-devel with pkgconfi...Olav Vitters2020-04-221-21/+47
* further improve pkgconfig alternatives: match against versions, match against...Olav Vitters2020-04-211-5/+30
* add command line argument to change the package rootOlav Vitters2020-04-211-2/+6
* further improve mgagnome clean-specOlav Vitters2020-04-211-2/+30
* limit clean-spec alternatives to the ones provided only by 1 packageOlav Vitters2020-04-211-13/+67
* try to match gnome-2048 fullyOlav Vitters2020-04-211-1/+1
* implement mgagnome cleanup, needs improvementOlav Vitters2020-04-211-4/+25
* 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