diff --git a/rosegarden.changes b/rosegarden.changes index 7fdd831..89623fa 100644 --- a/rosegarden.changes +++ b/rosegarden.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu May 7 13:01:46 UTC 2020 - Dave Plater + +- Correct lilypond font requirement for lilypond-2.20.0 + +------------------------------------------------------------------- +Wed Feb 19 10:38:14 UTC 2020 - Dave Plater + +- Require lilypond fonts instead of lilypond + +------------------------------------------------------------------- +Wed Feb 19 07:36:20 UTC 2020 - Dave Plater + +- Remove all traces of python2. + ------------------------------------------------------------------- Mon Jun 10 09:22:55 UTC 2019 - Dave Plater diff --git a/rosegarden.spec b/rosegarden.spec index b758d5d..b61e56f 100644 --- a/rosegarden.spec +++ b/rosegarden.spec @@ -61,7 +61,7 @@ Requires: dssi 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 @@ home recording environments. %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