[seamonkey] update to 2.25

Dmitry Butskoy buc at fedoraproject.org
Mon Mar 24 14:25:14 UTC 2014


commit ab6948ee8545ad596edd1fe18047eb7e84f4c0b6
Author: buc <buc at grad.stu.neva.ru>
Date:   Mon Mar 24 18:30:35 2014 +0400

    update to 2.25

 .gitignore                   |    2 ++
 seamonkey-2.24-elfhack.patch |   12 ------------
 seamonkey-2.25-elfhack.patch |   12 ++++++++++++
 seamonkey.spec               |   11 +++++++----
 sources                      |    4 ++--
 5 files changed, 23 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a402460..45894d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -58,3 +58,5 @@ seamonkey-2.0.6.source.tar.bz2
 /seamonkey-langpacks-2.23-20131218.tar.xz
 /seamonkey-2.24.source.tar.bz2
 /seamonkey-langpacks-2.24-20140209.tar.xz
+/seamonkey-2.25.source.tar.bz2
+/seamonkey-langpacks-2.25-20140322.tar.xz
diff --git a/seamonkey-2.25-elfhack.patch b/seamonkey-2.25-elfhack.patch
new file mode 100644
index 0000000..abfbcd4
--- /dev/null
+++ b/seamonkey-2.25-elfhack.patch
@@ -0,0 +1,12 @@
+diff -Nrbu seamonkey-2.25/comm-release/mozilla/build/unix/elfhack/Makefile.in seamonkey-2.25-OK/comm-release/mozilla/build/unix/elfhack/Makefile.in
+--- seamonkey-2.25/comm-release/mozilla/build/unix/elfhack/Makefile.in	2014-03-19 05:41:46.000000000 +0400
++++ seamonkey-2.25-OK/comm-release/mozilla/build/unix/elfhack/Makefile.in	2014-03-22 02:51:41.392382106 +0400
+@@ -15,6 +15,8 @@
+ 
+ include $(topsrcdir)/config/rules.mk
+ 
++HOST_CXXFLAGS := $(filter-out -fno-exceptions,$(HOST_CXXFLAGS)) -fexceptions
++
+ test-array$(DLL_SUFFIX) test-ctors$(DLL_SUFFIX): %$(DLL_SUFFIX): %.$(OBJ_SUFFIX) elfhack
+ 	$(MKSHLIB) $(LDFLAGS) $< -nostartfiles
+ 	@echo ===
diff --git a/seamonkey.spec b/seamonkey.spec
index 0da1edf..ea38c31 100644
--- a/seamonkey.spec
+++ b/seamonkey.spec
@@ -6,7 +6,7 @@
 %define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
 %define cairo_version 0.5
 
-%global minimum_build_nspr_version 4.10.2
+%global minimum_build_nspr_version 4.10.3
 %global minimum_build_nss_version 3.15.4
 %global minimum_build_vpx_version 1.0.0
 
@@ -22,7 +22,7 @@
 
 Name:           seamonkey
 Summary:        Web browser, e-mail, news, IRC client, HTML editor
-Version:        2.24
+Version:        2.25
 Release:        1%{?dist}
 URL:            http://www.mozilla.org/projects/seamonkey/
 License:        MPLv2.0
@@ -36,7 +36,7 @@ Source0:        ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/%{versi
 #
 #   Run script as  ./moz-grab-langpacks --app seamonkey %{version}
 #
-Source1:        seamonkey-langpacks-%{version}-20140209.tar.xz
+Source1:        seamonkey-langpacks-%{version}-20140322.tar.xz
 
 Source3:        seamonkey.sh.in
 Source4:        seamonkey.desktop
@@ -54,7 +54,7 @@ Patch2:         xulrunner-24.0-jemalloc-ppc.patch
 Patch3:         xulrunner-27.0-build-arm.patch
 Patch5:         seamonkey-8.0-enable-addons.patch
 Patch22:        seamonkey-2.23-installdir.patch
-Patch23:        seamonkey-2.24-elfhack.patch
+Patch23:        seamonkey-2.25-elfhack.patch
 
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 %if %{with system_nspr}
@@ -470,6 +470,9 @@ fi
 
 
 %changelog
+* Mon Mar 24 2014 Dmitry Butskoy <Dmitry at Butskoy.name> 2.25-1
+- update to 2.25
+
 * Mon Feb 10 2014 Dmitry Butskoy <Dmitry at Butskoy.name> 2.24-1
 - update to 2.24
 
diff --git a/sources b/sources
index 6a7e187..ab183ba 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-0701b837378b4d2eb7ca08ef43f9fc66  seamonkey-2.24.source.tar.bz2
-0f28fdf4c70fcc3f2774e1eab8862857  seamonkey-langpacks-2.24-20140209.tar.xz
+e9597622d2d843ed9095a9e1eeab01f1  seamonkey-2.25.source.tar.bz2
+c769399e80117252d5a0e529d257715c  seamonkey-langpacks-2.25-20140322.tar.xz


More information about the scm-commits mailing list