rpms/sdcc/devel sdcc-2.6.0-sdccman.lyx.patch, NONE, 1.1 sdcc.spec, 1.2, 1.3

Trond Danielsen (trondd) fedora-extras-commits at redhat.com
Sun Apr 8 08:06:00 UTC 2007


Author: trondd

Update of /cvs/extras/rpms/sdcc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27720

Modified Files:
	sdcc.spec 
Added Files:
	sdcc-2.6.0-sdccman.lyx.patch 
Log Message:
Adding patch to fix error in sdccman.lyx that makes lyx fail when building documentation.


sdcc-2.6.0-sdccman.lyx.patch:

--- NEW FILE sdcc-2.6.0-sdccman.lyx.patch ---
--- sdcc/doc/sdccman.lyx	2006-07-10 23:34:39.000000000 +0200
+++ sdcc_/doc/sdccman.lyx	2007-04-07 17:21:15.000000000 +0200
@@ -20209,9 +20209,9 @@
                               * by default to STREAM_USER */
 \layout LyX-Code
 
-    printf (¨This is a printf test
+    printf ("This is a printf test
 \backslash 
-n¨);
+n");
 \layout LyX-Code
 
 }


Index: sdcc.spec
===================================================================
RCS file: /cvs/extras/rpms/sdcc/devel/sdcc.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sdcc.spec	25 Mar 2007 15:04:34 -0000	1.2
+++ sdcc.spec	8 Apr 2007 08:05:26 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           sdcc
 Version:        2.6.0
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Small Device C Compiler
 
 Group:          Applications/Engineering
@@ -9,6 +9,7 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.gz
 Source1:        README.fedora
 Patch0:         sdcc-2.6.0-configure.diff
+Patch1:         sdcc-2.6.0-sdccman.lyx.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  flex
@@ -38,7 +39,8 @@
 
 %prep
 %setup -q -n sdcc
-%patch -p1
+%patch0 -p1
+%patch1 -p1
 find -name '*.[ch]' -exec chmod -x '{}' \;
 
 # Extract %%__os_install_post into os_install_post~
@@ -111,6 +113,9 @@
 %{_datadir}/%{name}/lib/*/*.asm
 
 %changelog
+* Sat Apr 07 2007 Trond Danielsen <trond.danielsen at gmail.com> - 2.6.0-10
+- Added patch to fix a problem with sdccman.lyx that caused lyx to fail.
+
 * Fri Mar 23 2007 Trond Danielsen <trond.danielsen at gmail.com> - 2.6.0-9
 - Removed symlinks, added scripts (solves bug #233385).
 




More information about the fedora-extras-commits mailing list