- 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:
parent
52e5f4e246
commit
94f1fbe937
@ -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
3
libexif-0.6.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a772d20bd8fb9802d7f0d70fde6ac8872f87d0c66c52b0d14026dafcaa83d715
|
||||
size 1412921
|
@ -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
|
||||
|
||||
|
10
libexif.spec
10
libexif.spec
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user