- updated to 0.6.20

* New translations: bs, tr
  * Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
    pt, ru, sk, sq, sr, sv, vi, zh_CN
  * Fixed some problems in the write-exif.c example program
  * Stop listing -lm as a required library for dynamic linking in libexif.pc
  * Turned on the --enable-silent-rules configure option
  * Changed a lot of strings to make the case of the text more consistent
  * exif_entry_dump() now displays the correct tag name for GPS tags
  * Fixed some invalid format specifiers that caused problems on some platforms
  * Display rational numbers with the right number of significant figures
- remove "la" files
  * Enhanced support of Canon and Olympus makernotes
- fixed endless loop problem in exif_content_remove_entry()
- rpmlint fixes

OBS-URL: https://build.opensuse.org/package/show/graphics/libexif?expand=0&rev=9
This commit is contained in:
Marcus Meissner 2010-12-17 14:43:21 +00:00 committed by Git OBS Bridge
parent 52e5f4e246
commit 94f1fbe937
4 changed files with 32 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b43b20d3fb6c7eef415bdf0e32e0e32049f9055b484fa7bc950952f7fd6cb3e7
size 1142964

3
libexif-0.6.20.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715
size 1412921

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Dec 17 15:41:00 CET 2010 - meissner@suse.de
- updated to 0.6.20
* New translations: bs, tr
* Updated translations: be, cs, da, de, en_GB, en_CA, it, ja, nl, pl, pt_BR,
pt, ru, sk, sq, sr, sv, vi, zh_CN
* Fixed some problems in the write-exif.c example program
* Stop listing -lm as a required library for dynamic linking in libexif.pc
* Turned on the --enable-silent-rules configure option
* Changed a lot of strings to make the case of the text more consistent
* exif_entry_dump() now displays the correct tag name for GPS tags
* Fixed some invalid format specifiers that caused problems on some platforms
* Display rational numbers with the right number of significant figures
-------------------------------------------------------------------
Sat Apr 24 09:49:02 UTC 2010 - coolo@novell.com
- buildrequire pkg-config to fix provides
-------------------------------------------------------------------
Thu Dec 24 14:37:16 CET 2009 - jengelh@medozas.de
@ -43,7 +63,7 @@ Sun Nov 15 15:03:53 CET 2009 - meissner@suse.de
-------------------------------------------------------------------
Mon Jan 26 21:46:50 CET 2009 - crrodriguez@suse.de
- remove "la" files
- remove "la" files
-------------------------------------------------------------------
Wed Jan 7 12:34:56 CET 2009 - olh@suse.de
@ -59,7 +79,7 @@ Sat Nov 8 17:09:07 CET 2008 - meissner@suse.de
* Enabled sv translation by default
* Bug fixes: #1773810, #1774626, #1536244, CVE-2007-6351, CVE-2007-6352,
#2071600 and others
* Enhanced support of Canon and Olympus makernotes
* Enhanced support of Canon and Olympus makernotes
* Added support for Fuji and Sanyo makernotes
* Added support for the NO_VERBOSE_TAG_STRINGS and NO_VERBOSE_TAG_DATA
macros to reduce size for embedded applications
@ -79,7 +99,7 @@ Fri Jul 25 23:34:11 CEST 2008 - meissner@suse.de
-------------------------------------------------------------------
Mon Apr 28 10:52:57 CEST 2008 - meissner@suse.de
- fixed endless loop problem in exif_content_remove_entry()
- fixed endless loop problem in exif_content_remove_entry()
bnc#380716
-------------------------------------------------------------------
@ -134,7 +154,7 @@ Wed May 23 17:42:12 CEST 2007 - meissner@suse.de
- win xp metadata
- enhanced doxygen documentation
- run make check
- rpmlint fixes
- rpmlint fixes
-------------------------------------------------------------------
Fri Mar 2 08:43:00 CET 2007 - meissner@suse.de

View File

@ -19,13 +19,13 @@
Name: libexif
BuildRequires: doxygen
BuildRequires: doxygen pkg-config
Url: http://libexif.sourceforge.net
License: LGPL v2.1 or later
License: LGPLv2.1+
Group: System/Libraries
Summary: An EXIF Tag Parsing Library for Digital Cameras
Version: 0.6.19
Release: 2
Version: 0.6.20
Release: 3
# bug437293
%ifarch ppc64
Obsoletes: libexif-64bit
@ -47,7 +47,7 @@ Authors:
Curtis Galloway <curtisg@users.sourceforge.net>
%package devel
License: LGPL v2.1 or later
License: LGPLv2.1+
Group: Development/Libraries/C and C++
Summary: An EXIF Tag Parsing Library for Digital Cameras (Development files)
Requires: %{name} = %{version} glibc-devel