rpms/jhead/FC-4 jhead-compiler-warnings.patch, 1.1, 1.2 jhead.spec, 1.10, 1.11

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


Author: adrian

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

Modified Files:
	jhead-compiler-warnings.patch jhead.spec 
Log Message:
* Fri Jul 08 2005 Adrian Reber <adrian at lisas.de> - 2.4-3
- undo parts of the compiler warning patch because it 
  disabled the correct optflags


jhead-compiler-warnings.patch:

Index: jhead-compiler-warnings.patch
===================================================================
RCS file: /cvs/extras/rpms/jhead/FC-4/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 21:38:01 -0000	1.1
+++ jhead-compiler-warnings.patch	8 Jul 2005 22:09:53 -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


Index: jhead.spec
===================================================================
RCS file: /cvs/extras/rpms/jhead/FC-4/jhead.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- jhead.spec	8 Jul 2005 21:38:01 -0000	1.10
+++ jhead.spec	8 Jul 2005 22:09:53 -0000	1.11
@@ -1,6 +1,6 @@
 Name: jhead
 Version: 2.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Tool for displaying EXIF data embedded in JPEG images
 Group: Applications/Multimedia
 License: Public Domain
@@ -39,6 +39,10 @@
 %{_mandir}/man?/*
 
 %changelog
+* Fri Jul 08 2005 Adrian Reber <adrian at lisas.de> - 2.4-3
+- undo parts of the compiler warning patch because it 
+  disabled the correct optflags
+
 * Fri Jul 08 2005 Adrian Reber <adrian at lisas.de> - 2.4-2
 - added patch to make compiler happy
 




More information about the fedora-extras-commits mailing list