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 533ad1681676fd4a0e2bef09bc8e1451978abb2e (commit) via 0168fe1b9d803f6371cbd0b35454b19e21049ece (commit) via d141814841b9798b2ea0be9c4be57073136c6273 (commit) via 0b7fb4e2739dc31350bf514b80e59d2d72ecb931 (commit) from 481f5d19f66c7cd7a1c928ed94a7e970568a4c48 (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 533ad1681676fd4a0e2bef09bc8e1451978abb2e Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Oct 16 11:46:23 2011 +0200
pakfire: Update to 0.9.15.
commit 0168fe1b9d803f6371cbd0b35454b19e21049ece Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Oct 16 11:16:53 2011 +0200
pakfire: Update to 0.9.14.
commit d141814841b9798b2ea0be9c4be57073136c6273 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Oct 16 11:16:11 2011 +0200
tcl: Update to 5.8.10.
Fixes #247.
commit 0b7fb4e2739dc31350bf514b80e59d2d72ecb931 Author: Michael Tremer michael.tremer@ipfire.org Date: Sun Oct 16 10:50:33 2011 +0200
network: Update to 002.
-----------------------------------------------------------------------
Summary of changes: network/network.nm | 6 +++--- pakfire/pakfire.nm | 4 ++-- tcl/tcl.nm | 8 +++----- 3 files changed, 8 insertions(+), 10 deletions(-)
Difference in files: diff --git a/network/network.nm b/network/network.nm index 618dcd9..3665a18 100644 --- a/network/network.nm +++ b/network/network.nm @@ -5,8 +5,8 @@
name = network epoch = 1 -version = 001 -release = 2 +version = 002 +release = 1 arch = noarch
maintainer = Michael Tremer michael.tremer@ipfire.org @@ -25,7 +25,7 @@ description everything. end
-source_dl = +source_dl = http://source.ipfire.org/releases/network/
build build = # Do nothing diff --git a/pakfire/pakfire.nm b/pakfire/pakfire.nm index 3756da9..bd8f296 100644 --- a/pakfire/pakfire.nm +++ b/pakfire/pakfire.nm @@ -4,7 +4,7 @@ ###############################################################################
name = pakfire -version = 0.9.13 +version = 0.9.15 release = 1
maintainer = Michael Tremer michael.tremer@ipfire.org @@ -23,6 +23,7 @@ source_dl = http://source.ipfire.org/releases/pakfire/ build requires gettext + libcap-devel libsolv-devel python-devel end @@ -47,7 +48,6 @@ packages pyliblzma python-progressbar python-urlgrabber - pyxattr system-release end
diff --git a/tcl/tcl.nm b/tcl/tcl.nm index 17815c5..7b941f2 100644 --- a/tcl/tcl.nm +++ b/tcl/tcl.nm @@ -4,7 +4,7 @@ ###############################################################################
name = tcl -version = 8.5.8 +version = 8.5.10 release = 1
groups = Development/Languages @@ -21,16 +21,15 @@ end source_dl = http://downloads.sourceforge.net/project/%%7Bname%7D/%%7Bname%7D/%%7Bthisapp... sources = tcl%{version}-src.tar.gz
-CFLAGS += -DTCL_NO_STACK_CHECK=1 - build requires + perl>=5.14.2-9.ip3 autoconf automake end
- DIR_APP = %{DIR_SRC}/tcl%{version}/unix + CFLAGS += -DTCL_NO_STACK_CHECK=1
configure_options +=\ --enable-shared @@ -56,5 +55,4 @@ end
packages package %{name} - end end
hooks/post-receive -- IPFire 3.x development tree