rpms/VirtualBox-kmod/F-19 VirtualBox-kmod.spec,1.83,1.84
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-kmod/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv15811
Modified Files:
VirtualBox-kmod.spec
Log Message:
* Fri Sep 19 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.16-1
- New upstream release and build akmods.
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-19/VirtualBox-kmod.spec,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- VirtualBox-kmod.spec 10 Sep 2014 12:48:33 -0000 1.83
+++ VirtualBox-kmod.spec 19 Sep 2014 10:13:31 -0000 1.84
@@ -3,7 +3,7 @@
# "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 newest
# In prerelease builds (such as betas), this package has the same
# major version number, while the kernel module abi is not guarranteed
@@ -19,8 +19,8 @@
%bcond_with hardening
Name: VirtualBox-kmod
-Version: 4.3.10
-Release: 1%{?prerel:.%{prerel}}%{?dist}.13
+Version: 4.3.16
+Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Fri Sep 19 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.16-1
+- New upstream release and build akmods.
+
* Wed Sep 10 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.10-1.13
- Rebuilt for kernel
10 years, 2 months
rpms/VirtualBox/F-19 VirtualBox-4.3.10-xserver_guest.patch, NONE, 1.1 .cvsignore, 1.53, 1.54 VirtualBox-4.3.0-VBoxGuestLib.patch, 1.2, 1.3 VirtualBox-4.3.0-libcxx.patch, 1.3, 1.4 VirtualBox.spec, 1.55, 1.56 sources, 1.53, 1.54 VirtualBox-4.3.6-mesa.patch, 1.2, NONE
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/F-19
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10959
Modified Files:
.cvsignore VirtualBox-4.3.0-VBoxGuestLib.patch
VirtualBox-4.3.0-libcxx.patch VirtualBox.spec sources
Added Files:
VirtualBox-4.3.10-xserver_guest.patch
Removed Files:
VirtualBox-4.3.6-mesa.patch
Log Message:
* Wed Sep 10 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.16-1
- New upstream release .
- Fixed VirtualBox-4.3.0-VBoxGuestLib.patch .
VirtualBox-4.3.10-xserver_guest.patch:
Makefile.kmk | 35 +++++++++++++++++++----------------
1 file changed, 19 insertions(+), 16 deletions(-)
--- NEW FILE VirtualBox-4.3.10-xserver_guest.patch ---
Just compile with X11 system source and we may remove bundle X11 source code.
--- ./src/VBox/Additions/common/crOpenGL/Makefile.kmk.mesa 2012-09-13 09:26:18.000000000 +0100
+++ ./src/VBox/Additions/common/crOpenGL/Makefile.kmk 2012-09-23 01:08:36.032101751 +0100
@@ -82,18 +82,12 @@ VBoxOGL_TEMPLATE = VBOXCROGLR3GUES
VBoxOGL_INCS = .
if1of ($(KBUILD_TARGET), linux solaris freebsd)
VBoxOGL_INCS += \
- $(VBOX_PATH_X11_ROOT)/libXdamage-1.1 \
- $(VBOX_PATH_X11_ROOT)/libXcomposite-0.4.0 \
- $(VBOX_PATH_X11_ROOT)/libXext-1.3.1 \
- $(VBOX_PATH_X11_ROOT)/libXfixes-4.0.3 \
- $(VBOX_PATH_X11_ROOT)/damageproto-1.1.0 \
- $(VBOX_PATH_X11_ROOT)/compositeproto-0.4 \
- $(VBOX_PATH_X11_ROOT)/fixesproto-4.0 \
- $(VBOX_PATH_X11_ROOT)/libx11-1.1.5-other \
- $(VBOX_PATH_X11_ROOT)/xextproto-7.1.1 \
- $(VBOX_PATH_X11_ROOT)/xproto-7.0.18 \
+ /usr/include/x11 \
+ /usr/include/xorg \
+ /usr/include/pixman-1 \
$(VBOX_MESA_INCS) \
- $(PATH_ROOT)/src/VBox/Additions/x11/x11include/libdrm-2.4.13
+ /usr/include/drm \
+ /usr/include/libdrm
VBoxOGL_DEFS += VBOX_NO_NATIVEGL
endif
@@ -222,11 +216,20 @@ VBoxOGL_LIBS = \
$(VBOX_LIB_OGL_CRUTIL) \
$(PATH_STAGE_LIB)/additions/VBoxOGLspuload$(VBOX_SUFF_LIB)
if1of ($(KBUILD_TARGET), linux solaris freebsd)
- VBoxOGL_LIBS += \
- $(PATH_STAGE_LIB)/libXcomposite.so \
- $(PATH_STAGE_LIB)/libXdamage.so \
- $(PATH_STAGE_LIB)/libXfixes.so \
- $(PATH_STAGE_LIB)/libXext.so
+ if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.x86 )
+ VBoxOGL_LIBS += \
+ /usr/lib/libXcomposite.so \
+ /usr/lib/libXdamage.so \
+ /usr/lib/libXfixes.so \
+ /usr/lib/libXext.so
+ endif
+ if1of ($(KBUILD_TARGET).$(KBUILD_TARGET_ARCH),linux.amd64 )
+ VBoxOGL_LIBS += \
+ /usr/lib64/libXcomposite.so \
+ /usr/lib64/libXdamage.so \
+ /usr/lib64/libXfixes.so \
+ /usr/lib64/libXext.so
+ endif
ifdef VBoxOGL_FAKEDRI
ifeq ($(KBUILD_TARGET), freebsd)
VBoxOGL_LIBS += \
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/.cvsignore,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- .cvsignore 11 Apr 2014 17:04:34 -0000 1.53
+++ .cvsignore 18 Sep 2014 22:22:56 -0000 1.54
@@ -1 +1 @@
-VirtualBox-4.3.10.tar.bz2
+VirtualBox-4.3.16.tar.bz2
VirtualBox-4.3.0-VBoxGuestLib.patch:
Makefile.kmk | 4 ----
1 file changed, 4 deletions(-)
Index: VirtualBox-4.3.0-VBoxGuestLib.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox-4.3.0-VBoxGuestLib.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-4.3.0-VBoxGuestLib.patch 11 Apr 2014 17:04:34 -0000 1.2
+++ VirtualBox-4.3.0-VBoxGuestLib.patch 18 Sep 2014 22:22:56 -0000 1.3
@@ -1,13 +1,15 @@
when we use VBOX_USE_SYSTEM_XORG_HEADERS , we don't need compile the very old libXFree86 (from xfree86.org)
Sérgio Basto <sergio(a)serjux.com>
---- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.guestlib 2014-03-01 03:57:34.446124468 +0000
-+++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2014-03-01 04:00:47.863997911 +0000
-@@ -38,7 +38,7 @@ endif
- LIBRARIES += \
+--- ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk.orig 2014-09-11 15:31:56.706906433 +0100
++++ ./src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk 2014-09-11 15:32:24.737206867 +0100
+@@ -39,10 +39,6 @@ LIBRARIES += \
VBoxGuestR3Lib \
VBoxGuestR3LibShared
--ifndef VBOX_ONLY_TESTSUITE
-+ifndef VBOX_USE_SYSTEM_XORG_HEADERS
- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
+ ifndef VBOX_ONLY_TESTSUITE
+- if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd)
+- LIBRARIES += \
+- VBoxGuestR3LibXFree86
+- endif
+ if1of ($(KBUILD_TARGET), freebsd linux netbsd openbsd solaris)
LIBRARIES += \
- VBoxGuestR3LibXFree86
+ VBoxGuestR3LibXOrg
VirtualBox-4.3.0-libcxx.patch:
./src/VBox/Runtime/Makefile.kmk | 2 +-
./src/VBox/Storage/testcase/Makefile.kmk | 4 ++--
./src/libs/kStuff/Makefile.kmk | 2 +-
Config.kmk | 2 +-
b/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk | 2 +-
b/src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 4 +---
b/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 12 ++++++------
b/src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
b/src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
b/src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
configure | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
13 files changed, 19 insertions(+), 21 deletions(-)
Index: VirtualBox-4.3.0-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox-4.3.0-libcxx.patch,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VirtualBox-4.3.0-libcxx.patch 11 Apr 2014 17:04:34 -0000 1.3
+++ VirtualBox-4.3.0-libcxx.patch 18 Sep 2014 22:22:56 -0000 1.4
@@ -23,15 +23,6 @@
#
# SDKs for external libraries.
-@@ -3784,7 +3776,7 @@ endif
- # Unlike VBOXR3STATIC, this is strict wrt warnings and includes IPRT.
- #
- TEMPLATE_VBoxR3Static = New name for VBOXR3STATIC
--TEMPLATE_VBoxR3Static_EXTENDS = VBOXR3STATIC
-+TEMPLATE_VBoxR3Static_EXTENDS = VBOXR3EXE
- TEMPLATE_VBoxR3Static_EXTENDS_BY = appending
- TEMPLATE_VBoxR3Static_SDKS += VBOX_OPENSSL
- TEMPLATE_VBoxR3Static_SDKS.win += VBOX_NTDLL
--- a/configure
+++ b/configure
@@ -2582,7 +2582,7 @@ fi
@@ -67,17 +58,6 @@
ifdef VBOX_X11_SEAMLESS_GUEST
VBoxClient_DEFS += SEAMLESS_GUEST DYNAMIC_RESIZE
VBoxClient_SOURCES += \
---- a/src/VBox/HostDrivers/Support/Makefile.kmk.orig 2012-09-02 03:06:50.648190033 +0100
-+++ b/src/VBox/HostDrivers/Support/Makefile.kmk 2012-09-02 03:04:52.703001504 +0100
-@@ -94,7 +94,7 @@ SUPR3_SOURCES = \
- #
- # Static version of SUPR3.
- #
--SUPR3Static_TEMPLATE = VBOXR3STATIC
-+SUPR3Static_TEMPLATE = VBOXR3EXE
- SUPR3Static_EXTENDS = SUPR3
-
- #
--- a/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk.libcxx 2012-08-29 15:13:46.000000000 +0100
+++ b/src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk 2012-09-02 02:49:31.198721147 +0100
@@ -143,7 +143,7 @@ $(PATH_TARGET)/VBoxNetFltCat.dir/VBoxNet
@@ -209,17 +189,6 @@
VBox-liblzf-static_BLD_TYPE = $(VBox-liblzf_BLD_TYPE)
VBox-liblzf-static_DEFS = $(VBox-liblzf_DEFS)
VBox-liblzf-static_DEFS.x86 = $(VBox-liblzf_DEFS.x86)
---- ./src/VBox/Runtime/Makefile.kmk.libcxx 2013-10-15 12:13:19.000000000 +0100
-+++ ./src/VBox/Runtime/Makefile.kmk 2013-10-28 03:08:32.053146036 +0000
-@@ -232,7 +232,7 @@ endif
- #
- # RuntimeR3 - Static Runtime for Ring-3 executables.
- #
--RuntimeR3_TEMPLATE = VBoxR3Static
-+RuntimeR3_TEMPLATE = VBOXR3EXE
- RuntimeR3_SDKS = VBOX_OPENSSL VBOX_LIBXML2
- RuntimeR3_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK)
- RuntimeR3_DEFS = IN_RT_R3 IN_SUP_R3 LDR_WITH_NATIVE LDR_WITH_ELF32 LDR_WITH_PE RT_WITH_VBOX RT_NO_GIP
--- ./src/libs/kStuff/Makefile.kmk.orig 2012-12-27 18:36:01.629728244 +0000
+++ ./src/libs/kStuff/Makefile.kmk 2012-12-27 18:36:11.876827415 +0000
@@ -75,7 +75,7 @@ VBox-kStuff_SOURCES = \
@@ -231,3 +200,14 @@
VBox-kStuffStatic_EXTENDS = VBox-kStuff
+--- ./src/VBox/Runtime/Makefile.kmk.libcxx 2014-07-15 23:08:58.294017830 +0100
++++ ./src/VBox/Runtime/Makefile.kmk 2014-07-15 23:12:41.365417070 +0100
+@@ -221,7 +221,7 @@ endif
+ #
+ # RuntimeR3 - Static Runtime for Ring-3 executables.
+ #
+-RuntimeR3_TEMPLATE = VBoxR3Static
++RuntimeR3_TEMPLATE = VBOXR3EXE
+ RuntimeR3_SDKS = VBOX_OPENSSL VBOX_LIBXML2
+ RuntimeR3_SDKS.win = $(VBOX_WINPSDK) $(VBOX_WINDDK)
+ RuntimeR3_DEFS = \
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/VirtualBox.spec,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- VirtualBox.spec 11 Apr 2014 17:04:34 -0000 1.55
+++ VirtualBox.spec 18 Sep 2014 22:22:56 -0000 1.56
@@ -26,7 +26,7 @@
#endif
Name: VirtualBox
-Version: 4.3.10
+Version: 4.3.16
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -49,13 +49,12 @@
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
Patch22: VirtualBox-OSE-4.1.12-gsoap.patch
-Patch23: VirtualBox-4.3.6-mesa.patch
+Patch23: VirtualBox-4.3.10-xserver_guest.patch
Patch24: VirtualBox-4.3.0-VBoxGuestLib.patch
Patch26: VirtualBox-4.3.0-no-bundles.patch
+#Patch27: VirtualBox-4.3.10-gcc.patch
-%if 0%{?fedora} < 16
-BuildRequires: kBuild >= 0.1.98
-%endif
+BuildRequires: kBuild >= 0.1.9998
BuildRequires: SDL-devel xalan-c-devel
BuildRequires: openssl-devel
BuildRequires: libcurl-devel
@@ -201,9 +200,7 @@
find -name '*.py[co]' -delete
# Remove prebuilt binary tools
-%if 0%{?fedora} < 16
rm -rf kBuild
-%endif
rm -rf tools
# Remove bundle X11 sources and some lib sources, before patching.
mv src/VBox/Additions/x11/x11include/mesa-7.2 .
@@ -230,9 +227,10 @@
%if 0%{?fedora} < 16
%patch22 -p1 -b .gsoap
%endif
-%patch23 -p1 -b .mesa
+%patch23 -p1 -b .xserver_guest
%patch24 -p1 -b .guestlib
%patch26 -p1 -b .nobundles
+#patch27 -p1 -b .gcc
# CRLF->LF
sed -i 's/\r//' COPYING
@@ -242,8 +240,7 @@
%if %{enable_webservice}
--enable-webservice \
%endif
-%if %{enable_docs}
-%else
+%if !%{enable_docs}
--disable-docs \
%endif
@@ -442,8 +439,8 @@
install -p -m 0644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-vboxguest.rules
# Install modules load script
-install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}.conf
-install -p -m 0755 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}-guest.conf
+install -p -m 0644 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}.conf
+install -p -m 0644 -D %{SOURCE7} $RPM_BUILD_ROOT%{_sysconfdir}/modules-load.d/%{name}-guest.conf
# Module Source Code
mkdir -p %{name}-kmod-%{version}
@@ -619,6 +616,24 @@
%changelog
+* Wed Sep 10 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.16-1
+- New upstream release .
+- Fixed VirtualBox-4.3.0-VBoxGuestLib.patch .
+
+* Sat Aug 23 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.14-2
+- Rebuild for new gcc https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Tue Jul 15 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.14-1
+- New upstream release .
+- Unbunble kBuild, since KBuild from fedora is working again.
+
+* Fri May 16 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.12-1
+- New upstream release .
+- Rename and split X11 and mesa (for guest) patches .
+
+* Fri May 02 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.10-2
+- Rebuild for new x11-xorg-server
+
* Mon Mar 31 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.10-1
- In vboxvideo guest drive, don't patch the source code of Mesa part that use glapi and use bundled
x11include/mesa-7.2 headers of Mesa, which btw rawhide doesn't have it, F20 have glapi in xorg-x11-server-source, but by what
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/F-19/sources,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- sources 11 Apr 2014 17:04:34 -0000 1.53
+++ sources 18 Sep 2014 22:22:56 -0000 1.54
@@ -1 +1 @@
-c3e9e61d5ed7c672bfc747fb8df4367b VirtualBox-4.3.10.tar.bz2
+16f8f3e5fea2677da7456bc8b6aff458 VirtualBox-4.3.16.tar.bz2
--- VirtualBox-4.3.6-mesa.patch DELETED ---
10 years, 2 months
rpms/wl-kmod/F-20 wl-kmod.spec,1.124,1.125
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11506
Modified Files:
wl-kmod.spec
Log Message:
Rebuilt for wl
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-20/wl-kmod.spec,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- wl-kmod.spec 10 Sep 2014 18:03:54 -0000 1.124
+++ wl-kmod.spec 18 Sep 2014 08:25:52 -0000 1.125
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 6.30.223.248
-Release: 2%{?dist}
+Release: 2%{?dist}.1
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -92,6 +92,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 6.30.223.248-2.1
+- Rebuilt for kernel
+
* Wed Sep 10 2014 Nicolas Viéville <nicolas.vieville(a)univ-valenciennes.fr> - 6.30.223.248-2
- Added patch to build for kernel >= 3.16
10 years, 2 months
rpms/VirtualBox-kmod/F-20 VirtualBox-kmod.spec,1.72,1.73
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/VirtualBox-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11264
Modified Files:
VirtualBox-kmod.spec
Log Message:
Rebuilt for kernel
Index: VirtualBox-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-kmod/F-20/VirtualBox-kmod.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- VirtualBox-kmod.spec 11 Sep 2014 22:56:25 -0000 1.72
+++ VirtualBox-kmod.spec 18 Sep 2014 08:24:44 -0000 1.73
@@ -20,7 +20,7 @@
Name: VirtualBox-kmod
Version: 4.3.16
-Release: 1%{?prerel:.%{prerel}}%{?dist}
+Release: 1%{?prerel:.%{prerel}}%{?dist}.1
Summary: Kernel module for VirtualBox
Group: System Environment/Kernel
@@ -98,6 +98,9 @@
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 4.3.16-1.1
+- Rebuilt for kernel
+
* Thu Sep 11 2014 Sérgio Basto <sergio(a)serjux.com> - 4.3.16-1
- New upstream release and also build akmods
10 years, 2 months
rpms/staging-kmod/F-20 staging-kmod.spec,1.72,1.73
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/staging-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10987
Modified Files:
staging-kmod.spec
Log Message:
Rebuilt for kernel
Index: staging-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/staging-kmod/F-20/staging-kmod.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- staging-kmod.spec 9 Sep 2014 16:23:45 -0000 1.72
+++ staging-kmod.spec 18 Sep 2014 08:23:55 -0000 1.73
@@ -26,7 +26,7 @@
Name: staging-kmod
Version: 3.16.2
-Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}
+Release: %{?prever:0.}1%{?prever:.%{prever}}%{?dist}.1
Summary: Selected kernel modules from linux-staging
Group: System Environment/Kernel
@@ -150,6 +150,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 3.16.2-1.1
+- Rebuilt for kernel
+
* Tue Sep 09 2014 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.16.2-1
- Update to 3.16.2
- disable R8192EE here, enabled in Fedora
10 years, 2 months
rpms/nvidia-kmod/F-20 nvidia-kmod.spec,1.197,1.198
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10586
Modified Files:
nvidia-kmod.spec
Log Message:
* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.89-2.12
- Rebuilt for kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-20/nvidia-kmod.spec,v
retrieving revision 1.197
retrieving revision 1.198
diff -u -r1.197 -r1.198
--- nvidia-kmod.spec 9 Sep 2014 11:01:27 -0000 1.197
+++ nvidia-kmod.spec 18 Sep 2014 08:22:59 -0000 1.198
@@ -9,7 +9,7 @@
Epoch: 1
Version: 331.89
# Taken over by kmodtool
-Release: 2%{?dist}.11
+Release: 2%{?dist}.12
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -97,6 +97,9 @@
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.89-2.12
+- Rebuilt for kernel
+
* Tue Sep 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1:331.89-2.11
- Rebuilt for kernel
10 years, 2 months
rpms/nvidia-304xx-kmod/F-20 nvidia-304xx-kmod.spec,1.53,1.54
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10437
Modified Files:
nvidia-304xx-kmod.spec
Log Message:
* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.123-1.11
- Rebuilt for kernel
Index: nvidia-304xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-304xx-kmod/F-20/nvidia-304xx-kmod.spec,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- nvidia-304xx-kmod.spec 9 Sep 2014 11:01:20 -0000 1.53
+++ nvidia-304xx-kmod.spec 18 Sep 2014 08:22:53 -0000 1.54
@@ -8,7 +8,7 @@
Name: nvidia-304xx-kmod
Version: 304.123
# Taken over by kmodtool
-Release: 1%{?dist}.10
+Release: 1%{?dist}.11
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -79,6 +79,9 @@
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.123-1.11
+- Rebuilt for kernel
+
* Tue Sep 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 304.123-1.10
- Rebuilt for kernel
10 years, 2 months
rpms/nvidia-173xx-kmod/F-20 nvidia-173xx-kmod.spec,1.96,1.97
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10276
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.39-3.9
- Rebuilt for kernel
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-20/nvidia-173xx-kmod.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- nvidia-173xx-kmod.spec 9 Sep 2014 11:01:13 -0000 1.96
+++ nvidia-173xx-kmod.spec 18 Sep 2014 08:22:47 -0000 1.97
@@ -8,7 +8,7 @@
Name: nvidia-173xx-kmod
Version: 173.14.39
# Taken over by kmodtool
-Release: 3%{?dist}.8
+Release: 3%{?dist}.9
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -90,6 +90,9 @@
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.39-3.9
+- Rebuilt for kernel
+
* Tue Sep 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 173.14.39-3.8
- Rebuilt for kernel
10 years, 2 months
rpms/xtables-addons-kmod/F-20 xtables-addons-kmod.spec,1.73,1.74
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/xtables-addons-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv10122
Modified Files:
xtables-addons-kmod.spec
Log Message:
* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.21
- Rebuilt for kernel
Index: xtables-addons-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/xtables-addons-kmod/F-20/xtables-addons-kmod.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- xtables-addons-kmod.spec 9 Sep 2014 11:01:06 -0000 1.73
+++ xtables-addons-kmod.spec 18 Sep 2014 08:22:41 -0000 1.74
@@ -8,7 +8,7 @@
Name: xtables-addons-kmod
Summary: Kernel module (kmod) for xtables-addons
Version: 2.5
-Release: 1%{?dist}.20
+Release: 1%{?dist}.21
License: GPLv2
Group: System Environment/Kernel
URL: http://xtables-addons.sourceforge.net
@@ -65,6 +65,9 @@
rm -rf %{buildroot}
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.21
+- Rebuilt for kernel
+
* Tue Sep 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 2.5-1.20
- Rebuilt for kernel
10 years, 2 months
rpms/openafs-kmod/F-20 openafs-kmod.spec,1.84,1.85
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/openafs-kmod/F-20
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv9791
Modified Files:
openafs-kmod.spec
Log Message:
* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.8-0.1pre2.20
- Rebuilt for kernel
Index: openafs-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/openafs-kmod/F-20/openafs-kmod.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- openafs-kmod.spec 9 Sep 2014 11:00:47 -0000 1.84
+++ openafs-kmod.spec 18 Sep 2014 08:22:28 -0000 1.85
@@ -24,7 +24,7 @@
Name: %{kmod_name}-kmod
Version: 1.6.8
-Release: %{?pre:0.}1%{?pre}%{?dist}.19
+Release: %{?pre:0.}1%{?pre}%{?dist}.20
Summary: Kernel module(s)
Group: System Environment/Kernel
@@ -104,6 +104,9 @@
%changelog
+* Thu Sep 18 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.8-0.1pre2.20
+- Rebuilt for kernel
+
* Tue Sep 09 2014 Nicolas Chauvet <kwizart(a)gmail.com> - 1.6.8-0.1pre2.19
- Rebuilt for kernel
10 years, 2 months