[Kde-imaging] libkexiv2: breaks backward compatitiliby? WAS: extragear/libs/libkexiv2
Achim Bohnet
ach at mpe.mpg.de
Tue May 8 09:07:55 CEST 2007
On Sunday, 6. May 2007, Angelo Naselli wrote:
> SVN commit 661885 by anaselli:
>
> Release 0.1.4
> - fix libtools version-info
Hi, Angelo,
looks like it get fixed in the wrong way ;)
When I build 0.1.4 pkgs and install them, digikam io slaves only give errors like
digikam: ERROR: : couldn't create slave : Unable to create io-slave:
klauncher said: Error loading 'kio_digikamthumbnail'.
Reinstalling 0.1.1 and digikam works again.
Anyone else tried to run an app build with 0.1.1
to run with 0.1.4?
Achim
>
> CCMAIL: kde-imaging at kde.org, digikam-devel at kde.org
>
> M +35 -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 #661884:661885
> @@ -1,5 +1,40 @@
> +V 0.1.4 - 2007-05-06
> +----------------------------------------------------------------------------
> +Fixing: libtools version info
> +
> +----------------------------------------------------------------------------
> v 0.1.3 - 2007-05-05
> ----------------------------------------------------------------------------
> +2007-05-06 21:14 anaselli
> +
> + * [r661883] libkexiv2/Makefile.am:
> + Changed to add libtools version managing into prepare script
> + (hope this will avoid to forget it)
> +
> +2007-05-05 14:01 gkulzer
> +
> + * [r661413] libkexiv2/ChangeLog:
> + 0.1.3 release, coordinated with digiKam 0.9.2-beta1 release
> +
> +2007-05-05 12:09 gkulzer
> +
> + * [r661379] libkexiv2/ChangeLog, libkexiv2/NEWS,
> + libkexiv2/libkexiv2.lsm:
> + 0.1.3 release, coordinated with digiKam 0.9.2-beta1 release
> +
> +2007-05-02 07:11 cgilles
> +
> + * [r660285] libkexiv2/kexiv2.cpp, libkexiv2/kexiv2.h,
> + libkexiv2/libkexiv2_export.h, libkexiv2/version.h:
> + fix headers
> +
> +2007-05-02 06:42 cgilles
> +
> + * [r660276] libkexiv2/kexiv2.cpp, libkexiv2/kexiv2.h:
> + libkexiv2 from trunk : test if file is readable before to load it
> + in Exiv2.
> + CCBUGS: 144895
> +
> * [r658899] BUG:144455
> thanks a lot to Stéphane Pontier, corrected a lot of spelling errors
> and missing mails
> --- trunk/extragear/libs/libkexiv2/Makefile.am #661884:661885
> @@ -7,7 +7,7 @@
>
> libkexiv2_la_SOURCES = kexiv2.cpp
>
> -libexiv2_version_info = 1:0:1
> +libexiv2_version_info = 2:0:2
> 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 #661884:661885
> @@ -1,7 +1,7 @@
> Begin4
> Title: libkexiv2
> -Version: 0.1.3
> -Entered-date: 2007-05-05
> +Version: 0.1.4
> +Entered-date: 2007-05-06
> 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 #661884:661885
> @@ -6,6 +6,6 @@
> Name: libkexiv2
> Description: KDE wrapper library for Exiv2 library with some extras
> Requires:
> -Version: 0.1.3
> +Version: 0.1.4
> Libs: -L${libdir} -lkexiv2
> Cflags: -I${includedir}
> --- trunk/extragear/libs/libkexiv2/version.h #661884:661885
> @@ -20,9 +20,9 @@
> #ifndef KEXIV2_VERSION_H
> #define KEXIV2_VERSION_H
>
> -static const char kexiv2_version[] = "0.1.3";
> +static const char kexiv2_version[] = "0.1.4";
>
> -#define KEXIV2_VERSION 0x000103
> +#define KEXIV2_VERSION 0x000104
>
> #endif // KEXIV2_VERSION_H
>
>
--
To me vi is Zen. To use vi is to practice zen. Every command is
a koan. Profound to the user, unintelligible to the uninitiated.
You discover truth everytime you use it.
-- reddy at lion.austin.ibm.com
More information about the Kde-imaging
mailing list