[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:38:18 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=c15e655

The following commit has been merged in the master branch:
commit c15e6552ea96a1b7f7183c9f0fd7ba89126867bc
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Thu Feb 22 16:47:44 2007 +0000

    Bumped version to 0.13, updated ChangeLog.
---
 README                   | 27 +++++++++++++++------------
 config/configure.ac      |  2 +-
 doc/ChangeLog            | 40 ++++++++++++++++++++++++++++++++++++++++
 src/doxygen.hpp          |  8 ++++----
 src/exiv2_version.h      |  2 +-
 src/exv_msvc.h           |  4 ++--
 test/data/exiv2-test.out |  2 +-
 7 files changed, 64 insertions(+), 21 deletions(-)

diff --git a/README b/README
index 5a24bf3..0150d8d 100644
--- a/README
+++ b/README
@@ -43,20 +43,23 @@ To uninstall Exiv2 from a UNIX-like system, run:
 Dependencies
 ============
 
-The following features are enabled by default and may require external
+The following features are enabled by default and may *) require external
 libraries. They can be controlled through configure options.
 
-Feature                    Package  Configure options
--------------------------  -------  ----------------------------
-PNG image support          zlib     --without-zlib
-                                    --with-zlib=DIR
-National language support  gettext  --disable-nls
-Decoding Windows XP tags   iconv    --without-libiconv-prefix
-                                    --with-libiconv-prefix[=DIR]
-
-zlib     http://www.zlib.net/
-gettext  http://www.gnu.org/software/gettext/
-iconv    http://www.gnu.org/software/libiconv/
+Feature                    Package   Configure options
+-------------------------  -------   ----------------------------
+PNG image support          zlib      --without-zlib
+                                     --with-zlib=DIR
+National language support  gettext   --disable-nls
+Decoding Windows XP tags   libiconv  --without-libiconv-prefix
+                                     --with-libiconv-prefix[=DIR]
+
+zlib         http://www.zlib.net/
+gettext  *)  http://www.gnu.org/software/gettext/
+libiconv *)  http://www.gnu.org/software/libiconv/
+
+*) Some systems have gettext and iconv in libc. The configure script 
+should detect this.
 
 
 Troubleshooting
diff --git a/config/configure.ac b/config/configure.ac
index aa09ea7..63b2f40 100644
--- a/config/configure.ac
+++ b/config/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.59)
-AC_INIT(Exiv2, 0.12, ahuggel at gmx.net)
+AC_INIT(Exiv2, 0.13, ahuggel at gmx.net)
 PACKAGE=$PACKAGE_NAME
 VERSION=$PACKAGE_VERSION
 AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
diff --git a/doc/ChangeLog b/doc/ChangeLog
index c9d3fc5..714ea4c 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,43 @@
+Changes from version 0.12 to 0.13
+---------------------------------
+
+* Exiv2 utility
+	- 0000504: [tools] exiv2 utility: allow use of -M and -m options with extract
+	           and insert actions.
+
+* Exiv2 library
+	- 0000503: [metadata] Tiff generated by photoshop crashes exiv2 
+	           (digikam bug 139658).
+	- 0000502: [iptc] New TIFF parser: Decode IPTC from Exif.Image.IPTCNAA.
+	           (Reported by Walter Hangartner)
+	- 0000501: [iptc] IPTC field parsing is still too strict: shouldn't fail if 
+	           the type is not as expected. (Reported by Elsa Nordh)
+	- 0000497: [tools] exiv2 tool doesn't respect unix file rights. (Reported and
+	           analysed by fabien)
+	- 0000491: [miscellaneous] Probe exiv2 for the extensions it supports.
+	           (Suggested by Will Stokes)
+	- 0000461: [miscellaneous] Add i18n support. Requires gettext.
+	           (Gilles Caulier)
+	           The currently available translations are (work in progress):
+	           de.po, es.po, fr.po, pl.po by Gilles Caulier ported from libexif
+	           fi.po by Mikael Lammentausta
+	           fr.po by Olivier Tilloy
+	           ru.po by Alexandre Prokoudine
+	- 0000460: [exif] Exiv2 should support to decode/encode Windows tags
+	           Exif.Image.0x9c9b-0x9c9f. Requires libiconv. 
+	           (Suggested by Jose Oliver)
+	- 0000452: [exif] Non-intrusive writing does not update IFD.
+	         - [exif] Updated Nikon lens info to v2.15 of Robert Rottmerhusen's 
+	           lens database.
+	         - [exif] Added read-support for Fujifilm RAF images.
+	         - [exif] Image now has containers and provides default 
+	           implementations for most methods. Improved consistency of handling
+	           unsupported functions across Image subclasses.
+
+* MSVC related
+	         - [exivsimple] Added get and set thumbnail functions.
+	           (Christian Kuster)
+
 Changes from version 0.11 to 0.12
 ---------------------------------
 
diff --git a/src/doxygen.hpp b/src/doxygen.hpp
index a54ec8e..8e7f7d1 100644
--- a/src/doxygen.hpp
+++ b/src/doxygen.hpp
@@ -8,7 +8,7 @@
   @date    07-Feb-04, ahu: created
  */
 /*!
-  @mainpage Exif and IPTC metadata library and tools v0.12
+  @mainpage Exif and IPTC metadata library and tools v0.13
 
   @section overview Exiv2 Overview
 
@@ -82,12 +82,12 @@ bug tracking system</a>.</p>
 
   @verbatim $ svn checkout svn://dev.robotbattle.com/exiv2/trunk . @endverbatim
 
-  <p>To download the test data and test drivers for version 0.12 from
-  the repository, change to your local exiv2-0.12 directory and use the
+  <p>To download the test data and test drivers for version 0.13 from
+  the repository, change to your local exiv2-0.13 directory and use the
   following command:
   </p>
 
-  @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.12/test @endverbatim
+  @verbatim $ svn export svn://dev.robotbattle.com/exiv2/tags/0.13/test @endverbatim
 
   <P>If you'd like to contribute code, please <A HREF="mailto:ahuggel at gmx.net">contact me</A>.
 
diff --git a/src/exiv2_version.h b/src/exiv2_version.h
index ee6aea5..62970c9 100644
--- a/src/exiv2_version.h
+++ b/src/exiv2_version.h
@@ -40,7 +40,7 @@
 /*!
   @brief %Exiv2 MINOR version number.
  */
-#define EXIV2_MINOR_VERSION (12)
+#define EXIV2_MINOR_VERSION (13)
 /*!
   @brief %Exiv2 PATCH version number.
  */
diff --git a/src/exv_msvc.h b/src/exv_msvc.h
index 7fb8203..3665336 100644
--- a/src/exv_msvc.h
+++ b/src/exv_msvc.h
@@ -23,13 +23,13 @@
 #define EXV_PACKAGE_NAME "Exiv2"
 
 /* Define to the full name and version of this package. */
-#define EXV_PACKAGE_STRING "Exiv2 0.12"
+#define EXV_PACKAGE_STRING "Exiv2 0.13"
 
 /* Define to the one symbol short name of this package. */
 #define EXV_PACKAGE_TARNAME "exiv2"
 
 /* Define to the version of this package. */
-#define EXV_PACKAGE_VERSION "0.12"
+#define EXV_PACKAGE_VERSION "0.13"
 
 /* Define to `int' if <sys/types.h> does not define pid_t. */
 #define pid_t int
diff --git a/test/data/exiv2-test.out b/test/data/exiv2-test.out
index e6f6dd8..d732916 100644
--- a/test/data/exiv2-test.out
+++ b/test/data/exiv2-test.out
@@ -3,7 +3,7 @@ tmp/
 
 Exiv2 version ------------------------------------------------------------
 ../../src/exiv2
-Exiv2 0.12
+Exiv2 0.13
 Copyright (C) 2004-2007 Andreas Huggel.
 
 This program is free software; you can redistribute it and/or

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list