Re: [ANNOUNCE] libchamplain 0.5.2



On Tue, May 18, 2010 at 1:49 AM, Jiří Techet <techet gmail com> wrote:
> Hello everyone,

Hi!

>
> it has been a long time since the last 0.5.x release at the end of
> January. There have been many changes since then in the libchamplain
> development. One of them is the change of the libchamplain maintainer
> - the maintainership has been passed to me by Pierre-Luc. Many thanks
> to him for the great idea to create this library and bring it to life!
> I'll do my best to continue in his work.

Great to see a new release but…
1. Currently libchamplain can't be built via autogen because of a
missing dummy changelog file (see end of
http://live.gnome.org/Git/ChangeLog)
  Running automake-1.11...
  Makefile.am: required file `./ChangeLog' not found
Patch for this attached

2. IMHO the LIBRARY_VERSION variable in configure.ac should be 0:5:2
(0:6:0 rather) or do you plan to keep the ABI stable until the 1.0
release of libchamplain?

3. make distcheck fails on my computers, could someone check this:
gtk-doc: Linking scanner
libtool: link: gcc -g -O2 -o .libs/libchamplain-scan
.libs/libchamplain-scan.o -pthread  /usr/lib/libgdk-x11-2.0.so
-lclutter-glx-1.0 /usr/lib/libpangocairo-1.0.so
/usr/lib/libgdk_pixbuf-2.0.so -lm -lGL -lX11 -lXext -lXdamage
-lXcomposite /usr/lib/libpango-1.0.so -lXfixes /usr/lib/libcairo.so
/usr/lib/libgio-2.0.so /usr/lib/libgobject-2.0.so
/usr/lib/libgmodule-2.0.so /usr/lib/libgthread-2.0.so -lrt
/usr/lib/libglib-2.0.so /usr/lib/libsqlite3.so
../../champlain/.libs/libchamplain-0.5.so -pthread  -Wl,-rpath
-Wl,/tmp/foo/lib
.libs/libchamplain-scan.o: In function `get_object_types':
/home/deejay1/PRACA/GNOME/libchamplain/docs/reference/libchamplain-scan.c:41:
undefined reference to `champlain_bounding_box_get_type'
/home/deejay1/PRACA/GNOME/libchamplain/docs/reference/libchamplain-scan.c:45:
undefined reference to `champlain_local_map_data_source_get_type'
/home/deejay1/PRACA/GNOME/libchamplain/docs/reference/libchamplain-scan.c:46:
undefined reference to `champlain_map_data_source_get_type'
/home/deejay1/PRACA/GNOME/libchamplain/docs/reference/libchamplain-scan.c:52:
undefined reference to `champlain_memphis_tile_source_get_type'
/home/deejay1/PRACA/GNOME/libchamplain/docs/reference/libchamplain-scan.c:53:
undefined reference to `champlain_network_map_data_source_get_type'

Regards,
-- 
Łukasz [DeeJay1] Jernaś
From 283013b05b591099faaadad3b4270168bf9266c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Jerna=C5=9B?= <deejay1 srem org>
Date: Tue, 18 May 2010 09:56:09 +0200
Subject: [PATCH] Add dummy ChangeLog file

---
 ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
 create mode 100644 ChangeLog

diff --git a/ChangeLog b/ChangeLog
new file mode 100644
index 0000000..c42a3f6
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2009-05-18  Jiří Techet <techet gmail com>
+
+	* *: The ChangeLog is auto-generated when releasing. If you
+	are seeing this, use 'git log' for a detailed list of changes.
-- 
1.7.0.4



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]