- Update `x11-fm/worker' to version 4.0.0 and adjust LICENSE
- Catalog files for commands had been merged with their main files
- Unfortunately, C++14 is now required for compilation
- Remove -Wno-error=narrowing gimmick added in r492118, offending code is not there since version 3.15.4:
- worker-3.15.3/src/exprfilter_scanner.cc +++ worker-4.0.0/src/exprfilter_scanner.cc @@ -76,7 +76,7 @@ static const char _expr_parser_index_off 49, 51, 53, 55, 0 };
-static const char _expr_parser_trans_cond_spaces[] = { +static const signed char _expr_parser_trans_cond_spaces[] = { -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,
- worker-3.15.3/src/exprfilter_scanner.cc +++ worker-4.0.0/src/exprfilter_scanner.cc @@ -76,7 +76,7 @@ static const char _expr_parser_index_off 49, 51, 53, 55, 0 };
Approved by: maintainer
Tested on: Mac mini G4