Author: hicham
Update of /cvs/free/rpms/lightspark/F-15
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2657/F-15
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/F-15/lightspark.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- lightspark.spec 5 Dec 2011 09:29:26 -0000 1.19
+++ lightspark.spec 10 Feb 2012 10:02:50 -0000 1.20
@@ -19,10 +19,10 @@
%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,6 +154,9 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* 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/F-15/sources,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- sources 5 Dec 2011 09:29:26 -0000 1.17
+++ sources 10 Feb 2012 10:02:50 -0000 1.18
@@ -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 ---
Show replies by date