Author: hicham
Update of /cvs/free/rpms/lightspark/F-14
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14080/F-14
Modified Files:
lightspark.spec sources
Removed Files:
lightspark-0.4.4.3-noexecstack.patch
Log Message:
Update to 0.4.5 final
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/lightspark.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lightspark.spec 20 Nov 2010 14:02:54 -0000 1.4
+++ lightspark.spec 9 Dec 2010 00:06:03 -0000 1.5
@@ -17,12 +17,12 @@
%define pre rc1
%endif
-%define rel 3
+%define rel 1
-%define major 0.4.4
+%define major 0.4.5
Name: lightspark
-Version: %{major}.3
+Version: %{major}
Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
@@ -39,7 +39,7 @@
# tar cjf %%{name}-%%{version}-%%{date}git.tar.bz2 %%{name}-%%{version}
Source0: %{name}-%{version}-%{date}git.tar.bz2
%else
-Source0:
http://launchpad.net/%{name}/trunk/%{name}-%{major}/+download/%{name}-%{v...
+Source0:
http://launchpad.net/%{name}/trunk/%{name}-%{major}/+download/%{name}-%{v...
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -63,10 +63,6 @@
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:
@@ -89,8 +85,7 @@
install gnash ( without gnash-plugin ).
%prep
-%setup -q -n %{name}-%{version}%{?pre:%{pre}}
-%patch0 -p1 -b .noexecstack
+%setup -q -n %{name}-%{version}%{?pre:~%{pre}}
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -142,6 +137,7 @@
%files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING COPYING.LESSER ChangeLog
+%config(noreplace) %{_sysconfdir}/xdg/lightspark.conf
%{_bindir}/%{name}
%{_bindir}/tightspark
%{_datadir}/%{name}
@@ -157,7 +153,14 @@
%changelog
-* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-3
+* Wed Dec 08 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5-1
+- Update to 0.4.5 final
+
+* Thu Nov 25 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.5-0.1.rc1
+- Release candidate for the upcoming version
+- Drop noexecstack patch ( merged upstream )
+
+* Sat Nov 20 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-4
- Avoid creating executable stack, fixes :
https://bugs.launchpad.net/lightspark/+bug/668677
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-14/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 9 Dec 2010 00:06:03 -0000 1.3
@@ -1 +1 @@
-efd2e91d36ffa38c9befa25af5eaac20 lightspark-0.4.4.3.tar.gz
+f0470f6429e5ab8bdc5539316dfb4ae3 lightspark-0.4.5.tar.gz
--- lightspark-0.4.4.3-noexecstack.patch DELETED ---