rpms/lightspark/devel lightspark.spec,1.3,1.4 sources,1.2,1.3

Hicham HAOUARI hicham at rpmfusion.org
Sat Nov 20 14:50:00 CET 2010


Author: hicham

Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20585

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



Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/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 13:50:00 -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
 


Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	24 Sep 2010 21:21:38 -0000	1.2
+++ sources	20 Nov 2010 13:50:00 -0000	1.3
@@ -1 +1 @@
-efd2e91d36ffa38c9befa25af5eaac20  lightspark-0.4.4.3.tar.gz
+2bd7b1e90b91fe7f42fdcddb25fcde2b  lightspark-0.4.4.3-noexecstack.patch



More information about the rpmfusion-commits mailing list