rpms/VirtualBox-OSE/F-10 VirtualBox-OSE-2.1.4-sysenter.patch, NONE, 1.1 VirtualBox-OSE.spec, 1.3, 1.4
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22188
Modified Files:
VirtualBox-OSE.spec
Added Files:
VirtualBox-OSE-2.1.4-sysenter.patch
Log Message:
* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-5
- Security update: Fix CVE-2009-2715
VirtualBox-OSE-2.1.4-sysenter.patch:
--- NEW FILE VirtualBox-OSE-2.1.4-sysenter.patch ---
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2009-2715
http://www.milw0rm.com/exploits/9323
------------------------------------------------------------------------
r21937 | vboxsync | 2009-08-03 10:50:47 +0200 (Mon, 03 Aug 2009) | 3 lines
Fixed wrong check for sysenter.
------------------------------------------------------------------------
Index: src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac
===================================================================
--- src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (revision 21936)
+++ src/VBox/VMM/VMMSwitcher/AMD64andLegacy.mac (revision 21937)
@@ -255,13 +255,13 @@
FIXUP FIX_NO_SYSENTER_JMP, 0, htg_no_sysenter - NAME(Start) ; this will insert a jmp htg_no_sysenter if host doesn't use sysenter.
; save MSR_IA32_SYSENTER_CS register.
+ mov rbx, rdx ; save edx
mov ecx, MSR_IA32_SYSENTER_CS
- mov rbx, rdx ; save edx
rdmsr ; edx:eax <- MSR[ecx]
- mov [rbx + r8 + CPUMCPU.Host.SysEnter.cs], rax
- mov [rbx + r8 + CPUMCPU.Host.SysEnter.cs + 4], rdx
- xor rax, rax ; load 0:0 to cause #GP upon sysenter
- xor rdx, rdx
+ mov [rbx + r8 + CPUMCPU.Host.SysEnter.cs], eax
+ mov [rbx + r8 + CPUMCPU.Host.SysEnter.cs + 4], edx
+ xor eax, eax ; load 0:0 to cause #GP upon sysenter
+ xor edx, edx
wrmsr
mov rdx, rbx ; restore edx
jmp short htg_no_sysenter
Index: src/VBox/VMM/VMMR0/CPUMR0.cpp
===================================================================
--- src/VBox/VMM/VMMR0/CPUMR0.cpp (revision 21936)
+++ src/VBox/VMM/VMMR0/CPUMR0.cpp (revision 21937)
@@ -85,9 +85,7 @@
uint32_t u32 = ASMRdMsr_Low(MSR_IA32_SYSENTER_CS);
if (u32)
{
- for (unsigned i=0;i<pVM->cCPUs;i++)
- pVM->aCpus[i].cpum.s.fUseFlags |= CPUM_USE_SYSENTER;
-
+ pVM->cpum.s.fHostUseFlags |= CPUM_USE_SYSENTER;
Log(("CPUMR0Init: host uses sysenter cs=%08x%08x\n", ASMRdMsr_High(MSR_IA32_SYSENTER_CS), u32));
}
}
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-10/VirtualBox-OSE.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- VirtualBox-OSE.spec 24 Apr 2009 20:42:04 -0000 1.3
+++ VirtualBox-OSE.spec 7 Oct 2009 11:00:33 -0000 1.4
@@ -8,7 +8,7 @@
Name: VirtualBox-OSE
Version: 2.1.4
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -27,6 +27,7 @@
Patch11: %{name}-2.1.2-gcc44.patch
Patch12: %{name}-2.1.4-swab.patch
Patch13: %{name}-2.1.4-libcap.patch
+Patch14: %{name}-2.1.4-sysenter.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -114,6 +115,7 @@
%patch11 -p1 -b .gcc44
%patch12 -p1 -b .swab
%patch13 -p1 -b .libcap
+%patch14 -p0 -b .sysenter
# Copy icons forgotten from distribution, see patch9
cp src/VBox/Frontends/VirtualBox4/images/os_*.png src/VBox/Frontends/VirtualBox/images
@@ -351,6 +353,9 @@
%changelog
+* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-5
+- Security update: Fix CVE-2009-2715
+
* Fri Apr 24 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 2.1.4-4
- Adjust architecture list for plague
15 years, 1 month
rpms/VirtualBox-OSE-kmod/F-11 VirtualBox-OSE-kmod.spec,1.29,1.30
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21162/F-11
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
Merge from devel
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/F-11/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- VirtualBox-OSE-kmod.spec 30 Sep 2009 07:52:49 -0000 1.29
+++ VirtualBox-OSE-kmod.spec 7 Oct 2009 10:48:57 -0000 1.30
@@ -3,15 +3,15 @@
# "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
# Allow only root to access vboxdrv regardless of the file mode
# use only for debugging!
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 3.0.6
-Release: 1%{?dist}.1
+Version: 3.0.8
+Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
Group: System Environment/Kernel
@@ -90,8 +90,8 @@
%changelog
-* Wed Sep 30 2009 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 3.0.6-1.1
-- rebuild for new kernels
+* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
+- Version bump
* Mon Aug 17 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.6-1
- Update to 3.0.6, re-enable hardening
15 years, 1 month
rpms/VirtualBox-OSE/F-11 .cvsignore, 1.8, 1.9 VirtualBox-OSE.spec, 1.15, 1.16 sources, 1.8, 1.9
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20498/F-11
Modified Files:
.cvsignore VirtualBox-OSE.spec sources
Log Message:
Merge from devel
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 11 Sep 2009 07:09:24 -0000 1.8
+++ .cvsignore 7 Oct 2009 10:45:17 -0000 1.9
@@ -1,2 +1,2 @@
UserManual.pdf
-VirtualBox-3.0.6-OSE.tar.bz2
+VirtualBox-3.0.8-OSE.tar.bz2
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/VirtualBox-OSE.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- VirtualBox-OSE.spec 11 Sep 2009 07:09:24 -0000 1.15
+++ VirtualBox-OSE.spec 7 Oct 2009 10:45:17 -0000 1.16
@@ -16,7 +16,7 @@
%endif
Name: VirtualBox-OSE
-Version: 3.0.6
+Version: 3.0.8
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -435,6 +435,10 @@
%changelog
+* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
+- Update to newer upstream
+- Fixes SunSolve #268188 security issue
+
* Thu Sep 10 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.6-1
- Bring hardening back, stupid Lubomir
- Update to recent upstream release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/F-11/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 11 Sep 2009 07:09:24 -0000 1.8
+++ sources 7 Oct 2009 10:45:17 -0000 1.9
@@ -1,2 +1,2 @@
-7b9dcaa2339f122db12228c6501c2176 UserManual.pdf
-8249090b4e08ca2eff3efa9f836f370b VirtualBox-3.0.6-OSE.tar.bz2
+e682baf64906a0d01bb592b81a3c54ac UserManual.pdf
+e712f2979e501be59314464d021b6d8b VirtualBox-3.0.8-OSE.tar.bz2
15 years, 1 month
rpms/VirtualBox-OSE-kmod/devel VirtualBox-OSE-kmod.spec,1.24,1.25
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20257
Modified Files:
VirtualBox-OSE-kmod.spec
Log Message:
* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
- Version bump
Index: VirtualBox-OSE-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE-kmod/devel/VirtualBox-OSE-kmod.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- VirtualBox-OSE-kmod.spec 11 Sep 2009 07:06:47 -0000 1.24
+++ VirtualBox-OSE-kmod.spec 7 Oct 2009 10:34:50 -0000 1.25
@@ -10,7 +10,7 @@
%bcond_without hardening
Name: VirtualBox-OSE-kmod
-Version: 3.0.6
+Version: 3.0.8
Release: 1%{?dist}
Summary: Kernel module for VirtualBox-OSE
@@ -90,6 +90,9 @@
%changelog
+* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
+- Version bump
+
* Mon Aug 17 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.6-1
- Update to 3.0.6, re-enable hardening
15 years, 1 month
rpms/VirtualBox-OSE/devel .cvsignore, 1.8, 1.9 VirtualBox-OSE.spec, 1.32, 1.33 sources, 1.8, 1.9
by Lubomir Rintel
Author: lkundrak
Update of /cvs/free/rpms/VirtualBox-OSE/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15221
Modified Files:
.cvsignore VirtualBox-OSE.spec sources
Log Message:
* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
- Update to newer upstream
- Fixes SunSolve #268188 security issue
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 11 Sep 2009 06:59:37 -0000 1.8
+++ .cvsignore 7 Oct 2009 09:07:54 -0000 1.9
@@ -1,2 +1,2 @@
UserManual.pdf
-VirtualBox-3.0.6-OSE.tar.bz2
+VirtualBox-3.0.8-OSE.tar.bz2
Index: VirtualBox-OSE.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/VirtualBox-OSE.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- VirtualBox-OSE.spec 11 Sep 2009 06:59:37 -0000 1.32
+++ VirtualBox-OSE.spec 7 Oct 2009 09:07:54 -0000 1.33
@@ -16,7 +16,7 @@
%endif
Name: VirtualBox-OSE
-Version: 3.0.6
+Version: 3.0.8
Release: 1%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
@@ -435,6 +435,10 @@
%changelog
+* Wed Oct 07 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.8-1
+- Update to newer upstream
+- Fixes SunSolve #268188 security issue
+
* Thu Sep 10 2009 Lubomir Rintel <lkundrak(a)v3.sk> - 3.0.6-1
- Bring hardening back, stupid Lubomir
- Update to recent upstream release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/VirtualBox-OSE/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 11 Sep 2009 06:59:37 -0000 1.8
+++ sources 7 Oct 2009 09:07:54 -0000 1.9
@@ -1,2 +1,2 @@
-7b9dcaa2339f122db12228c6501c2176 UserManual.pdf
-8249090b4e08ca2eff3efa9f836f370b VirtualBox-3.0.6-OSE.tar.bz2
+e682baf64906a0d01bb592b81a3c54ac UserManual.pdf
+e712f2979e501be59314464d021b6d8b VirtualBox-3.0.8-OSE.tar.bz2
15 years, 1 month
rpms/x264/devel x264.spec, 1.13, 1.14 x264-ppc.patch, 1.2, NONE x264-rpm.patch, 1.7, NONE
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15716
Modified Files:
x264.spec
Removed Files:
x264-ppc.patch x264-rpm.patch
Log Message:
- Update to 20091007git
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- x264.spec 6 Oct 2009 22:54:11 -0000 1.13
+++ x264.spec 6 Oct 2009 22:55:36 -0000 1.14
@@ -133,7 +133,6 @@
%changelog
* Tue Mar 26 2009 kwizart <kwizart at gmail.com > - 0.0.0-0.25.20091007git496d79d
- Update to 20091007git
-- enable asm on all x86 since default is already i686
* Tue Mar 26 2009 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.24.20090319gitc109c8
- 20090319 snapshot
--- x264-ppc.patch DELETED ---
--- x264-rpm.patch DELETED ---
15 years, 1 month
rpms/x264/devel .cvsignore, 1.8, 1.9 sources, 1.8, 1.9 x264.spec, 1.12, 1.13
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/x264/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15391
Modified Files:
.cvsignore sources x264.spec
Log Message:
Update to 20091007git
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/x264/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore 26 Mar 2009 21:19:02 -0000 1.8
+++ .cvsignore 6 Oct 2009 22:54:11 -0000 1.9
@@ -1 +1 @@
-x264-20090319.tar.bz2
+x264-20091007.tar.bz2
Index: sources
===================================================================
RCS file: /cvs/free/rpms/x264/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources 26 Mar 2009 21:19:02 -0000 1.8
+++ sources 6 Oct 2009 22:54:11 -0000 1.9
@@ -1 +1 @@
-548146e4fe42572a8dfde55c65ce5206 x264-20090319.tar.bz2
+ffc7db63f7a44f083a99ef3a5d8fff72 x264-20091007.tar.bz2
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- x264.spec 26 Mar 2009 21:19:02 -0000 1.12
+++ x264.spec 6 Oct 2009 22:54:11 -0000 1.13
@@ -1,17 +1,15 @@
-%define snapshot 20090319
-%define git c109c8
+%global snapshot 20091007
+%global git 496d79d
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.0.0
-Release: 0.24.%{snapshot}git%{git}%{?dist}
+Release: 0.25.%{snapshot}git%{git}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
Source0: http://rpm.greysector.net/livna/%{name}-%{snapshot}.tar.bz2
Source1: x264-snapshot.sh
-Patch0: %{name}-rpm.patch
-Patch1: %{name}-ppc.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -u -n)
%{!?_without_gpac:BuildRequires: gpac-devel-static}
%{?_with_visualize:BuildRequires: libX11-devel}
@@ -65,8 +63,6 @@
%prep
%setup -q -n %{name}-%{snapshot}
-%patch0 -p1 -b .r
-%patch1 -p1 -b .ppc
# AUTHORS file is in iso-8859-1
iconv -f iso-8859-1 -t utf-8 -o AUTHORS.utf8 AUTHORS
mv -f AUTHORS.utf8 AUTHORS
@@ -122,6 +118,7 @@
%ifarch %{ix86}
%{_libdir}/i686/libx264.so.*
%endif
+%exclude %{_libdir}/libx264.a
%files devel
%defattr(644, root, root, 0755)
@@ -134,6 +131,10 @@
%endif
%changelog
+* Tue Mar 26 2009 kwizart <kwizart at gmail.com > - 0.0.0-0.25.20091007git496d79d
+- Update to 20091007git
+- enable asm on all x86 since default is already i686
+
* Tue Mar 26 2009 Dominik Mierzejewski <rpm(a)greysector.net> 0.0.0-0.24.20090319gitc109c8
- 20090319 snapshot
- build with static gpac
15 years, 1 month
rpms/mythtv/devel mythtv.spec,1.52,1.53 sources,1.30,1.31
by Jarod Wilson
Author: jarod
Update of /cvs/free/rpms/mythtv/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv24693
Modified Files:
mythtv.spec sources
Log Message:
* Tue Oct 06 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22270
- Update to pre-0.22 svn trunk revision 22270
- Fix temp include path for building plugins
- Drop some old shouldn't-be-needed-anymore BR
- Use fftw v3 instead of v2 now
Index: mythtv.spec
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/mythtv.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- mythtv.spec 3 Oct 2009 03:59:39 -0000 1.52
+++ mythtv.spec 6 Oct 2009 15:27:34 -0000 1.53
@@ -65,7 +65,7 @@
%define desktop_vendor RPMFusion
# SVN Revision number and branch ID
-%define _svnrev r22179
+%define _svnrev r22270
%define branch trunk
#
@@ -183,12 +183,10 @@
# Misc A/V format support
BuildRequires: faac-devel
BuildRequires: faad2-devel
-BuildRequires: fftw2-devel < 3
-BuildRequires: fftw2-devel >= 2.1.3
+BuildRequires: fftw-devel >= 3
BuildRequires: flac-devel >= 1.0.4
BuildRequires: gsm-devel
BuildRequires: lame-devel
-BuildRequires: libdca-devel
BuildRequires: libdvdnav-devel
BuildRequires: libdvdread-devel >= 0.9.4
# nb: libdvdcss will be dynamically loaded if installed
@@ -197,7 +195,7 @@
BuildRequires: libtheora-devel
BuildRequires: libvorbis-devel >= 1.0
BuildRequires: mjpegtools-devel >= 1.6.1
-BuildRequires: taglib-devel >= 1.4
+BuildRequires: taglib-devel >= 1.5
BuildRequires: transcode >= 0.6.8
BuildRequires: x264-devel
BuildRequires: xvidcore-devel >= 0.9.1
@@ -246,7 +244,6 @@
%if %{with_plugins}
%if %{with_mythgallery}
-BuildRequires: libtiff-devel
BuildRequires: libexif-devel >= 0.6.9
%endif
@@ -390,12 +387,10 @@
# Misc A/V format support
Requires: faac-devel
Requires: faad2-devel
-Requires: fftw2-devel < 3
-Requires: fftw2-devel >= 2.1.3
+Requires: fftw-devel >= 3
Requires: flac-devel >= 1.0.4
Requires: gsm-devel
Requires: lame-devel
-Requires: libdca-devel
Requires: libdvdnav-devel
Requires: libdvdread-devel >= 0.9.4
Requires: libfame-devel >= 0.9.0
@@ -403,7 +398,7 @@
Requires: libtheora-devel
Requires: libvorbis-devel >= 1.0
Requires: mjpegtools-devel >= 1.6.1
-Requires: taglib-devel >= 1.4
+Requires: taglib-devel >= 1.5
Requires: transcode >= 0.6.8
Requires: x264-devel
Requires: xvidcore-devel >= 0.9.1
@@ -920,6 +915,7 @@
--enable-audio-alsa \
--enable-audio-oss \
--enable-audio-jack \
+ --enable-libfftw3 \
--enable-x11 --x11-path=%{_includedir} \
--enable-xv \
--enable-xvmc-vld --enable-xvmc-pro \
@@ -930,7 +926,7 @@
--enable-firewire \
--enable-dvb \
--enable-libfaac --enable-nonfree \
- --enable-libfaad --enable-libfaad --enable-libfaadbin \
+ --enable-libfaad --enable-libfaadbin \
--enable-libmp3lame \
--enable-libtheora --enable-libvorbis \
--enable-libxvid \
@@ -992,7 +988,7 @@
echo "QMAKE_PROJECT_DEPTH = 0" >> settings.pro
find . -name \*.pro \
-exec sed -i -e "s,INCLUDEPATH += .\+/include/mythtv,INCLUDEPATH += $temp%{_includedir}/mythtv," {} \; \
- -exec sed -i -e "s,TARGETDEPS += \$\${LIBDIR}/libmyth,TARGETDEPS += $temp%{_libdir}/libmyth," {} \; \
+ -exec sed -i -e "s,DEPLIBS = \$\${LIBDIR},DEPLIBS = $temp%{_libdir}," {} \; \
-exec sed -i -e "s,\$\${PREFIX}/include/mythtv,$temp%{_includedir}/mythtv," {} \;
echo "INCLUDEPATH -= \$\${PREFIX}/include" >> settings.pro
echo "INCLUDEPATH -= %{_includedir}" >> settings.pro
@@ -1397,6 +1393,7 @@
%{_bindir}/ignyte
%{_datadir}/mythtv/themes/default/movies-ui.xml
%{_libdir}/mythtv/plugins/libmythmovies.so
+%{_datadir}/mythtv/i18n/mythmovies_*.qm
%endif
%if %{with_mythmusic}
@@ -1465,6 +1462,7 @@
%{_libdir}/mythtv/plugins/libmythzoneminder.so
%{_datadir}/mythtv/zonemindermenu.xml
%{_bindir}/mythzmserver
+%{_datadir}/mythtv/i18n/mythzoneminder_*.qm
%endif
%endif
@@ -1472,6 +1470,15 @@
################################################################################
%changelog
+* Tue Oct 06 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22270
+- Update to pre-0.22 svn trunk revision 22270
+- Fix temp include path for building plugins
+- Drop some old shouldn't-be-needed-anymore BR
+- Use fftw v3 instead of v2 now
+
+* Sun Oct 04 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22228
+- Update to pre-0.22 svn trunk revision 22228
+
* Fri Oct 02 2009 Jarod Wilson <jarod(a)wilsonet.com> 0.22-0.4.svn.r22179
- Update to pre-0.22 svn trunk revision 22179
- Drop BR: libmad-devel, its no longer used
Index: sources
===================================================================
RCS file: /cvs/free/rpms/mythtv/devel/sources,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- sources 3 Oct 2009 03:59:39 -0000 1.30
+++ sources 6 Oct 2009 15:27:34 -0000 1.31
@@ -1,4 +1,4 @@
be3ab99952c2a3a135a7c4af90b08f15 mythfrontend.png
be3ab99952c2a3a135a7c4af90b08f15 mythtv-setup.png
-2d357376e36b5b1cb0aa24f8fb3e13bf mythtv-0.22.tar.bz2
-baed7824a09c21355ea98a543fdc7015 mythplugins-0.22.tar.bz2
+0eb7cca2a0c83cd018501df31b875d30 mythplugins-0.22.tar.bz2
+539f8b111b05910d8ffd7b6d88e8765a mythtv-0.22.tar.bz2
15 years, 1 month
rpms/bsnes/F-10 .cvsignore, 1.14, 1.15 bsnes.spec, 1.15, 1.16 sources, 1.14, 1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-10
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31498
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Tue Sep 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.052-1
- Updated to 0.052
- Given that bsnes is GPL now, the Qt requirement can be unversioned
- Cleaned up the make line
- Use %global instead of %define
- Dropped minizip-devel from BuildRequires
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 28 Sep 2009 09:35:14 -0000 1.14
+++ .cvsignore 5 Oct 2009 10:20:17 -0000 1.15
@@ -1 +1 @@
-bsnes_v051.tar.bz2
+bsnes_v052.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/bsnes.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- bsnes.spec 28 Sep 2009 09:35:14 -0000 1.15
+++ bsnes.spec 5 Oct 2009 10:20:17 -0000 1.16
@@ -1,4 +1,4 @@
-%define vernumber 051
+%global vernumber 052
Name: bsnes
Version: 0.%{vernumber}
@@ -22,11 +22,9 @@
BuildRequires: freealut-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
-BuildRequires: minizip-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: SDL-devel
-#Qt >= 4.5 is required for legal reasons
-BuildRequires: qt-devel >= 1:4.5.0-1
+BuildRequires: qt-devel
%description
bsnes is an emulator that began development on 2004-10-14. The purpose of the
@@ -54,8 +52,7 @@
%build
pushd src
-make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true \
- moc=moc-qt4
+make %{?_smp_mflags} platform=x compiler=gcc moc=moc-qt4
%install
@@ -80,6 +77,13 @@
%changelog
+* Tue Sep 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.052-1
+- Updated to 0.052
+- Given that bsnes is GPL now, the Qt requirement can be unversioned
+- Cleaned up the make line
+- Use %%global instead of %%define
+- Dropped minizip-devel from BuildRequires
+
* Sun Sep 27 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.051-1
- Updated to 0.051
- Updated the strip patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-10/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 28 Sep 2009 09:35:14 -0000 1.14
+++ sources 5 Oct 2009 10:20:17 -0000 1.15
@@ -1 +1 @@
-1c9545c9d24a9fc3bfa5c0ab1f4d2990 bsnes_v051.tar.bz2
+aa221cd5977852012ebc0d54fd606a63 bsnes_v052.tar.bz2
15 years, 1 month
rpms/bsnes/F-11 .cvsignore, 1.14, 1.15 bsnes.spec, 1.17, 1.18 sources, 1.14, 1.15
by Julian Sikorski
Author: belegdol
Update of /cvs/free/rpms/bsnes/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31420
Modified Files:
.cvsignore bsnes.spec sources
Log Message:
* Tue Sep 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.052-1
- Updated to 0.052
- Given that bsnes is GPL now, the Qt requirement can be unversioned
- Cleaned up the make line
- Use %global instead of %define
- Dropped minizip-devel from BuildRequires
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-11/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore 28 Sep 2009 09:35:05 -0000 1.14
+++ .cvsignore 5 Oct 2009 10:20:12 -0000 1.15
@@ -1 +1 @@
-bsnes_v051.tar.bz2
+bsnes_v052.tar.bz2
Index: bsnes.spec
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-11/bsnes.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- bsnes.spec 28 Sep 2009 09:35:05 -0000 1.17
+++ bsnes.spec 5 Oct 2009 10:20:12 -0000 1.18
@@ -1,4 +1,4 @@
-%define vernumber 051
+%global vernumber 052
Name: bsnes
Version: 0.%{vernumber}
@@ -22,11 +22,9 @@
BuildRequires: freealut-devel
BuildRequires: libao-devel
BuildRequires: libXv-devel
-BuildRequires: minizip-devel
BuildRequires: pulseaudio-libs-devel
BuildRequires: SDL-devel
-#Qt >= 4.5 is required for legal reasons
-BuildRequires: qt-devel >= 1:4.5.0-1
+BuildRequires: qt-devel
%description
bsnes is an emulator that began development on 2004-10-14. The purpose of the
@@ -54,8 +52,7 @@
%build
pushd src
-make %{?_smp_mflags} platform=x compiler=gcc enable_gzip=true enable_jma=true \
- moc=moc-qt4
+make %{?_smp_mflags} platform=x compiler=gcc moc=moc-qt4
%install
@@ -80,6 +77,13 @@
%changelog
+* Tue Sep 29 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.052-1
+- Updated to 0.052
+- Given that bsnes is GPL now, the Qt requirement can be unversioned
+- Cleaned up the make line
+- Use %%global instead of %%define
+- Dropped minizip-devel from BuildRequires
+
* Sun Sep 27 2009 Julian Sikorski <belegdol[at]gmail[dot]com> - 0.051-1
- Updated to 0.051
- Updated the strip patch
Index: sources
===================================================================
RCS file: /cvs/free/rpms/bsnes/F-11/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources 28 Sep 2009 09:35:05 -0000 1.14
+++ sources 5 Oct 2009 10:20:12 -0000 1.15
@@ -1 +1 @@
-1c9545c9d24a9fc3bfa5c0ab1f4d2990 bsnes_v051.tar.bz2
+aa221cd5977852012ebc0d54fd606a63 bsnes_v052.tar.bz2
15 years, 1 month