diff --git a/.cvsignore b/.cvsignore index df58a74..72e2ad4 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libpano13-2.9.12.tar.gz +libpano13-2.9.14.tar.gz diff --git a/libpano13.spec b/libpano13.spec index 2358538..f6f25e9 100644 --- a/libpano13.spec +++ b/libpano13.spec @@ -1,7 +1,7 @@ Summary: Library for manipulating panoramic images Name: libpano13 -Version: 2.9.12 -Release: 8%{?dist} +Version: 2.9.14 +Release: 1%{?dist} License: GPLv2+ URL: http://panotools.sourceforge.net/ Group: Development/Libraries @@ -15,14 +15,17 @@ Helmut Dersch's Panorama Tools library. Provides very high quality manipulation, correction and stitching of panoramic photographs. Due to patent restrictions, this library has a maximum fisheye field-of-view -restriction of 160 degrees to prevent stitching of hemispherical photographs. +restriction of 179 degrees to prevent stitching of hemispherical photographs. %package tools Summary: Tools that use the libpano13 library Group: Applications/Multimedia +Provides: libpano12-tools = 2.8.6-4 +Obsoletes: libpano12-tools < 2.8.6-4 Requires: %{name} = %{version}-%{release} %description tools +PTAInterpolate, interpolate between photos PTcrop, create cropped TIFF files from uncropped TIFF PTuncrop, create uncropped TIFF files from cropped TIFF PTtiffdump @@ -38,6 +41,8 @@ PTroller, merges multiple TIFF with alpha masks to a single TIFF %package devel Summary: Development tools for programs which will use the libpano13 library Group: Development/Libraries +Provides: libpano12-devel = 2.8.6-4 +Obsoletes: libpano12-devel < 2.8.6-4 Requires: %{name} = %{version}-%{release} Requires: libjpeg-devel, libtiff-devel, libpng-devel, zlib-devel Requires: libgcj-devel @@ -66,7 +71,7 @@ rm -rf %{buildroot} %files %defattr(-, root, root,-) %doc AUTHORS ChangeLog COPYING NEWS README README.linux -%{_libdir}/libpano13.so.0* +%{_libdir}/libpano13.so.1* %files tools %defattr(-, root, root,-) @@ -82,13 +87,23 @@ rm -rf %{buildroot} %{_bindir}/PTmender %{_bindir}/PTroller %{_bindir}/PTuncrop +%{_bindir}/PTAInterpolate +%{_mandir}/man1/*.1.gz %files devel %defattr(-, root, root,-) +%doc COPYING %{_includedir}/pano13 %{_libdir}/libpano13.so %changelog + +* Tue May 26 2009 Bruno Postle - 2.9.14-1 +- New upstream release with soname increment. +- Maximum fisheye field of view has increased to 179 degrees. +- Obsoletes libpano12-devel and libpano12-tools. +- New man pages and PTAinterpolate tool. + * Wed Feb 25 2009 Fedora Release Engineering - 2.9.12-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index a1ac8b9..84ed387 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3ca4f7bfe5a7b0acd86901d502dee8ca libpano13-2.9.12.tar.gz +fb011aead63974e630739ed55d75a4b0 libpano13-2.9.14.tar.gz