rpms/lilypond/devel lilypond-2.12.0-parse-scm.patch, NONE, 1.1 lilypond.spec, 1.30, 1.31

Jon Ciesla limb at fedoraproject.org
Mon Dec 29 21:18:13 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/lilypond/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3919

Modified Files:
	lilypond.spec 
Added Files:
	lilypond-2.12.0-parse-scm.patch 
Log Message:
scm fix.


lilypond-2.12.0-parse-scm.patch:

--- NEW FILE lilypond-2.12.0-parse-scm.patch ---
--- 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);


Index: lilypond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lilypond/devel/lilypond.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- lilypond.spec	29 Dec 2008 18:34:50 -0000	1.30
+++ lilypond.spec	29 Dec 2008 21:17:43 -0000	1.31
@@ -9,6 +9,7 @@
 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 @@
 %setup -q
 
 %patch0 -p0
+%patch1 -p0
 
 %build
 %configure --without-kpathsea --disable-checking \
@@ -98,6 +100,7 @@
 - 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 <ivazqueznet+rpm at gmail.com> - 2.11.57-2
 - Rebuild for Python 2.6




More information about the fedora-extras-commits mailing list