rpms/libspotify/devel - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/libspotify/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsn11922/rpms/libspotify/devel
Log Message:
Directory /cvs/nonfree/rpms/libspotify/devel added to the repository
12 years, 7 months
rpms/libspotify - New directory
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/libspotify
In directory se02.es.rpmfusion.net:/home/rpmfusion/kwizart/nonfree/owners/tmpcvsn11922/rpms/libspotify
Log Message:
Directory /cvs/nonfree/rpms/libspotify added to the repository
12 years, 7 months
rpms/VirtualBox-OSE-kmod/F-15 VirtualBox-OSE-kmod.spec,1.86,1.87
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv6038
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Wed Apr 4 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1.1
- New release, for new kernel version major release.
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-15/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- VirtualBox-OSE-kmod.spec 3 Apr 2012 17:29:15 -0000 1.86
+++ VirtualBox-OSE-kmod.spec 4 Apr 2012 00:33:10 -0000 1.87
@@ -17,8 +17,8 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 4.1.8
-Release: 1%{?dist}.11
+Version: 4.1.10
+Release: 1%{?dist}.1
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -100,6 +100,9 @@
%changelog
+* Wed Apr 4 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1.1
+- New release, for new kernel version major release.
+
* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-1.11
- rebuild for updated kernel
12 years, 7 months
rpms/VirtualBox-OSE/F-15 VirtualBox-OSE.spec,1.74,1.75
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19582
Modified Files:
VirtualBox-OSE.spec
Log Message:
* Tue Apr 3 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-2
- do new tag build.
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/VirtualBox-OSE.spec,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- VirtualBox-OSE.spec 3 Apr 2012 22:22:49 -0000 1.74
+++ VirtualBox-OSE.spec 3 Apr 2012 22:36:00 -0000 1.75
@@ -15,7 +15,7 @@
Name: VirtualBox-OSE
Version: 4.1.10
-Release: 1%{?prerel:.%{prerel}}%{?dist}
+Release: 2%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -503,6 +503,9 @@
%changelog
+* Tue Apr 3 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-2
+- do new tag build.
+
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
12 years, 7 months
rpms/VirtualBox-OSE/F-15 VirtualBox-OSE-4.1.10-gsoap.patch,NONE,1.1
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18658
Added Files:
VirtualBox-OSE-4.1.10-gsoap.patch
Log Message:
added missing file.
VirtualBox-OSE-4.1.10-gsoap.patch:
configure | 2 +-
src/VBox/Main/webservice/Makefile.kmk | 9 +++++++--
2 files changed, 8 insertions(+), 3 deletions(-)
--- NEW FILE VirtualBox-OSE-4.1.10-gsoap.patch ---
Index: /trunk/configure
===================================================================
--- trunk/configure (revision 40412)
+++ trunk/configure (revision 40476)
@@ -1961,5 +1961,5 @@
cnf_append "VBOX_GSOAP_CXX_SOURCES" ""
fi
- cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoap++"
+ cnf_append "VBOX_GSOAP_CXX_LIBS" "libgsoapssl++ ssl crypto"
log_success "found"
else
Index: /trunk/src/VBox/Main/webservice/Makefile.kmk
===================================================================
--- trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40400)
+++ trunk/src/VBox/Main/webservice/Makefile.kmk (revision 40476)
@@ -194,4 +194,9 @@
+# disable -fvisibility=hidden as the SOAP stuff does not properly set the visibility attributes
+TEMPLATE_VBOXWEBR3EXE = Webservices without -fvisibility
+TEMPLATE_VBOXWEBR3EXE_EXTENDS = VBOXR3EXE
+TEMPLATE_VBOXWEBR3EXE_CXXFLAGS = $(filter-out $(VBOX_GCC_fvisibility-hidden) $(VBOX_GCC_fvisibility-inlines-hidden),\
+ $(TEMPLATE_VBOXR3EXE_CXXFLAGS))
ifdef VBOX_GSOAP_INSTALLED
@@ -201,5 +206,5 @@
#
LIBRARIES += vboxsoap
- vboxsoap_TEMPLATE = VBOXR3EXE
+ vboxsoap_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
vboxsoap_CXXFLAGS.win += -bigobj
@@ -430,5 +435,5 @@
#
PROGRAMS += webtest
- webtest_TEMPLATE = VBOXR3EXE
+ webtest_TEMPLATE = VBOXWEBR3EXE
ifdef VBOX_USE_VCC80
webtest_CXXFLAGS.win += -bigobj
12 years, 7 months
rpms/VirtualBox-OSE/F-15 .cvsignore, 1.31, 1.32 VirtualBox-OSE-4.1.2-libcxx.patch, 1.1, 1.2 VirtualBox-OSE.spec, 1.73, 1.74 sources, 1.31, 1.32
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox-OSE/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17876
Modified Files:
.cvsignore VirtualBox-OSE-4.1.2-libcxx.patch
VirtualBox-OSE.spec sources
Log Message:
* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
- drop Patch to allow to build with GCC 4.7
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/.cvsignore,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- .cvsignore 6 Feb 2012 02:37:12 -0000 1.31
+++ .cvsignore 3 Apr 2012 22:22:49 -0000 1.32
@@ -1 +1 @@
-VirtualBox-4.1.8.tar.bz2
+VirtualBox-4.1.10.tar.bz2
VirtualBox-OSE-4.1.2-libcxx.patch:
Config.kmk | 4 ++--
configure | 2 +-
src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk | 2 +-
src/VBox/Additions/x11/VBoxClient/Makefile.kmk | 5 +----
src/VBox/Frontends/VirtualBox/Makefile.kmk | 2 +-
src/VBox/HostDrivers/Support/Makefile.kmk | 2 +-
src/VBox/HostDrivers/VBoxNetFlt/Makefile.kmk | 12 ++++++------
src/VBox/HostDrivers/win/Makefile.kmk | 2 +-
src/VBox/Installer/win/InstallHelper/Makefile.kmk | 2 +-
src/VBox/Installer/win/Resources/Makefile.kmk | 2 +-
src/VBox/Installer/win/Stub/Makefile.kmk | 2 +-
src/VBox/Storage/testcase/Makefile.kmk | 2 +-
src/libs/liblzf-3.4/Makefile.kmk | 2 +-
src/libs/zlib-1.2.6/Makefile.kmk | 3 +--
14 files changed, 20 insertions(+), 24 deletions(-)
Index: VirtualBox-OSE-4.1.2-libcxx.patch
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/VirtualBox-OSE-4.1.2-libcxx.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-4.1.2-libcxx.patch 27 Nov 2011 22:03:30 -0000 1.1
+++ VirtualBox-OSE-4.1.2-libcxx.patch 3 Apr 2012 22:22:49 -0000 1.2
@@ -251,8 +251,8 @@
VBox-liblzf-static_DEFS.x86 = $(VBox-liblzf_DEFS.x86)
diff --git a/src/libs/zlib-1.2.1/Makefile.kmk b/src/libs/zlib-1.2.1/Makefile.kmk
index fde8b7c..405d354 100644
---- a/src/libs/zlib-1.2.1/Makefile.kmk
-+++ b/src/libs/zlib-1.2.1/Makefile.kmk
+--- a/src/libs/zlib-1.2.6/Makefile.kmk
++++ b/src/libs/zlib-1.2.6/Makefile.kmk
@@ -39,7 +39,7 @@ VBox-zlib_SOURCES = \
inftrees.c \
inffast.c
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/VirtualBox-OSE.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- VirtualBox-OSE.spec 6 Feb 2012 02:37:12 -0000 1.73
+++ VirtualBox-OSE.spec 3 Apr 2012 22:22:49 -0000 1.74
@@ -14,7 +14,7 @@
%global prereltag %{?prerel:_%(awk 'BEGIN {print toupper("%{prerel}")}')}
Name: VirtualBox-OSE
-Version: 4.1.8
+Version: 4.1.10
Release: 1%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -42,6 +42,7 @@
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
Patch20: VirtualBox-OSE-4.1.2-testmangle.patch
+Patch22: VirtualBox-OSE-4.1.10-gsoap.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -52,10 +53,9 @@
%endif
BuildRequires: openssl-devel
BuildRequires: libcurl-devel
-BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libXcursor-devel libIDL-devel libXcomposite-devel
+BuildRequires: dev86 iasl libxslt-devel xerces-c-devel libIDL-devel
BuildRequires: yasm
BuildRequires: pulseaudio-libs-devel
-BuildRequires: libXmu-devel
BuildRequires: python-devel
BuildRequires: desktop-file-utils
BuildRequires: libcap-devel
@@ -77,6 +77,9 @@
BuildRequires: xorg-x11-proto-devel
BuildRequires: xorg-x11-server-source
BuildRequires: xorg-x11-server-devel
+BuildRequires: libXcursor-devel
+BuildRequires: libXcomposite-devel
+BuildRequires: libXmu-devel
# Plague-specific weirdness
%if 0%{?fedora} > 11 || 0%{?rhel} > 5
@@ -89,6 +92,7 @@
Requires(post): desktop-file-utils
Requires(postun): desktop-file-utils
+Requires(post): systemd-units
Requires: %{name}-kmod = %{version}%{?prereltag}
Provides: %{name}-kmod-common = %{version}%{?prereltag}
@@ -154,7 +158,7 @@
%prep
-%setup -q -n VirtualBox-%{version}_OSE
+%setup -q -n VirtualBox-%{version}
find -name '*.py[co]' -delete
%patch1 -p1 -b .noupdates
@@ -170,6 +174,7 @@
%patch17 -p1 -b .beramono
%patch18 -p1 -b .aiobug
%patch20 -p1 -b .testmangle
+%patch22 -p1 -b .gsoap
# Remove prebuilt binary tools
rm -rf kBuild
@@ -180,7 +185,7 @@
%build
-./configure --disable-kmods --enable-webservice --disable-java
+./configure --disable-kmods --enable-webservice
. ./env.sh
# VirtualBox build system installs and builds in the same step,
@@ -498,39 +503,72 @@
%changelog
-* Mon Feb 6 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-1
+* Fri Mar 23 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.10-1
- New release.
+- Upsteam says that java stuff is fiexd , https://www.virtualbox.org/ticket/9848#comment:5
+- Upsteam says that have compile fixes for kernel 3.3-rc1 (in changelog).
+- backport fix for web-service with newer versions of GSOAP, Changeset 40476 and 40477 in vbox, kindly
+ fixed from Frank Mehnert "The real fix can be found in r40476 and r40477. You should be able to
+ apply these fixes to VBox 4.1.10 as well." and add -lssl and -lcrypto by my self.
+- drop Patch to allow to build with GCC 4.7
+
+* Tue Jan 15 2012 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-4
+- Patch to allow to build with GCC 4.7
- Try fix usb/udev problem on updates without reboot computer.
- Improves on xorg17 patch, which is the xorg on guest part, we try build with our sources!.
+ Currently broken on rawhide with xorg-x11-server-1.11.99.901-2.20120103.fc17. As mentioned on
+ https://bugs.freedesktop.org/show_bug.cgi?id=43235, it fix on git, so I hope that will be fix on
+ next build of xorg-x11-server.
-* Sun Jan 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.6-2
+* Sun Jan 01 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 4.1.8-3
- Fix vboxweb-service installation
-* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1
+* Sat Dec 24 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-2
+- merge spec 4.0.4 from Lubomir Rintel <lkundrak(a)v3.sk>, which re-add BuildRequires: hal-devel on
+ F-15
+
+* Fri Dec 23 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.8-1
+- New release.
+- remove backported patch, compile_fixes, for reference https://www.virtualbox.org/ticket/9743.
+
+* Mon Dec 12 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-7
+- complete list of commands of VBox command line based on
+ src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec, revert some cleanups.
+- add source vboxweb-service to package.
+
+* Sun Dec 11 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-6
+- added compile fixes for kernel 3.2, although guest client still not start with X, now I got a
+ segfault, but will help who want try guest client with rawhide.
+
+* Mon Dec 5 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-5
+- Now rawhide needs explicit BuildRequires libpng-devel
+
+* Mon Dec 5 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-4
+- revert change for "bug #1468, conflict symbols have been fixed upstream".
+
+* Sat Dec 3 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-3
+- increase one release number to override my external link.
+
+* Sat Dec 3 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-2
+- bug #1468, conflict symbols have been fixed upstream.
+- bug #2052, drop requirement of HAL in Fedora >= 16.
+- bug #2040, is also fixed (update to 4.1.6).
+
+* Fri Dec 2 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.6-1
- New release
- drop up streamed patch VirtualBox-OSE-4.1.2-vboxpci.patch
- fix strings patch
- add VirtualBox-OSE-add-VBoxExtPackHelperApp.patch bz #1656
- redo xorg17 patch (still need some improvements, I will wait for a new change that break the patch)
- redo noupdate patch.
-- disable java binding seems unmaintained.
+- disable java binding seems non maintained.
- some cleanups.
-- bug #2052, drop requirement of HAL in Fedora >= 16.
-- bug #2040, is also fixed (update to 4.1.6).
-- Now rawhide needs explicit BuildRequires libpng-devel.
-- complete list of commands of VBox command line based on
- src/VBox/Installer/linux/rpm/VirtualBox.tmpl.spec, revert some cleanups.
-- add source vboxweb-service to package.
-- merge spec 4.0.4 from Lubomir Rintel <lkundrak(a)v3.sk>, which re-add BuildRequires: hal-devel on F-15.
-* Sun Nov 27 2011 Sérgio Basto <sergio(a)serjux.com> - 4.1.2-1
-- fix bug #1877, the fix is update VirtualBox-OSE to 4.1.x
-- small fix for bug #1979.
-- from .f16 * Wed Sep 21 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 4.1.2-1
- - New release
- - Assign USB devices to vboxusers
- - Add a web service
- - Install MIME types for disk images
+* Wed Sep 21 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 4.1.2-1
+- New release
+- Assign USB devices to vboxusers
+- Add a web service
+- Install MIME types for disk images
* Sun Apr 03 2011 Lubomir Rintel <lkundrak(a)v3.sk> - 4.0.4-1
- New release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-15/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- sources 6 Feb 2012 02:37:12 -0000 1.31
+++ sources 3 Apr 2012 22:22:49 -0000 1.32
@@ -1 +1 @@
-2092bba46baa62fab5520d67dee2ece8 VirtualBox-4.1.8.tar.bz2
+263e495ef3a7ab75943af28d446ee702 VirtualBox-4.1.10.tar.bz2
12 years, 7 months
rpms/catalyst-kmod/F-15 rename_debug.patch, NONE, 1.1 catalyst-kmod.spec, 1.43, 1.44
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/catalyst-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv332
Modified Files:
catalyst-kmod.spec
Added Files:
rename_debug.patch
Log Message:
* Tue Apr 03 2012 leigh scott <leigh123linux(a)googlemail.com> - 11.11-2
- patch for newer kernels
rename_debug.patch:
kcl_debug.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
--- NEW FILE rename_debug.patch ---
--- lib/modules/fglrx/build_mod/kcl_debug.h 2011-11-08 15:30:36.000000000 +0000
+++ lib/modules/fglrx/build_mod/kcl_debug.h 2012-04-03 19:46:34.551509851 +0100
@@ -85,8 +85,8 @@ void ATI_API_CALL KCL_DEBUG_OsDump(void)
#ifdef ERROR
#undef ERROR
#endif
-#ifdef WARN
-#undef WARN
+#ifdef KCL_WARN
+#undef KCL_WARN
#endif
#ifdef INFO
#undef INFO
@@ -122,7 +122,7 @@ typedef enum _LOG_LEVEL_
{
SPECIAL = 0,
ERROR ,
- WARN ,
+ KCL_WARN ,
INFO ,
INFOEX,
TRACE,
@@ -163,14 +163,14 @@ static log_map module_log_map[LOG_L_MAX]
{
{SPECIAL , 'S'},
{ERROR , 'E'},
- {WARN , 'W'},
+ {KCL_WARN , 'W'},
{INFO , 'I'},
{INFOEX , 'X'},
{TRACE , 'T'},
{PERFORMANCE , 'P'},
{DUMP , 'D'},
};
-#define DEFAULT_LOG_LEVEL ((U08)(___BIT(INFO) | ___BIT(INFOEX) |___BIT(ERROR) |___BIT(WARN) | ___BIT(TRACE)| ___BIT(SPECIAL) ))
+#define DEFAULT_LOG_LEVEL ((U08)(___BIT(INFO) | ___BIT(INFOEX) |___BIT(ERROR) |___BIT(KCL_WARN) | ___BIT(TRACE)| ___BIT(SPECIAL) ))
#define INFO_LOG_LEVEL ((U08)(___BIT(INFO) | ___BIT(INFOEX)))
static module_map module_type_map[LOG_M_MAX] =
{
Index: catalyst-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/catalyst-kmod/F-15/catalyst-kmod.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- catalyst-kmod.spec 3 Apr 2012 17:29:46 -0000 1.43
+++ catalyst-kmod.spec 3 Apr 2012 19:46:47 -0000 1.44
@@ -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 newest
+%define buildforkernels current
# Tweak to have debuginfo - part 1/2
%if 0%{?fedora} > 7
@@ -13,7 +13,7 @@
Name: catalyst-kmod
Version: 11.11
-Release: 1%{?dist}.20
+Release: 2%{?dist}
# Taken over by kmodtool
Summary: AMD display driver kernel module
Group: System Environment/Kernel
@@ -22,6 +22,7 @@
Source0: http://downloads.diffingo.com/rpmfusion/kmod-data/catalyst-kmod-data-%{ve...
Source11: catalyst-kmodtool-excludekernel-filterfile
Patch0: compat_alloc-Makefile.patch
+Patch1: rename_debug.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i686
@@ -67,6 +68,7 @@
pushd fglrxpkg
%patch0 -p0 -b.compat_alloc
+%patch1 -p0 -b.rename_debug
popd
for kernel_version in %{?kernel_versions} ; do
@@ -97,6 +99,9 @@
%changelog
+* Tue Apr 03 2012 leigh scott <leigh123linux(a)googlemail.com> - 11.11-2
+- patch for newer kernels
+
* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 11.11-1.20
- rebuild for updated kernel
12 years, 7 months
rpms/nvidia-kmod/F-15 kernel-3.3.patch, NONE, 1.1 nvidia-kmod.spec, 1.119, 1.120
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv23940
Modified Files:
nvidia-kmod.spec
Added Files:
kernel-3.3.patch
Log Message:
* Tue Apr 03 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:280.13-3
- patched to build with 3.3.0 kernel
kernel-3.3.patch:
conftest.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- NEW FILE kernel-3.3.patch ---
--- a/kernel/conftest.sh
+++ b/kernel/conftest.sh
@@ -122,7 +122,7 @@ build_cflags() {
CFLAGS="$BASE_CFLAGS $MACH_CFLAGS $OUTPUT_CFLAGS -I$HEADERS $AUTOCONF_CFLAGS"
if [ "$ARCH" = "i386" -o "$ARCH" = "x86_64" ]; then
- CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include"
+ CFLAGS="$CFLAGS -I$SOURCES/arch/x86/include -I$SOURCES/arch/x86/include/generated"
fi
if [ -n "$BUILD_PARAMS" ]; then
CFLAGS="$CFLAGS -D$BUILD_PARAMS"
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- nvidia-kmod.spec 3 Apr 2012 17:30:08 -0000 1.119
+++ nvidia-kmod.spec 3 Apr 2012 18:28:17 -0000 1.120
@@ -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
-%define buildforkernels newest
+%define buildforkernels current
Name: nvidia-kmod
Epoch: 1
Version: 280.13
# Taken over by kmodtool
-Release: 2%{?dist}.27
+Release: 3%{?dist}
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -25,6 +25,8 @@
Source11: nvidia-kmodtool-excludekernel-filterfile
+Patch0: kernel-3.3.patch
+
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
# needed for plague to make sure it builds for i586 and i686
@@ -46,6 +48,13 @@
kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} --obsolete-name nvidia-newest --obsolete-version "%{version}" %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
%setup -q -c -T -a 0
+# patch loop
+for arch in x86 x64
+do
+pushd nvidiapkg-${arch}
+%patch0 -p1
+popd
+done
for kernel_version in %{?kernel_versions} ; do
%ifarch %{ix86}
@@ -86,6 +95,9 @@
%changelog
+* Tue Apr 03 2012 leigh scott <leigh123linux(a)googlemail.com> - 1:280.13-3
+- patched to build with 3.3.0 kernel
+
* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.27
- rebuild for updated kernel
12 years, 7 months
rpms/wl-kmod/F-15 wl-kmod.spec,1.87,1.88
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/wl-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17223
Modified Files:
wl-kmod.spec
Log Message:
* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.14
- rebuild for updated kernel
Index: wl-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/wl-kmod/F-15/wl-kmod.spec,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- wl-kmod.spec 21 Mar 2012 11:09:58 -0000 1.87
+++ wl-kmod.spec 3 Apr 2012 17:30:19 -0000 1.88
@@ -9,7 +9,7 @@
Name: wl-kmod
Version: 5.100.82.112
-Release: 1%{?dist}.13
+Release: 1%{?dist}.14
Summary: Kernel module for Broadcom wireless devices
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -85,6 +85,9 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.14
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 5.100.82.112-1.13
- rebuild for updated kernel
12 years, 7 months
rpms/nvidia-kmod/F-15 nvidia-kmod.spec,1.118,1.119
by Nicolas Chauvet
Author: kwizart
Update of /cvs/nonfree/rpms/nvidia-kmod/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17091
Modified Files:
nvidia-kmod.spec
Log Message:
* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.27
- rebuild for updated kernel
Index: nvidia-kmod.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nvidia-kmod/F-15/nvidia-kmod.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- nvidia-kmod.spec 21 Mar 2012 11:09:46 -0000 1.118
+++ nvidia-kmod.spec 3 Apr 2012 17:30:08 -0000 1.119
@@ -9,7 +9,7 @@
Epoch: 1
Version: 280.13
# Taken over by kmodtool
-Release: 2%{?dist}.26
+Release: 2%{?dist}.27
Summary: NVIDIA display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -86,6 +86,9 @@
%changelog
+* Tue Apr 03 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.27
+- rebuild for updated kernel
+
* Wed Mar 21 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 1:280.13-2.26
- rebuild for updated kernel
12 years, 7 months