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 208ef3422a0b06787d6f79a9c480be4aa1f63a09 (commit) via 5b0a69573146ad5f88ff05e4a66e95c4eb97de8c (commit) from 205808000a2de2017507b6f1097384aeb707e848 (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 208ef3422a0b06787d6f79a9c480be4aa1f63a09 Author: Ben Schweikert trikolon@ipfire.org Date: Mon Feb 20 13:06:54 2012 +0100
Xen: - only available for i686 and x86_64
Iasl: - only available for i686 and x86_64
Dev86: - only available for i686 and x86_64
commit 5b0a69573146ad5f88ff05e4a66e95c4eb97de8c Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Feb 25 21:10:19 2012 +0100
boost: Make package compile on x86_64.
-----------------------------------------------------------------------
Summary of changes: boost/boost.nm | 8 ++++---- dev86/dev86.nm | 3 ++- iasl/iasl.nm | 3 ++- xen/xen.nm | 4 +++- 4 files changed, 11 insertions(+), 7 deletions(-)
Difference in files: diff --git a/boost/boost.nm b/boost/boost.nm index 452ef25..5505a90 100644 --- a/boost/boost.nm +++ b/boost/boost.nm @@ -5,7 +5,7 @@
name = boost version = 1.41.0 -release = 1 +release = 2
groups = System/Libraries url = http://www.boost.org/ @@ -50,6 +50,7 @@ build -DWITH_MPI=OFF \ -DENABLE_STATIC=OFF \ -DENABLE_DEBUG=OFF \ + -DBOOST_LIB_INSTALL_DIR=%{libdir} \ ..
make VERBOSE=1 #%{PARALLELISMFLAGS} @@ -59,16 +60,15 @@ build cd %{DIR_APP}/serial && make install DESTDIR=%{BUILDROOT}
# Kill any debug library versions that may show up un-invited. - rm -f %{BUILDROOT}/usr/lib/*-d.* + rm -f %{BUILDROOT}%{libdir}/*-d.*
# Remove cmake configuration files used to build the Boost libraries - find %{BUILDROOT}/usr/lib -name '*.cmake' -exec rm -f {} ; + find %{BUILDROOT}%{libdir} -name '*.cmake' -exec rm -f {} ; end end
packages package %{name} - end
package %{name}-devel template DEVEL diff --git a/dev86/dev86.nm b/dev86/dev86.nm index ce9f8b6..2e3176b 100644 --- a/dev86/dev86.nm +++ b/dev86/dev86.nm @@ -5,7 +5,8 @@
name = dev86 version = 0.16.18 -release = 3 +release = 4 +sup_arches = i686 x86_64
maintainer = Ben Schweikert ben.schweikert@ipfire.org groups = Development/Languages diff --git a/iasl/iasl.nm b/iasl/iasl.nm index dd778ee..f2c333d 100644 --- a/iasl/iasl.nm +++ b/iasl/iasl.nm @@ -5,7 +5,8 @@
name = iasl version = 20111123 -release = 2 +release = 3 +sup_arches = i686 x86_64 thisapp = acpica-unix-%{version}
maintainer = Ben Schweikert ben.schweikert@ipfire.org diff --git a/xen/xen.nm b/xen/xen.nm index b97d542..b736307 100644 --- a/xen/xen.nm +++ b/xen/xen.nm @@ -5,7 +5,8 @@
name = xen version = 4.1.2 -release = 4 +release = 5 +sup_arches = i686 x86_64
maintainer = Ben Schweikert ben.schweikert@ipfire.org groups = Applications/Virtualization @@ -17,6 +18,7 @@ description The Xen hypervisor, the powerful open source industry standard for virtualization, offers a powerful, efficient, and secure feature set for virtualization. + It is possible to use a i686 host, but it is not supported. end
source_dl = http://bits.xensource.com/oss-xen/release/%%7Bversion%7D/
hooks/post-receive -- IPFire 3.x development tree