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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:03 UTC 2017


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

The following commit has been merged in the master branch:
commit e719c371c3ff4c56d764b4c88e0dab937b3474c0
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Feb 13 02:57:40 2004 +0000

    Shortened type names
---
 src/types.cpp | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/types.cpp b/src/types.cpp
index 11465ed..b800c75 100644
--- a/src/types.cpp
+++ b/src/types.cpp
@@ -20,14 +20,14 @@
  */
 /*
   File:      types.cpp
-  Version:   $Name:  $ $Revision: 1.1 $
+  Version:   $Name:  $ $Revision: 1.2 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   26-Jan-04, ahu: created
              11-Feb-04, ahu: isolated as a component
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.1 $ $RCSfile: types.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.2 $ $RCSfile: types.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -51,17 +51,17 @@ namespace Exif {
 
     //! Lookup list of supported IFD type information
     const TypeInfoTable TypeInfo::typeInfoTable_[] = {
-        TypeInfoTable(invalid,          "invalid",           0),
-        TypeInfoTable(unsignedByte,     "unsigned byte",     1),
-        TypeInfoTable(asciiString,      "ascii strings",     1),
-        TypeInfoTable(unsignedShort,    "unsigned short",    2),
-        TypeInfoTable(unsignedLong,     "unsigned long",     4),
-        TypeInfoTable(unsignedRational, "unsigned rational", 8),
-        TypeInfoTable(invalid6,         "invalid (6)",       1),
-        TypeInfoTable(undefined,        "undefined",         1),
-        TypeInfoTable(signedShort,      "signed short",      2),
-        TypeInfoTable(signedLong,       "signed long",       4),
-        TypeInfoTable(signedRational,   "signed rational",   8)
+        TypeInfoTable(invalid,          "Invalid",     0),
+        TypeInfoTable(unsignedByte,     "Byte",        1),
+        TypeInfoTable(asciiString,      "Ascii",       1),
+        TypeInfoTable(unsignedShort,    "Short",       2),
+        TypeInfoTable(unsignedLong,     "Long",        4),
+        TypeInfoTable(unsignedRational, "Rational",    8),
+        TypeInfoTable(invalid6,         "Invalid (6)", 1),
+        TypeInfoTable(undefined,        "Undefined",   1),
+        TypeInfoTable(signedShort,      "SShort",      2),
+        TypeInfoTable(signedLong,       "SLong",       4),
+        TypeInfoTable(signedRational,   "SRational",   8)
     };
 
     const char* TypeInfo::typeName(TypeId typeId)

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list