[maemo-commits] [maemo-commits] r8842 - in projects/haf/trunk/osso-gnomevfs-extra: . debian
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Dec 21 10:51:35 EET 2006
- Previous message: [maemo-commits] r8841 - projects/haf/trunk/osso-gnomevfs-extra
- Next message: [maemo-commits] r8843 - in projects/haf/trunk/osso-gnomevfs-extra: . obex-utils/obex-vfs-utils
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2006-12-21 10:51:33 +0200 (Thu, 21 Dec 2006) New Revision: 8842 Modified: projects/haf/trunk/osso-gnomevfs-extra/ChangeLog projects/haf/trunk/osso-gnomevfs-extra/configure.in projects/haf/trunk/osso-gnomevfs-extra/debian/changelog projects/haf/trunk/osso-gnomevfs-extra/debian/control Log: Require GnomeVFS 2.16.3. Modified: projects/haf/trunk/osso-gnomevfs-extra/ChangeLog =================================================================== --- projects/haf/trunk/osso-gnomevfs-extra/ChangeLog 2006-12-21 08:48:31 UTC (rev 8841) +++ projects/haf/trunk/osso-gnomevfs-extra/ChangeLog 2006-12-21 08:51:33 UTC (rev 8842) @@ -1,6 +1,7 @@ 2006-12-21 Richard Hult <richard at imendio.com> - * configure.in: + * configure.in: Require GnomeVFS 2.16.3. + * Makefile.am: * file-module: Remove file-module, since it lives in GnomeVFS now (caseless file module). Modified: projects/haf/trunk/osso-gnomevfs-extra/configure.in =================================================================== --- projects/haf/trunk/osso-gnomevfs-extra/configure.in 2006-12-21 08:48:31 UTC (rev 8841) +++ projects/haf/trunk/osso-gnomevfs-extra/configure.in 2006-12-21 08:51:33 UTC (rev 8842) @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT(osso-gnomevfs-extra, 1.8.1) +AC_INIT(osso-gnomevfs-extra, 1.9.0) AC_CONFIG_SRCDIR(obex-module/src/obex-method.c) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) @@ -191,7 +191,7 @@ IMENDIO_CHECK_TIMEZONE dnl This refers to osso-gnome-vfs. -GNOME_VFS_REQUIRED=2.12.0.1 +GNOME_VFS_REQUIRED=2.16.3 DBUS_REQUIRED=0.60 GLIB_REQUIRED=2.6.0 @@ -217,38 +217,6 @@ AC_SUBST(GTK_VERSION) dnl ======================================= -dnl File Module -dnl ======================================= - -dnl ********************** -dnl *** inotify*** -dnl ********************** -inotify_support=no -AC_CHECK_HEADERS([linux/inotify.h], - [ - inotify_support=yes - ]) - AC_CHECK_HEADERS([sys/inotify.h], - [ - inotify_support=yes - ]) -AM_CONDITIONAL(HAVE_INOTIFY, [test "$inotify_support" = "yes"]) - -if test "$inotify_support" = "no"; then - AC_MSG_ERROR([inotify support is required to build this module]) -fi - -PKG_CHECK_MODULES(FILE_MODULE, [ - glib-2.0 >= $GLIB_REQUIRED - dbus-glib-1 >= $DBUS_REQUIRED - gnome-vfs-2.0 >= $GNOME_VFS_REQUIRED - gnome-vfs-module-2.0 >= $GNOME_VFS_REQUIRED -]) - -AC_SUBST(FILE_MODULE_CFLAGS) -AC_SUBST(FILE_MODULE_LIBS) - -dnl ======================================= dnl libossomime dnl ======================================= PKG_CHECK_MODULES(LIBOSSOMIME, [ @@ -258,8 +226,6 @@ dbus-glib-1 >= $DBUS_REQUIRED ]) -# outo >= 0.1.1 - AC_SUBST(LIBOSSOMIME_CFLAGS) AC_SUBST(LIBOSSOMIME_LIBS) @@ -302,9 +268,6 @@ AC_SUBST(API_DIR) AC_SUBST(whoami) -dnl AC_PATH_PROG(DOXYGEN, doxygen, [echo]) -dnl AC_SUBST(DOXYGEN) - dnl ======================================= dnl OBEX Module dnl ======================================= Modified: projects/haf/trunk/osso-gnomevfs-extra/debian/changelog =================================================================== --- projects/haf/trunk/osso-gnomevfs-extra/debian/changelog 2006-12-21 08:48:31 UTC (rev 8841) +++ projects/haf/trunk/osso-gnomevfs-extra/debian/changelog 2006-12-21 08:51:33 UTC (rev 8842) @@ -1,3 +1,10 @@ +osso-gnomevfs-extra (1.9.0-1) unstable; urgency=low + + * UNRELEASED + * Start new development branch + + -- Richard Hult <richard at imendio.com> Thu, 21 Dec 2006 09:49:20 +0100 + osso-gnomevfs-extra (1.8.1-2) unstable; urgency=low * Fixes: M819, Added osso-uri-l10n-mr as an alternative of osso-uri-l10n-mr0 Modified: projects/haf/trunk/osso-gnomevfs-extra/debian/control =================================================================== --- projects/haf/trunk/osso-gnomevfs-extra/debian/control 2006-12-21 08:48:31 UTC (rev 8841) +++ projects/haf/trunk/osso-gnomevfs-extra/debian/control 2006-12-21 08:51:33 UTC (rev 8842) @@ -2,7 +2,7 @@ Section: libs Priority: optional Maintainer: Richard Hult <richard at imendio.com> -Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev (>= 2.8), libopenobex1-dev, libgwobex-dev (>= 0.47), libosso-gnomevfs2-dev (>= 2.12.0.6), libdbus-glib-1-dev, osso-gwconnect-dev (>=0.93.2), libgtk2.0-dev, libexpat1-dev +Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev (>= 2.8), libopenobex1-dev, libgwobex-dev (>= 0.47), libosso-gnomevfs2-dev (>= 2.16.3), libdbus-glib-1-dev, osso-gwconnect-dev (>=0.93.2), libgtk2.0-dev, libexpat1-dev Standards-Version: 3.6.1.0 Package: osso-gnomevfs-extra
- Previous message: [maemo-commits] r8841 - projects/haf/trunk/osso-gnomevfs-extra
- Next message: [maemo-commits] r8843 - in projects/haf/trunk/osso-gnomevfs-extra: . obex-utils/obex-vfs-utils
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]