Hello community,

here is the log from the commit of package pfstools for openSUSE:Factory 
checked in at 2012-03-07 13:44:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pfstools (Old)
 and      /work/SRC/openSUSE:Factory/.pfstools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pfstools", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/pfstools/pfstools.changes        2011-11-21 
15:49:30.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.pfstools.new/pfstools.changes   2012-03-07 
13:44:36.000000000 +0100
@@ -1,0 +2,29 @@
+Tue Mar  6 15:48:35 UTC 2012 - [email protected]
+
+- refreshed pfstools-octave.patch
+
+- Update to version 1.8.4
+  * fixed: SegFault from pfsview when switching channels
+  * fixed: quoted arguments in pfsin/pfsout/pfsv/pfsindcraw/
+    pfsinmulti (fixes bug 3279342)
+
+- Changes from version 1.8.3
+  * fixed: pfsdisplayfunction properly interpolates display LUT
+  * fixed: bug #3080304 - configure uses non-portable test(1) syntax
+  * fixed: bug #1766263 - pfsinhdrgen fails silently on pfsin
+    failure. - partially
+  * fixed: pfsview the entire code converted from qt3 to qt4 (fixes
+    bug #3127946)
+  * fixed: "Fit window to content" works again in pfsview
+  * added: window icon in pfsview
+  * added: improved image file saving in pfsview
+
+- Changes from version 1.8.2
+  * fixed: compiler incompatibility issue in pfspanoramic.cpp
+  * fixed: bug #2953028 "gcc 4.4.1 const cast error"
+  * fixed: spaces were improperly escaped in pfsin / pfsout (thanks 
+    to Timo)
+  * added: new improved hdrhtml template from hdrlabs.com (thanks 
+    to Christian)  
+
+-------------------------------------------------------------------

Old:
----
  pfstools-1.8.1.tar.bz2

New:
----
  pfstools-1.8.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pfstools.spec ++++++
--- /var/tmp/diff_new_pack.lsgOhT/_old  2012-03-07 13:44:52.000000000 +0100
+++ /var/tmp/diff_new_pack.lsgOhT/_new  2012-03-07 13:44:52.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package pfstools
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,11 +16,9 @@
 #
 
 
-
 Name:           pfstools
-Version:        1.8.1
-Release:        2
-License:        GPL-2.0+ ; LGPL-2.1+
+Version:        1.8.4
+Release:        0
 Source:         %{name}-%{version}.tar.bz2
 Patch:          %{name}-octave.patch
 Patch1:         %{name}-gcc.patch
@@ -28,12 +26,25 @@
 Patch4:         pfstools-stdlib.patch
 Patch5:         pfstools-1.8.1-fix-return-in-nonvoid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Group:          Productivity/Multimedia/Other
 Url:            http://www.mpi-sb.mpg.de/resources/pfstools/
-BuildRequires:  ImageMagick-Magick++-devel Mesa OpenEXR-devel blas fftw3-devel 
freeglut-devel lapack libnetpbm-devel libtiff-devel libtool pkgconfig qt3-devel 
readline-devel
+BuildRequires:  ImageMagick-Magick++-devel
+BuildRequires:  Mesa
+BuildRequires:  OpenEXR-devel
+BuildRequires:  blas
+BuildRequires:  fftw3-devel
+BuildRequires:  freeglut-devel
+BuildRequires:  lapack
+BuildRequires:  libnetpbm-devel
+BuildRequires:  libqt4-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libtool
+BuildRequires:  pkgconfig
+BuildRequires:  readline-devel
 #BuildRequires:  octave-devel
 Requires:       dcraw
 Summary:        High Dynamic Range Images and Video manipulation tools
+License:        GPL-2.0+ ; LGPL-2.1+
+Group:          Productivity/Multimedia/Other
 
 %description
 pfstools package is a set of command line (and one GUI) programs for
@@ -50,10 +61,10 @@
     Rafal Mantiuk <[email protected]> 
 
 %package devel
-License:        GPL-2.0+
-Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Summary:        High Dynamic Range Images and Video manipulation tools
+License:        GPL-2.0+
+Group:          Development/Libraries/C and C++
 
 %description devel
 pfstools package is a set of command line (and one GUI) programs for
@@ -79,7 +90,7 @@
 
 %build
 autoreconf -f -i
-%configure --disable-static --with-pic --disable-octave
+%configure --disable-static --with-pic --disable-octave --with-qtdir=/usr
 make %{?jobs:-j%jobs}
 
 %install

++++++ pfstools-1.8.1.tar.bz2 -> pfstools-1.8.4.tar.bz2 ++++++
++++ 75587 lines of diff (skipped)

++++++ pfstools-octave.patch ++++++
--- /var/tmp/diff_new_pack.lsgOhT/_old  2012-03-07 13:44:53.000000000 +0100
+++ /var/tmp/diff_new_pack.lsgOhT/_new  2012-03-07 13:44:53.000000000 +0100
@@ -1,11 +1,11 @@
---- src/octave/Makefile.am
-+++ src/octave/Makefile.am
+--- src/octave/Makefile.am.orig        2012-03-05 23:21:05.608611965 -0500
++++ src/octave/Makefile.am     2012-03-05 23:21:42.870146129 -0500
 @@ -28,7 +28,7 @@
  
  %.oct: %.cpp %_help.h
        echo $(find %.help.h, $(help_files))
 -      $(MKOCTFILE) -v -s -I. -I$(top_srcdir)/src/pfs/ $(LIBS) -L../pfs/ -lpfs 
$< -o $@
-+      $(MKOCTFILE) -v  -I. -I$(top_srcdir)/src/pfs/ $(LIBS) 
-L../pfs/libpfs-1.2.la $< -o $@
++      $(MKOCTFILE) -v -I. -I$(top_srcdir)/src/pfs/ $(LIBS) 
-L../pfs/libpfs-1.2.la  $< -o $@
+ 
  
  %_help.h: %.help
-       awk ' { print "\t\"" $$0 "\\n\""; } END { print ";" } ' <$< >$@

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to