diff --git a/.gitignore b/.gitignore index 79b49a1..2219f65 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ seamonkey-2.0.6.source.tar.bz2 /seamonkey-langpacks-2.13.1-20121016.tar.xz /seamonkey-2.13.2.source.tar.bz2 /seamonkey-langpacks-2.13.2-20121029.tar.xz +/seamonkey-2.22.1.source.tar.bz2 +/seamonkey-langpacks-2.22.1-20131119.tar.xz diff --git a/seamonkey-2.22.1-ztext.patch b/seamonkey-2.22.1-ztext.patch new file mode 100644 index 0000000..6c1d453 --- /dev/null +++ b/seamonkey-2.22.1-ztext.patch @@ -0,0 +1,12 @@ +diff -Nrbu seamonkey-2.22.1/comm-release/mozilla/configure seamonkey-2.22.1-OK/comm-release/mozilla/configure +--- seamonkey-2.22.1/comm-release/mozilla/configure 2013-11-14 09:45:14.000000000 +0400 ++++ seamonkey-2.22.1-OK/comm-release/mozilla/configure 2013-11-27 20:58:58.762241356 +0400 +@@ -7078,7 +7078,7 @@ + if { (eval echo configure:7079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then + rm -rf conftest* + echo "$ac_t""yes" 1>&6 +- NSPR_LDFLAGS="$NSPR_LDFLAGS -Wl,-z,text" ++# NSPR_LDFLAGS="$NSPR_LDFLAGS -Wl,-z,text" + else + echo "configure: failed program was:" >&5 + cat conftest.$ac_ext >&5 diff --git a/seamonkey.spec b/seamonkey.spec index f473354..236fb1c 100644 --- a/seamonkey.spec +++ b/seamonkey.spec @@ -22,7 +22,7 @@ Name: seamonkey Summary: Web browser, e-mail, news, IRC client, HTML editor -Version: 2.22 +Version: 2.22.1 Release: 1%{?dist} URL: http://www.mozilla.org/projects/seamonkey/ License: MPLv2.0 @@ -36,7 +36,7 @@ Source0: http://releases.mozilla.org/pub/mozilla.org/seamonkey/releases/% # # Run script as ./moz-grab-langpacks --app seamonkey %{version} # -Source1: seamonkey-langpacks-%{version}-20131101.tar.xz +Source1: seamonkey-langpacks-%{version}-20131119.tar.xz Source3: seamonkey.sh.in Source4: seamonkey.desktop @@ -56,6 +56,7 @@ Patch5: seamonkey-8.0-enable-addons.patch Patch10: seamonkey-idl-parser-cachepath.patch Patch22: seamonkey-2.14-installdir.patch Patch23: seamonkey-2.22-elfhack.patch +Patch24: seamonkey-2.22.1-ztext.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %{with system_nspr} @@ -145,6 +146,7 @@ popd %patch22 -p2 -b .installdir %patch23 -p2 -b .elfhack +%patch24 -p2 -b .ztext # fix obsoleted modifier in inspector sed -i -e 's/ *xpcnativewrappers=no//' mozilla/extensions/inspector/jar.mn @@ -468,6 +470,9 @@ fi %changelog +* Wed Nov 27 2013 Dmitry Butskoy 2.22.1-1 +- update to 2.22.1 + * Sat Nov 2 2013 Dmitry Butskoy 2.22-1 - update to 2.22 diff --git a/sources b/sources index d9cba77..85f21fa 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -49b92ed98c23efdbdafa39b9dee920a7 seamonkey-2.22.source.tar.bz2 -3cd57ff116eb24d951690b270b303787 seamonkey-langpacks-2.22-20131101.tar.xz +3f848db22d23aed2cd03d37bdc5fb256 seamonkey-2.22.1.source.tar.bz2 +a607f071c4371a083bc8024f5740ac56 seamonkey-langpacks-2.22.1-20131119.tar.xz