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 f45434a7d1f2b3f5de355871b0d6f273301ccfef (commit) from 6c6fef3245ad5129939e6e68e16a81da1230df62 (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 f45434a7d1f2b3f5de355871b0d6f273301ccfef Author: Michael Tremer michael.tremer@ipfire.org Date: Fri Nov 4 00:26:41 2011 +0100
binutils: Move libs to main package.
Some applications link against these and we don't want the -devel package to be around then.
-----------------------------------------------------------------------
Summary of changes: binutils/binutils.nm | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-)
Difference in files: diff --git a/binutils/binutils.nm b/binutils/binutils.nm index 75158ec..82b8137 100644 --- a/binutils/binutils.nm +++ b/binutils/binutils.nm @@ -5,7 +5,7 @@
name = binutils version = 2.21.51.0.8 -release = 3 +release = 4
maintainer = Michael Tremer michael.tremer@ipfire.org groups = Development/Tools @@ -83,5 +83,13 @@ packages
package %{name}-devel template DEVEL + + # Don't package libbfd and libopcodes in the -devel package. + files + /usr/include + /usr/lib/*.a + /usr/lib/libbfd.so + /usr/lib/libopcodes.so + end end end
hooks/post-receive -- IPFire 3.x development tree