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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:42 UTC 2017


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

The following commit has been merged in the master branch:
commit 07e4c9474401785d0cb2bdbd9a9b5af17dbdb116
Author: nkbj <nkbj1970 at hotmail.com>
Date:   Thu May 23 00:46:04 2013 +0000

    Fix some Pentax Q LensType values. Update from ExifTool version 9.29.
---
 src/pentaxmn.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/pentaxmn.cpp b/src/pentaxmn.cpp
index d9de90c..5fff345 100644
--- a/src/pentaxmn.cpp
+++ b/src/pentaxmn.cpp
@@ -906,9 +906,9 @@ namespace Exiv2 {
         { 0x1500, "Pentax Q Manual Lens" },
         { 0x1501, "01 Standard Prime 8.5mm F1.9" },
         { 0x1502, "02 Standard Zoom 5-15mm F2.8-4.5" },
-        { 0x1503, "03 Fish-eye 3.2mm F5.6" },
-        { 0x1504, "04 Toy Lens Wide 6.3mm F7.1" },
-        { 0x1505, "05 Toy Lens Telephoto 18mm F8" },
+        { 0x1603, "03 Fish-eye 3.2mm F5.6" },
+        { 0x1604, "04 Toy Lens Wide 6.3mm F7.1" },
+        { 0x1605, "05 Toy Lens Telephoto 18mm F8" },
         { 0x1506, "06 Telephoto Zoom 15-45mm F2.8" },
     };
 

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list