Author: xavierb
Update of /cvs/free/rpms/lightspark/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv20829
Modified Files:
sources .cvsignore lightspark.spec
Log Message:
snapshot for ffmpeg 2.0 support
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- sources 11 May 2013 10:00:58 -0000 1.25
+++ sources 10 Sep 2013 20:44:17 -0000 1.26
@@ -1 +1 @@
-f078d505a354fb66dc5b68ad09a2aa81 lightspark-0.7.2.tar.gz
+0cbf76bf768c31879921ba5698db6671 lightspark-0.7.2-20130827git.tar.bz2
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore 11 May 2013 10:00:58 -0000 1.5
+++ .cvsignore 10 Sep 2013 20:44:17 -0000 1.6
@@ -1 +1 @@
-lightspark-0.7.2.tar.gz
+lightspark-0.7.2-20130827git.tar.bz2
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/lightspark.spec,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- lightspark.spec 15 Aug 2013 10:17:22 -0000 1.40
+++ lightspark.spec 10 Sep 2013 20:44:17 -0000 1.41
@@ -1,6 +1,6 @@
%define debug 0
-%define git 0
+%define git 1
%if %{git}
%define git_snapshot 1
@@ -9,21 +9,21 @@
%define pre_release 0
%if %{?git}
-%define commit 13e17fbc018022340ddeec44c6f5d464674ec728
-%define date 20110610
+%define commit 50819e3ab957af9a39e04655b28ea98267448232
+%define date 20130827
%endif
%if %{pre_release}
%define pre rc1
%endif
-%define rel 3
+%define rel 4
%define major 0.7.2
Name: lightspark
Version: %{major}
-Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}.1
+Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
Group: Applications/Multimedia
@@ -42,8 +42,6 @@
Source0:
http://launchpad.net/%{name}/trunk/%{name}-%{version}/+download/%{name}-%...
%endif
-Patch0: %{name}-0.5.5-remove-llvm-version-check.patch
-Patch1: lightspark-0.7.2-llvm33.patch
Patch2: lightspark-0.7.2-llvm-libs-hack.patch
BuildRequires: cmake
@@ -88,8 +86,6 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:~%{pre}}
-%patch0 -p1 -b .remove-llvm-version-check
-%patch1 -p1 -b .llvm33
%patch2 -p1 -b .llvm-libs-hack
%build
@@ -159,6 +155,10 @@
%{_libdir}/mozilla/plugins/lib%{name}plugin.so
%changelog
+* Tue Aug 27 2013 Xavier Bachelot <xavier(a)bachelot.org> - 0.7.2-4.20130827git
+- Update to git snapshot.
+- Drop obsolete patches.
+
* Thu Aug 15 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 0.7.2-3.1
- Rebuilt for FFmpeg 2.0.x