[b43-fwcutter] Update for b43-fwcutter-014 Remove patch to add COPYING file (now in upstream repository)

John W. Linville linville at fedoraproject.org
Wed Mar 23 16:59:32 UTC 2011


commit 32ff2881468108c97e804f4825758179831ce308
Author: John W. Linville <linville at tuxdriver.com>
Date:   Wed Mar 23 12:59:22 2011 -0400

    Update for b43-fwcutter-014
    Remove patch to add COPYING file (now in upstream repository)

 .gitignore                          |    2 +-
 b43-fwcutter-add-COPYING-file.patch |   46 -----------------------------------
 b43-fwcutter.spec                   |   12 ++++----
 sources                             |    2 +-
 4 files changed, 8 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a8fd889..c4a886a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-b43-fwcutter-013.tar.bz2
+/b43-fwcutter-014.tar.bz2
diff --git a/b43-fwcutter.spec b/b43-fwcutter.spec
index 4fd9577..defdc23 100644
--- a/b43-fwcutter.spec
+++ b/b43-fwcutter.spec
@@ -1,6 +1,6 @@
 Name:           b43-fwcutter
-Version:        013
-Release:        3%{?dist}
+Version:        014
+Release:        1%{?dist}
 Summary:        Firmware extraction tool for Broadcom wireless driver
 
 Group:          System Environment/Base
@@ -9,7 +9,6 @@ URL:            http://bu3sch.de/b43/fwcutter/
 Source0:        http://bu3sch.de/b43/fwcutter/%{name}-%{version}.tar.bz2
 Source1:        README.Fedora
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch0:         b43-fwcutter-add-COPYING-file.patch
 
 %description
 This package contains the 'b43-fwcutter' tool which is used to
@@ -21,9 +20,6 @@ instructions on using this tool.
 %prep
 %setup -q
 
-# Add COPYING file
-%patch0 -p2
-
 cp %{SOURCE1} .
 
 %build
@@ -46,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc COPYING README README.Fedora
 
 %changelog
+* Wed Mar 23 2011 John W. Linville <linville at redhat.com> 014-1
+- Update for b43-fwcutter-014
+- Remove patch to add COPYING file (now in upstream repository)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 013-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 525d786..e45cd3e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3547ec6c474ac1bc2c4a5bb765b791a4  b43-fwcutter-013.tar.bz2
+dd63f9149510bd6e01b89314e955083b  b43-fwcutter-014.tar.bz2


More information about the scm-commits mailing list