rpms/desmume/devel .cvsignore,1.4,1.5 sources,1.4,1.5
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15948
Modified Files:
.cvsignore sources
Log Message:
* Sun Apr 19 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.2-1
- Updated to upstream version 0.9.2
- Removed no longer needed patch to compile with gcc 4.4
- Added a patch from upstream to compile on 64 bit systems (SF #2755952)
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore 13 Feb 2009 09:32:53 -0000 1.4
+++ .cvsignore 25 Apr 2009 09:25:47 -0000 1.5
@@ -1,2 +1,2 @@
-desmume-0.9.1.tar.gz
desmume-man-pages-0.7.3.tar.gz
+desmume-0.9.2.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources 13 Feb 2009 09:32:53 -0000 1.4
+++ sources 25 Apr 2009 09:25:47 -0000 1.5
@@ -1,2 +1,2 @@
-38cd7fbfed4358810ce17b2978eb9a8f desmume-0.9.1.tar.gz
64cb8e6288b7490f097e20fb262f0e97 desmume-man-pages-0.7.3.tar.gz
+51482de785dce04590532b946321196d desmume-0.9.2.tar.gz
15 years, 7 months
rpms/desmume/devel desmume-0.9.2-64bit.patch, NONE, 1.1 desmume-0.9.2-nobuggytoolsmenu.patch, NONE, 1.1 desmume.spec, 1.6, 1.7 desmume-0.9.1-gcc44.patch, 1.1, NONE desmume-0.9.1-nobuggytoolsmenu.patch, 1.1, NONE
by Andrea Musuruane
Author: musuruan
Update of /cvs/free/rpms/desmume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15509
Modified Files:
desmume.spec
Added Files:
desmume-0.9.2-64bit.patch desmume-0.9.2-nobuggytoolsmenu.patch
Removed Files:
desmume-0.9.1-gcc44.patch desmume-0.9.1-nobuggytoolsmenu.patch
Log Message:
* Sun Apr 19 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.2-1
- Updated to upstream version 0.9.2
- Removed no longer needed patch to compile with gcc 4.4
- Added a patch from upstream to compile on 64 bit systems (SF #2755952)
desmume-0.9.2-64bit.patch:
--- NEW FILE desmume-0.9.2-64bit.patch ---
Index: src/gfx3d.h
===================================================================
--- src/gfx3d.h (revisione 1893)
+++ src/gfx3d.h (revisione 1894)
@@ -187,17 +187,17 @@
extern CACHE_ALIGN const u8 alpha_5bit_to_4bit[32];
//GE commands:
-void gfx3d_glViewPort(unsigned long v);
-void gfx3d_glClearColor(unsigned long v);
-void gfx3d_glFogColor(unsigned long v);
-void gfx3d_glFogOffset (unsigned long v);
-void gfx3d_glClearDepth(unsigned long v);
-void gfx3d_glMatrixMode(unsigned long v);
+void gfx3d_glViewPort(u32 v);
+void gfx3d_glClearColor(u32 v);
+void gfx3d_glFogColor(u32 v);
+void gfx3d_glFogOffset (u32 v);
+void gfx3d_glClearDepth(u32 v);
+void gfx3d_glMatrixMode(u32 v);
void gfx3d_glLoadIdentity();
BOOL gfx3d_glLoadMatrix4x4(signed long v);
BOOL gfx3d_glLoadMatrix4x3(signed long v);
-void gfx3d_glStoreMatrix(unsigned long v);
-void gfx3d_glRestoreMatrix(unsigned long v);
+void gfx3d_glStoreMatrix(u32 v);
+void gfx3d_glRestoreMatrix(u32 v);
void gfx3d_glPushMatrix(void);
void gfx3d_glPopMatrix(signed long i);
BOOL gfx3d_glTranslate(signed long v);
@@ -205,40 +205,40 @@
BOOL gfx3d_glMultMatrix3x3(signed long v);
BOOL gfx3d_glMultMatrix4x3(signed long v);
BOOL gfx3d_glMultMatrix4x4(signed long v);
-void gfx3d_glBegin(unsigned long v);
+void gfx3d_glBegin(u32 v);
void gfx3d_glEnd(void);
-void gfx3d_glColor3b(unsigned long v);
+void gfx3d_glColor3b(u32 v);
BOOL gfx3d_glVertex16b(unsigned int v);
-void gfx3d_glVertex10b(unsigned long v);
+void gfx3d_glVertex10b(u32 v);
void gfx3d_glVertex3_cord(unsigned int one, unsigned int two, unsigned int v);
-void gfx3d_glVertex_rel(unsigned long v);
+void gfx3d_glVertex_rel(u32 v);
void gfx3d_glSwapScreen(unsigned int screen);
int gfx3d_GetNumPolys();
int gfx3d_GetNumVertex();
-void gfx3d_glPolygonAttrib (unsigned long val);
-void gfx3d_glMaterial0(unsigned long val);
-void gfx3d_glMaterial1(unsigned long val);
-BOOL gfx3d_glShininess (unsigned long val);
+void gfx3d_glPolygonAttrib (u32 val);
+void gfx3d_glMaterial0(u32 val);
+void gfx3d_glMaterial1(u32 val);
+BOOL gfx3d_glShininess (u32 val);
void gfx3d_UpdateToonTable(u8 offset, u16 val);
void gfx3d_UpdateToonTable(u8 offset, u32 val);
-void gfx3d_glTexImage(unsigned long val);
-void gfx3d_glTexPalette(unsigned long val);
-void gfx3d_glTexCoord(unsigned long val);
-void gfx3d_glNormal(unsigned long v);
+void gfx3d_glTexImage(u32 val);
+void gfx3d_glTexPalette(u32 val);
+void gfx3d_glTexCoord(u32 val);
+void gfx3d_glNormal(u32 v);
signed long gfx3d_GetClipMatrix (unsigned int index);
signed long gfx3d_GetDirectionalMatrix (unsigned int index);
-void gfx3d_glLightDirection (unsigned long v);
-void gfx3d_glLightColor (unsigned long v);
-void gfx3d_glAlphaFunc(unsigned long v);
-BOOL gfx3d_glBoxTest(unsigned long v);
-BOOL gfx3d_glPosTest(unsigned long v);
-void gfx3d_glVecTest(unsigned long v);
+void gfx3d_glLightDirection (u32 v);
+void gfx3d_glLightColor (u32 v);
+void gfx3d_glAlphaFunc(u32 v);
+BOOL gfx3d_glBoxTest(u32 v);
+BOOL gfx3d_glPosTest(u32 v);
+void gfx3d_glVecTest(u32 v);
unsigned int gfx3d_glGetPosRes(unsigned int index);
unsigned short gfx3d_glGetVecRes(unsigned int index);
-void gfx3d_glFlush(unsigned long v);
+void gfx3d_glFlush(u32 v);
void gfx3d_VBlankSignal();
void gfx3d_VBlankEndSignal(bool skipFrame);
-void gfx3d_Control(unsigned long v);
+void gfx3d_Control(u32 v);
u32 gfx3d_GetGXstatus();
void gfx3d_sendCommandToFIFO(u32 val);
void gfx3d_sendCommand(u32 cmd, u32 param);
desmume-0.9.2-nobuggytoolsmenu.patch:
--- NEW FILE desmume-0.9.2-nobuggytoolsmenu.patch ---
diff -durN desmume-0.9.2.orig/src/gtk/main.cpp desmume-0.9.2/src/gtk/main.cpp
--- desmume-0.9.2.orig/src/gtk/main.cpp 2009-04-12 00:25:33.000000000 +0200
+++ desmume-0.9.2/src/gtk/main.cpp 2009-04-19 10:38:40.000000000 +0200
@@ -1966,7 +1966,6 @@
desmume_gtk_menu_file(pMenuBar);
desmume_gtk_menu_emulation(pMenuBar, my_config->opengl_2d);
desmume_gtk_menu_config(pMenuBar, my_config->savetype);
- desmume_gtk_menu_tools(pMenuBar);
desmume_gtk_menu_help(pMenuBar);
gtk_box_pack_start(GTK_BOX(pVBox), pMenuBar, FALSE, FALSE, 0);
Index: desmume.spec
===================================================================
RCS file: /cvs/free/rpms/desmume/devel/desmume.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- desmume.spec 29 Mar 2009 12:58:30 -0000 1.6
+++ desmume.spec 25 Apr 2009 09:19:28 -0000 1.7
@@ -1,6 +1,6 @@
Name: desmume
-Version: 0.9.1
-Release: 3%{?dist}
+Version: 0.9.2
+Release: 1%{?dist}
Summary: A Nintendo DS emulator
Group: Applications/Emulators
@@ -9,10 +9,10 @@
Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
Source1: desmume-man-pages-0.7.3.tar.gz
Patch0: %{name}-0.9-dontlookinbuilddir.patch
-Patch1: %{name}-0.9.1-nobuggytoolsmenu.patch
-# Compile with gcc 4.4
-# http://sourceforge.net/tracker/index.php?func=detail&aid=2599049&group_id...
-Patch2: %{name}-0.9.1-gcc44.patch
+Patch1: %{name}-0.9.2-nobuggytoolsmenu.patch
+# Compile on 64 bit systems
+# http://sourceforge.net/tracker/?func=detail&aid=2755952&group_id=164579&a...
+Patch2: %{name}-0.9.2-64bit.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gtkglext-devel
@@ -55,7 +55,7 @@
%ifarch x86_64
%patch1 -p1
%endif
-%patch2 -p1
+%patch2 -p0
# Fix end-of-line encoding
sed -i 's/\r//' ChangeLog AUTHORS
@@ -189,6 +189,11 @@
%changelog
+* Sun Apr 19 2009 Andrea Musuruane <musuruan(a)gmail.com> 0.9.2-1
+- Updated to upstream version 0.9.2
+- Removed no longer needed patch to compile with gcc 4.4
+- Added a patch from upstream to compile on 64 bit systems (SF #2755952)
+
* Sun Mar 29 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 0.9.1-3
- rebuild for new F11 features
--- desmume-0.9.1-gcc44.patch DELETED ---
--- desmume-0.9.1-nobuggytoolsmenu.patch DELETED ---
15 years, 7 months
rpms/mythtv-themes/devel mythtv-themes.spec, 1.10, 1.11 sources, 1.7, 1.8
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv-themes/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22292
Modified Files:
mythtv-themes.spec sources
Log Message:
* Fri Apr 24 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20448
- Update to pre-0.22 svn trunk, rev 20448
Index: mythtv-themes.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/mythtv-themes.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mythtv-themes.spec 7 Apr 2009 23:23:28 -0000 1.10
+++ mythtv-themes.spec 25 Apr 2009 01:03:26 -0000 1.11
@@ -17,7 +17,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r20317
+%define _svnrev r20448
%define branch trunk
#
@@ -111,6 +111,9 @@
%{_datadir}/mythtv/themes/*
%changelog
+* Fri Apr 24 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20448
+- Update to pre-0.22 svn trunk, rev 20448
+
* Tue Apr 07 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20317
- Update to pre-0.22 svn trunk, rev 20317
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv-themes/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources 7 Apr 2009 23:22:39 -0000 1.7
+++ sources 25 Apr 2009 01:03:26 -0000 1.8
@@ -1,2 +1,2 @@
-2e5fa71fabf0d1c1205a33e09fa2d83d themes-0.22.tar.bz2
-459bb707a9a754fb01c7aa4d589f540b myththemes-0.22.tar.bz2
+df3c5cf4838dabd97af413b49fc35e41 myththemes-0.22.tar.bz2
+58913811b9a6c9454ed21f7a0e9d6209 themes-0.22.tar.bz2
15 years, 7 months
rpms/mythtv/devel mythtv.spec,1.32,1.33 sources,1.14,1.15
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21876
Modified Files:
mythtv.spec sources
Log Message:
* Fri Apr 24 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20448
- Update to pre-0.22 svn trunk, revision 20448
- Add BR: pulseaudio-libs-devel to enable proper pulseaudio support (rfbz#567)
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mythtv.spec 14 Apr 2009 02:10:51 -0000 1.32
+++ mythtv.spec 25 Apr 2009 01:00:07 -0000 1.33
@@ -60,7 +60,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r20371
+%define _svnrev r20448
%define branch trunk
#
@@ -97,6 +97,7 @@
# The following options are enabled by default. Use --without to disable them
%define with_perl %{?_without_perl: 0} %{!?_without_perl: 1}
%define with_python %{?_without_python: 0} %{!?_without_python: 1}
+%define with_pulseaudio %{?_without_pulseaudio: 0} %{!?_without_pulseaudio: 1}
# The following options are disabled by default. Use --with to enable them
%define with_directfb %{?_with_directfb: 1} %{!?_with_directfb: 0}
@@ -201,6 +202,9 @@
BuildRequires: alsa-lib-devel
BuildRequires: arts-devel
BuildRequires: jack-audio-connection-kit-devel
+%if %{with_pulseaudio}
+BuildRequires: pulseaudio-libs-devel
+%endif
# Need dvb headers to build in dvb support
BuildRequires: kernel-headers
@@ -1462,6 +1466,10 @@
################################################################################
%changelog
+* Fri Apr 24 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20448
+- Update to pre-0.22 svn trunk, revision 20448
+- Add BR: pulseaudio-libs-devel to enable proper pulseaudio support (rfbz#567)
+
* Mon Apr 13 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.2.svn.r20371
- Update to pre-0.22 svn trunk, revision 20371
- Relocate Requires: wget to the sub-packages where necessary (rfbz#384)
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 14 Apr 2009 02:10:51 -0000 1.14
+++ sources 25 Apr 2009 01:00:07 -0000 1.15
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-fc44fd1ef39a8964bdd3336676b880e5 mythtv-0.22.tar.bz2
-0d0526a41dae33706eabd961f7487192 mythplugins-0.22.tar.bz2
+a9a6b69e354524862f22a232ed6c1cc0 mythplugins-0.22.tar.bz2
+591fb6092f66f7603962ed91ee7241db mythtv-0.22.tar.bz2
15 years, 7 months
rpms/VirtualBox-OSE/F-10 VirtualBox-OSE.spec,1.2,1.3
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8415/F-10
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fixup the damn' plague's excludearch
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-10/VirtualBox-OSE.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-OSE.spec 24 Apr 2009 20:32:11 -0000 1.2
+++ VirtualBox-OSE.spec 24 Apr 2009 20:42:04 -0000 1.3
@@ -46,11 +46,12 @@
%endif
# Plague-specific weirdness
-%ifarch %{ix86}
-ExclusiveArch: %{_target_cpu}
+%if 0%{?fedora} > 10
+ExclusiveArch: i586 x86_64
%else
-ExclusiveArch: x86_64
+ExclusiveArch: i386 x86_64
%endif
+
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
15 years, 7 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.2,1.3
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8415/devel
Modified Files:
VirtualBox-OSE.spec
Log Message:
Fixup the damn' plague's excludearch
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-OSE.spec 24 Apr 2009 20:27:25 -0000 1.2
+++ VirtualBox-OSE.spec 24 Apr 2009 20:42:04 -0000 1.3
@@ -46,11 +46,12 @@
%endif
# Plague-specific weirdness
-%ifarch %{ix86}
-ExclusiveArch: %{_target_cpu}
+%if 0%{?fedora} > 10
+ExclusiveArch: i586 x86_64
%else
-ExclusiveArch: x86_64
+ExclusiveArch: i386 x86_64
%endif
+
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
15 years, 7 months
rpms/VirtualBox-OSE/F-10 VirtualBox-OSE.spec,1.1,1.2
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7779
Modified Files:
VirtualBox-OSE.spec
Log Message:
* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-4
- Adjust architecture list for plague
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-10/VirtualBox-OSE.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE.spec 21 Apr 2009 06:26:12 -0000 1.1
+++ VirtualBox-OSE.spec 24 Apr 2009 20:32:11 -0000 1.2
@@ -8,7 +8,7 @@
Name: VirtualBox-OSE
Version: 2.1.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -45,7 +45,12 @@
BuildRequires: qt-devel < 1:4
%endif
-ExclusiveArch: %{ix86} x86_64
+# Plague-specific weirdness
+%ifarch %{ix86}
+ExclusiveArch: %{_target_cpu}
+%else
+ExclusiveArch: x86_64
+%endif
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
@@ -345,6 +350,9 @@
%changelog
+* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-4
+- Adjust architecture list for plague
+
* Sun Apr 12 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-3
- Fix SDK permissions
- Fix SDK requires
15 years, 7 months
rpms/VirtualBox-OSE-kmod/F-10 VirtualBox-OSE-kmod.spec,1.1,1.2
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7538
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-2
- Fix akmod requires
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-10/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE-kmod.spec 21 Apr 2009 06:28:25 -0000 1.1
+++ VirtualBox-OSE-kmod.spec 24 Apr 2009 20:28:07 -0000 1.2
@@ -3,11 +3,11 @@
# "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: VirtualBox-OSE-kmod
Version: 2.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -17,8 +17,9 @@
Source1: VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: %{_bindir}/kmodtool
-BuildRequires: VirtualBox-OSE-kmodsrc = %{version}
+%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}
+BuildRequires: %{AkmodsBuildRequires}
+
Requires: VirtualBox-OSE = %{version}-%{release}
# needed for plague to make sure it builds for i586 and i686
@@ -77,6 +78,9 @@
%changelog
+* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-2
+- Fix akmod requires
+
* Sat Mar 14 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-1
- Update to 2.1.4
- Enable VBOX_USE_INSERT_PAGE (VirtualBox #3403)
15 years, 7 months
rpms/VirtualBox-OSE/devel VirtualBox-OSE.spec,1.1,1.2
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7155
Modified Files:
VirtualBox-OSE.spec
Log Message:
* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-4
- Adjust architecture list for plague
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- VirtualBox-OSE.spec 21 Apr 2009 06:26:11 -0000 1.1
+++ VirtualBox-OSE.spec 24 Apr 2009 20:27:25 -0000 1.2
@@ -8,7 +8,7 @@
Name: VirtualBox-OSE
Version: 2.1.4
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -45,7 +45,12 @@
BuildRequires: qt-devel < 1:4
%endif
-ExclusiveArch: %{ix86} x86_64
+# Plague-specific weirdness
+%ifarch %{ix86}
+ExclusiveArch: %{_target_cpu}
+%else
+ExclusiveArch: x86_64
+%endif
Requires: %{name}-kmod = %{version}
Provides: %{name}-kmod-common = %{version}
@@ -345,6 +350,9 @@
%changelog
+* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-4
+- Adjust architecture list for plague
+
* Sun Apr 12 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-3
- Fix SDK permissions
- Fix SDK requires
15 years, 7 months
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.2,1.3
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv7052
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-2
- Fix akmod requires
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- VirtualBox-OSE-kmod.spec 21 Apr 2009 08:09:51 -0000 1.2
+++ VirtualBox-OSE-kmod.spec 24 Apr 2009 20:27:19 -0000 1.3
@@ -7,7 +7,7 @@
Name: VirtualBox-OSE-kmod
Version: 2.1.4
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -17,8 +17,9 @@
Source1: VirtualBox-OSE-kmod-1.6.4-kernel-variants.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: %{_bindir}/kmodtool
-BuildRequires: VirtualBox-OSE-kmodsrc = %{version}
+%global AkmodsBuildRequires %{_bindir}/kmodtool, VirtualBox-OSE-kmodsrc = %{version}
+BuildRequires: %{AkmodsBuildRequires}
+
Requires: VirtualBox-OSE = %{version}-%{release}
# needed for plague to make sure it builds for i586 and i686
@@ -77,6 +78,9 @@
%changelog
+* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-2
+- Fix akmod requires
+
* Sat Mar 14 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-1
- Update to 2.1.4
- Enable VBOX_USE_INSERT_PAGE (VirtualBox #3403)
15 years, 7 months