Author: hicham
Update of /cvs/free/rpms/lightspark/F-16
In directory se02.es.rpmfusion.net:/tmp/cvs-serv18595/F-16
Modified Files:
lightspark.spec sources
Added Files:
lightspark-0.5.3-remove-llvm-version-check.patch
Log Message:
Update to 0.5.3
lightspark-0.5.3-remove-llvm-version-check.patch:
CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
--- NEW FILE lightspark-0.5.3-remove-llvm-version-check.patch ---
--- lightspark-0.5.2.1/CMakeLists.txt.old 2011-11-15 14:05:31.715019017 +0000
+++ lightspark-0.5.2.1/CMakeLists.txt 2011-11-15 14:05:50.439319961 +0000
@@ -151,9 +151,6 @@ INCLUDE(FindLLVM REQUIRED)
IF(${LLVM_STRING_VERSION} VERSION_LESS 2.8)
MESSAGE(FATAL_ERROR "LLVM >=2.8 is required!")
ENDIF(${LLVM_STRING_VERSION} VERSION_LESS 2.8)
-IF(${LLVM_STRING_VERSION} VERSION_EQUAL 2.9)
- MESSAGE(FATAL_ERROR "LLVM !=2.9 is required!")
-ENDIF(${LLVM_STRING_VERSION} VERSION_EQUAL 2.9)
IF(${LLVM_STRING_VERSION} VERSION_EQUAL 2.8)
ADD_DEFINITIONS(-DLLVM_28)
ENDIF(${LLVM_STRING_VERSION} VERSION_EQUAL 2.8)
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-16/lightspark.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- lightspark.spec 11 Sep 2011 12:18:48 -0000 1.18
+++ lightspark.spec 5 Dec 2011 09:28:24 -0000 1.19
@@ -19,7 +19,7 @@
%define rel 1
-%define major 0.5.0
+%define major 0.5.3
Name: lightspark
Version: %{major}
@@ -39,9 +39,10 @@
# 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}-%{version}/+download/%{name}-%...
%endif
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+Patch0: %{name}-%{version}-remove-llvm-version-check.patch
BuildRequires: cmake
BuildRequires: llvm-devel >= 2.7
@@ -59,6 +60,7 @@
BuildRequires: gettext
BuildRequires: libxml++-devel >= 2.33.1
BuildRequires: librtmp-devel
+BuildRequires: libffi-devel
%description
Lightspark is a modern, free, open-source flash player implementation.
@@ -83,6 +85,7 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:~%{pre}}
+%patch0 -p1 -b .remove-llvm-version-check
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -151,6 +154,15 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Mon Dec 05 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.3-1
+- Update to 0.5.3
+
+* Tue Nov 15 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.2.1-1
+- Update to upstream 0.5.2.1 release
+
+* Sun Sep 11 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.0-2
+- BR libffi-devel
+
* Sun Sep 11 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.0-1
- Update to 0.5.0 final
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/F-16/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 11 Sep 2011 12:18:48 -0000 1.17
+++ sources 5 Dec 2011 09:28:24 -0000 1.18
@@ -1 +1 @@
-7d42c8e92c3c3b318076393a7e9508fb lightspark-0.5.0.tar.gz
+2d4519c61aabc34cbba97120f5c01d18 lightspark-0.5.3.tar.gz