From ec1d5e370c4935f9ac4116283985a780e6d182ed Mon Sep 17 00:00:00 2001 From: Bernhard M. Wiedemann Date: Feb 20 2020 14:01:03 +0000 Subject: Update abcm2ps to rev 10 via SR 777343 https://build.opensuse.org/request/show/777343 by user jubalh + dimstar_suse - 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 --- diff --git a/.files b/.files index 090daeb..200c07c 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 7226f8f..d43f555 100644 --- a/.rev +++ b/.rev @@ -134,4 +134,23 @@ * put the upper tuplets a bit closer to the notes 746544 + + 7e500991c4d2f6b3079be087b979cca6 + 8.14.7 + + dimstar_suse + - 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 + 777343 + diff --git a/abcm2ps-8.14.6.tar.gz b/abcm2ps-8.14.6.tar.gz deleted file mode 120000 index b9fe71a..0000000 --- a/abcm2ps-8.14.6.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreihynwmtena26dxd3aanqhniethej5xjaymqn2kccse6ppwe3qinba \ No newline at end of file diff --git a/abcm2ps-8.14.7.tar.gz b/abcm2ps-8.14.7.tar.gz new file mode 120000 index 0000000..96874ec --- /dev/null +++ b/abcm2ps-8.14.7.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiboxsa4vo2tapnd3gqxfodqaxcc5cethz7hg6gyjtupdisgg5qcje \ No newline at end of file diff --git a/abcm2ps.changes b/abcm2ps.changes index d1f915f..1789971 100644 --- a/abcm2ps.changes +++ b/abcm2ps.changes @@ -1,4 +1,20 @@ ------------------------------------------------------------------- +Wed Feb 19 13:35:02 UTC 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 8 10:52:12 UTC 2019 - Michael Vetter - Update compiler_flags.patch diff --git a/abcm2ps.spec b/abcm2ps.spec index 287a35b..60bb66b 100644 --- a/abcm2ps.spec +++ b/abcm2ps.spec @@ -1,7 +1,7 @@ # # spec file for package abcm2ps # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2007 by Edgar Aichinger # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: abcm2ps -Version: 8.14.6 +Version: 8.14.7 Release: 0 Summary: A program to typeset abc tunes into Postscript License: LGPL-3.0-or-later diff --git a/compiler_flags.patch b/compiler_flags.patch index 5bb70be..626084a 100644 --- a/compiler_flags.patch +++ b/compiler_flags.patch @@ -1,21 +1,21 @@ -diff -urEbw abcm2ps-8.14.6/configure abcm2ps-8.14.6.new/configure ---- abcm2ps-8.14.6/configure 2019-11-05 14:02:00.000000000 +0100 -+++ abcm2ps-8.14.6.new/configure 2019-11-08 11:51:14.147405009 +0100 -@@ -5,7 +5,7 @@ - VDATE=2019-11-05 +diff -urEbw abcm2ps-8.14.7/configure abcm2ps-8.14.7.new/configure +--- abcm2ps-8.14.7/configure 2020-02-19 14:00:51.000000000 +0100 ++++ abcm2ps-8.14.7.new/configure 2020-02-19 14:37:35.365351023 +0100 +@@ -6,7 +6,7 @@ CC=gcc + PKG_CONFIG=pkg-config -CFLAGS="-g -O2 -Wall -pipe" +CFLAGS="$RPM_OPT_FLAGS -pipe" srcdir=. prefix=/usr/local -@@ -60,8 +60,8 @@ - if which pkg-config > /dev/null ; then - if pkg-config --exists freetype2 ; then - if pkg-config --exists pangocairo ; then -- CPPFLAGS="$CPPFLAGS -DHAVE_PANGO=1 `pkg-config pango cairo freetype2 --cflags`" -- LDLIBS="$LDLIBS `pkg-config pangocairo pangoft2 freetype2 --libs`" +@@ -61,8 +61,8 @@ + if which $PKG_CONFIG > /dev/null ; then + if $PKG_CONFIG --exists freetype2 ; then + if $PKG_CONFIG --exists pangocairo ; then +- CPPFLAGS="$CPPFLAGS -DHAVE_PANGO=1 `$PKG_CONFIG pango cairo freetype2 --cflags`" +- LDLIBS="$LDLIBS `$PKG_CONFIG pangocairo pangoft2 freetype2 --libs`" + CPPFLAGS="$CPPFLAGS -DHAVE_PANGO=1 `pkg-config pango cairo gobject-2.0 freetype2 --cflags`" + LDLIBS="$LDLIBS `pkg-config pangocairo pangoft2 gobject-2.0 freetype2 --libs`" else