Hello community, here is the log from the commit of package rosegarden for openSUSE:Factory checked in at 2020-05-09 19:52:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rosegarden (Old) and /work/SRC/openSUSE:Factory/.rosegarden.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rosegarden" Sat May 9 19:52:29 2020 rev:35 rq:801815 version:19.06 Changes: -------- --- /work/SRC/openSUSE:Factory/rosegarden/rosegarden.changes 2019-06-12 13:15:26.608744684 +0200 +++ /work/SRC/openSUSE:Factory/.rosegarden.new.2738/rosegarden.changes 2020-05-09 19:52:43.556885738 +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.V9hGr7/_old 2020-05-09 19:52:44.552887876 +0200 +++ /var/tmp/diff_new_pack.V9hGr7/_new 2020-05-09 19:52:44.552887876 +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
