Author: hicham
Update of /cvs/free/rpms/lightspark/F-13
In directory se02.es.rpmfusion.net:/tmp/cvs-serv22685
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-13/lightspark.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- lightspark.spec 24 Sep 2010 21:23:03 -0000 1.2
+++ lightspark.spec 20 Nov 2010 14:07:57 -0000 1.3
@@ -17,7 +17,7 @@
%define pre rc1
%endif
-%define rel 1
+%define rel 2
%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(a)gmail.com> - 0.4.4.3-2
+- Avoid creating executable stack, fixes :
+
https://bugs.launchpad.net/lightspark/+bug/668677
+
* Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-1
- New bugfix release