rpms/VirtualBox/devel VirtualBox.spec, 1.24, 1.25 vboxweb.service, 1.1, 1.2
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/VirtualBox/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv4743
Modified Files:
VirtualBox.spec vboxweb.service
Log Message:
* Thu Sep 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.7.RC4
- Another try to compile with 32-bits suport on x86_64.
Index: VirtualBox.spec
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/VirtualBox.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- VirtualBox.spec 9 Sep 2012 01:03:58 -0000 1.24
+++ VirtualBox.spec 13 Sep 2012 21:50:30 -0000 1.25
@@ -15,7 +15,7 @@
Name: VirtualBox
Version: 4.2.0
-Release: 0.6%{?prerel:.%{prerel}}%{?dist}
+Release: 0.7%{?prerel:.%{prerel}}%{?dist}
Summary: A general-purpose full virtualizer for PC hardware
Group: Development/Tools
@@ -34,9 +34,6 @@
Patch2: VirtualBox-4.1.18-strings.patch
Patch3: VirtualBox-4.2.0-libcxx.patch
Patch5: VirtualBox-4.2.0-xorg17.patch
-%ifarch x86_64
-Patch10: VirtualBox-4.2.0-32bit.patch
-%endif
Patch15: VirtualBox-OSE-4.0.0-makeself.patch
Patch17: VirtualBox-OSE-4.0.0-beramono.patch
Patch18: VirtualBox-OSE-4.0.2-aiobug.patch
@@ -64,9 +61,7 @@
BuildRequires: java-devel >= 1.6
BuildRequires: /usr/bin/pdflatex
BuildRequires: libpng-devel
-#BuildRequires: glibc.i686 glibc-devel.i686 libstdc++.i686
-#BuildRequires: /usr/lib/libc.so
-#BuildRequires: /usr/lib/libstdc++.so.6 /lib/libc.so.6
+BuildRequires: glibc(x86-32) glibc-devel(x86-32) libstdc++(x86-32)
# For the X11 module
BuildRequires: libdrm-devel
@@ -181,17 +176,12 @@
%patch3 -p1 -b .libcxx
%patch5 -p1 -b .xorg17
%patch15 -p1 -b .makeself
-%ifarch x86_64
-%patch10 -p1 -b .32bit
-%endif
%patch17 -p1 -b .beramono
%patch18 -p1 -b .aiobug
%if 0%{?fedora} < 16
%patch22 -p1 -b .gsoap
%endif
-%if 0%{?fedora} > 16
%patch23 -p1 -b .mesa
-%endif
#if 0%{?fedora} > 17
#patch24 -p1 -b .x113
#endif
@@ -201,6 +191,8 @@
rm -rf kBuild
%endif
rm -rf tools
+
+# Remove x11 source code.
rm -rf src/VBox/Additions/x11/x11include
# CRLF->LF
@@ -557,6 +549,9 @@
%changelog
+* Thu Sep 13 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.7.RC4
+- Another try to compile with 32-bits suport on x86_64.
+
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 4.2.0-0.6.RC4
- Update to RC4.
- Rename 32-bits patch to VirtualBox-4.2.0-32bit.patch
Index: vboxweb.service
===================================================================
RCS file: /cvs/free/rpms/VirtualBox/devel/vboxweb.service,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vboxweb.service 29 Apr 2012 16:11:11 -0000 1.1
+++ vboxweb.service 13 Sep 2012 21:50:30 -0000 1.2
@@ -1,5 +1,5 @@
[Unit]
-Description=VirtualBox OSE Web Service
+Description=VirtualBox Web Service
After=network.target
[Service]
12 years, 3 months
rpms/realcrypt/F-18 noexecstack.patch, 1.1, 1.2 realcrypt.spec, 1.21, 1.22
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/realcrypt/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv13080
Modified Files:
noexecstack.patch realcrypt.spec
Log Message:
* Thu Sep 13 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 7.1a-2
- add DSO fix to the noexecstack.patch
noexecstack.patch:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: noexecstack.patch
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/F-18/noexecstack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- noexecstack.patch 13 Apr 2012 15:57:34 -0000 1.1
+++ noexecstack.patch 13 Sep 2012 11:58:13 -0000 1.2
@@ -5,7 +5,7 @@
C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto
export ASFLAGS := -Ox -D __GNUC__
-export LFLAGS :=
-+export LFLAGS := -Wl,-z,noexecstack
++export LFLAGS := -Wl,-z,noexecstack,-ldl
export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig
Index: realcrypt.spec
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/F-18/realcrypt.spec,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- realcrypt.spec 13 Sep 2012 11:41:55 -0000 1.21
+++ realcrypt.spec 13 Sep 2012 11:58:13 -0000 1.22
@@ -147,7 +147,7 @@
%changelog
* Thu Sep 13 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 7.1a-2
-- rebuilt
+- add DSO fix to the noexecstack.patch
* Fri Apr 13 2012 leigh scott <leigh123linux(a)googlemail.com> - 7.1a-1
- update to 7.1a
12 years, 3 months
rpms/realcrypt/F-18 realcrypt.spec,1.20,1.21
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/realcrypt/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv12346
Modified Files:
realcrypt.spec
Log Message:
* Thu Sep 13 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 7.1a-2
- rebuilt
Index: realcrypt.spec
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/F-18/realcrypt.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- realcrypt.spec 13 Apr 2012 15:57:34 -0000 1.20
+++ realcrypt.spec 13 Sep 2012 11:41:55 -0000 1.21
@@ -4,7 +4,7 @@
Name: realcrypt
Summary: Cross platform disk encryption software
Version: 7.1a
-Release: 1%{?dist}
+Release: 2%{?dist}
License: TrueCrypt License Version 3.0
Group: Applications/File
URL: http://www.truecrypt.org/
@@ -146,6 +146,9 @@
%changelog
+* Thu Sep 13 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 7.1a-2
+- rebuilt
+
* Fri Apr 13 2012 leigh scott <leigh123linux(a)googlemail.com> - 7.1a-1
- update to 7.1a
- harden build
12 years, 3 months
rpms/realcrypt/devel noexecstack.patch, 1.1, 1.2 realcrypt.spec, 1.20, 1.21
by Leigh Scott
Author: leigh123linux
Update of /cvs/nonfree/rpms/realcrypt/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv11389
Modified Files:
noexecstack.patch realcrypt.spec
Log Message:
* Thu Sep 13 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 7.1a-2
- add DSO fix to the noexecstack.patch
noexecstack.patch:
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: noexecstack.patch
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/devel/noexecstack.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- noexecstack.patch 13 Apr 2012 15:57:34 -0000 1.1
+++ noexecstack.patch 13 Sep 2012 11:20:28 -0000 1.2
@@ -5,7 +5,7 @@
C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto
export ASFLAGS := -Ox -D __GNUC__
-export LFLAGS :=
-+export LFLAGS := -Wl,-z,noexecstack
++export LFLAGS := -Wl,-z,noexecstack,-ldl
export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig
Index: realcrypt.spec
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/devel/realcrypt.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- realcrypt.spec 13 Apr 2012 15:57:34 -0000 1.20
+++ realcrypt.spec 13 Sep 2012 11:20:28 -0000 1.21
@@ -4,7 +4,7 @@
Name: realcrypt
Summary: Cross platform disk encryption software
Version: 7.1a
-Release: 1%{?dist}
+Release: 2%{?dist}
License: TrueCrypt License Version 3.0
Group: Applications/File
URL: http://www.truecrypt.org/
@@ -146,6 +146,9 @@
%changelog
+* Thu Sep 13 2012 Leigh Scott <leigh123linux(a)googlemail.com> - 7.1a-2
+- add DSO fix to the noexecstack.patch
+
* Fri Apr 13 2012 leigh scott <leigh123linux(a)googlemail.com> - 7.1a-1
- update to 7.1a
- harden build
12 years, 3 months
rpms/ffmpegthumbs/F-18 .cvsignore, 1.2, 1.3 ffmpegthumbs.spec, 1.1, 1.2 sources, 1.2, 1.3
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/ffmpegthumbs/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24869
Modified Files:
.cvsignore ffmpegthumbs.spec sources
Log Message:
* Wed Sep 12 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.1-1
- 4.9.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-18/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 30 Aug 2012 16:16:01 -0000 1.2
+++ .cvsignore 12 Sep 2012 14:35:03 -0000 1.3
@@ -1 +1 @@
-ffmpegthumbs-4.9.0.tar.xz
+ffmpegthumbs-4.9.1.tar.xz
Index: ffmpegthumbs.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-18/ffmpegthumbs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpegthumbs.spec 30 Aug 2012 16:16:01 -0000 1.1
+++ ffmpegthumbs.spec 12 Sep 2012 14:35:03 -0000 1.2
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
-Version: 4.9.0
+Version: 4.9.1
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -59,6 +59,9 @@
%changelog
+* Wed Sep 12 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.1-1
+- 4.9.1
+
* Thu Aug 30 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.0-1
- 4.9.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/F-18/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Aug 2012 16:16:01 -0000 1.2
+++ sources 12 Sep 2012 14:35:03 -0000 1.3
@@ -1 +1 @@
-972a353198d0f3f087e4627bd368c147 ffmpegthumbs-4.9.0.tar.xz
+8e7f6779fa616c6614afad23920ccaae ffmpegthumbs-4.9.1.tar.xz
12 years, 3 months
rpms/ffmpegthumbs/devel .cvsignore, 1.2, 1.3 ffmpegthumbs.spec, 1.1, 1.2 sources, 1.2, 1.3
by Rex Dieter
Author: rdieter
Update of /cvs/free/rpms/ffmpegthumbs/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24702
Modified Files:
.cvsignore ffmpegthumbs.spec sources
Log Message:
* Wed Sep 12 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.1-1
- 4.9.1
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 30 Aug 2012 16:14:55 -0000 1.2
+++ .cvsignore 12 Sep 2012 14:34:26 -0000 1.3
@@ -1 +1 @@
-ffmpegthumbs-4.9.0.tar.xz
+ffmpegthumbs-4.9.1.tar.xz
Index: ffmpegthumbs.spec
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/devel/ffmpegthumbs.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ffmpegthumbs.spec 30 Aug 2012 16:14:55 -0000 1.1
+++ ffmpegthumbs.spec 12 Sep 2012 14:34:26 -0000 1.2
@@ -1,6 +1,6 @@
Name: ffmpegthumbs
-Version: 4.9.0
+Version: 4.9.1
Release: 1%{?dist}
Summary: KDE ffmpegthumbnailer service
@@ -59,6 +59,9 @@
%changelog
+* Wed Sep 12 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.1-1
+- 4.9.1
+
* Thu Aug 30 2012 Rex Dieter <rdieter(a)fedoraproject.org> 4.9.0-1
- 4.9.0
Index: sources
===================================================================
RCS file: /cvs/free/rpms/ffmpegthumbs/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 30 Aug 2012 16:14:55 -0000 1.2
+++ sources 12 Sep 2012 14:34:26 -0000 1.3
@@ -1 +1 @@
-972a353198d0f3f087e4627bd368c147 ffmpegthumbs-4.9.0.tar.xz
+8e7f6779fa616c6614afad23920ccaae ffmpegthumbs-4.9.1.tar.xz
12 years, 3 months
rpms/mplayer/devel mplayer.spec,1.60,1.61
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5077/devel
Modified Files:
mplayer.spec
Log Message:
Fix cpu-runtime-detection
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/devel/mplayer.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- mplayer.spec 5 Sep 2012 22:19:45 -0000 1.60
+++ mplayer.spec 9 Sep 2012 20:39:29 -0000 1.61
@@ -181,9 +181,9 @@
--enable-menu \\\
--enable-radio \\\
--enable-radio-capture \\\
-%ifarch %{ix86} x86_64 ppc ppc64
+%ifarch %{ix86} x86_64 ppc ppc64 \
--enable-runtime-cpudetection \\\
-%endif
+%endif \
--enable-unrarexec \\\
\\\
--disable-dvdread-internal \\\
@@ -386,6 +386,7 @@
%changelog
* Wed Sep 05 2012 Nicolas Chauvet <kwizart(a)gmail.com>
- Rebuilt for x264 ABI 125
+- Use --cpu-runtime-detection only on supported arches - rfbz#2467
* Sun Jun 24 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-1
- Updated to 1.1
12 years, 3 months
rpms/mplayer/F-18 mplayer.spec,1.60,1.61
by Nicolas Chauvet
Author: kwizart
Update of /cvs/free/rpms/mplayer/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv5077/F-18
Modified Files:
mplayer.spec
Log Message:
Fix cpu-runtime-detection
Index: mplayer.spec
===================================================================
RCS file: /cvs/free/rpms/mplayer/F-18/mplayer.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- mplayer.spec 9 Sep 2012 16:24:36 -0000 1.60
+++ mplayer.spec 9 Sep 2012 20:39:29 -0000 1.61
@@ -181,9 +181,9 @@
--enable-menu \\\
--enable-radio \\\
--enable-radio-capture \\\
-%ifarch %{ix86} x86_64 ppc ppc64
+%ifarch %{ix86} x86_64 ppc ppc64 \
--enable-runtime-cpudetection \\\
-%endif
+%endif \
--enable-unrarexec \\\
\\\
--disable-dvdread-internal \\\
@@ -386,6 +386,7 @@
%changelog
* Wed Sep 05 2012 Nicolas Chauvet <kwizart(a)gmail.com>
- Rebuilt for x264 ABI 125
+- Use --cpu-runtime-detection only on supported arches - rfbz#2467
* Sun Jun 24 2012 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.1-1
- Updated to 1.1
12 years, 3 months
rpms/x264/devel x264.spec,1.46,1.47
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/x264/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv25006
Modified Files:
x264.spec
Log Message:
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 0.125-4.20120909
- unbootstrap on F18.
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/devel/x264.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- x264.spec 9 Sep 2012 03:44:38 -0000 1.46
+++ x264.spec 9 Sep 2012 18:33:30 -0000 1.47
@@ -20,7 +20,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.125
-Release: 3.%{snapshot}%{?dist}
+Release: 4.%{snapshot}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -186,6 +186,9 @@
%{_libdir}/libx26410b.so
%changelog
+* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 0.125-4.20120909
+- unbootstrap on F18.
+
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 0.125-3.20120909
- update x264-0.125 from r2201 to r2209.
12 years, 3 months
rpms/x264/F-18 x264.spec,1.43,1.44
by Sérgio M. Basto
Author: sergiomb
Update of /cvs/free/rpms/x264/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv24070
Modified Files:
x264.spec
Log Message:
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 0.125-4.20120909
- unbootstrap on F18.
Index: x264.spec
===================================================================
RCS file: /cvs/free/rpms/x264/F-18/x264.spec,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- x264.spec 9 Sep 2012 16:00:32 -0000 1.43
+++ x264.spec 9 Sep 2012 18:16:06 -0000 1.44
@@ -1,7 +1,7 @@
%global snapshot 20120909
%global branch stable
-%global _with_bootstrap 1
+#global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@@ -20,7 +20,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.125
-Release: 3.%{snapshot}%{?dist}
+Release: 4.%{snapshot}%{?dist}
License: GPLv2+
Group: System Environment/Libraries
URL: http://developers.videolan.org/x264.html
@@ -186,6 +186,9 @@
%{_libdir}/libx26410b.so
%changelog
+* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 0.125-4.20120909
+- unbootstrap on F18.
+
* Sun Sep 09 2012 Sérgio Basto <sergio(a)serjux.com> - 0.125-3.20120909
- update x264-0.125 from r2201 to r2209.
12 years, 3 months