Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv878/devel
Modified Files:
lightspark.spec sources
Added Files:
lightspark-0.5.4.1-remove-llvm-version-check.patch
Removed Files:
lightspark-0.5.3-remove-llvm-version-check.patch
Log Message:
Update to 0.5.4.1
lightspark-0.5.4.1-remove-llvm-version-check.patch:
CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
--- NEW FILE lightspark-0.5.4.1-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/devel/lightspark.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- lightspark.spec 25 Jan 2012 14:51:22 -0000 1.20
+++ lightspark.spec 10 Feb 2012 09:52:12 -0000 1.21
@@ -17,12 +17,12 @@
%define pre rc1
%endif
-%define rel 2
+%define rel 1
-%define major 0.5.3
+%define major 0.5.4
Name: lightspark
-Version: %{major}
+Version: %{major}.1
Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
@@ -154,8 +154,8 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
-* Wed Jan 25 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.3-2
-- Rebuilt for
https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+* Fri Feb 10 2012 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.4.1-1
+- Update to 0.5.4.1
* Mon Dec 05 2011 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.3-1
- Update to 0.5.3
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources 5 Dec 2011 09:27:15 -0000 1.18
+++ sources 10 Feb 2012 09:52:12 -0000 1.19
@@ -1 +1 @@
-2d4519c61aabc34cbba97120f5c01d18 lightspark-0.5.3.tar.gz
+cf24336e42ad356f1026b7071b110a88 lightspark-0.5.4.1.tar.gz
--- lightspark-0.5.3-remove-llvm-version-check.patch DELETED ---