Mailinglist Archive: opensuse-commit (1500 mails)
| < Previous | Next > |
commit libpano
- From: root@xxxxxxx (h_root)
- Date: Fri, 10 Nov 2006 01:43:16 +0100 (CET)
- Message-id: <20061110004316.269E719AA85@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libpano
checked in at Fri Nov 10 01:43:16 CET 2006.
--------
--- libpano/libpano.changes 2006-08-17 20:47:17.000000000 +0200
+++ /mounts/work_src_done/STABLE/libpano/libpano.changes 2006-11-08 14:37:59.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 8 14:37:31 CET 2006 - prusnak@xxxxxxx
+
+- fixed subscript out of range [#204092]
+
+-------------------------------------------------------------------
New:
----
libpano-mappingfix.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libpano.spec ++++++
--- /var/tmp/diff_new_pack.UGepyt/_old 2006-11-10 01:35:12.000000000 +0100
+++ /var/tmp/diff_new_pack.UGepyt/_new 2006-11-10 01:35:12.000000000 +0100
@@ -12,15 +12,16 @@
Name: libpano
BuildRequires: java2-devel-packages libpng-devel libtiff-devel
-License: GPL, Other License(s), see package
+License: GNU General Public License (GPL) - all versions, Other License(s), see package
Group: Development/Libraries/C and C++
Autoreqprov: on
Summary: Panorama Tools Back-End Library
Version: 2.8.4
-Release: 1
+Release: 17
%define tarname libpano12
Source: %{tarname}-%{version}.tar.bz2
Patch0: libpano-fixes.patch
+Patch1: libpano-mappingfix.patch
URL: http://panotools.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%package devel
@@ -60,6 +61,7 @@
%prep
%setup -q -n %{tarname}-%{version}
%patch0
+%patch1
%build
autoreconf --force --install
@@ -93,6 +95,8 @@
/usr/include/pano12
%changelog -n libpano
+* Wed Nov 08 2006 - prusnak@xxxxxxx
+- fixed subscript out of range [#204092]
* Thu Aug 17 2006 - postadal@xxxxxxx
- updated to version 2.8.4
* a lot of new lenstypes, panotypes, filters and fixes see ChangeLog
++++++ libpano-mappingfix.patch ++++++
--- ColourBrightness.c
+++ ColourBrightness.c
@@ -1403,7 +1403,7 @@
mappingCurves[5]); //var08
var56 = Unknown40(Peach(ptrPixel[1], ptrPixel[2], ptrPixel[3]),
- mappingCurves[6]); // var04
+ mappingCurves[5]); // var04
esi = var49;
ptrPixel[1] = Unknown47(ebx, var49, var56);
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |