|
@@ -5,18 +5,18 @@
|
|
|
%define over %(echo %{version} | tr . _)
|
|
|
|
|
|
%ifarch %{ix86}
|
|
|
-%define source0path http://www.broadcom.com/docs/linux_sta/%{oname}-x86_32-v%{version}.tar.gz
|
|
|
+%define source0path http://www.broadcom.com/docs/linux_sta/%{oname}_x86-32_v%{version}.tar.gz
|
|
|
%endif
|
|
|
%ifarch x86_64
|
|
|
-%define source0path http://www.broadcom.com/docs/linux_sta/%{oname}-x86_64-v%{version}.tar.gz
|
|
|
+%define source0path http://www.broadcom.com/docs/linux_sta/%{oname}_x86-64_v%{version}.tar.gz
|
|
|
%endif
|
|
|
|
|
|
|
|
|
Summary: Package to automatically build %{pkgname} rpm package
|
|
|
Summary(ja): %{pkgname} の rpm パッケージを自動作成するパッケージ
|
|
|
Name: %{name}
|
|
|
-Version: 5.60.48.36
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 5.60.246.6
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Source0: %{pkgname}.spec
|
|
|
Source1: blacklist-broadcom.conf
|
|
|
Source2: broadcom-wl-mclist-fix.patch
|
|
@@ -112,6 +112,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Nov 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 5.60.246.6-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Tue Aug 17 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 5.60.48.36-2
|
|
|
- add Source2 to fix build failure on kernel >= 2.6.35
|
|
|
(https://bugs.launchpad.net/ubuntu/+source/bcmwl/+bug/590924)
|