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 706e01d94194c12c924213cb47871f3ce7a52a82 (commit) from 66ee77253f6e1e72ce367ed3afd87d90704dd308 (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 706e01d94194c12c924213cb47871f3ce7a52a82 Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Jul 30 23:19:00 2011 +0200
pakfire: Update to 0.9.4.
-----------------------------------------------------------------------
Summary of changes: pkgs/pakfire/pakfire.nm | 18 ++++++++++++++---- 1 files changed, 14 insertions(+), 4 deletions(-)
Difference in files: diff --git a/pkgs/pakfire/pakfire.nm b/pkgs/pakfire/pakfire.nm index ff87b61..a79d350 100644 --- a/pkgs/pakfire/pakfire.nm +++ b/pkgs/pakfire/pakfire.nm @@ -25,9 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = pakfire -PKG_VER = 0.9.2 +PKG_VER = 0.9.4 PKG_REL = 1 -PKG_ARCH = noarch
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org PKG_GROUPS = Base System/Packaging @@ -35,8 +34,17 @@ PKG_URL = http://www.ipfire.org/ PKG_LICENSE = GPLv3+ PKG_SUMMARY = Package installer/updater.
-PKG_BUILD_DEPS = python-devel python-distutils-extra $(PKG_DEPS) -PKG_DEPS += pyliblzma python-progressbar python-urlgrabber pyxattr \ +PKG_BUILD_DEPS+= \ + intltool \ + libsatsolver-devel>=0.16.4-5 \ + python-devel \ + python-distutils-extra + +PKG_DEPS += \ + pyliblzma \ + python-progressbar \ + python-urlgrabber \ + pyxattr \ system-release
define PKG_DESCRIPTION @@ -46,6 +54,8 @@ endef
PKG_TARBALL = $(THISAPP).tar.gz
+export CFLAGS += -fno-strict-aliasing + define STAGE_BUILD cd $(DIR_APP) && make $(PARALLELISMFLAGS) endef
hooks/post-receive -- IPFire 3.x development tree