rpms/OpenEXR_Viewers-nonfree/devel .cvsignore, 1.2, 1.3 OpenEXR_Viewers-nonfree.spec, 1.7, 1.8 openexr_viewers-1.0.1-gcc44.patch, 1.2, 1.3 sources, 1.2, 1.3

Nicolas Chauvet kwizart at rpmfusion.org
Thu Sep 16 14:49:44 CEST 2010


Author: kwizart

Update of /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2862/devel

Modified Files:
	.cvsignore OpenEXR_Viewers-nonfree.spec 
	openexr_viewers-1.0.1-gcc44.patch sources 
Log Message:
Rsync with fedora OpenEXR_Viewer



Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	15 Oct 2008 14:25:27 -0000	1.2
+++ .cvsignore	16 Sep 2010 12:49:43 -0000	1.3
@@ -1 +1 @@
-openexr_viewers-1.0.1.tar.gz
+openexr_viewers-1.0.2.tar.gz


Index: OpenEXR_Viewers-nonfree.spec
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/OpenEXR_Viewers-nonfree.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- OpenEXR_Viewers-nonfree.spec	29 Mar 2009 15:05:07 -0000	1.7
+++ OpenEXR_Viewers-nonfree.spec	16 Sep 2010 12:49:43 -0000	1.8
@@ -11,8 +11,8 @@
 %endif
 
 Name:           %{real_name}
-Version:        1.0.1
-Release:        6%{?dist}
+Version:        1.0.2
+Release:        2%{?dist}
 Summary:        Viewers programs for OpenEXR
 
 Group:          Applications/Multimedia
@@ -23,11 +23,12 @@
 Patch1:         openexr_viewers-1.0.1-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+BuildRequires:  libtool
+
 BuildRequires:  OpenEXR_CTL-devel
 BuildRequires:  OpenEXR_CTL
 BuildRequires:  fltk-devel
 %if %with_Cg
-ExclusiveArch:  i586 x86_64
 BuildRequires:  Cg
 BuildRequires:  freeglut-devel
 Provides: OpenEXR_Viewers = %{version}
@@ -70,6 +71,12 @@
 %patch0 -p1 -b .gcc43
 %patch1 -p1 -b .gcc44
 
+%if %{_lib} == lib64
+sed -i -e 's|ACTUAL_PREFIX/lib/CTL|ACTUAL_PREFIX/lib64/CTL|' configure.ac
+%endif
+#Needed to update CTL compiler test
+autoconf
+
 
 %build
 export CXXFLAGS="$RPM_OPT_FLAGS -L%{_libdir}"
@@ -127,19 +134,27 @@
 %endif
 
 %changelog
-* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.0.1-6
-- rebuild for new F11 features
+* Sun Sep 05 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.0.2-2
+- Fix CTL Module search path on lib64
+- Fix OpenEXR_CTL detection at build time.
+
+* Mon Aug 23 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.0.2-1
+- Update to 1.0.2
+
+* Tue Oct 20 2009 kwizart < kwizart at gmail.com > - 1.0.1-7
+- Rebuild for F-12
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
-* Mon Mar  9 2009 kwizart < kwizart at gmail.com > - 1.0.1-5
-- Switch i386 to i586
+* Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.1-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 
-* Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.0.1-4.1
+* Thu Feb 12 2009 kwizart < kwizart at gmail.com > - 1.0.1-4
 - Rebuild for gcc44
-- Restore build for i386 and x86_64 for now.
 
-* Wed Oct 15 2008 kwizart < kwizart at gmail.com > - 1.0.1-3
-- Fix: we are -nonfree
-- Cg only exist on i386 x86_64
+* Fri Oct 17 2008 kwizart < kwizart at gmail.com > - 1.0.1-3
+- Rebuild for F-10
 
 * Sat May 10 2008 kwizart < kwizart at gmail.com > - 1.0.1-2
 - Ghost the alternative provides

openexr_viewers-1.0.1-gcc44.patch:
 applyCtl.cpp |    2 ++
 1 file changed, 2 insertions(+)

Index: openexr_viewers-1.0.1-gcc44.patch
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/openexr_viewers-1.0.1-gcc44.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- openexr_viewers-1.0.1-gcc44.patch	12 Feb 2009 23:23:13 -0000	1.2
+++ openexr_viewers-1.0.1-gcc44.patch	16 Sep 2010 12:49:43 -0000	1.3
@@ -17,22 +17,3 @@
      #include <iostream>
  
      using namespace std;
-diff -up openexr_viewers-1.0.1/playexr/ctlToLut.cpp.gcc44 openexr_viewers-1.0.1/playexr/ctlToLut.cpp
---- openexr_viewers-1.0.1/playexr/ctlToLut.cpp.gcc44	2009-02-13 00:15:27.000000000 +0100
-+++ openexr_viewers-1.0.1/playexr/ctlToLut.cpp	2009-02-13 00:16:28.000000000 +0100
-@@ -48,6 +48,7 @@
-     #include <ImfHeader.h>
-     #include <ImfFrameBuffer.h>
-     #include <cassert>
-+    #include <cstdio>
-     #include <iostream>
- 
-     using namespace std;
-@@ -60,6 +61,7 @@
-     #include <ImfStandardAttributes.h>
-     #include <ImfHeader.h>
-     #include <cassert>
-+    #include <cstdio>
-     #include <iostream>
- 
-     using namespace std;


Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/OpenEXR_Viewers-nonfree/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	15 Oct 2008 14:25:27 -0000	1.2
+++ sources	16 Sep 2010 12:49:43 -0000	1.3
@@ -1 +1 @@
-e7b77c320a00cd89ef50605ba2a374cd  openexr_viewers-1.0.1.tar.gz
+5d4c74ebcaf942267b0353e4c53f8b9e  openexr_viewers-1.0.2.tar.gz



More information about the rpmfusion-commits mailing list