[seamonkey] Update to 2.0.9

Martin Stransky stransky at fedoraproject.org
Thu Oct 21 14:02:40 UTC 2010


commit 4ec88e94f3e2e59e72aced7d13063eed9b18ae5f
Author: Martin Stransky <stransky at redhat.com>
Date:   Thu Oct 21 16:02:36 2010 +0200

    Update to 2.0.9

 seamonkey.spec |   14 +++++++++++---
 sources        |    4 ++--
 2 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/seamonkey.spec b/seamonkey.spec
index d6597f9..006e491 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -15,14 +15,14 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        2.0.8
+Version:        2.0.9
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv1.1
 Group:          Applications/Internet
 
 Source0:        seamonkey-%{version}%{?prerelease_tag}.source.tar.bz2
-Source1:        seamonkey-langpacks-%{version}-20100922.tar.bz2
+Source1:        seamonkey-langpacks-%{version}-20101021.tar.bz2
 Source2:        seamonkey-icon.png
 Source3:        seamonkey.sh.in
 Source4:        seamonkey.desktop
@@ -37,6 +37,7 @@ Source100:      find-external-requires
 
 Patch0:         mozilla-jemalloc.patch
 Patch1:         mozilla-191-path.patch
+Patch2:         seamonkey-522635.patch
 
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  nspr-devel >= %{minimum_build_nspr_version}
@@ -95,6 +96,7 @@ cd %{sources_subdir}
 
 %patch0 -p0 -b .jemalloc
 %patch1 -p0 -b .path
+%patch2 -p2 -b .522635
 
 %{__rm} -f .mozconfig
 %{__cp} %{SOURCE10} .mozconfig
@@ -197,7 +199,7 @@ echo > ../%{name}.lang
 %{__mkdir_p} $RPM_BUILD_ROOT/%{mozdir}/extensions
 %{__tar} xjf %{SOURCE1}
 for langpack in `ls seamonkey-langpacks/*.xpi`; do
-  language=$(basename $langpack .langpack.xpi | %{__sed} -e 's/%{name}-%{version}.//')
+  language=$(basename $langpack .xpi | %{__sed} -e 's/%{name}-%{version}.//')
   extensiondir=$RPM_BUILD_ROOT/%{mozdir}/extensions/langpack-$language at seamonkey.mozilla.org
   %{__mkdir_p} $extensiondir
   unzip $langpack -d $extensiondir
@@ -345,6 +347,12 @@ update-desktop-database %{_datadir}/applications
 
 
 %changelog
+* Thu Oct 21 2010 Martin Stransky <stransky at redhat.com> 2.0.9-1
+- Update to 2.0.9
+
+* Wed Oct 13 2010 Martin Stransky <stransky at redhat.com> 2.0.8-2
+- Added fix for mozbz#522635
+
 * Wed Sep 22 2010 Martin Stransky <stransky at redhat.com> 2.0.8-1
 - Update to 2.0.8
 
diff --git a/sources b/sources
index 38e65ca..6865358 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-7151ef3b8c6c96d11cbe7034d502fb68  seamonkey-2.0.8.source.tar.bz2
-13bb4116003e030dc28ff05844414cde  seamonkey-langpacks-2.0.8-20100922.tar.bz2
+74e9b6b0a8b2c986be1eb2a24ed00990  seamonkey-2.0.9.source.tar.bz2
+ae4097a2e2469a2b7be6f1cbfadd4800  seamonkey-langpacks-2.0.9-20101021.tar.bz2


More information about the scm-commits mailing list