Author: thl
Update of /cvs/free/rpms/staging-kmod-addons/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24032
Modified Files:
.cvsignore create-linux-staging-tarball.sh sources
staging-kmod-addons.spec
Log Message:
* Mon May 25 2015 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.0.4-1
- Update to 4.0.4
- Drop LINE6_USB and TOUCHSCREEN_CLEARPAD_TM1217 (dropped upstream)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore 30 Mar 2015 20:10:01 -0000 1.11
+++ .cvsignore 25 May 2015 12:07:41 -0000 1.12
@@ -1 +1 @@
-linux-staging-3.19.2.tar.xz
+linux-staging-4.0.4.tar.xz
Index: create-linux-staging-tarball.sh
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/create-linux-staging-tarball.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- create-linux-staging-tarball.sh 13 Jul 2014 13:54:45 -0000 1.6
+++ create-linux-staging-tarball.sh 25 May 2015 12:07:41 -0000 1.7
@@ -1,4 +1,5 @@
-#! /bin/bash
+#! /bin/bash
+set -e
if [[ ! "${1}" ]]; then
echo "Please give version number as parameter"
exit 1
@@ -13,7 +14,7 @@
# * remove tmpdir on abortion
pushd ${tmpdir}/ > /dev/null
echo downloading
-wget --quiet
http://www.kernel.org/pub/linux/kernel/v3.0/linux-${1}.tar.xz
+wget --quiet
http://www.kernel.org/pub/linux/kernel/v4.x/linux-${1}.tar.xz
echo extracing
tar -xJf linux-${1}.tar.xz linux-${1}/COPYING linux-${1}/drivers/staging/
linux-${1}/drivers/video/fbdev/sis/
echo creating archive
Index: sources
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 30 Mar 2015 20:10:03 -0000 1.16
+++ sources 25 May 2015 12:07:41 -0000 1.17
@@ -1 +1 @@
-1a55d353d0d56480b5dc28e7caa92a16 linux-staging-3.19.2.tar.xz
+aae6537c7756d5adc4fdf3428ef0a37f linux-staging-4.0.4.tar.xz
Index: staging-kmod-addons.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/F-20/staging-kmod-addons.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- staging-kmod-addons.spec 30 Mar 2015 20:10:03 -0000 1.20
+++ staging-kmod-addons.spec 25 May 2015 12:07:41 -0000 1.21
@@ -1,12 +1,11 @@
# drivers that we ship; to be synced with staging-kmod.spec
-%global stgdrvs FB_XGI FT1000 LINE6_USB LTE_GDM724X PRISM2_USB R8188EU RTL8192U SPEAKUP
TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_WPAN_HCD VT6655 VT6656
WIMAX_GDM72XX
-
+%global stgdrvs FB_XGI FT1000 LTE_GDM724X PRISM2_USB R8188EU RTL8192U SPEAKUP
TOUCHSCREEN_SYNAPTICS_I2C_RMI4 USB_WPAN_HCD VT6655 VT6656 WIMAX_GDM72XX SLICOSS
# makes handling for rc kernels a whole lot easier:
#global prever rc8
Name: staging-kmod-addons
-Version: 3.19.2
+Version: 4.0.4
Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
Summary: Documentation and shared parts for the kmod-staging packages
@@ -53,6 +52,10 @@
%changelog
+* Mon May 25 2015 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 4.0.4-1
+- Update to 4.0.4
+- Drop LINE6_USB and TOUCHSCREEN_CLEARPAD_TM1217 (dropped upstream)
+
* Tue Mar 24 2015 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.19.2-1
- Update to 3.19.2
- Drop BCM_WIMAX, dropped upstream