rpms/lilypond/devel lilypond-2.11.65-python26.patch, NONE, 1.1 lilypond.spec, 1.28, 1.29

Jon Ciesla limb at fedoraproject.org
Wed Dec 17 20:10:19 UTC 2008


Author: limb

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

Modified Files:
	lilypond.spec 
Added Files:
	lilypond-2.11.65-python26.patch 
Log Message:
For python2.6.


lilypond-2.11.65-python26.patch:

--- NEW FILE lilypond-2.11.65-python26.patch ---
--- aclocal.m4.orig	2008-12-17 11:20:45.000000000 -0600
+++ aclocal.m4	2008-12-17 11:20:45.000000000 -0600
@@ -988 +988 @@
-    for python in $PYTHON python python2 python2.4 python2.3 python2.2 python2.1 python2.0; do
+    for python in $PYTHON python python2 python 2.6 python2.4 python2.3 python2.2 python2.1 python2.0; do
--- configure.orig	2008-12-17 11:21:51.000000000 -0600
+++ configure	2008-12-17 11:21:51.000000000 -0600
@@ -2696 +2696 @@
-    for python in $PYTHON python python2 python2.4 python2.3 python2.2 python2.1 python2.0; do
+    for python in $PYTHON python python2 python2.6 python2.4 python2.3 python2.2 python2.1 python2.0; do
@@ -4140 +4140 @@
-    for python in $PYTHON python python2 python2.4 python2.3 python2.2 python2.1 python2.0; do
+    for python in $PYTHON python python2 python2.6 python2.4 python2.3 python2.2 python2.1 python2.0; do


Index: lilypond.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lilypond/devel/lilypond.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- lilypond.spec	17 Dec 2008 16:55:16 -0000	1.28
+++ lilypond.spec	17 Dec 2008 20:09:48 -0000	1.29
@@ -8,6 +8,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
 
 Requires:	ghostscript >= 8.15
 Requires(post): /sbin/install-info
@@ -30,6 +31,7 @@
 %prep
 %setup -q
 
+%patch0 -p0
 
 %build
 %configure --without-kpathsea --disable-checking \
@@ -95,6 +97,7 @@
 * Wed Dec 17 2008 Jon Ciesla <limb at jcomserv.net> - 2.11.65-1
 - New upstream, BZ 476836.
 - Fixed Source0 URL.
+- Patched to allow Python 2.6.
 
 * 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