Hello community, here is the log from the commit of package rosegarden for openSUSE:Leap:15.2 checked in at 2020-05-13 03:53:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/rosegarden (Old) and /work/SRC/openSUSE:Leap:15.2/.rosegarden.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rosegarden" Wed May 13 03:53:54 2020 rev:20 rq:802401 version:19.06 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/rosegarden/rosegarden.changes 2020-02-19 18:42:53.318372570 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.rosegarden.new.2738/rosegarden.changes 2020-05-13 03:53:55.904463501 +0200 @@ -1,0 +2,15 @@ +Thu May 7 13:01:46 UTC 2020 - Dave Plater <[email protected]> + +- Correct lilypond font requirement for lilypond-2.20.0 + +------------------------------------------------------------------- +Wed Feb 19 10:38:14 UTC 2020 - Dave Plater <[email protected]> + +- Require lilypond fonts instead of lilypond + +------------------------------------------------------------------- +Wed Feb 19 07:36:20 UTC 2020 - Dave Plater <[email protected]> + +- Remove all traces of python2. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rosegarden.spec ++++++ --- /var/tmp/diff_new_pack.G8CmTS/_old 2020-05-13 03:53:56.572464902 +0200 +++ /var/tmp/diff_new_pack.G8CmTS/_new 2020-05-13 03:53:56.576464910 +0200 @@ -61,7 +61,7 @@ Requires: xsynth-dssi Requires: ladspa Requires: ladspa-swh-plugins -Requires: lilypond +Requires: lilypond-fonts-common >= 2.20 Requires: jack Recommends: qsynth Recommends: fluidsynth-dssi @@ -82,6 +82,8 @@ %patch2 # When we build svn we need to execute bootstrap.sh #sh bootstrap.sh +for i in `grep -rl "/usr/bin/env python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done +for i in `grep -rl "/usr/bin/python"`;do sed -i '1s/^#!.*/#!\/usr\/bin\/python3/' ${i} ;done %build #export DEBUG_LADSPA
