Mailinglist Archive: opensuse-commit (1093 mails)

< Previous Next >
commit pfstools for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 05 Mar 2010 11:01:12 +0100
  • Message-id: <20100305100112.3F8982020F@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package pfstools for openSUSE:Factory
checked in at Fri Mar 5 11:01:12 CET 2010.



--------
--- pfstools/pfstools.changes 2009-08-06 18:11:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/pfstools/pfstools.changes 2010-03-02
15:27:23.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 2 14:27:00 UTC 2010 - puzel@xxxxxxxxxx
+
+- add pfstools-1.8.1-fix-return-in-nonvoid.patch
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
pfstools-1.8.1-fix-return-in-nonvoid.patch

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

Other differences:
------------------
++++++ pfstools.spec ++++++
--- /var/tmp/diff_new_pack.ddxK5M/_old 2010-03-05 11:00:54.000000000 +0100
+++ /var/tmp/diff_new_pack.ddxK5M/_new 2010-03-05 11:00:54.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package pfstools (Version 1.8.1)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 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
@@ -19,13 +19,14 @@

Name: pfstools
Version: 1.8.1
-Release: 1
-License: GPL v2 or later ; LGPL v2.1 or later
+Release: 2
+License: GPLv2+ ; LGPLv2.1+
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-octave.patch
Patch1: %{name}-gcc.patch
Patch2: pfstools-stringcompare.patch
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/
@@ -49,7 +50,7 @@
Rafal Mantiuk <mantiuk@xxxxxxxxxxxxx>

%package devel
-License: GPL v2 or later
+License: GPLv2+
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
Summary: High Dynamic Range Images and Video manipulation tools
@@ -74,6 +75,7 @@
%patch1
%patch2
%patch4
+%patch5 -p1

%build
autoreconf -f -i

++++++ pfstools-1.8.1-fix-return-in-nonvoid.patch ++++++
Index: pfstools-1.8.1/src/hdrhtml/hdrhtml.cpp
===================================================================
--- pfstools-1.8.1.orig/src/hdrhtml/hdrhtml.cpp 2009-03-11 22:45:55.000000000
+0100
+++ pfstools-1.8.1/src/hdrhtml/hdrhtml.cpp 2010-03-02 15:21:24.000000000
+0100
@@ -195,6 +195,7 @@ public:
this->y_i = new float[lut_size];
own_y_i = true;
memcpy(this->y_i, other.y_i, lut_size * sizeof(float));
+ return *this;
}

~UniformArrayLUT()

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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages