rpms/nvidia-173xx-kmod/F-20 nvidia_3.13_kernel.patch, NONE, 1.1 nvidia-173xx-kmod.spec, 1.59, 1.60
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2400
Modified Files:
nvidia-173xx-kmod.spec
Added Files:
nvidia_3.13_kernel.patch
Log Message:
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-5
- patch for 3.13.0 kernel
nvidia_3.13_kernel.patch:
nvacpi.c | 3 +++
1 file changed, 3 insertions(+)
--- NEW FILE nvidia_3.13_kernel.patch ---
--- a/usr/src/nv/nvacpi.c
+++ b/usr/src/nv/nvacpi.c
@@ -259,7 +259,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
{
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)
+ /* beginning with 3.13, acpi_remove_notify_handler() waits for events to finish */
NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
+#endif
// remove event notifier
status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20/nvidia-173xx-kmod.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- nvidia-173xx-kmod.spec 7 Feb 2014 13:04:43 -0000 1.59
+++ nvidia-173xx-kmod.spec 12 Feb 2014 12:10:27 -0000 1.60
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 4%{?dist}.7
+Release: 5%{?dist}
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -18,6 +18,7 @@
# http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linu...
Source0: nvidia-kmod-data-%{version}.tar.bz2
+Patch0: nvidia_3.13_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,7 +46,7 @@
for arch in x86 x64
do
pushd nvidiapkg-${arch}
-echo "Nothing to patch"
+%patch0 -p1
popd
done
@@ -89,6 +90,9 @@
%changelog
+* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-5
+- patch for 3.13.0 kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-4.7
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-173xx-kmod/F-19 nvidia_3.13_kernel.patch, NONE, 1.1 nvidia-173xx-kmod.spec, 1.84, 1.85
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv2366
Modified Files:
nvidia-173xx-kmod.spec
Added Files:
nvidia_3.13_kernel.patch
Log Message:
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
- patch for 3.13.0 kernel
nvidia_3.13_kernel.patch:
nvacpi.c | 3 +++
1 file changed, 3 insertions(+)
--- NEW FILE nvidia_3.13_kernel.patch ---
--- a/usr/src/nv/nvacpi.c
+++ b/usr/src/nv/nvacpi.c
@@ -259,7 +259,10 @@ static int nv_acpi_remove(struct acpi_de
if (pNvAcpiObject->notify_handler_installed)
{
+#if LINUX_VERSION_CODE < KERNEL_VERSION(3, 13, 0)
+ /* beginning with 3.13, acpi_remove_notify_handler() waits for events to finish */
NV_ACPI_OS_WAIT_EVENTS_COMPLETE();
+#endif
// remove event notifier
status = acpi_remove_notify_handler(device->handle, ACPI_DEVICE_NOTIFY, nv_acpi_event);
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-19/nvidia-173xx-kmod.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- nvidia-173xx-kmod.spec 7 Feb 2014 13:06:02 -0000 1.84
+++ nvidia-173xx-kmod.spec 12 Feb 2014 12:10:21 -0000 1.85
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
Name: nvidia-173xx-kmod
Version: 173.14.38
# Taken over by kmodtool
-Release: 1%{?dist}.17
+Release: 2%{?dist}
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -18,6 +18,7 @@
# http://us.download.nvidia.com/XFree86/Linux-x86_64/%{version}/NVIDIA-Linu...
Source0: nvidia-kmod-data-%{version}.tar.bz2
+Patch0: nvidia_3.13_kernel.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -45,7 +46,7 @@
for arch in x86 x64
do
pushd nvidiapkg-${arch}
-echo "no patch to apply"
+%patch0 -p1
popd
done
@@ -89,6 +90,9 @@
%changelog
+* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 173.14.38-2
+- patch for 3.13.0 kernel
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.38-1.17
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-304xx-kmod/F-20 nvidia-304xx-kmod.spec,1.18,1.19
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1552
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-2
- rebuilt for patch changes
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20/nvidia-304xx-kmod.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- nvidia-304xx-kmod.spec 7 Feb 2014 13:04:52 -0000 1.18
+++ nvidia-304xx-kmod.spec 12 Feb 2014 12:01:26 -0000 1.19
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
Name: nvidia-304xx-kmod
Version: 304.119
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-2
+- rebuilt for patch changes
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-1.3
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-304xx-kmod/F-19 nvidia-304xx-kmod.spec,1.39,1.40
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1517
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-2
- rebuilt for patch changes
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-19/nvidia-304xx-kmod.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- nvidia-304xx-kmod.spec 7 Feb 2014 13:06:11 -0000 1.39
+++ nvidia-304xx-kmod.spec 12 Feb 2014 12:01:23 -0000 1.40
@@ -3,12 +3,12 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
Name: nvidia-304xx-kmod
Version: 304.119
# Taken over by kmodtool
-Release: 1%{?dist}.3
+Release: 2%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -80,6 +80,9 @@
%changelog
+* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 304.119-2
+- rebuilt for patch changes
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.119-1.3
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-kmod/F-19 nvidia-kmod.spec,1.167,1.168
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1133
Modified Files:
nvidia-kmod.spec
Log Message:
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-6
- rebuilt for patch changes
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-19/nvidia-kmod.spec,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -r1.167 -r1.168
--- nvidia-kmod.spec 7 Feb 2014 13:06:20 -0000 1.167
+++ nvidia-kmod.spec 12 Feb 2014 11:56:17 -0000 1.168
@@ -3,13 +3,13 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
Name: nvidia-kmod
Epoch: 1
Version: 331.38
# Taken over by kmodtool
-Release: 5%{?dist}.3
+Release: 6%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-6
+- rebuilt for patch changes
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-5.3
- Rebuilt for kernel
10 years, 9 months
rpms/nvidia-kmod/F-20 nvidia-kmod.spec,1.155,1.156
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv1108
Modified Files:
nvidia-kmod.spec
Log Message:
* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-6
- rebuilt for patch changes
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- nvidia-kmod.spec 7 Feb 2014 13:05:00 -0000 1.155
+++ nvidia-kmod.spec 12 Feb 2014 11:56:16 -0000 1.156
@@ -3,13 +3,13 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%global buildforkernels newest
+%global buildforkernels current
Name: nvidia-kmod
Epoch: 1
Version: 331.38
# Taken over by kmodtool
-Release: 5%{?dist}.3
+Release: 6%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -99,6 +99,9 @@
%changelog
+* Wed Feb 12 2014 Leigh Scott <leigh123linux(a)googlemail.com> - 1:331.38-6
+- rebuilt for patch changes
+
* Fri Feb 07 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.38-5.3
- Rebuilt for kernel
10 years, 9 months
rpms/mplayer/F-20 .cvsignore, 1.39, 1.40 mplayer-snapshot.sh, 1.21, 1.22 mplayer.spec, 1.79, 1.80 sources, 1.40, 1.41
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv6009
Modified Files:
.cvsignore mplayer-snapshot.sh mplayer.spec sources
Log Message:
* Tue Feb 11 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-19.20140211svn
- 20140211 snapshot
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-20/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore 12 Jan 2014 19:01:00 -0000 1.39
+++ .cvsignore 11 Feb 2014 17:34:29 -0000 1.40
@@ -1,2 +1,2 @@
Blue-1.8.tar.bz2
-mplayer-export-2014-01-11.tar.bz2
+mplayer-export-2014-02-11.tar.bz2
Index: mplayer-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-20/mplayer-snapshot.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mplayer-snapshot.sh 12 Jan 2014 19:01:01 -0000 1.21
+++ mplayer-snapshot.sh 11 Feb 2014 17:34:29 -0000 1.22
@@ -13,7 +13,7 @@
unset CDPATH
pwd=$(pwd)
svn=$(date +%Y-%m-%d)
-svn=2014-01-11
+svn=2014-02-11
dirname=mplayer-export-$svn
mplayer_rev={$svn}
#mplayer_rev=HEAD
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-20/mplayer.spec,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- mplayer.spec 12 Jan 2014 19:01:01 -0000 1.79
+++ mplayer.spec 11 Feb 2014 17:34:29 -0000 1.80
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20140111svn
+%define pre 20140211svn
%define svn 1
-%define svnbuild 2014-01-11
+%define svnbuild 2014-02-11
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.1
-Release: 18.%{?pre}%{?dist}
+Release: 19.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -111,7 +111,7 @@
It supports a wide range of output drivers including X11, XVideo, DGA,
OpenGL, SVGAlib, fbdev, AAlib, DirectFB etc. There are also nice
antialiased shaded subtitles and OSD.
-Non-default rpmbuild options:
+The following on-default rpmbuild options are available:
--with samba: Enable Samba (smb://) support
--with xmms: Enable XMMS input plugin support
--without amr: Disable AMR support
@@ -380,6 +380,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Tue Feb 11 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-19.20140211svn
+- 20140211 snapshot
+
* Sun Jan 12 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-18.20140111svn
- 20140111 snapshot
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-20/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources 12 Jan 2014 19:01:01 -0000 1.40
+++ sources 11 Feb 2014 17:34:29 -0000 1.41
@@ -1,2 +1,2 @@
340368f4e33f767d9df109990fb29c02 Blue-1.8.tar.bz2
-7a48fbb0cedc6dcec6bc32869f6a7003 mplayer-export-2014-01-11.tar.bz2
+6888d412884a24084118e82d78814420 mplayer-export-2014-02-11.tar.bz2
10 years, 9 months
rpms/mplayer/devel .cvsignore,1.39,1.40 sources,1.40,1.41
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5880
Modified Files:
.cvsignore sources
Log Message:
Uploaded correct sources
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/.cvsignore,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- .cvsignore 12 Jan 2014 18:55:50 -0000 1.39
+++ .cvsignore 11 Feb 2014 17:32:45 -0000 1.40
@@ -1,2 +1,2 @@
Blue-1.8.tar.bz2
-mplayer-export-2014-01-11.tar.bz2
+mplayer-export-2014-02-11.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/sources,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- sources 12 Jan 2014 18:55:50 -0000 1.40
+++ sources 11 Feb 2014 17:32:45 -0000 1.41
@@ -1,2 +1,2 @@
340368f4e33f767d9df109990fb29c02 Blue-1.8.tar.bz2
-7a48fbb0cedc6dcec6bc32869f6a7003 mplayer-export-2014-01-11.tar.bz2
+6888d412884a24084118e82d78814420 mplayer-export-2014-02-11.tar.bz2
10 years, 9 months
rpms/mplayer/devel mplayer-snapshot.sh, 1.21, 1.22 mplayer.spec, 1.80, 1.81 mplayer-format-security.patch, 1.1, NONE
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5691
Modified Files:
mplayer-snapshot.sh mplayer.spec
Removed Files:
mplayer-format-security.patch
Log Message:
* Tue Feb 11 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-19.20140211svn
- 20140211 snapshot
Index: mplayer-snapshot.sh
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer-snapshot.sh,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- mplayer-snapshot.sh 12 Jan 2014 18:55:50 -0000 1.21
+++ mplayer-snapshot.sh 11 Feb 2014 17:29:59 -0000 1.22
@@ -13,7 +13,7 @@
unset CDPATH
pwd=$(pwd)
svn=$(date +%Y-%m-%d)
-svn=2014-01-11
+svn=2014-02-11
dirname=mplayer-export-$svn
mplayer_rev={$svn}
#mplayer_rev=HEAD
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -r1.80 -r1.81
--- mplayer.spec 15 Jan 2014 20:40:04 -0000 1.80
+++ mplayer.spec 11 Feb 2014 17:29:59 -0000 1.81
@@ -1,12 +1,12 @@
%define codecdir %{_libdir}/codecs
-%define pre 20140111svn
+%define pre 20140211svn
%define svn 1
-%define svnbuild 2014-01-11
+%define svnbuild 2014-02-11
%define faad2min 1:2.6.1
Name: mplayer
Version: 1.1
-Release: 18.%{?pre}%{?dist}
+Release: 19.%{?pre}%{?dist}
Summary: Movie player playing most video formats and DVDs
%if 0%{!?_without_amr:1}
@@ -31,7 +31,6 @@
Patch2: %{name}-nodvdcss.patch
# use system FFmpeg libraries
Patch3: %{name}-ffmpeg.patch
-Patch4: %{name}-format-security.patch
BuildRequires: SDL-devel
BuildRequires: a52dec-devel
@@ -112,7 +111,7 @@
It supports a wide range of output drivers including X11, XVideo, DGA,
OpenGL, SVGAlib, fbdev, AAlib, DirectFB etc. There are also nice
antialiased shaded subtitles and OSD.
-Non-default rpmbuild options:
+The following on-default rpmbuild options are available:
--with samba: Enable Samba (smb://) support
--with xmms: Enable XMMS input plugin support
--without amr: Disable AMR support
@@ -226,7 +225,6 @@
%patch1 -p1 -b .manlinks
%patch2 -p1 -b .nodvdcss
%patch3 -p1 -b .ffmpeg
-%patch4 -p1 -b .format-security
mkdir GUI
cp -a `ls -1|grep -v GUI` GUI/
@@ -382,6 +380,9 @@
%{_datadir}/mplayer/*.fp
%changelog
+* Tue Feb 11 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-19.20140211svn
+- 20140211 snapshot
+
* Sun Jan 12 2014 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-18.20140111svn
- 20140111 snapshot
--- mplayer-format-security.patch DELETED ---
10 years, 9 months
rpms/staging-kmod/F-20 staging-kmod.spec,1.35,1.36
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv16301
Modified Files:
staging-kmod.spec
Log Message:
* Mon Feb 10 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.12.6-2.7
- fix thinko
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- staging-kmod.spec 9 Feb 2014 10:28:46 -0000 1.35
+++ staging-kmod.spec 10 Feb 2014 19:11:30 -0000 1.36
@@ -4,7 +4,7 @@
%global stgdrvs BCM_WIMAX DGRP ECHO ET131X FB_XGI FT1000 IDE_PHISON LINE6_USB LTE_GDM724X NET_VENDOR_SILICOM PRISM2_USB R8187SE R8188EU RTL8192U RTS5139 SOLO6X10 SPEAKUP TOUCHSCREEN_CLEARPAD_TM1217 TOUCHSCREEN_SYNAPTICS_I2C_RMI4 TRANZPORT USB_ENESTORAGE USB_SERIAL_QUATECH2 USB_WPAN_HCD USBIP_CORE VT6655 VT6656 WIMAX_GDM72XX WLAGS49_H25 W35UND WLAGS49_H2 ZRAM ZSMALLOC
%ifnarch %{arm}
-%global stgdrvs $stgdrvs SLICOSS
+%global stgdrvs %{stgdrvs} SLICOSS
%endif
# fixme: DVB_AS102 DVB_CXD2099
@@ -26,7 +26,7 @@
Name: staging-kmod
Version: 3.12.6
-Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.6
+Release: %{?prever:0.}2%{?prever:.%{prever}}%{?dist}.7
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -146,6 +146,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Feb 10 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.12.6-2.7
+- fix thinko
+
* Tue Jan 28 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.12.6-2.6
- Rebuilt for kernel
10 years, 9 months