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 b147bdbce609bf254218a1dee0c1ec5b9ec876c6 (commit) via 2eeec35fd35869595aa3528394161db00ede6095 (commit) from 21a2d943b6976a72c117d6be022f326ed3f91963 (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 b147bdbce609bf254218a1dee0c1ec5b9ec876c6 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Jun 28 15:01:45 2011 +0200
gcc: Update to 4.6.1.
commit 2eeec35fd35869595aa3528394161db00ede6095 Author: Michael Tremer michael.tremer@ipfire.org Date: Tue Jun 28 15:01:31 2011 +0200
usbutils: Update to 003.
-----------------------------------------------------------------------
Summary of changes: pkgs/gcc/gcc.nm | 4 ++-- pkgs/usbutils/usbutils.nm | 10 +++++++--- 2 files changed, 9 insertions(+), 5 deletions(-)
Difference in files: diff --git a/pkgs/gcc/gcc.nm b/pkgs/gcc/gcc.nm index 22fd0d8..fa9d738 100644 --- a/pkgs/gcc/gcc.nm +++ b/pkgs/gcc/gcc.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include
PKG_NAME = gcc -PKG_VER = 4.6.0 -PKG_REL = 3 +PKG_VER = 4.6.1 +PKG_REL = 1
PKG_MAINTAINER = Michael Tremer michael.tremer@ipfire.org PKG_GROUPS = Development/Compilers diff --git a/pkgs/usbutils/usbutils.nm b/pkgs/usbutils/usbutils.nm index 27bf03f..60d0596 100644 --- a/pkgs/usbutils/usbutils.nm +++ b/pkgs/usbutils/usbutils.nm @@ -25,8 +25,9 @@ include $(PKGROOT)/Include
PKG_NAME = usbutils -PKG_VER = 0.86 -PKG_REL = 0 +PKG_EPOCH = 1 +PKG_VER = 003 +PKG_REL = 1
PKG_MAINTAINER = PKG_GROUPS = System/Tools @@ -34,7 +35,7 @@ PKG_URL = http://www.linux-usb.org/ PKG_LICENSE = GPLv2 PKG_SUMMARY = Tool to provide and enhance USB support in Linux.
-PKG_BUILD_DEPS+= libusb-compat-devel pkg-config zlib-devel +PKG_BUILD_DEPS+= libusb-devel pkg-config zlib-devel
define PKG_DESCRIPTION A set of tools to configure list USB Devices. @@ -44,4 +45,7 @@ PKG_TARBALL = $(THISAPP).tar.gz
define STAGE_INSTALL_CMDS rm -fv $(BUILDROOT)/usr/share/usb.ids.gz + + # Removing lsusb.py. + rm -rfv $(BUILDROOT)/usr/bin/lsusb.py endef
hooks/post-receive -- IPFire 3.x development tree