
Hello community, here is the log from the commit of package OpenEXR checked in at Thu May 17 11:49:48 CEST 2007. -------- --- OpenEXR/OpenEXR.changes 2007-01-16 10:44:17.000000000 +0100 +++ /mounts/work_src_done/STABLE/OpenEXR/OpenEXR.changes 2007-05-15 00:23:12.000000000 +0200 @@ -1,0 +2,7 @@ +Tue May 15 00:22:40 CEST 2007 - ltinkl@suse.cz + +- update to 1.4.6 +- fix build, fix packaging examples and doc +- added missing Requires + +------------------------------------------------------------------- Old: ---- OpenEXR-1.2.2.tar.bz2 OpenEXR-undefined.patch New: ---- openexr-1.4.0a.tar.bz2 OpenEXR-examples.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ OpenEXR.spec ++++++ --- /var/tmp/diff_new_pack.T28120/_old 2007-05-17 11:49:40.000000000 +0200 +++ /var/tmp/diff_new_pack.T28120/_new 2007-05-17 11:49:40.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package OpenEXR (Version 1.2.2) +# spec file for package OpenEXR (Version 1.4.0a) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,16 +13,16 @@ Name: OpenEXR BuildRequires: fltk-devel freeglut-devel gcc-c++ libdrm-devel Summary: Library to Handle EXR Pictures in 16-Bit Floating-Point Format -Version: 1.2.2 -Release: 46 +Version: 1.4.0a +Release: 1 License: BSD License and BSD-like, GNU General Public License (GPL) Group: Development/Libraries/C and C++ URL: http://www.openexr.com/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: %name-%version.tar.bz2 +Source0: openexr-%version.tar.bz2 Patch: OpenEXR-docdir.patch Patch1: OpenEXR-decl.patch -Patch2: OpenEXR-undefined.patch +Patch2: OpenEXR-examples.patch Patch3: OpenEXR-pedantic.diff %description @@ -80,7 +80,7 @@ Lutz Latta %package devel -Requires: OpenEXR = %version +Requires: OpenEXR = %version zlib-devel Group: Development/Libraries/C and C++ Summary: Library to Handle EXR Pictures (16-bit floating-point format) @@ -133,28 +133,24 @@ Lutz Latta %prep -%setup -q +%setup -q -n openexr-1.4.0 %patch %patch1 %patch2 %patch3 %build -autoreconf --force --install +#autoreconf --force --install --include=config # export CFLAGS="$RPM_OPT_FLAGS" export CXXFLAGS="$RPM_OPT_FLAGS" ./configure \ --prefix=/usr \ - --libdir=%_libdir \ - --enable-imfexamples + --libdir=%_libdir make %{?jobs:-j%jobs} %install make DESTDIR=$RPM_BUILD_ROOT install -cp -a doc/*pdf AUTHORS ChangeLog COPYING LICENSE NEWS \ - README* $RPM_BUILD_ROOT%_defaultdocdir/%name/ -install -m 0755 IlmImfExamples/.libs/imfexamples $RPM_BUILD_ROOT/usr/bin/ %post %run_ldconfig @@ -167,13 +163,7 @@ %files %defattr(-,root,root) -%_docdir/OpenEXR/AUTHORS -%_docdir/OpenEXR/ChangeLog -%_docdir/OpenEXR/COPYING -%_docdir/OpenEXR/LICENSE -%_docdir/OpenEXR/NEWS -%_docdir/OpenEXR/README* -%dir %_docdir/OpenEXR +%doc AUTHORS ChangeLog COPYING LICENSE NEWS README* /usr/bin/exrenvmap /usr/bin/exrheader /usr/bin/exrmakepreview @@ -183,11 +173,11 @@ %_libdir/libIex.so.* %_libdir/libIlmImf.so.* %_libdir/libImath.so.* +%_libdir/libIlmThread.so.* %files devel %defattr(-,root,root) /usr/bin/exrdisplay -/usr/bin/imfexamples /usr/include/OpenEXR %_libdir/libHalf.a %_libdir/libHalf.la @@ -201,13 +191,19 @@ %_libdir/libImath.a %_libdir/libImath.la %_libdir/libImath.so +%_libdir/libIlmThread.a +%_libdir/libIlmThread.la +%_libdir/libIlmThread.so %_libdir/pkgconfig/OpenEXR.pc /usr/share/aclocal/openexr.m4 -%dir %_docdir/OpenEXR -%_docdir/OpenEXR/examples -%_docdir/OpenEXR/*.pdf +%doc doc/*.pdf +%doc IlmImfExamples/*.cpp IlmImfExamples/*.h -%changelog -n OpenEXR +%changelog +* Tue May 15 2007 - ltinkl@suse.cz +- update to 1.4.6 +- fix build, fix packaging examples and doc +- added missing Requires * Tue Jan 16 2007 - meissner@suse.de - fixed RPM_OPT_FLAGS * Mon Jun 12 2006 - dmueller@suse.de ++++++ OpenEXR-examples.patch ++++++ --- Makefile.in.orig 2007-05-14 18:59:33.000000000 +0200 +++ Makefile.in 2007-05-14 18:59:47.000000000 +0200 @@ -204,7 +204,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = config Half HalfTest Iex IexTest Imath ImathTest IlmThread IlmImf \ - IlmImfTest exrdisplay exrheader exrmaketiled IlmImfExamples doc vc \ + IlmImfTest exrdisplay exrheader exrmaketiled doc vc \ exrstdattr exrmakepreview exrenvmap EXTRA_DIST = bootstrap README.win32 README.OSX README.CVS LICENSE openexr.m4 \ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de