rpms/staging-kmod-addons/devel create-linux-staging-tarball.sh, 1.4, 1.5 sources, 1.11, 1.12 staging-kmod-addons.spec, 1.13, 1.14

Thorsten Leemhuis thl at rpmfusion.org
Mon May 25 14:07:18 CEST 2015


Author: thl

Update of /cvs/free/rpms/staging-kmod-addons/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv23965

Modified Files:
	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: create-linux-staging-tarball.sh
===================================================================
RCS file: /cvs/free/rpms/staging-kmod-addons/devel/create-linux-staging-tarball.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- create-linux-staging-tarball.sh	15 Nov 2014 20:16:21 -0000	1.4
+++ create-linux-staging-tarball.sh	25 May 2015 12:07:18 -0000	1.5
@@ -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/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	24 Mar 2015 19:11:55 -0000	1.11
+++ sources	25 May 2015 12:07:18 -0000	1.12
@@ -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/devel/staging-kmod-addons.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- staging-kmod-addons.spec	24 Mar 2015 19:11:55 -0000	1.13
+++ staging-kmod-addons.spec	25 May 2015 12:07:18 -0000	1.14
@@ -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


More information about the rpmfusion-commits mailing list