diff --git a/lilypond-2.12.0-parse-scm.patch b/lilypond-2.12.0-parse-scm.patch new file mode 100644 index 0000000..77e7eaa --- /dev/null +++ b/lilypond-2.12.0-parse-scm.patch @@ -0,0 +1,5 @@ +--- lily/parse-scm.cc.orig 2008-12-29 12:54:59.000000000 -0600 ++++ lily/parse-scm.cc 2008-12-29 12:54:59.000000000 -0600 +@@ -43 +43 @@ +- scm_fill_input (port); ++ //scm_fill_input (port); diff --git a/lilypond.spec b/lilypond.spec index 005fe8e..7b233b3 100644 --- a/lilypond.spec +++ b/lilypond.spec @@ -9,6 +9,7 @@ URL: http://www.lilypond.org Source0: http://download.linuxaudio.org/lilypond/sources/v2.11/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: lilypond-2.11.65-python26.patch +Patch1: lilypond-2.12.0-parse-scm.patch Requires: ghostscript >= 8.15 Requires(post): /sbin/install-info @@ -32,6 +33,7 @@ files. %setup -q %patch0 -p0 +%patch1 -p0 %build %configure --without-kpathsea --disable-checking \ @@ -98,6 +100,7 @@ fi - New upstream, BZ 476836. - Fixed Source0 URL. - Patched to allow Python 2.6. +- Patch for parse-scm fix. * Mon Dec 01 2008 Ignacio Vazquez-Abrams - 2.11.57-2 - Rebuild for Python 2.6