Description:
This update for quilt fixes the following issues:
Changes in quilt:
Update to version 0.69:
* Fix escaping of % and backslash in patch names
* new: Stop claiming support of option -p ab
* patches: Several performance optimizations
* series: Simplify the code
- Make it possible to run "quilt setup" on a spec file which excludes the local
architecture (boo#1238516).
- Fix building noarch packages with rpm >= 4.20 (boo#1236907).
- Make it possible to preprocess spec files which do not comply with the standard. Most
notably multibuild OBS spec files need to be preprocessed. Use
option "--spec-filter=obs" for these (boo#1236907).
- Detect the change of build root path hierarchy introduced by rpm 4.20 (boo#1236907).
- Install the bash completion file to the right directory (reported
by rpmlint).