This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 6142f9c9bb8019925cfb84c34804913803480f0a (commit) via b569ee44c6bf677752c29d69f7ce19c56137455d (commit) via 19e3441aa240c3cea028c6f3fc8feead733eb18f (commit) from c9505957a1d880eb3d337a8fdb75e1db19db66d4 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 6142f9c9bb8019925cfb84c34804913803480f0a Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Apr 29 20:58:03 2010 +0200
dbus: Fix include file's install directory.
Fixes bug #630.
commit b569ee44c6bf677752c29d69f7ce19c56137455d Author: Schantl Stefan Stevee@ipfire.org Date: Thu Apr 29 12:56:15 2010 +0200
upstart: Update to version 0.6.6.
commit 19e3441aa240c3cea028c6f3fc8feead733eb18f Author: Schantl Stefan Stevee@ipfire.org Date: Thu Apr 29 12:55:50 2010 +0200
libnih: Update to version 1.0.2.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/dbus/dbus.nm | 7 +++++++ pkgs/core/libnih/libnih.nm | 2 +- pkgs/core/upstart/upstart.nm | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-)
Difference in files: diff --git a/pkgs/core/dbus/dbus.nm b/pkgs/core/dbus/dbus.nm index cf0ea0b..5233002 100644 --- a/pkgs/core/dbus/dbus.nm +++ b/pkgs/core/dbus/dbus.nm @@ -54,6 +54,13 @@ define STAGE_INSTALL_CMDS -mkdir -pv $(BUILDROOT)/usr/lib mv -v $(BUILDROOT)/lib/pkgconfig $(BUILDROOT)/usr/lib/
+ #change the arch-deps.h include directory to /usr/lib instead of /lib + sed -e 's@-I$${libdir}@-I$${prefix}/lib@' -i $(BUILDROOT)/usr/lib/pkgconfig/dbus-1.pc + + -mkdir -pv $(BUILDROOT)/usr/lib/dbus-1.0/include + mv -v $(BUILDROOT)/lib/dbus-1.0/include/* $(BUILDROOT)/usr/lib/dbus-1.0/include + rm -rvf $(BUILDROOT)/lib/dbus-1.0 + rm -vf $(BUILDROOT)/lib/libdbus-1.so ln -svf ../../lib/libdbus-1.so.3 $(BUILDROOT)/usr/lib/libdbus-1.so endef diff --git a/pkgs/core/libnih/libnih.nm b/pkgs/core/libnih/libnih.nm index 64d3cf7..db2c0e0 100644 --- a/pkgs/core/libnih/libnih.nm +++ b/pkgs/core/libnih/libnih.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = libnih -PKG_VER = 1.0.1 +PKG_VER = 1.0.2 PKG_REL = 0
PKG_MAINTAINER = Stefan Schantl stefan.schantl@ipfire.org diff --git a/pkgs/core/upstart/upstart.nm b/pkgs/core/upstart/upstart.nm index 3605d02..24344f8 100644 --- a/pkgs/core/upstart/upstart.nm +++ b/pkgs/core/upstart/upstart.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = upstart -PKG_VER = 0.6.5 +PKG_VER = 0.6.6 PKG_REL = 0
PKG_MAINTAINER = Stefan Schantl stefan.schantl@ipfire.org
hooks/post-receive -- IPFire 3.x development tree