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 0d37182ca57df3cd2c0e6c2b195295cc21549127 (commit) from c5869e53df76631393c603c1aafe03f6127f8059 (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 0d37182ca57df3cd2c0e6c2b195295cc21549127 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 02:12:20 2011 +0200
pakfire: Update to 0.9.10.
-----------------------------------------------------------------------
Summary of changes: pakfire/pakfire.nm | 45 ++++++++++++++++++++++++++++++++++++++------- 1 files changed, 38 insertions(+), 7 deletions(-)
Difference in files: diff --git a/pakfire/pakfire.nm b/pakfire/pakfire.nm index 883cba1..a96e3e0 100644 --- a/pakfire/pakfire.nm +++ b/pakfire/pakfire.nm @@ -4,7 +4,7 @@ ###############################################################################
name = pakfire -version = 0.9.6 +version = 0.9.10 release = 1
maintainer = Michael Tremer michael.tremer@ipfire.org @@ -18,21 +18,19 @@ description packages. end
-source_dl = +source_dl = http://source.ipfire.org/releases/pakfire/
build requires - intltool libsolv-devel python-devel - python-distutils-extra end
CFLAGS += -fno-strict-aliasing
test # Check, if the binary module is loadable. - cd %{DIR_APP}/build/lib*/pakfire/ && python -c "import _pakfire" + cd %{DIR_APP}/python/src/ && python -c "import _pakfire" end end
@@ -40,6 +38,10 @@ packages package %{name} groups += Base
+ requires = pakfire-common=%{thisver} + end + + package %{name}-common requires pyliblzma python-progressbar @@ -47,6 +49,12 @@ packages pyxattr system-release end + + files + /usr/lib/pakfire/pakfire-multicall.py + /usr/lib*/python*/site-packages/pakfire* + /usr/share/locale + end end package %{name}-build @@ -55,13 +63,36 @@ packages The tools that are needed to build new pakfire packages. end groups += Build - + requires %{name}=%{thisver} + quality-agent=%{thisver} + end + conflicts = build-essentials + + files + /usr/bin/pakfire-builder + /usr/bin/pakfire-server + /usr/lib/pakfire/* + !/usr/lib/pakfire/pakfire-multicall.py + end + end + + package quality-agent + arch = noarch + + summary = The pakfire quality agent. + description + The quality agent tests resulting packages that come out + of the build service. + It is a collection of scripts that check if everything is + working right. end
files - /usr/bin/pakfire-build + /usr/lib/pakfire/quality-agent* end + + requires = binutils file grep end end
hooks/post-receive -- IPFire 3.x development tree