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 f85ecfc4fe5b6b953c08009378f9783aef21b0bc (commit) via de9c681188cbd425f94cc4c3096b9923655053a2 (commit) via 554a59042655d02f4e3600fbf0ba9ca3b0517ce6 (commit) via ddf8b17034eeefaed9d57444914b9b332143c929 (commit) via 2f855074b86442f0df7c1e51e1d5660b9751b0b9 (commit) via 8b6ec1e2f24267369d1ba0d55d626eaefd91b815 (commit) via b24b74e01a128564432e846e483e27b4b4672fb1 (commit) from 0d37182ca57df3cd2c0e6c2b195295cc21549127 (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 f85ecfc4fe5b6b953c08009378f9783aef21b0bc Merge: de9c681 554a590 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 17:12:10 2011 +0200
Merge remote-tracking branch 'arne_f/ghostscript-9.04'
commit de9c681188cbd425f94cc4c3096b9923655053a2 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 17:11:32 2011 +0200
pakfire: Add build dependency to gettext.
commit 554a59042655d02f4e3600fbf0ba9ca3b0517ce6 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Oct 3 12:41:01 2011 +0200
ghostscript: Updated to 9.04
Fixes #243
commit ddf8b17034eeefaed9d57444914b9b332143c929 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 11:53:24 2011 +0200
lzo: Update to 2.06.
Fixes #246.
commit 2f855074b86442f0df7c1e51e1d5660b9751b0b9 Merge: 8b6ec1e 0d37182 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 02:13:09 2011 +0200
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-3.x
commit 8b6ec1e2f24267369d1ba0d55d626eaefd91b815 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 02:11:04 2011 +0200
xz: Fix packaging.
commit b24b74e01a128564432e846e483e27b4b4672fb1 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Oct 3 02:10:51 2011 +0200
libtool: Fix packaging.
-----------------------------------------------------------------------
Summary of changes: ghostscript/ghostscript.nm | 2 +- libtool/libtool.nm | 24 +++++++++--------------- lzo/lzo.nm | 7 +++---- pakfire/pakfire.nm | 3 ++- xz/xz.nm | 10 +++++----- 5 files changed, 20 insertions(+), 26 deletions(-)
Difference in files: diff --git a/ghostscript/ghostscript.nm b/ghostscript/ghostscript.nm index 9922894..b310900 100644 --- a/ghostscript/ghostscript.nm +++ b/ghostscript/ghostscript.nm @@ -4,7 +4,7 @@ ###############################################################################
name = ghostscript -version = 9.02 +version = 9.04 release = 1
groups = Applications/Printing diff --git a/libtool/libtool.nm b/libtool/libtool.nm index 3012a96..57192cb 100644 --- a/libtool/libtool.nm +++ b/libtool/libtool.nm @@ -5,7 +5,7 @@
name = libtool version = 2.4 -release = 1 +release = 2
groups = Build System/Libraries url = http://www.gnu.org/software/libtool/ @@ -19,25 +19,19 @@ description interface which simplifies the process of using shared libraries. end
-source_dl = +source_dl = http://ftp.gnu.org/gnu/libtool/
packages package %{name} - - package %{name}-devel - template DEVEL - - requires = libtool=%{thisver}
- # Overwrite filelist that /usr/share/aclocal will be in main package - files - /usr/include - /usr/lib*/lib*.so - /usr/share/libtool/libltdl - end - end - package %{name}-libs template LIBS end + + package %{name}-devel + template DEVEL + + # /usr/share/aclocal must be in main package. + files += !/usr/share/aclocal + end end diff --git a/lzo/lzo.nm b/lzo/lzo.nm index 0aac748..917afd0 100644 --- a/lzo/lzo.nm +++ b/lzo/lzo.nm @@ -4,7 +4,7 @@ ###############################################################################
name = lzo -version = 2.05 +version = 2.06 release = 1
groups = Applications/Compression @@ -20,7 +20,7 @@ description while still decompressing at this very high speed. end
-source_dl = +source_dl = http://www.oberhumer.com/opensource/lzo/download/
build requires @@ -34,8 +34,7 @@ end
packages package %{name} - end - + package %{name}-devel template DEVEL end diff --git a/pakfire/pakfire.nm b/pakfire/pakfire.nm index a96e3e0..ed34cde 100644 --- a/pakfire/pakfire.nm +++ b/pakfire/pakfire.nm @@ -5,7 +5,7 @@
name = pakfire version = 0.9.10 -release = 1 +release = 2
maintainer = Michael Tremer michael.tremer@ipfire.org groups = System/Packaging @@ -22,6 +22,7 @@ source_dl = http://source.ipfire.org/releases/pakfire/
build requires + gettext libsolv-devel python-devel end diff --git a/xz/xz.nm b/xz/xz.nm index 83af5ad..a44f472 100644 --- a/xz/xz.nm +++ b/xz/xz.nm @@ -5,7 +5,7 @@
name = xz version = 5.0.3 -release = 1 +release = 2
groups = Build Applications/Compression url = http://tukaani.org/xz/ @@ -26,11 +26,11 @@ sources = %{thisapp}.tar.xz packages package %{name}
- package %{name}-devel - template DEVEL - end - package %{name}-libs template LIBS end + + package %{name}-devel + template DEVEL + end end
hooks/post-receive -- IPFire 3.x development tree