Hello community, here is the log from the commit of package libexiv2 checked in at Thu Apr 12 17:58:37 CEST 2007. -------- --- libexiv2/libexiv2.changes 2007-03-29 11:53:38.000000000 +0200 +++ /mounts/work_src_done/STABLE/libexiv2/libexiv2.changes 2007-04-12 15:18:55.000000000 +0200 @@ -1,0 +2,33 @@ +Thu Apr 12 15:18:36 CEST 2007 - dmueller@suse.de + +- update to version 0.14: + * Fixed mapping of CRW rotation info to Exif orientation. + (Reported and analysed by Marco Piovanelli) + * Fixed RAF read-support for systems without mmap. (Reported + by Udi Fuchs) + * [exif] Added tag names for a few tags used by Windows Vista and + ACDSee. (Gilles Caulier) + * [exif] Updated Nikon lens info to v2.20 of Robert Rottmerhusen's + lens database. + * [miscellaneous] Changed AnyError to inherit from std::exception; + changed the signature of AnyError::what(). (Suggested by Marco + Piovanelli) + * [miscellaneous] Fixed version check macro to actually check the + runtime version and not the compile-time version. Added version() + and versionNumber() functions. + * [miscellaneous] Updated German translation. (Oliver Dörr) + * [miscellaneous] Changed name of installed translation files to + lower case exiv2.mo. (Highlighted by Angelo Naselli) + Tiff generated by photoshop crashes exiv2 + (digikam bug 139658). + * New TIFF parser: Decode IPTC from Exif.Image.IPTCNAA. + (Reported by Walter Hangartner) + * IPTC field parsing is still too strict: shouldn't fail if + the type is not as expected. (Reported by Elsa Nordh) + * exiv2 tool doesn't respect unix file rights. (Reported and + analysed by fabien) + * Probe exiv2 for the extensions it supports. + (Suggested by Will Stokes) + * Add i18n support. Requires gettext. + +------------------------------------------------------------------- Old: ---- exiv2-0.12.tar.bz2 New: ---- exiv2-0.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libexiv2.spec ++++++ --- /var/tmp/diff_new_pack.Pr6042/_old 2007-04-12 17:52:21.000000000 +0200 +++ /var/tmp/diff_new_pack.Pr6042/_new 2007-04-12 17:52:21.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package libexiv2 (Version 0.12) +# spec file for package libexiv2 (Version 0.14) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -11,13 +11,13 @@ # norootforbuild Name: libexiv2 -BuildRequires: gcc-c++ zlib-devel +BuildRequires: doxygen gcc-c++ gettext-devel libxslt python zlib-devel URL: http://www.exiv2.org/ License: GNU General Public License (GPL) Group: Development/Libraries/C and C++ Summary: Library and tools to access image metadata -Version: 0.12 -Release: 12 +Version: 0.14 +Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: exiv2-%version.tar.bz2 @@ -52,32 +52,26 @@ %build export CXXFLAGS="$RPM_OPT_FLAGS" -%if 0%{suse_version} > 1000 -export CXXFLAGS="$CXXFLAGS -fstack-protector" -%endif -./configure \ - --prefix=/usr/ \ - --libdir=%_libdir \ - --mandir=%_mandir \ - --datadir=%_defaultdocdir -make +%configure +make %{?jobs:-j %jobs} +make doc %install make DESTDIR=$RPM_BUILD_ROOT install +%find_lang exiv2 %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f exiv2.lang %defattr(-,root,root) %doc doc/ChangeLog doc/cmd.txt %{_bindir}/exiv2 -%{_libdir}/libexiv2-*.so +%{_libdir}/libexiv2.so.* %files devel %defattr(-,root,root) %doc doc/html -%{_bindir}/exiv2-config /usr/include/exiv2 %{_libdir}/libexiv2.a %{_libdir}/libexiv2.la @@ -86,6 +80,36 @@ %{_mandir}/man*/* %changelog +* Thu Apr 12 2007 - dmueller@suse.de +- update to version 0.14: + * Fixed mapping of CRW rotation info to Exif orientation. + (Reported and analysed by Marco Piovanelli) + * Fixed RAF read-support for systems without mmap. (Reported + by Udi Fuchs) + * [exif] Added tag names for a few tags used by Windows Vista and + ACDSee. (Gilles Caulier) + * [exif] Updated Nikon lens info to v2.20 of Robert Rottmerhusen's + lens database. + * [miscellaneous] Changed AnyError to inherit from std::exception; + changed the signature of AnyError::what(). (Suggested by Marco + Piovanelli) + * [miscellaneous] Fixed version check macro to actually check the + runtime version and not the compile-time version. Added version() + and versionNumber() functions. + * [miscellaneous] Updated German translation. (Oliver Dörr) + * [miscellaneous] Changed name of installed translation files to + lower case exiv2.mo. (Highlighted by Angelo Naselli) + Tiff generated by photoshop crashes exiv2 + (digikam bug 139658). + * New TIFF parser: Decode IPTC from Exif.Image.IPTCNAA. + (Reported by Walter Hangartner) + * IPTC field parsing is still too strict: shouldn't fail if + the type is not as expected. (Reported by Elsa Nordh) + * exiv2 tool doesn't respect unix file rights. (Reported and + analysed by fabien) + * Probe exiv2 for the extensions it supports. + (Suggested by Will Stokes) + * Add i18n support. Requires gettext. * Thu Mar 29 2007 - rguenther@suse.de - add zlib-devel BuildRequires * Tue Nov 28 2006 - adrian@suse.de ++++++ exiv2-0.12.tar.bz2 -> exiv2-0.14.tar.bz2 ++++++ ++++ 190049 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
participants (1)
-
root@Hilbert.suse.de