Hello community, here is the log from the commit of package abcm2ps for openSUSE:Leap:15.2 checked in at 2020-02-17 17:35:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/abcm2ps (Old) and /work/SRC/openSUSE:Leap:15.2/.abcm2ps.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "abcm2ps" Mon Feb 17 17:35:23 2020 rev:6 rq:774702 version:8.14.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/abcm2ps/abcm2ps.changes 2020-01-15 14:46:19.761248304 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.abcm2ps.new.26092/abcm2ps.changes 2020-02-17 17:35:56.076423284 +0100 @@ -1,0 +2,40 @@ +Fri Nov 8 10:52:12 UTC 2019 - Michael Vetter <[email protected]> + +- Update compiler_flags.patch + +------------------------------------------------------------------- +Fri Nov 8 10:43:50 UTC 2019 - Michael Vetter <[email protected]> + +- 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 12:47:35 UTC 2019 - Richard Brown <[email protected]> + +- Remove obsolete Groups tag (fate#326485) + +------------------------------------------------------------------- +Thu Jul 18 13:02:40 UTC 2019 - [email protected] + +- 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 08:09:08 UTC 2019 - Luigi Baldoni <[email protected]> + +- Added compiler_flags.patch to fix Factory build +- Renamed source tarball to follow the name-version custom + +------------------------------------------------------------------- Old: ---- v8.14.4.tar.gz New: ---- abcm2ps-8.14.6.tar.gz compiler_flags.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ abcm2ps.spec ++++++ --- /var/tmp/diff_new_pack.bTxW3d/_old 2020-02-17 17:35:56.500424246 +0100 +++ /var/tmp/diff_new_pack.bTxW3d/_new 2020-02-17 17:35:56.504424255 +0100 @@ -13,24 +13,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: abcm2ps -Version: 8.14.4 +Version: 8.14.6 Release: 0 Summary: A program to typeset abc tunes into Postscript -License: GPL-2.0-or-later +License: LGPL-3.0-or-later Group: Productivity/Publishing/Other Summary(de): Ein Werkzeug um ABC-Notationen in Postscript zu drucken URL: https://github.com/leesavide/abcm2ps/ -Source0: https://github.com/leesavide/abcm2ps/archive/v%{version}.tar.gz +Source0: https://github.com/leesavide/abcm2ps/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: italian.fmt Source2: deco-guitar.fmt Source3: deco-marks.fmt Source4: renaissance.fmt Source5: thinlines.fmt +# PATCH-FIX-OPENSUSE compiler_flags.patch -- [email protected] +Patch0: compiler_flags.patch BuildRequires: pkgconfig # for rst2man BuildRequires: python3-docutils @@ -48,6 +50,7 @@ %prep %setup -q +%patch0 -p1 mv config.h.in config.h.sed sed "s/\/\/#define A4_FORMAT/#define A4_FORMAT/" config.h.sed > config.h.in ++++++ compiler_flags.patch ++++++ 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 CC=gcc -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`" + 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 echo "pangocairo not found - no pango support" fi
