rpms/VirtualBox-OSE/devel VirtualBox-OSE-3.0.4-noansi.patch, NONE, 1.1 VirtualBox-OSE.spec, 1.30, 1.31
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27941
Modified Files:
VirtualBox-OSE.spec
Added Files:
VirtualBox-OSE-3.0.4-noansi.patch
Log Message:
Fix x86_64 build
VirtualBox-OSE-3.0.4-noansi.patch:
--- NEW FILE VirtualBox-OSE-3.0.4-noansi.patch ---
On Rawhide as of 01 Sep 2009 x86_64 /usr/include/bits/mathinline.h
contains a non-iso/ansi c inline assembly construct.
Lubomir Rintel <lkundrak(a)v3.sk>
diff -up VirtualBox-3.0.4_OSE/src/libs/xpcom18a4/Makefile.kmk.noansi VirtualBox-3.0.4_OSE/src/libs/xpcom18a4/Makefile.kmk
--- VirtualBox-3.0.4_OSE/src/libs/xpcom18a4/Makefile.kmk.noansi 2009-09-01 09:32:07.000000000 -0600
+++ VirtualBox-3.0.4_OSE/src/libs/xpcom18a4/Makefile.kmk 2009-09-01 09:33:27.000000000 -0600
@@ -79,7 +79,7 @@ TEMPLATE_XPCOM_CFLAGS.release = -O
TEMPLATE_XPCOM_CFLAGS.profile = -O
TEMPLATE_XPCOM_CFLAGS.freebsd = -pthread
TEMPLATE_XPCOM_CFLAGS.l4 = -nostdinc
-TEMPLATE_XPCOM_CFLAGS.linux = -pthread -ansi
+TEMPLATE_XPCOM_CFLAGS.linux = -pthread
TEMPLATE_XPCOM_CFLAGS.solaris = -fno-omit-frame-pointer # for now anyway.
TEMPLATE_XPCOM_DEFS = MOZILLA_CLIENT=1 NDEBUG=1 _IMPL_NS_COM \
XPCOM_DLL_BASE=\"$(basename $(notdir $(LIB_XPCOM)))\" \
diff -up VirtualBox-3.0.4_OSE/Config.kmk.noansi VirtualBox-3.0.4_OSE/Config.kmk
--- VirtualBox-3.0.4_OSE/Config.kmk.noansi 2009-09-01 10:03:45.000000000 -0600
+++ VirtualBox-3.0.4_OSE/Config.kmk 2009-09-01 10:12:21.000000000 -0600
@@ -3517,7 +3517,7 @@ if1of ($(KBUILD_TARGET), dragonfly freeb
TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.x86 = -m elf_i386
TEMPLATE_VBOXGUESTR3XF86MOD_LDFLAGS.amd64 = -m elf_x86_64
endif
-TEMPLATE_VBOXGUESTR3XF86MOD_CFLAGS = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fno-merge-constants -std=c99
+TEMPLATE_VBOXGUESTR3XF86MOD_CFLAGS = $(TEMPLATE_VBOXGUESTR3EXE_CFLAGS) -fno-merge-constants -std=gnu99
TEMPLATE_VBOXGUESTR3XF86MOD_CXXFLAGS= $(TEMPLATE_VBOXGUESTR3EXE_CXXFLAGS) -fno-merge-constants
TEMPLATE_VBOXGUESTR3XF86MOD_SYSSUFF = .o
TEMPLATE_VBOXGUESTR3XF86MOD_LIBS = \
@@ -3533,7 +3533,7 @@ TEMPLATE_VBOXGUESTR3XORGMOD = VBox
TEMPLATE_VBOXGUESTR3XORGMOD_EXTENDS = VBOXGUESTR3DLL
TEMPLATE_VBOXGUESTR3XORGMOD_LIBS.$(KBUILD_TYPE) = $(NO_SUCH_VARIABLE)
TEMPLATE_VBOXGUESTR3XORGMOD_LIBS.$(KBUILD_TARGET) = $(NO_SUCH_VARIABLE)
-TEMPLATE_VBOXGUESTR3XORGMOD_CFLAGS = $(TEMPLATE_VBOXGUESTR3DLL_CFLAGS) -std=c99
+TEMPLATE_VBOXGUESTR3XORGMOD_CFLAGS = $(TEMPLATE_VBOXGUESTR3DLL_CFLAGS) -std=gnu99
TEMPLATE_VBOXGUESTR3XORGMOD_DEFS = $(TEMPLATE_VBOXGUESTR3DLL_DEFS) LOG_TO_BACKDOOR
ifeq ($(KBUILD_TARGET_ARCH),amd64)
TEMPLATE_VBOXGUESTR3XORGMOD_DEFS += _XSERVER64
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- VirtualBox-OSE.spec 1 Sep 2009 07:33:17 -0000 1.30
+++ VirtualBox-OSE.spec 1 Sep 2009 16:37:58 -0000 1.31
@@ -50,6 +50,7 @@
Patch9: VirtualBox-OSE-3.0.4-optflags.patch
Patch10: VirtualBox-OSE-2.2.0-32bit.patch
Patch11: VirtualBox-OSE-3.0.4-visibility.patch
+Patch12: VirtualBox-OSE-3.0.4-noansi.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -154,6 +155,7 @@
%patch9 -p1 -b .optflags
%patch10 -p1 -b .32bit
%patch11 -p1 -b .visibility
+%patch12 -p1 -b .noansi
# Remove prebuilt binary tools
rm -rf kBuild
@@ -450,6 +452,7 @@
%changelog
* Sat Aug 22 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.4-7
- Correct the path in udev rule and adjust for non-hardening
+- Fix build with recent x86_64 glibc
* Thu Aug 20 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.4-6
- No exceptions in R0 code, should fix unresolved symbol problem
15 years, 3 months
rpms/nvidia-173xx-kmod/F-11 .cvsignore, 1.7, 1.8 sources, 1.8, 1.9 nvidia-173xx-kmod.spec, 1.40, 1.41
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15794
Modified Files:
.cvsignore sources nvidia-173xx-kmod.spec
Log Message:
Update to beta again
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-11/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore 31 Aug 2009 20:39:24 -0000 1.7
+++ .cvsignore 1 Sep 2009 12:44:58 -0000 1.8
@@ -1 +1 @@
-nvidia-kmod-data-173.14.18.tar.bz2
+nvidia-kmod-data-173.14.20.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-11/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 31 Aug 2009 20:39:24 -0000 1.8
+++ sources 1 Sep 2009 12:44:58 -0000 1.9
@@ -1 +1 @@
-88444ba1c5c95fd90f527f8b89078499 nvidia-kmod-data-173.14.18.tar.bz2
+8642ba87ce050c0caad84059d5e8b559 nvidia-kmod-data-173.14.20.tar.bz2
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-11/nvidia-173xx-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nvidia-173xx-kmod.spec 1 Sep 2009 05:21:33 -0000 1.40
+++ nvidia-173xx-kmod.spec 1 Sep 2009 12:44:58 -0000 1.41
@@ -6,9 +6,9 @@
%define buildforkernels newest
Name: nvidia-173xx-kmod
-Version: 173.14.18
+Version: 173.14.20
# Taken over by kmodtool
-Release: 2%{?dist}.18
+Release: 1%{?dist}.1
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,9 +93,12 @@
%changelog
-* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.18
+* Tue Sep 1 2009 kwizart < kwizart at gmail.com > - 173.14.20-1.1
- rebuild for new kernels
+* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 173.14.20-1
+- Update to 173.14.20 (beta)
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.17
- rebuild for new kernels
15 years, 3 months
rpms/nvidia-96xx-kmod/F-11 .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 nvidia-96xx-kmod.spec, 1.40, 1.41
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv11955
Modified Files:
.cvsignore sources nvidia-96xx-kmod.spec
Log Message:
Bump (and stay ) with 96.43.13 (beta)
unless a new 2.6.29 kernel appears
(I will evaluate the need to downgrade again then)
Index: .cvsignore
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore 31 Aug 2009 20:42:24 -0000 1.6
+++ .cvsignore 1 Sep 2009 11:38:36 -0000 1.7
@@ -1 +1 @@
-nvidia-kmod-data-96.43.11.tar.bz2
+nvidia-kmod-data-96.43.13.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources 31 Aug 2009 20:42:24 -0000 1.6
+++ sources 1 Sep 2009 11:38:36 -0000 1.7
@@ -1 +1 @@
-d0626f505203dd2261c4b88bfdd0e108 nvidia-kmod-data-96.43.11.tar.bz2
+a8c760dc4ae87c6961a2f0bf263edf3a nvidia-kmod-data-96.43.13.tar.bz2
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11/nvidia-96xx-kmod.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- nvidia-96xx-kmod.spec 1 Sep 2009 09:58:21 -0000 1.40
+++ nvidia-96xx-kmod.spec 1 Sep 2009 11:38:36 -0000 1.41
@@ -6,8 +6,8 @@
%define buildforkernels newest
Name: nvidia-96xx-kmod
-Version: 96.43.11
-Release: 2%{?dist}.18
+Version: 96.43.13
+Release: 1%{?dist}.1
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,9 +91,12 @@
%changelog
-* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.18
+* Tue Sep 1 2009 kwizart < kwizart at gmail.com > - 96.43.13-1.1
- rebuild for new kernels
+* Mon Aug 31 2009 kwizart < kwizart at gmail.com > - 96.43.13-1
+- Update to 96.43.13 (beta)
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.17
- rebuild for new kernels
15 years, 3 months
rpms/nvidia-96xx-kmod/F-11 nvidia-96xx-kmod.spec,1.39,1.40
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6600
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
Build for newest
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11/nvidia-96xx-kmod.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- nvidia-96xx-kmod.spec 1 Sep 2009 05:21:57 -0000 1.39
+++ nvidia-96xx-kmod.spec 1 Sep 2009 09:58:21 -0000 1.40
@@ -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
-%define buildforkernels akmod
+%define buildforkernels newest
Name: nvidia-96xx-kmod
Version: 96.43.11
15 years, 3 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.29,1.30
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv27914
Modified Files:
VirtualBox-OSE.spec
Log Message:
Kurwa, install the udev rules for real now!
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- VirtualBox-OSE.spec 22 Aug 2009 04:57:12 -0000 1.29
+++ VirtualBox-OSE.spec 1 Sep 2009 07:33:17 -0000 1.30
@@ -306,7 +306,8 @@
# Install udev rules
%define vboxdrv_udev %{?with_hardening:%{SOURCE4}}%{?!with_hardening:%{SOURCE3}}
-install -p -m 0644 -D %{vboxdrv_udev} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-vboxadd.rules
+install -p -m 0644 -D %{vboxdrv_udev} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-vboxdrv.rules
+install -p -m 0644 -D %{SOURCE5} $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/60-vboxadd.rules
# Install modules load script
install -p -m 0755 -D %{SOURCE6} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/modules/%{name}.modules
15 years, 3 months
rpms/wl-kmod/F-11 wl-kmod.spec,1.47,1.48
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/wl-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20753
Modified Files:
wl-kmod.spec
Log Message:
* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-3.9
- rebuild for new kernels
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-11/wl-kmod.spec,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- wl-kmod.spec 27 Aug 2009 05:42:31 -0000 1.47
+++ wl-kmod.spec 1 Sep 2009 05:23:11 -0000 1.48
@@ -7,7 +7,7 @@
Name: wl-kmod
Version: 5.10.91.9
-Release: 3%{?dist}.8
+Release: 3%{?dist}.9
Summary: Kernel module for broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -84,6 +84,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-3.9
+- rebuild for new kernels
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 5.10.91.9-3.8
- rebuild for new kernels
15 years, 3 months
rpms/slmodem-kmod/F-11 slmodem-kmod.spec,1.38,1.39
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/slmodem-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20631
Modified Files:
slmodem-kmod.spec
Log Message:
* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.37
- rebuild for new kernels
Index: slmodem-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/slmodem-kmod/F-11/slmodem-kmod.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- slmodem-kmod.spec 27 Aug 2009 05:42:14 -0000 1.38
+++ slmodem-kmod.spec 1 Sep 2009 05:22:48 -0000 1.39
@@ -12,7 +12,7 @@
Name: slmodem-kmod
Version: 2.9.11
-Release: 27%{?dist}.36
+Release: 27%{?dist}.37
Summary: Proprietary SmartLink softmodem kernel drivers
Group: System Environment/Kernel
@@ -102,6 +102,9 @@
%changelog
+* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.37
+- rebuild for new kernels
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 2.9.11-27.36
- rebuild for new kernels
15 years, 3 months
rpms/nvidia-kmod/F-11 nvidia-kmod.spec,1.60,1.61
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20508
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 185.18.36-1.1
- rebuild for new kernels
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-11/nvidia-kmod.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- nvidia-kmod.spec 29 Aug 2009 14:25:02 -0000 1.60
+++ nvidia-kmod.spec 1 Sep 2009 05:22:24 -0000 1.61
@@ -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
-#define buildforkernels newest
+%define buildforkernels newest
Name: nvidia-kmod
Version: 185.18.36
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 1%{?dist}.1
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 185.18.36-1.1
+- rebuild for new kernels
+
* Sat Aug 29 2009 kwizart < kwizart at gmail.com > - 185.18.36-1
- Update to 185.18.36 (final)
15 years, 3 months
rpms/nvidia-96xx-kmod/F-11 nvidia-96xx-kmod.spec,1.38,1.39
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20387
Modified Files:
nvidia-96xx-kmod.spec
Log Message:
* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.18
- rebuild for new kernels
Index: nvidia-96xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-96xx-kmod/F-11/nvidia-96xx-kmod.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- nvidia-96xx-kmod.spec 31 Aug 2009 20:42:24 -0000 1.38
+++ nvidia-96xx-kmod.spec 1 Sep 2009 05:21:57 -0000 1.39
@@ -7,7 +7,7 @@
Name: nvidia-96xx-kmod
Version: 96.43.11
-Release: 2%{?dist}.17
+Release: 2%{?dist}.18
# Taken over by kmodtool
Summary: NVIDIA 96xx display driver kernel module
Group: System Environment/Kernel
@@ -91,6 +91,9 @@
%changelog
+* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.18
+- rebuild for new kernels
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 96.43.11-2.17
- rebuild for new kernels
15 years, 3 months
rpms/nvidia-173xx-kmod/F-11 nvidia-173xx-kmod.spec,1.39,1.40
by Thorsten Leemhuis
Author: thl
Update of /cvs/nonfree/rpms/nvidia-173xx-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20264
Modified Files:
nvidia-173xx-kmod.spec
Log Message:
* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.18
- rebuild for new kernels
Index: nvidia-173xx-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-173xx-kmod/F-11/nvidia-173xx-kmod.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- nvidia-173xx-kmod.spec 31 Aug 2009 20:39:24 -0000 1.39
+++ nvidia-173xx-kmod.spec 1 Sep 2009 05:21:33 -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
-#define buildforkernels newest
+%define buildforkernels newest
Name: nvidia-173xx-kmod
Version: 173.14.18
# Taken over by kmodtool
-Release: 2%{?dist}.17
+Release: 2%{?dist}.18
Summary: NVIDIA 173xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -93,6 +93,9 @@
%changelog
+* Tue Sep 01 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.18
+- rebuild for new kernels
+
* Thu Aug 27 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 173.14.18-2.17
- rebuild for new kernels
15 years, 3 months