Hello community, here is the log from the commit of package libpano for openSUSE:Factory checked in at Thu Apr 28 03:44:47 CEST 2011. -------- --- libpano/libpano.changes 2009-08-06 18:03:05.000000000 +0200 +++ libpano/libpano.changes 2011-04-27 15:24:22.000000000 +0200 @@ -1,0 +2,13 @@ +Wed Apr 27 15:21:47 CEST 2011 - sbrabec@suse.cz + +- Upgraded to version 2.9.17: + * minor fixes and improvements + * support for pkg-config + * new soname + +------------------------------------------------------------------- +Mon Mar 21 16:51:05 UTC 2011 - coolo@novell.com + +- licenses package is about to die + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- libpano13-2.9.14.tar.bz2 New: ---- libpano13-2.9.17.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpano.spec ++++++ --- /var/tmp/diff_new_pack.dZ5TTl/_old 2011-04-28 03:32:13.000000000 +0200 +++ /var/tmp/diff_new_pack.dZ5TTl/_new 2011-04-28 03:32:13.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package libpano (Version 2.9.14) +# spec file for package libpano # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -20,11 +20,11 @@ Name: libpano %define _name libpano13 -BuildRequires: java-devel libpng-devel libtiff-devel licenses -License: GPL v2 or later +BuildRequires: java-devel libpng-devel libtiff-devel +License: GPLv2+ Group: Development/Libraries/C and C++ Summary: Panorama Tools Back-End Library -Version: 2.9.14 +Version: 2.9.17 Release: 1 Source: %{_name}-%{version}.tar.bz2 # https://sourceforge.net/tracker/?func=detail&aid=2833227&group_id=96188&atid=613956 @@ -55,14 +55,13 @@ Jim Watters Bret McKee -%package -n libpano13-1 -License: GPL v2 or later +%package -n libpano13-2 +License: GPLv2+ Summary: Panorama Tools Back-End Library Group: Development/Libraries/C and C++ -Obsoletes: %{name} <= %{version} -Requires: licenses +Obsoletes: %{name} < %{version} -%description -n libpano13-1 +%description -n libpano13-2 A library for working with panoramas. Authors: @@ -75,10 +74,10 @@ Bret McKee %package utils -License: GPL v2 or later +License: GPLv2+ Summary: Panorama Tools Front-End Utilities Group: Productivity/Graphics/Other -Obsoletes: %{name} <= %{version} +Obsoletes: %{name} < %{version} # Explicitly mentioned libpano (for <= 10.2) probably means libpano-utils: Provides: %{name} = %{version} @@ -118,10 +117,10 @@ Bret McKee %package devel -License: GPL v2 or later +License: GPLv2+ Summary: Panorama Tools Back-End Library - files mandatory for development Group: Development/Libraries/C and C++ -Requires: libpano13-1 = %{version} libpng-devel libtiff-devel libjpeg-devel +Requires: libpano13-2 = %{version} libpng-devel libtiff-devel libjpeg-devel %description devel A library for working with panoramas. @@ -147,18 +146,17 @@ %install %makeinstall -ln -sf /usr/share/doc/licenses/md5/$(md5sum COPYING | sed 's/ .*//') COPYING %clean rm -rf $RPM_BUILD_ROOT -%post -n libpano13-1 -p /sbin/ldconfig +%post -n libpano13-2 -p /sbin/ldconfig -%postun -n libpano13-1 -p /sbin/ldconfig +%postun -n libpano13-2 -p /sbin/ldconfig -%files -n libpano13-1 +%files -n libpano13-2 %defattr(-,root,root) -%doc README README.linux AUTHORS COPYING NEWS TODO ChangeLog doc/*.txt tools/README.PTmender +%doc README README.linux AUTHORS COPYING NEWS ChangeLog ChangeLog.svn doc/*.txt tools/README.PTmender %{_libdir}/libpano13.so.* %files utils @@ -171,5 +169,6 @@ %{_includedir}/pano13 %{_libdir}/libpano13.so %{_libdir}/libpano13.la +%{_libdir}/pkgconfig/libpano13.pc %changelog ++++++ libpano-implicit-decl.patch ++++++ --- /var/tmp/diff_new_pack.dZ5TTl/_old 2011-04-28 03:32:13.000000000 +0200 +++ /var/tmp/diff_new_pack.dZ5TTl/_new 2011-04-28 03:32:13.000000000 +0200 @@ -1,4 +1,13 @@ ---- ColourBrightness.c +https://bugs.launchpad.net/panotools/+bug/686499 + +ColourBrightness.c: In function 'OutputPhotoshopCurve': +ColourBrightness.c:412:3: warning: implicit declaration of function 'htons' + +The fix neesds to be done better (check whether arpa/inet.h is available) to be upstreamable. + +Index: ColourBrightness.c +=================================================================== +--- ColourBrightness.c.orig +++ ColourBrightness.c @@ -35,6 +35,7 @@ #include "tiffio.h" @@ -8,20 +17,3 @@ #include "pttiff.h" ---- adjust.h -+++ adjust.h -@@ -26,3 +26,4 @@ - // sigma = 0 disables the m-estimator - void setFcnPanoHuberSigma(double sigma); - -+int EvaluateControlPointErrorAndComponents (int num, double *errptr, double errComponent[2]); ---- parser.c -+++ parser.c -@@ -46,6 +46,7 @@ - #include <locale.h> - - #include "ZComb.h" -+#include "adjust.h" - - - /* defined in adjust.c */ ++++++ libpano13-2.9.14.tar.bz2 -> libpano13-2.9.17.tar.bz2 ++++++ ++++ 25556 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org