Hello community, here is the log from the commit of package libkexiv2 for openSUSE:Factory checked in at 2015-07-14 17:39:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkexiv2 (Old) and /work/SRC/openSUSE:Factory/.libkexiv2.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkexiv2" Changes: -------- --- /work/SRC/openSUSE:Factory/libkexiv2/libkexiv2.changes 2015-06-04 11:21:07.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libkexiv2.new/libkexiv2.changes 2015-07-14 17:39:08.000000000 +0200 @@ -1,0 +2,8 @@ +Mon Jul 6 05:30:48 UTC 2015 - [email protected] + +- Update to KDE Applications 15.04.3 + * KDE Applications 15.04.3 + * https://www.kde.org/announcements/announce-applications-15.04.3.php + + +------------------------------------------------------------------- Old: ---- libkexiv2-15.04.2.tar.xz New: ---- libkexiv2-15.04.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkexiv2.spec ++++++ --- /var/tmp/diff_new_pack.QgeRvw/_old 2015-07-14 17:39:09.000000000 +0200 +++ /var/tmp/diff_new_pack.QgeRvw/_new 2015-07-14 17:39:09.000000000 +0200 @@ -19,7 +19,7 @@ %define _so 11 Name: libkexiv2 -Version: 15.04.2 +Version: 15.04.3 Release: 0 Summary: Library to manipulate picture meta data License: GPL-2.0+ ++++++ libkexiv2-15.04.2.tar.xz -> libkexiv2-15.04.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkexiv2-15.04.2/libkexiv2/kexiv2.cpp new/libkexiv2-15.04.3/libkexiv2/kexiv2.cpp --- old/libkexiv2-15.04.2/libkexiv2/kexiv2.cpp 2015-02-22 08:00:48.000000000 +0100 +++ new/libkexiv2-15.04.3/libkexiv2/kexiv2.cpp 2015-06-02 19:31:48.000000000 +0200 @@ -110,6 +110,7 @@ registerXmpNameSpace(QString("http://ns.adobe.com/lightroom/1.0/"), QString("lr")); registerXmpNameSpace(QString("http://www.digikam.org/ns/kipi/1.0/"), QString("kipi")); registerXmpNameSpace(QString("http://ns.microsoft.com/photo/1.2/"), QString("MP")); + registerXmpNameSpace(QString("http://ns.acdsee.com/iptc/1.0/"), QString("acdsee")); #endif // _XMP_SUPPORT_ @@ -124,6 +125,7 @@ unregisterXmpNameSpace(QString("http://ns.adobe.com/lightroom/1.0/")); unregisterXmpNameSpace(QString("http://www.digikam.org/ns/kipi/1.0/")); unregisterXmpNameSpace(QString("http://ns.microsoft.com/photo/1.2/")); + unregisterXmpNameSpace(QString("http://ns.acdsee.com/iptc/1.0/")); Exiv2::XmpParser::terminate();
