Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-17
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6508
Modified Files:
.cvsignore sources staging-kmod-addons.spec
Log Message:
* Mon Jan 14 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.7.2-1
- Update to 3.7.2
- work around missing usbip_bind_driver.8, which is referenced from Makefile.am
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-17/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 11 Oct 2012 20:52:17 -0000 1.9
+++ .cvsignore 20 Jan 2013 14:37:57 -0000 1.10
@@ -1 +1 @@
-linux-staging-3.6.1.tar.bz2
+linux-staging-3.7.2.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-17/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources 11 Oct 2012 20:52:17 -0000 1.9
+++ sources 20 Jan 2013 14:37:57 -0000 1.10
@@ -1 +1 @@
-3b9901545ed1fe37d2a519d439e4c07c linux-staging-3.6.1.tar.bz2
+d1fba18cf7fcc33e5a75068514b1eaa7 linux-staging-3.7.2.tar.bz2
Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-17/staging-kmod-addons.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- staging-kmod-addons.spec 11 Oct 2012 20:52:17 -0000 1.11
+++ staging-kmod-addons.spec 20 Jan 2013 14:37:57 -0000 1.12
@@ -6,7 +6,7 @@
#global prever rc8
Name: staging-kmod-addons
-Version: 3.6.1
+Version: 3.7.2
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
@@ -72,6 +72,9 @@
%build
# Build usbip userspace
cd drivers/staging/usbip/userspace
+# this man page file got removed for 3.7:
+#
http://git.kernel.org/linus/4faf3a8d1838b86e7b66441da9a088f347e1c56b
+sed -i 's/usbip_bind_driver.8//' Makefile.am
./autogen.sh
%configure --disable-static --with-usbids-dir=/usr/share/hwdata
make %{?_smp_mflags}
@@ -136,6 +139,10 @@
%changelog
+* Mon Jan 14 2013 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.7.2-1
+- Update to 3.7.2
+- work around missing usbip_bind_driver.8, which is referenced from Makefile.am
+
* Thu Oct 11 2012 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.6.1-1
- Update to 3.6.1