rpms/jhead/FC-3 jhead-compiler-warnings.patch,1.1,1.2

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Fri Jul 8 22:03:28 UTC 2005


Author: adrian

Update of /cvs/extras/rpms/jhead/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12182

Modified Files:
	jhead-compiler-warnings.patch 
Log Message:
don't reverse the other patch


jhead-compiler-warnings.patch:

Index: jhead-compiler-warnings.patch
===================================================================
RCS file: /cvs/extras/rpms/jhead/FC-3/jhead-compiler-warnings.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- jhead-compiler-warnings.patch	8 Jul 2005 22:00:18 -0000	1.1
+++ jhead-compiler-warnings.patch	8 Jul 2005 22:03:26 -0000	1.2
@@ -115,18 +115,6 @@
                  }else{
                      // Discard this section.
                      free(Sections[--SectionsRead].Data);
-diff -ur jhead-2.4/makefile jhead-2.4.new/makefile
---- jhead-2.4/makefile	2005-07-08 19:49:51.000000000 +0200
-+++ jhead-2.4.new/makefile	2005-06-10 15:39:56.000000000 +0200
-@@ -9,7 +9,7 @@
- objs = $(OBJ)/jhead.o $(OBJ)/jpgfile.o $(OBJ)/exif.o $(OBJ)/gpsinfo.o $(OBJ)/makernote.o 
- 
- $(OBJ)/%.o:$(SRC)/%.c
--	${CC} ${CFLAGS} -Wall -c $< -o $@
-+	${CC} -O3 -Wall -c $< -o $@
- 
- jhead: $(objs) jhead.h
- 	${CC} -o jhead $(objs) -lm
 diff -ur jhead-2.4/makernote.c jhead-2.4.new/makernote.c
 --- jhead-2.4/makernote.c	2005-06-10 15:39:56.000000000 +0200
 +++ jhead-2.4.new/makernote.c	2005-07-08 19:41:00.000000000 +0200




More information about the fedora-extras-commits mailing list