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 3748760dc674f825bef7e18c46ad56e825e233a4 (commit) via 1a3b57c15ca51aa5be8d2656a6613169b1d6a081 (commit) from a0ee1f1cc017e581daa02bda1c7384bcab5c7347 (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 3748760dc674f825bef7e18c46ad56e825e233a4 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Aug 4 12:34:10 2011 +0200
dbus-glib: Update to 0.94.
commit 1a3b57c15ca51aa5be8d2656a6613169b1d6a081 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Aug 4 12:22:58 2011 +0200
build-essentials: Fix for finding provides. Value was overwritten.
-----------------------------------------------------------------------
Summary of changes: pkgs/build-essentials/build-essentials.nm | 2 +- .../buildsystem-tools/dependency-tracker | 2 +- pkgs/dbus-glib/dbus-glib.nm | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/build-essentials/build-essentials.nm b/pkgs/build-essentials/build-essentials.nm index 01cd863..ca9a36d 100644 --- a/pkgs/build-essentials/build-essentials.nm +++ b/pkgs/build-essentials/build-essentials.nm @@ -26,7 +26,7 @@ include $(PKGROOT)/Include
PKG_NAME = build-essentials PKG_VER = 1.1 -PKG_REL = 1 +PKG_REL = 2 PKG_EPOCH = 2 PKG_ARCH = noarch
diff --git a/pkgs/build-essentials/buildsystem-tools/dependency-tracker b/pkgs/build-essentials/buildsystem-tools/dependency-tracker index 1c29025..8bdb839 100755 --- a/pkgs/build-essentials/buildsystem-tools/dependency-tracker +++ b/pkgs/build-essentials/buildsystem-tools/dependency-tracker @@ -21,7 +21,7 @@ if [ -n "${PKG_PREREQUIRES}" ]; then fi echo "requires="${requires}"" echo "provides="${provides}"" -echo "provides="${PKG_CONFLICTS}"" +echo "conflicts="${PKG_CONFLICTS}"" echo "obsoletes="${PKG_OBSOLETES}""
exit 0 diff --git a/pkgs/dbus-glib/dbus-glib.nm b/pkgs/dbus-glib/dbus-glib.nm index 766515a..319cc01 100644 --- a/pkgs/dbus-glib/dbus-glib.nm +++ b/pkgs/dbus-glib/dbus-glib.nm @@ -25,7 +25,7 @@ include $(PKGROOT)/Include
PKG_NAME = dbus-glib -PKG_VER = 0.82 +PKG_VER = 0.94 PKG_REL = 1
PKG_MAINTAINER = @@ -34,7 +34,7 @@ PKG_URL = http://www.freedesktop.org/software/dbus/ PKG_LICENSE = GPLv2+ AFL PKG_SUMMARY = Glib bindings for D-Bus.
-PKG_BUILD_DEPS+= dbus dbus-devel expat-devel gettext glib2-devel pkg-config +PKG_BUILD_DEPS+= dbus dbus-devel expat-devel gettext glib2-devel PKG_DEPS-$(PKG_NAME)-devel = glib2-devel
define PKG_DESCRIPTION
hooks/post-receive -- IPFire 3.x development tree