[ucblogo] Fix FTBFS (#992830) using patch by Dave Allan

Matej Cepl mcepl at fedoraproject.org
Tue Jul 1 05:47:19 UTC 2014


commit a50fee70e0bd13592e469e0fc77ce99f1e534d4c
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Jul 1 07:47:23 2014 +0200

    Fix FTBFS (#992830) using patch by Dave Allan

 ucblogo.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ucblogo.spec b/ucblogo.spec
index c8e1272..fd1c8e6 100644
--- a/ucblogo.spec
+++ b/ucblogo.spec
@@ -1,6 +1,6 @@
 Name:		ucblogo
 Version:	6.0
-Release:	13%{?dist}
+Release:	14%{?dist}
 Summary:	An interpreter for the Logo programming language
 
 Group: 		Development/Languages
@@ -9,6 +9,7 @@ Source: 	ftp://ftp.cs.berkeley.edu/pub/ucblogo/ucblogo-%{version}.tar.gz
 Source1:        logo-mode.tar.gz
 Patch0:         ucblogo-5.5-ospeed.patch
 Patch1:         ucblogo-6.0-wx.patch
+Patch2:         ucblogo-6.0-texi.patch
 URL: 		http://www.cs.berkeley.edu/~bh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	emacs
@@ -50,6 +51,7 @@ Emacs mode for UCBLogo.
 %setup -q -a 1
 %patch0 -p1 -b .ospeed
 %patch1 -p1 -b .wx
+%patch2 -p1 -b .texiFix
 
 sed -i 's|everything|all|g' makefile*
 
@@ -143,6 +145,9 @@ fi
 
 
 %changelog
+* Tue Jul  1 2014 Matěj Cepl <mcepl at redhat.com> - 6.0-14
+- Fix FTBFS (#992830) using patch by Dave Allan
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 6.0-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list