[Kde-imaging] extragear/libs/libkexiv2

Angelo Naselli anaselli at linux.it
Tue May 8 16:59:37 CEST 2007


SVN commit 662532 by anaselli:

Achim found that compatibility with libkexiv2 0.1.1 was broken.
- Changed version info again (2:1:1)
- Release 0.1.5

CCMAIL: kde-imaging at kde.org,  digikam-devel at kde.org

 M  +16 -0     ChangeLog  
 M  +1 -1      Makefile.am  
 M  +2 -2      libkexiv2.lsm  
 M  +1 -1      libkexiv2.pc.in  
 M  +2 -2      version.h  


--- trunk/extragear/libs/libkexiv2/ChangeLog #662531:662532
@@ -1,3 +1,9 @@
+V 0.1.5 - 2007-05-08
+----------------------------------------------------------------------------
+Fixing: libtools version info again, we found not to be back compatible
+	with libkexiv 0.1.1, unfortunately since 0.1.2 version.
+
+----------------------------------------------------------------------------
 V 0.1.4 - 2007-05-06
 ----------------------------------------------------------------------------
 Fixing: libtools version info
@@ -2,2 +8,12 @@
 
+2007-05-06 21:23  anaselli
+
+	* [r661885] libkexiv2/ChangeLog, libkexiv2/Makefile.am,
+	  libkexiv2/libkexiv2.lsm, libkexiv2/libkexiv2.pc.in,
+	  libkexiv2/version.h:
+	  Release 0.1.4
+	  - fix libtools version-info
+	  
+	  CCMAIL: kde-imaging at kde.org, digikam-devel at kde.org
+
 2007-05-06 21:14  anaselli
--- trunk/extragear/libs/libkexiv2/Makefile.am #662531:662532
@@ -7,7 +7,7 @@
 
 libkexiv2_la_SOURCES = kexiv2.cpp
 
-libexiv2_version_info = 2:0:2
+libexiv2_version_info = 2:1:1
 libkexiv2_la_LDFLAGS = $(all_libraries) $(KDE_RPATH) -version-info $(libexiv2_version_info) -no-undefined
 libkexiv2_la_LIBADD  = $(EXIV2_LIBS) $(LIB_KDECORE) $(LIB_QT)
 
--- trunk/extragear/libs/libkexiv2/libkexiv2.lsm #662531:662532
@@ -1,7 +1,7 @@
 Begin4
 Title: libkexiv2
-Version: 0.1.4
-Entered-date: 2007-05-06
+Version: 0.1.5
+Entered-date: 2007-05-08
 Description: An library to manipulate EXIF/IPTC information using Exiv2 library
 Keywords: kde image jpeg raw tiff exif iptc
 Author: caulier dot gilles at gmail dot com (Gilles Caulier)
--- trunk/extragear/libs/libkexiv2/libkexiv2.pc.in #662531:662532
@@ -6,6 +6,6 @@
 Name: libkexiv2
 Description: KDE wrapper library for Exiv2 library with some extras
 Requires:
-Version: 0.1.4
+Version: 0.1.5
 Libs: -L${libdir} -lkexiv2
 Cflags: -I${includedir}
--- trunk/extragear/libs/libkexiv2/version.h #662531:662532
@@ -20,9 +20,9 @@
 #ifndef KEXIV2_VERSION_H
 #define KEXIV2_VERSION_H
 
-static const char kexiv2_version[] = "0.1.4";
+static const char kexiv2_version[] = "0.1.5";
 
-#define KEXIV2_VERSION 0x000104
+#define KEXIV2_VERSION 0x000105
 
 #endif // KEXIV2_VERSION_H
 


More information about the Kde-imaging mailing list