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 c5843aabcfc7df42bd3622b3e59509e58956a2e6 (commit) via 30d3c4abb52cc56c6d5df2bc5fc1c64b08a36a25 (commit) from 8ab704939973ab172b0e53c1818a4c48c6de5ada (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 c5843aabcfc7df42bd3622b3e59509e58956a2e6 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Feb 19 12:38:35 2011 +0100
libvirt: Fix build - libgcrypt-devel was missing.
commit 30d3c4abb52cc56c6d5df2bc5fc1c64b08a36a25 Author: Ben Schweikert trikolon@ipfire.org Date: Fri Feb 18 17:23:54 2011 +0100
Package: libvirt updated to version 0.8.8.
-----------------------------------------------------------------------
Summary of changes: pkgs/core/libvirt/libvirt.nm | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-)
Difference in files: diff --git a/pkgs/core/libvirt/libvirt.nm b/pkgs/core/libvirt/libvirt.nm index d52cdf7..8361377 100644 --- a/pkgs/core/libvirt/libvirt.nm +++ b/pkgs/core/libvirt/libvirt.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = libvirt -PKG_VER = 0.8.1 -PKG_REL = 1 +PKG_VER = 0.8.8 +PKG_REL = 2
PKG_MAINTAINER = PKG_GROUP = Applications/Virtualization @@ -35,10 +35,10 @@ PKG_LICENSE = LGPLv2.1+ PKG_SUMMARY = A library for controlling VMs.
PKG_BUILD_DEPS+= avahi-devel libcurl-devel cyrus-sasl-devel gnutls-devel \ - libgcrypt-devel libselinux-devel libpciaccess-devel libssh2-devel \ - libtool libxml2-devel lvm2-devel lvm2 parted-devel perl-core pkg-config \ - readline-devel libudev-devel xen-devel - + openssl openssl-devel libgcrypt-devel libnl-devel libselinux-devel \ + libpciaccess-devel libssh2-devel libtool libxml2-devel lvm2-devel \ + lvm2 parted-devel perl-core pkg-config python-devel readline-devel \ + libudev-devel xen-devel PKG_DEPS += lvm2
define PKG_DESCRIPTION
hooks/post-receive -- IPFire 3.x development tree