[gnash/f14/master] Update to 0.8.9 final

Hicham HAOUARI hicham at fedoraproject.org
Sat Mar 19 01:46:36 UTC 2011


commit 987e8c8a6fc512a89de9c0b32551f362100390d3
Author: Hicham HAOUARI <hicham.haouari at gmail.com>
Date:   Sat Mar 19 01:46:02 2011 +0000

    Update to 0.8.9 final

 .gitignore |    1 +
 gnash.spec |   17 +++++++----------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 44e6dd9..cdafd2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ gnash-splash.swf
 gnash-0.8.7.tar.bz2
 /gnash-0.8.8.tar.bz2
 /gnash-d60ec8e556cf9034b69101866896dbb4ccac53ef.tar.gz
+/gnash-0.8.9.tar.gz
diff --git a/gnash.spec b/gnash.spec
index fb192e1..dc3330e 100644
--- a/gnash.spec
+++ b/gnash.spec
@@ -1,19 +1,16 @@
-%define gitdate 20110312
-%define commit d60ec8e556cf9034b69101866896dbb4ccac53ef
-
 %filter_provides_in %{python_sitearch}/.*\.so$ 
 %filter_setup
 
 Name:           gnash
 Version:        0.8.9
-Release:        0.1.%{gitdate}git%{?dist}
+Release:        1%{?dist}
 Epoch:          1
 Summary:        GNU flash movie player
 
 Group:          Applications/Multimedia
 License:        GPLv3+
 URL:            http://www.gnu.org/software/gnash/
-Source0:        http://git.savannah.gnu.org/cgit/gnash.git/snapshot/%{name}-%{commit}.tar.gz
+Source0:        ftp://ftp.gnu.org/gnu/%{name}/%{version}/%{name}-%{version}.tar.gz
 
 BuildRequires:  libxml2-devel libpng-devel libjpeg-devel libogg-devel
 BuildRequires:  boost-devel curl-devel freetype-devel fontconfig-devel
@@ -27,7 +24,6 @@ BuildRequires:  giflib-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  speex-devel gstreamer-plugins-base-devel
 BuildRequires:  libtool-ltdl-devel
-BuildRequires:  dejagnu
 BuildRequires:  mysql-devel
 BuildRequires:  xulrunner-devel
 
@@ -126,14 +122,14 @@ This extension allows SWF files being played within Gnash to have direct access
 to a MySQL database. The API is similar to the standard MySQL one.
 
 %prep
-%setup -q -n %{name}-%{commit}
+%setup -q
 autoreconf -if
 
 %build
 %configure --disable-static --with-npapi-plugindir=%{_libdir}/mozilla/plugins \
   --enable-docbook --disable-ghelp --enable-media=GST \
   --disable-dependency-tracking --disable-rpath \
-  --enable-testsuite \
+  --disable-testsuite \
   --without-swfdec-testsuite \
   --without-ming \
   --enable-cygnal \
@@ -156,8 +152,6 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
 
 %find_lang %{name}
 
-%check
-make check
 
 %post 
 /sbin/install-info %{_infodir}/gnash_ref.info %{_infodir}/dir || :
@@ -285,6 +279,9 @@ touch --no-create %{_datadir}/icons/hicolor
 %{_libdir}/gnash/plugins/mysql.so
 
 %changelog
+* Fri Mar 18 2011 Hicham HAOUARI <hicham.haouari at gmail.com> - 1:0.8.9-1
+- Update to 0.8.9 final
+
 * Wed Mar 12 2011 Hicham HAOUARI <hicham.haouari at gmail.com> - 1:0.8.9-0.1.20110312git
 - Switch to 0.8.9 branch
 - Spec cleanup
diff --git a/sources b/sources
index 2c24af1..f67d9d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-73042c43206a5c6e085fd00a34484e91  gnash-d60ec8e556cf9034b69101866896dbb4ccac53ef.tar.gz
+01d0420932eede07211e368d405aee9c  gnash-0.8.9.tar.gz


More information about the scm-commits mailing list