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 f9805fbe54167cb7e2a2fceff36eef71fc3077df (commit) via c79b39f9c0c3fb9ab01a28464de78d5bfa3429ed (commit) from b4bde197ee791e1d8b725f274a4f54593319a05f (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 f9805fbe54167cb7e2a2fceff36eef71fc3077df Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 15 22:37:17 2012 +0100
bison: Update to 2.7.
commit c79b39f9c0c3fb9ab01a28464de78d5bfa3429ed Author: Michael Tremer michael.tremer@ipfire.org Date: Sat Dec 15 22:35:14 2012 +0100
zd1211-firmware: Fix permissions of the firmware files.
The firmware files have been owned by some random user and group, which has been fixed.
The firmware package will also be installed on the base system.
-----------------------------------------------------------------------
Summary of changes: bison/bison.nm | 4 ++-- zd1211-firmware/zd1211-firmware.nm | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-)
Difference in files: diff --git a/bison/bison.nm b/bison/bison.nm index 1a1d7c9..dbb0e6b 100644 --- a/bison/bison.nm +++ b/bison/bison.nm @@ -4,7 +4,7 @@ ###############################################################################
name = bison -version = 2.6.2 +version = 2.7 release = 1
groups = Development/Tools @@ -21,7 +21,7 @@ source_dl = http://ftp.gnu.org/gnu/bison/
build requires - m4 + m4 >= 1.4.16 perl end
diff --git a/zd1211-firmware/zd1211-firmware.nm b/zd1211-firmware/zd1211-firmware.nm index 5ba916f..dd75da4 100644 --- a/zd1211-firmware/zd1211-firmware.nm +++ b/zd1211-firmware/zd1211-firmware.nm @@ -5,7 +5,7 @@
name = zd1211-firmware version = 1.4 -release = 1 +release = 2 arch = noarch
maintainer = Arne Fitzenreiter arne.fitzenreiter@ipfire.org @@ -32,9 +32,13 @@ build mkdir -pv %{BUILDROOT}%{prefix}/lib/firmware/zd1211/ cp -prv zd1211_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/ cp -prv zd1211b_* %{BUILDROOT}%{prefix}/lib/firmware/zd1211/ + + chown -Rv root:root %{BUILDROOT}%{prefix}/lib/firmware end end
packages package %{name} + groups += Base + end end
hooks/post-receive -- IPFire 3.x development tree