rpms/OpenEXR_Viewers-nonfree/F-17 openexr_viewers-1.0.2-gcc47.patch, NONE, 1.1 OpenEXR_Viewers-nonfree.spec, 1.15, 1.16

Nicolas Chauvet kwizart at rpmfusion.org
Tue May 1 19:21:24 CEST 2012


Author: kwizart

Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9131/F-17

Modified Files:
	OpenEXR_Viewers-nonfree.spec 
Added Files:
	openexr_viewers-1.0.2-gcc47.patch 
Log Message:
Fix for gcc47


openexr_viewers-1.0.2-gcc47.patch:
 main.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE openexr_viewers-1.0.2-gcc47.patch ---
diff -up openexr_viewers-1.0.2/playexr/main.cpp.gcc47 openexr_viewers-1.0.2/playexr/main.cpp
--- openexr_viewers-1.0.2/playexr/main.cpp.gcc47	2012-05-01 19:15:42.823535233 +0200
+++ openexr_viewers-1.0.2/playexr/main.cpp	2012-05-01 19:18:51.106274899 +0200
@@ -48,6 +48,7 @@
 #include <vector>
 #include <string>
 #include <stdlib.h>
+#include <unistd.h>
 #include <cstring>
 
 using namespace std;


Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/F-17/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- OpenEXR_Viewers-nonfree.spec	7 Mar 2012 23:12:30 -0000	1.15
+++ OpenEXR_Viewers-nonfree.spec	1 May 2012 17:21:23 -0000	1.16
@@ -12,7 +12,7 @@
 
 Name:           %{real_name}
 Version:        1.0.2
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Viewers programs for OpenEXR
 
 Group:          Applications/Multimedia
@@ -24,6 +24,7 @@
 Patch2:         openexr_viewers-1.0.2-gccCg.patch
 # fix dso (missing symbols) by explicitly linking -lGL too
 Patch3:         openexr_viewers-1.0.2-dso.patch
+Patch4:         openexr_viewers-1.0.2-gcc47.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libtool
@@ -75,6 +76,7 @@
 %patch1 -p1 -b .gcc44
 %patch2 -p1 -b .gccCg
 %patch3 -p1 -b .ld
+%patch4 -p1 -b .gcc47
 
 %if %{_lib} == lib64
 sed -i -e 's|ACTUAL_PREFIX/lib/CTL|ACTUAL_PREFIX/lib64/CTL|' configure.ac
@@ -139,6 +141,9 @@
 %endif
 
 %changelog
+* Tue May 01 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.0.2-10
+- Fix for gcc47
+
 * Thu Mar 08 2012 Nicolas Chauvet <kwizart at gmail.com> - 1.0.2-9
 - Rebuilt for c++ ABI breakage
 


More information about the rpmfusion-commits mailing list