rpms/lightspark/F-14 lightspark.spec,1.3,1.4

Hicham HAOUARI hicham at rpmfusion.org
Sat Nov 20 15:02:54 CET 2010


Author: hicham

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

Modified Files:
	lightspark.spec 
Log Message:
Avoid creating exec stack, fixes https://bugs.launchpad.net/lightspark/+bug/668677



Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/lightspark.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- lightspark.spec	14 Oct 2010 21:36:27 -0000	1.3
+++ lightspark.spec	20 Nov 2010 14:02:54 -0000	1.4
@@ -17,7 +17,7 @@
 %define pre rc1
 %endif 
 
-%define rel 2
+%define rel 3
 
 %define major 0.4.4
 
@@ -63,6 +63,10 @@
 
 Requires:       hicolor-icon-theme
 
+# Patch0:       Do not create executable stack
+#               https://bugs.launchpad.net/lightspark/+bug/668677
+Patch0:         %{name}-%{version}-noexecstack.patch
+
 %description
 Lightspark is a modern, free, open-source flash player implementation.
 Lightspark features:
@@ -86,6 +90,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}%{?pre:%{pre}}
+%patch0 -p1 -b .noexecstack
 
 %build
 %cmake -DCOMPILE_PLUGIN=1  \
@@ -152,6 +157,10 @@
 
 
 %changelog
+* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari at gmail.com> - 0.4.4.3-3
+- Avoid creating executable stack, fixes : 
+  https://bugs.launchpad.net/lightspark/+bug/668677
+
 * Thu Oct 14 2010 Nicolas Chauvet <kwizart at gmail.com> - 0.4.4.3-2
 - Rebuilt for gcc bug
 



More information about the rpmfusion-commits mailing list