Changelog for
abcm2ps-8.14.7-bp152.1.10.x86_64.rpm :
* Wed Feb 19 2020 Michael Vetter
- Update to 8.14.7:
* crash when %%score with no common voices and next notes with beams
* crash when new staff system with only new voices
* crash when slash found before a bar and not a (deprecated) measure repeat
* crash when %%staves at end of tune and lack of music in the last voice
* bad parsing of the note durations
* clash of some ties with dots
* bad check of the number of measures in Z (multi-rest)
* new improved coda sign
* Make pkg-config substitutable for cross-compilations
* add option tieheight factor to tie height like in slurheight
* add some decorations from v2.2 standard
* Fri Nov 08 2019 Michael Vetter - Update compiler_flags.patch
* Fri Nov 08 2019 Michael Vetter - Update to 8.14.6:
* bad voice combine \'3\' when 3 voices and unison
* don\'t separate the accents from the notes by tuplets
* clash of tuplet numbers with accents
* bad time signature when C or C| and more value(s)
* warnings from clang static analysis
* bad music font selection when not defined by \'url(..)\'
* bad vertical offset of \"%%multicol new\" when W: and %%begintext
* bad handling of fonts
* Add option flatbeamgracing that applies flat beams to grace notes only
* put the upper tuplets a bit closer to the notes
* Thu Oct 17 2019 Richard Brown - Remove obsolete Groups tag (fate#326485)
* Thu Jul 18 2019 mvetterAATTsuse.com- Update to 8.14.5:
* staves not joined by bars when intermediate staff not displayed
* \'sample8.html\' was not installed
* license moved to LGPL >= 3
* don\'t limit the volta brackets to the length of the first ending
* Sat May 11 2019 Luigi Baldoni - Added compiler_flags.patch to fix Factory build- Renamed source tarball to follow the name-version custom
* Mon Mar 18 2019 mvetterAATTsuse.com- Update to 8.14.4:
* program loop when P: on beamed note at end of line and %%breakoneoln 0
* crash/loop when slur between note and grace note and other slurs later
* Mon Mar 11 2019 mvetterAATTsuse.com- Update to 8.14.3:
* erroneous double \'8va\'s on a same staff when set on combined notes/rests
* don\'t put two \'8va\'s on the same staff
* loss of %%sep since previous version
* Sat Dec 22 2018 Michael Vetter - Update to 8.14.2:
* !8va! must be above the staff
* crash when SVG output and call to an unknown symbol in PS sequence
* crash when no note in voice overlay
* crash when SVG output and \'F\' is not a font name in a PS sequence
* crash when only one bar in a voice and no symbol in a second voice
* possible crashes when bad definition of special decorations
* crash on decoration type 7 without start/stop
* crash on decoration type 5 without start/stop
* crash when unterminated decoration in U:
* crash when random character greater than 128 in a s: line
* bad test of font encoding
* read access outside of array when exact memory allocation of w:
* read access outside of array on small line starting with %%
* fixes from Debian (Makefile/configure/INSTALL)
* Mon Nov 19 2018 mvetterAATTsuse.com- Update to 8.14.1:
* bad definition of the music font (AATTfont-face[1])
* bad error when --pango 2 in command line and SVG output
* bad beams when notes on 2 staves and %%flatbeams
* error in SVG output when color setting since version v8.14.0
* code revert: use pango only when needed
* crash in \'make install\' when no \'rst2man\' in the shell PATH
* Mon Sep 24 2018 Jan Engelhardt - Fix some grammar issues in descriptions.- Use %configure macro.
* Fri Sep 21 2018 Edgar Aichinger - more work on spec to enable A4 paper format and use pango for non-latin characters in PS output- use make install target instead of custom commands in specfile
* Thu Sep 13 2018 Edgar Aichinger - some minor specfile tweaks to reduce rpmlint warnings
* Wed Sep 12 2018 mvetterAATTsuse.com- Update to 8.14.0:
* better handling of fonts when pango
* bad transposition when chord symbols separated by \';\'
* always use pango when available
* Use CSS shorthand file description for SVG output build:
* Split clean targets according to the GNU guidelines
* Install documentation into prefix/share/doc instead of prefix/doc
* Install the examples in a separate documentation directory documentation:
* add man page- Use github URL in source field- Clean up spec file with spec-cleaner- Clean up spec file according to rpmlint warnings- Use %license tag for COPYING file- Dont install INSTALL file
* Fri Jan 12 2018 edogawaAATTaon.at- updated to version 8.13.18- sources are on github now, changed specfile accordingly