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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:40:25 UTC 2017


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

The following commit has been merged in the master branch:
commit 096a1d169ff7664d61a8026197f82247e8ba3a3e
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Mar 20 15:30:01 2009 +0000

    #622: Fixed MicrosoftPhoto URI in call to RegisterNamespace.
---
 src/xmp.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/xmp.cpp b/src/xmp.cpp
index da9a291..382ee36 100644
--- a/src/xmp.cpp
+++ b/src/xmp.cpp
@@ -377,7 +377,7 @@ namespace Exiv2 {
 #ifdef EXV_HAVE_XMP_TOOLKIT
             initialized_ = SXMPMeta::Initialize();
             SXMPMeta::RegisterNamespace("http://www.digikam.org/ns/1.0/", "digiKam", 0);
-            SXMPMeta::RegisterNamespace("http://ns.microsoft.com/Photo/1.0/", "MicrosoftPhoto", 0);
+            SXMPMeta::RegisterNamespace("http://ns.microsoft.com/photo/1.0/", "MicrosoftPhoto", 0);
 #else
             initialized_ = true;
 #endif

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list