Blame abcm2ps.changes

Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
c127c1
Tue Feb  1 13:32:43 UTC 2022 - Michael Vetter <mvetter@suse.com>
c127c1
c127c1
- Update to 8.14.13:
c127c1
  * fix: don't start/stop slurs above/below decorations
c127c1
  * fix: crash when too many notes in a grace note sequence (#102)
c127c1
  * fix: crash when too big value in M: (#103)
c127c1
  * fix: loop or crash when too big width of y (space) (#104)
c127c1
  * fix: bad font definition with SVG output when spaces in font name
c127c1
  * fix: bad check of note length again (#106)
c127c1
  * fix: handle %%staffscale at the global level (#108)
c127c1
  * fix: bad vertical offset of lyrics when mysic line starts with
c127c1
    empty staves
c127c1
c127c1
-------------------------------------------------------------------
055d38
Thu Jul 15 06:20:58 UTC 2021 - Michael Vetter <mvetter@suse.com>
055d38
055d38
- Update to 8.14.12:
055d38
  Fixes:
055d38
  * crash when "%%break 1" and no measure bar in the tune
055d38
  * crash when duplicated voice ending on %%staves with repeat variant
055d38
  * crash when voice duplication with symbols without width
055d38
  * crash or bad output when null value in %%scale
055d38
  * problem when only bars in 2 voices followed %%staves of the second voice only
055d38
  * crash when tuplet error in grace note sequence
055d38
  * crash when grace note with empty tuplet
055d38
  * crash when many broken rhythms after a single grace note
055d38
  * access outside the deco array when error in U:
055d38
  * crash when !xstem! with no note in the previous voice
055d38
  * crash on tuplet without any note/rest
055d38
  * crash when grace notes at end of line and voice overlay
055d38
  * crash when !trem2! at start of a grace note sequence
055d38
  * crash when wrong duration in 2 voice overlays and bad ties
14c636
  * crash when accidental without a note at start of line after K: (CVE-2021-32435)
14c636
  * array overflow when wrong duration in voice overlay (CVE-2021-32434, CVE-2021-32436)
055d38
  * loss of left margin after first page since previous commit
055d38
  * no respect of %%leftmargin with -E or -g
055d38
  * bad placement of chord symbols when in a music line with only invisible rests
055d38
  Syntax:
055d38
  * Accept and remove one or two '%'s at start of all %%beginxxx lines
055d38
  Generation:
055d38
  * Move the CSS from XHTML to SVG
055d38
  Build:
055d38
  * configure: respect environment variable
055d38
- Refresh compiler_flags.patch
055d38
055d38
-------------------------------------------------------------------
50bc2e
Mon Dec  7 08:57:29 UTC 2020 - Michael Vetter <mvetter@suse.com>
50bc2e
50bc2e
- Update to 8.14.11:
50bc2e
  * fix: error "'staffwidth' too small" when generating sample3.abc
50bc2e
50bc2e
-------------------------------------------------------------------
c2ff8d
Mon Nov 23 08:39:47 UTC 2020 - Michael Vetter <mvetter@suse.com>
c2ff8d
c2ff8d
- Update to 8.14.10:
c2ff8d
  * fix: bad glyph when defined by SVG containing 'v' in
c2ff8d
  * fix: bad check of note length since commit 191fa55
c2ff8d
  * fix: memory corruption when error in %%staves/%%score
c2ff8d
  * fix: crash when too big note duration
c2ff8d
  * fix: crash when staff width too small
c2ff8d
c2ff8d
-------------------------------------------------------------------
Bernhard M. Wiedemann cab78c
Mon Jun 22 08:32:55 UTC 2020 - Michael Vetter <mvetter@suse.com>
Bernhard M. Wiedemann cab78c
Bernhard M. Wiedemann cab78c
- Update to 8.14.9:
Bernhard M. Wiedemann cab78c
  * fix: bad natural accidental when %%MIDI temperamentequal
Bernhard M. Wiedemann cab78c
Bernhard M. Wiedemann cab78c
-------------------------------------------------------------------
Bernhard M. Wiedemann cab78c
Mon Jun 22 08:32:16 UTC 2020 - Michael Vetter <mvetter@suse.com>
Bernhard M. Wiedemann cab78c
Bernhard M. Wiedemann cab78c
- Update to 8.14.8:
Bernhard M. Wiedemann cab78c
  * fix: no respect the width in %%staffbreak
Bernhard M. Wiedemann cab78c
  * fix: don't draw a staff when only %%staffbreak inside
Bernhard M. Wiedemann cab78c
  * fix: bad repeat bracket when continued on next line, line starting by a bar
Bernhard M. Wiedemann cab78c
  * fix: bad tuplet bracket again when at end of a voice overlay sequence
Bernhard M. Wiedemann cab78c
  * fix: bad tuplet bracket when at end of a voice overlay sequence
Bernhard M. Wiedemann cab78c
  * handle '%%MIDI temperamentequal '
Bernhard M. Wiedemann cab78c
  * accept '^1' and '_1' as microtone accidentals
Bernhard M. Wiedemann cab78c
Bernhard M. Wiedemann cab78c
-------------------------------------------------------------------
Bernhard M. Wiedemann ec1d5e
Wed Feb 19 13:35:02 UTC 2020 - Michael Vetter <mvetter@suse.com>
Bernhard M. Wiedemann ec1d5e
Bernhard M. Wiedemann ec1d5e
- Update to 8.14.7:
Bernhard M. Wiedemann ec1d5e
  * crash when %%score with no common voices and next notes with beams
Bernhard M. Wiedemann ec1d5e
  * crash when new staff system with only new voices
Bernhard M. Wiedemann ec1d5e
  * crash when slash found before a bar and not a (deprecated) measure repeat
Bernhard M. Wiedemann ec1d5e
  * crash when %%staves at end of tune and lack of music in the last voice
Bernhard M. Wiedemann ec1d5e
  * bad parsing of the note durations
Bernhard M. Wiedemann ec1d5e
  * clash of some ties with dots
Bernhard M. Wiedemann ec1d5e
  * bad check of the number of measures in Z (multi-rest)
Bernhard M. Wiedemann ec1d5e
  * new improved coda sign
Bernhard M. Wiedemann ec1d5e
  * Make pkg-config substitutable for cross-compilations
Bernhard M. Wiedemann ec1d5e
  * add option tieheight factor to tie height like in slurheight
Bernhard M. Wiedemann ec1d5e
  * add some decorations from v2.2 standard
Bernhard M. Wiedemann ec1d5e
Bernhard M. Wiedemann ec1d5e
-------------------------------------------------------------------
Bernhard M. Wiedemann d5839d
Fri Nov  8 10:52:12 UTC 2019 - Michael Vetter <mvetter@suse.com>
Bernhard M. Wiedemann d5839d
Bernhard M. Wiedemann d5839d
- Update compiler_flags.patch
Bernhard M. Wiedemann d5839d
Bernhard M. Wiedemann d5839d
-------------------------------------------------------------------
Bernhard M. Wiedemann d5839d
Fri Nov  8 10:43:50 UTC 2019 - Michael Vetter <mvetter@suse.com>
Bernhard M. Wiedemann d5839d
Bernhard M. Wiedemann d5839d
- Update to 8.14.6:
Bernhard M. Wiedemann d5839d
  * bad voice combine '3' when 3 voices and unison
Bernhard M. Wiedemann d5839d
  * don't separate the accents from the notes by tuplets
Bernhard M. Wiedemann d5839d
  * clash of tuplet numbers with accents
Bernhard M. Wiedemann d5839d
  * bad time signature when C or C| and more value(s)
Bernhard M. Wiedemann d5839d
  * warnings from clang static analysis
Bernhard M. Wiedemann d5839d
  * bad music font selection when not defined by 'url(..)'
Bernhard M. Wiedemann d5839d
  * bad vertical offset of "%%multicol new" when W: and %%begintext
Bernhard M. Wiedemann d5839d
  * bad handling of fonts
Bernhard M. Wiedemann d5839d
  * Add option flatbeamgracing that applies flat beams to grace notes only
Bernhard M. Wiedemann d5839d
  * put the upper tuplets a bit closer to the notes
Bernhard M. Wiedemann d5839d
Bernhard M. Wiedemann d5839d
-------------------------------------------------------------------
Bernhard M. Wiedemann b5691f
Thu Oct 17 12:47:35 UTC 2019 - Richard Brown <rbrown@suse.com>
Bernhard M. Wiedemann b5691f
Bernhard M. Wiedemann b5691f
- Remove obsolete Groups tag (fate#326485)
Bernhard M. Wiedemann b5691f
Bernhard M. Wiedemann b5691f
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Thu Jul 18 13:02:40 UTC 2019 - mvetter@suse.com
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Update to 8.14.5:
Bernhard M. Wiedemann 4f6094
  * staves not joined by bars when intermediate staff not displayed
Bernhard M. Wiedemann 4f6094
  * 'sample8.html' was not installed
Bernhard M. Wiedemann 4f6094
  * license moved to LGPL >= 3
Bernhard M. Wiedemann 4f6094
  * don't limit the volta brackets to the length of the first ending
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Sat May 11 08:09:08 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Added compiler_flags.patch to fix Factory build
Bernhard M. Wiedemann 4f6094
- Renamed source tarball to follow the name-version custom
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Mon Mar 18 08:35:40 UTC 2019 - mvetter@suse.com
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Update to 8.14.4:
Bernhard M. Wiedemann 4f6094
  * program loop when P: on beamed note at end of line and %%breakoneoln 0
Bernhard M. Wiedemann 4f6094
  * crash/loop when slur between note and grace note and other slurs later
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Mon Mar 11 11:51:53 UTC 2019 - mvetter@suse.com
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Update to 8.14.3:
Bernhard M. Wiedemann 4f6094
  * erroneous double '8va's on a same staff when set on combined notes/rests
Bernhard M. Wiedemann 4f6094
  * don't put two '8va's on the same staff
Bernhard M. Wiedemann 4f6094
  * loss of %%sep since previous version
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Sat Dec 22 14:15:23 UTC 2018 - Michael Vetter <mvetter@suse.com>
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Update to 8.14.2:
Bernhard M. Wiedemann 4f6094
  * !8va! must be above the staff
Bernhard M. Wiedemann 4f6094
  * crash when SVG output and call to an unknown symbol in PS sequence
Bernhard M. Wiedemann 4f6094
  * crash when no note in voice overlay
Bernhard M. Wiedemann 4f6094
  * crash when SVG output and 'F' is not a font name in a PS sequence
Bernhard M. Wiedemann 4f6094
  * crash when only one bar in a voice and no symbol in a second voice
Bernhard M. Wiedemann 4f6094
  * possible crashes when bad definition of special decorations
Bernhard M. Wiedemann 4f6094
  * crash on decoration type 7 without start/stop
Bernhard M. Wiedemann 4f6094
  * crash on decoration type 5 without start/stop
Bernhard M. Wiedemann 4f6094
  * crash when unterminated decoration in U:
Bernhard M. Wiedemann 4f6094
  * crash when random character greater than 128 in a s: line
Bernhard M. Wiedemann 4f6094
  * bad test of font encoding
Bernhard M. Wiedemann 4f6094
  * read access outside of array when exact memory allocation of w:
Bernhard M. Wiedemann 4f6094
  * read access outside of array on small line starting with %%
Bernhard M. Wiedemann 4f6094
  * fixes from Debian (Makefile/configure/INSTALL)
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Mon Nov 19 12:45:13 UTC 2018 - mvetter@suse.com
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Update to 8.14.1:
Bernhard M. Wiedemann 4f6094
  * bad definition of the music font (@font-face[1])
Bernhard M. Wiedemann 4f6094
  * bad error when --pango 2 in command line and SVG output
Bernhard M. Wiedemann 4f6094
  * bad beams when notes on 2 staves and %%flatbeams
Bernhard M. Wiedemann 4f6094
  * error in SVG output when color setting since version v8.14.0
Bernhard M. Wiedemann 4f6094
  * code revert: use pango only when needed
Bernhard M. Wiedemann 4f6094
  * crash in 'make install' when no 'rst2man' in the shell PATH
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Mon Sep 24 16:33:28 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Fix some grammar issues in descriptions.
Bernhard M. Wiedemann 4f6094
- Use %configure macro.
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Fri Sep 21 09:07:42 UTC 2018 - Edgar Aichinger <edogawa@aon.at>
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- more work on spec to enable A4 paper format and use pango for non-latin characters in PS output
Bernhard M. Wiedemann 4f6094
- use make install target instead of custom commands in specfile
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Thu Sep 13 13:45:31 UTC 2018 - Edgar Aichinger <edogawa@aon.at>
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- some minor specfile tweaks to reduce rpmlint warnings
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Wed Sep 12 07:05:32 UTC 2018 - mvetter@suse.com
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- Update to 8.14.0:
Bernhard M. Wiedemann 4f6094
  * better handling of fonts when pango
Bernhard M. Wiedemann 4f6094
  * bad transposition when chord symbols separated by ';'
Bernhard M. Wiedemann 4f6094
  * always use pango when available
Bernhard M. Wiedemann 4f6094
  * Use CSS shorthand file description for SVG output
Bernhard M. Wiedemann 4f6094
  build:
Bernhard M. Wiedemann 4f6094
  * Split clean targets according to the GNU guidelines
Bernhard M. Wiedemann 4f6094
  * Install documentation into prefix/share/doc instead of prefix/doc
Bernhard M. Wiedemann 4f6094
  * Install the examples in a separate documentation directory
Bernhard M. Wiedemann 4f6094
  documentation:
Bernhard M. Wiedemann 4f6094
  * add man page
Bernhard M. Wiedemann 4f6094
- Use github URL in source field
Bernhard M. Wiedemann 4f6094
- Clean up spec file with spec-cleaner
Bernhard M. Wiedemann 4f6094
- Clean up spec file according to rpmlint warnings
Bernhard M. Wiedemann 4f6094
- Use %license tag for COPYING file
Bernhard M. Wiedemann 4f6094
- Dont install INSTALL file
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Fri Jan 12 14:04:53 UTC 2018 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 8.13.18
Bernhard M. Wiedemann 4f6094
- sources are on github now, changed specfile accordingly
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Tue May 21 00:00:00 UTC 2013 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 6.6.22
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Thu Aug  5 00:00:00 UTC 2010 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 5.9.15
Bernhard M. Wiedemann 4f6094
- updated/added format files from abcplus page
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Fri Dec 11 00:00:00 UTC 2009 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 5.9.7
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Tue Oct 20 00:00:00 UTC 2009 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 5.9.6
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Wed Aug 12 00:00:00 UTC 2009 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 5.9.5
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Fri Apr 24 00:00:00 UTC 2009 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 5.9.4
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Sun Jul  8 00:00:00 UTC 2007 - edogawa@aon.at
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- updated to version 4.12.30
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Thu Jan  4 00:00:00 UTC 2007 - christian@links2linux.de
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- added 3 .fmt extensions
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
-------------------------------------------------------------------
Bernhard M. Wiedemann 4f6094
Wed Jan  3 00:00:00 UTC 2007 - christian@links2linux.de
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094
- taken from "original" src.rpm from the project homepage
Bernhard M. Wiedemann 4f6094
  rewritten for packman
Bernhard M. Wiedemann 4f6094
- initial version 4.12.27
Bernhard M. Wiedemann 4f6094
Bernhard M. Wiedemann 4f6094