Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv2688/devel
Modified Files:
lightspark.spec sources
Added Files:
lightspark-0.5.5-remove-llvm-version-check.patch
Removed Files:
lightspark-0.5.4.1-remove-llvm-version-check.patch
Log Message:
Update to 0.5.5
lightspark-0.5.5-remove-llvm-version-check.patch:
CMakeLists.txt | 3 ---
1 file changed, 3 deletions(-)
--- NEW FILE lightspark-0.5.5-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.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- lightspark.spec 2 Mar 2012 22:11:44 -0000 1.23
+++ lightspark.spec 12 Mar 2012 12:34:07 -0000 1.24
@@ -17,12 +17,12 @@
%define pre rc1
%endif
-%define rel 3
+%define rel 1
-%define major 0.5.4
+%define major 0.5.5
Name: lightspark
-Version: %{major}.1
+Version: %{major}
Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
@@ -154,11 +154,8 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
-* Fri Mar 02 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.4.1-3
-- Rebuilt for c++ ABI breakage
-
-* Tue Feb 28 2012 Nicolas Chauvet <kwizart(a)gmail.com> - 0.5.4.1-2
-- Rebuilt for x264/FFmpeg
+* Mon Mar 12 2012 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.5-1
+- Update to 0.5.5
* Fri Feb 10 2012 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.5.4.1-1
- Update to 0.5.4.1
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources 10 Feb 2012 09:52:12 -0000 1.19
+++ sources 12 Mar 2012 12:34:07 -0000 1.20
@@ -1 +1 @@
-cf24336e42ad356f1026b7071b110a88 lightspark-0.5.4.1.tar.gz
+e6279fcff6904620bf9e8ca543a0f742 lightspark-0.5.5.tar.gz
--- lightspark-0.5.4.1-remove-llvm-version-check.patch DELETED ---
Show replies by date