Hello community,

here is the log from the commit of package libkexiv2 for openSUSE:Factory 
checked in at 2017-12-18 08:53:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkexiv2 (Old)
 and      /work/SRC/openSUSE:Factory/.libkexiv2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkexiv2"

Mon Dec 18 08:53:59 2017 rev:89 rq:556267 version:17.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes      2017-11-16 
14:29:35.407519488 +0100
+++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2017-12-18 
08:54:00.462730027 +0100
@@ -1,0 +2,30 @@
+Sat Dec 09 14:59:09 CET 2017 - [email protected]
+
+- Update to 17.12.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12.0.php
+- Changes since 17.11.90:
+  * None
+
+-------------------------------------------------------------------
+Sat Dec 02 10:12:38 CET 2017 - [email protected]
+
+- Update to 17.11.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
+- Changes since 17.11.80:
+  * None
+
+-------------------------------------------------------------------
+Mon Nov 20 06:59:34 CET 2017 - [email protected]
+
+- Update to 17.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
+- Changes since 17.08.3:
+  * cleanup
+
+-------------------------------------------------------------------

Old:
----
  libkexiv2-17.08.3.tar.xz

New:
----
  libkexiv2-17.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libkexiv2.spec ++++++
--- /var/tmp/diff_new_pack.W03njJ/_old  2017-12-18 08:54:01.062701063 +0100
+++ /var/tmp/diff_new_pack.W03njJ/_new  2017-12-18 08:54:01.062701063 +0100
@@ -19,7 +19,7 @@
 %define _so     15_0_0
 %define lname   libKF5KExiv2
 Name:           libkexiv2
-Version:        17.08.3
+Version:        17.12.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)

++++++ libkexiv2-17.08.3.tar.xz -> libkexiv2-17.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/README new/libkexiv2-17.12.0/README
--- old/libkexiv2-17.08.3/README        2017-04-12 20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/README        2017-08-19 14:13:37.000000000 +0200
@@ -1,7 +1,5 @@
 EXIV2 Library interface for KDE
 
-This library is a part of digiKam project (http://www.digikam.org)
-
 -- AUTHORS ------------------------------------------------------------
 
 See AUTHORS file for details.
@@ -13,8 +11,6 @@
 
 http://www.metadataworkinggroup.com/pdf/mwg_guidance.pdf
 
-This library is used by kipi-plugins, digiKam and others kipi host programs.
-
 The library documentation is available on header files.
 
 -- DEPENDENCIES -------------------------------------------------------
@@ -34,26 +30,3 @@
 Note: To know KDE install path on your computer, use 'kf5-config --prefix' 
command line like this (with debug object enabled):
 
 "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`"
-
--- CONTACT ------------------------------------------------------------
-
-If you have questions, comments, suggestions to make do email at:
-
[email protected]
-
-IRC channel from freenode.net server:
-
-#digikam
-
--- BUGS ---------------------------------------------------------------
-
-IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report
-system who can be contacted by the standard Kde help menu of the plugins 
dialog.
-A mail will be automatically sent to the digiKam devel mailing list.
-There is no need to contact directly the digiKam mailing list for a bug report
-or a devel wish.
-
-The current digiKam bugs and devel wish reported to the Kde bugs report can be 
seen 
-at this url:
-
-http://bugs.kde.org/buglist.cgi?product=digikam&component=libkexiv2&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/libkexiv2-17.08.3/cmake/templates/libkexiv2.pc.cmake.in 
new/libkexiv2-17.12.0/cmake/templates/libkexiv2.pc.cmake.in
--- old/libkexiv2-17.08.3/cmake/templates/libkexiv2.pc.cmake.in 2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/cmake/templates/libkexiv2.pc.cmake.in 2017-08-19 
14:13:37.000000000 +0200
@@ -4,8 +4,8 @@
 includedir=${INCLUDE_INSTALL_DIR}
 
 Name: ${PROJECT_NAME}
-Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 
library. This library is used by digiKam and kipi-plugins.
-URL: http://www.digikam.org/sharedlibs
+Description: A C++ library to manipulate EXIF/IPTC/XMP metadata using Exiv2 
library.
+URL: https://cgit.kde.org/libkexiv2.git/
 Requires:
 Version: ${KEXIV2_LIB_VERSION_STRING}
 Libs: -L${LIB_INSTALL_DIR} -lkexiv2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2.cpp 
new/libkexiv2-17.12.0/src/kexiv2.cpp
--- old/libkexiv2-17.08.3/src/kexiv2.cpp        2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2.cpp        2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Exiv2 library interface for KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2.h 
new/libkexiv2-17.12.0/src/kexiv2.h
--- old/libkexiv2-17.08.3/src/kexiv2.h  2017-04-12 20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/src/kexiv2.h  2017-08-19 14:13:37.000000000 +0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Exiv2 library interface for KDE
@@ -947,7 +947,7 @@
 
     /** Register a namespace which Exiv2 doesn't know yet. This is only needed
         when new Xmp properties are added manually. 'uri' is the namespace url 
and prefix the
-        string used to construct new Xmp key (ex. "Xmp.digiKam.tagList").
+        string used to construct new Xmp key.
         NOTE: If the Xmp metadata is read from an image, namespaces are 
decoded and registered
         by Exiv2 at the same time.
      */
@@ -1077,17 +1077,6 @@
     /** Re-implement this method to set automatically the Program Name and 
Program Version
         information in Exif and Iptc metadata if 'on' argument is true. This 
method is called by all methods which
         change tags in metadata. By default this method does nothing and 
returns true.
-
-        In digiKam this method is re-implementated like this:
-
-        if (on)
-        {
-            QString version(digikam_version);
-            QString software("digiKam");
-            return setImageProgramId(software, version);
-        }
-
-        return true;
      */
     virtual bool setProgramId(bool on=true) const;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2_p.cpp 
new/libkexiv2-17.12.0/src/kexiv2_p.cpp
--- old/libkexiv2-17.08.3/src/kexiv2_p.cpp      2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2_p.cpp      2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2007-09-03
  * @brief  Exiv2 library interface for KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2_p.h 
new/libkexiv2-17.12.0/src/kexiv2_p.h
--- old/libkexiv2-17.08.3/src/kexiv2_p.h        2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2_p.h        2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2007-09-03
  * @brief  Exiv2 library interface for KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2comments.cpp 
new/libkexiv2-17.12.0/src/kexiv2comments.cpp
--- old/libkexiv2-17.08.3/src/kexiv2comments.cpp        2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/src/kexiv2comments.cpp        2017-08-19 
14:13:37.000000000 +0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Comments manipulation methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2data.cpp 
new/libkexiv2-17.12.0/src/kexiv2data.cpp
--- old/libkexiv2-17.08.3/src/kexiv2data.cpp    2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2data.cpp    2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-11-15
  * @brief  Exiv2 library interface for KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2data.h 
new/libkexiv2-17.12.0/src/kexiv2data.h
--- old/libkexiv2-17.08.3/src/kexiv2data.h      2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2data.h      2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-11-15
  * @brief  Exiv2 library interface for KDE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2exif.cpp 
new/libkexiv2-17.12.0/src/kexiv2exif.cpp
--- old/libkexiv2-17.08.3/src/kexiv2exif.cpp    2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2exif.cpp    2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Exif manipulation methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2gps.cpp 
new/libkexiv2-17.12.0/src/kexiv2gps.cpp
--- old/libkexiv2-17.08.3/src/kexiv2gps.cpp     2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2gps.cpp     2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  GPS manipulation methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2image.cpp 
new/libkexiv2-17.12.0/src/kexiv2image.cpp
--- old/libkexiv2-17.08.3/src/kexiv2image.cpp   2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2image.cpp   2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Common metadata image information manipulation methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2iptc.cpp 
new/libkexiv2-17.12.0/src/kexiv2iptc.cpp
--- old/libkexiv2-17.08.3/src/kexiv2iptc.cpp    2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2iptc.cpp    2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Iptc manipulation methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2previews.cpp 
new/libkexiv2-17.12.0/src/kexiv2previews.cpp
--- old/libkexiv2-17.08.3/src/kexiv2previews.cpp        2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/src/kexiv2previews.cpp        2017-08-19 
14:13:37.000000000 +0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-11-14
  * @brief  Embedded preview loading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2previews.h 
new/libkexiv2-17.12.0/src/kexiv2previews.h
--- old/libkexiv2-17.08.3/src/kexiv2previews.h  2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2previews.h  2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-11-14
  * @brief  Embedded preview loading
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/kexiv2xmp.cpp 
new/libkexiv2-17.12.0/src/kexiv2xmp.cpp
--- old/libkexiv2-17.08.3/src/kexiv2xmp.cpp     2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/kexiv2xmp.cpp     2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2006-09-15
  * @brief  Xmp manipulation methods
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/rotationmatrix.cpp 
new/libkexiv2-17.12.0/src/rotationmatrix.cpp
--- old/libkexiv2-17.08.3/src/rotationmatrix.cpp        2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/src/rotationmatrix.cpp        2017-08-19 
14:13:37.000000000 +0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-08-03
  * @brief  Tools for combining rotation operations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/src/rotationmatrix.h 
new/libkexiv2-17.12.0/src/rotationmatrix.h
--- old/libkexiv2-17.08.3/src/rotationmatrix.h  2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/src/rotationmatrix.h  2017-08-19 14:13:37.000000000 
+0200
@@ -1,8 +1,8 @@
 /** ===========================================================
  * @file
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-08-03
  * @brief  Tools for combining rotation operations
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/erasetag.cpp 
new/libkexiv2-17.12.0/tests/erasetag.cpp
--- old/libkexiv2-17.08.3/tests/erasetag.cpp    2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/tests/erasetag.cpp    2017-08-19 14:13:37.000000000 
+0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-06-11
  * @brief  a command line tool to tag from photo
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/loadfromba.cpp 
new/libkexiv2-17.12.0/tests/loadfromba.cpp
--- old/libkexiv2-17.08.3/tests/loadfromba.cpp  2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/tests/loadfromba.cpp  2017-08-19 14:13:37.000000000 
+0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-06-11
  * @brief  a command line tool to load metadata from byte array
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/printtagslist.cpp 
new/libkexiv2-17.12.0/tests/printtagslist.cpp
--- old/libkexiv2-17.08.3/tests/printtagslist.cpp       2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/tests/printtagslist.cpp       2017-08-19 
14:13:37.000000000 +0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-07-12
  * @brief  a command line tool to print all tags list supported by Exiv2
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/readimagewritexmpsidecar.cpp 
new/libkexiv2-17.12.0/tests/readimagewritexmpsidecar.cpp
--- old/libkexiv2-17.08.3/tests/readimagewritexmpsidecar.cpp    2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/tests/readimagewritexmpsidecar.cpp    2017-08-19 
14:13:37.000000000 +0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2010-06-27
  * @brief  a command line tool to test XMP sidecar functionality
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/setiptcpreview.cpp 
new/libkexiv2-17.12.0/tests/setiptcpreview.cpp
--- old/libkexiv2-17.08.3/tests/setiptcpreview.cpp      2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/tests/setiptcpreview.cpp      2017-08-19 
14:13:37.000000000 +0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2009-02-04
  * @brief  a command line tool to set IPTC Preview
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/setxmpface.cpp 
new/libkexiv2-17.12.0/tests/setxmpface.cpp
--- old/libkexiv2-17.08.3/tests/setxmpface.cpp  2017-04-12 20:53:03.000000000 
+0200
+++ new/libkexiv2-17.12.0/tests/setxmpface.cpp  2017-08-19 14:13:37.000000000 
+0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2013-02-21
  * @brief  a command line tool to set faces in Picassa format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkexiv2-17.08.3/tests/usexmpsidecar.cpp 
new/libkexiv2-17.12.0/tests/usexmpsidecar.cpp
--- old/libkexiv2-17.08.3/tests/usexmpsidecar.cpp       2017-04-12 
20:53:03.000000000 +0200
+++ new/libkexiv2-17.12.0/tests/usexmpsidecar.cpp       2017-08-19 
14:13:37.000000000 +0200
@@ -1,7 +1,7 @@
 /** ===========================================================
  *
- * This file is a part of digiKam project
- * <a href="http://www.digikam.org";>http://www.digikam.org</a>
+ * This file is a part of KDE project
+ *
  *
  * @date   2010-06-27
  * @brief  a command line tool to test XMP sidecar functionality


Reply via email to