rpms/vlc/F-14 vlc.spec,1.101,1.102

Nicolas Chauvet kwizart at rpmfusion.org
Sat Jan 22 11:13:05 CET 2011


Author: kwizart

Update of /cvs/free/rpms/vlc/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv25387

Modified Files:
	vlc.spec 
Log Message:
Clear execstack



Index: vlc.spec
===================================================================
RCS file: /cvs/free/rpms/vlc/F-14/vlc.spec,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- vlc.spec	14 Nov 2010 23:07:29 -0000	1.101
+++ vlc.spec	22 Jan 2011 10:13:05 -0000	1.102
@@ -22,7 +22,7 @@
 Summary:	The cross-platform open-source multimedia framework, player and server
 Name:		vlc
 Version:	1.1.5
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	GPLv2+
 Group:		Applications/Multimedia
 URL:		http://www.videolan.org
@@ -162,6 +162,8 @@
 %endif
 Requires: qt4%{?_isa} >= %{_qt4_version}
 
+#For xdg-sreensaver
+Requires: xdg-utils
 
 
 
@@ -363,7 +365,10 @@
   $RPM_BUILD_ROOT%{_datadir}/vlc/skins2/fonts/FreeSansBold.ttf
 
 #Clear execstak
-#execstack -c $RPM_BUILD_ROOT%{_bindir}/vlc
+%ifarch %{ix86}
+execstack -c $RPM_BUILD_ROOT%{_libdir}/vlc/plugins/codec/libdmo_plugin.so
+execstack -c $RPM_BUILD_ROOT%{_libdir}/vlc/plugins/codec/librealvideo_plugin.so
+%endif
 
 #Fix unowned directories
 rm -rf $RPM_BUILD_ROOT%{_docdir}/vlc
@@ -538,6 +543,9 @@
 
 
 %changelog
+* Sat Dec 18 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.5-2
+-  Clear execstack on dmo and real plugin for i686
+
 * Sun Nov 14 2010 Nicolas Chauvet <kwizart at gmail.com> - 1.1.5-1
 - Update to 1.1.5
 - Rename nox subpackage to extras



More information about the rpmfusion-commits mailing list