Author: hicham
Update of /cvs/free/rpms/lightspark/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv31984/devel
Modified Files:
lightspark.spec sources
Removed Files:
0001-Add-desktop-file-and-sized-icons.patch
Log Message:
Index: lightspark.spec
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/lightspark.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lightspark.spec 15 Sep 2010 02:42:30 -0000 1.1
+++ lightspark.spec 24 Sep 2010 21:21:38 -0000 1.2
@@ -22,7 +22,7 @@
%define major 0.4.4
Name: lightspark
-Version: %{major}.2
+Version: %{major}.3
Release: %{?pre:0.}%{rel}%{?git_snapshot:.%{date}git}%{?pre:.%{pre}}%{?dist}
Summary: An alternative Flash Player implementation
@@ -59,12 +59,10 @@
BuildRequires: libcurl-devel
BuildRequires: boost-devel
BuildRequires: gettext
-BuildRequires: git
+BuildRequires: libxml++-devel
Requires: hicolor-icon-theme
-Patch0: 0001-Add-desktop-file-and-sized-icons.patch
-
%description
Lightspark is a modern, free, open-source flash player implementation.
Lightspark features:
@@ -79,6 +77,7 @@
%package mozilla-plugin
Summary: Mozilla compatible plugin for %{name}
Requires: mozilla-filesystem
+Requires: %{name} = %{version}-%{release}
%description mozilla-plugin
This is the Mozilla compatible plugin for %{name}. It can fallback to
@@ -87,7 +86,6 @@
%prep
%setup -q -n %{name}-%{version}%{?pre:%{pre}}
-git apply %{PATCH0}
%build
%cmake -DCOMPILE_PLUGIN=1 \
@@ -98,6 +96,7 @@
%else
-DCMAKE_BUILD_TYPE=Release \
%endif
+ -DAUDIO_BACKEND=pulse \
.
make VERBOSE=1 %{?_smp_mflags}
@@ -153,6 +152,9 @@
%changelog
+* Fri Sep 24 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.3-1
+- New bugfix release
+
* Thu Sep 12 2010 Hicham HAOUARI <hicham.haouari(a)gmail.com> - 0.4.4.2-1
- New bugfix release
Index: sources
===================================================================
RCS file: /cvs/free/rpms/lightspark/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 15 Sep 2010 02:42:31 -0000 1.1
+++ sources 24 Sep 2010 21:21:38 -0000 1.2
@@ -1 +1 @@
-e192690c5f48105346ed41bc36e9e604 lightspark-0.4.4.2.tar.gz
+efd2e91d36ffa38c9befa25af5eaac20 lightspark-0.4.4.3.tar.gz
--- 0001-Add-desktop-file-and-sized-icons.patch DELETED ---
Show replies by date