Hello community, here is the log from the commit of package seamonkey for openSUSE:Factory checked in at 2017-02-15 10:06:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/seamonkey (Old) and /work/SRC/openSUSE:Factory/.seamonkey.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "seamonkey" Changes: -------- --- /work/SRC/openSUSE:Factory/seamonkey/seamonkey.changes 2017-02-03 20:01:31.192659871 +0100 +++ /work/SRC/openSUSE:Factory/.seamonkey.new/seamonkey.changes 2017-02-15 10:06:28.391625842 +0100 @@ -1,0 +2,5 @@ +Sun Feb 12 13:03:49 UTC 2017 - [email protected] + +- fix configure with for sed >= 4.3 (boo#1020631) (mozilla-sed43.patch) + +------------------------------------------------------------------- New: ---- mozilla-sed43.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ seamonkey.spec ++++++ --- /var/tmp/diff_new_pack.7Mb4KD/_old 2017-02-15 10:06:34.258799411 +0100 +++ /var/tmp/diff_new_pack.7Mb4KD/_new 2017-02-15 10:06:34.262798848 +0100 @@ -78,6 +78,7 @@ Patch9: mozilla-binutils-visibility.patch Patch10: mozilla-skia-overflow.patch Patch11: mozilla-http2-ecdh-keybits.patch +Patch12: mozilla-sed43.patch Patch100: seamonkey-ua-locale.patch # hotfix Patch150: mozilla-flex_buffer_overrun.patch @@ -199,6 +200,7 @@ %patch9 -p1 %patch10 -p1 %patch11 -p1 +%patch12 -p1 %patch150 -p1 popd # comm patches ++++++ mozilla-sed43.patch ++++++ >From 66fc64a75617ffc68f16780f60e39c1f368dfd41 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg <[email protected]> Date: Mon, 9 Jan 2017 14:37:33 +0100 Subject: [PATCH] bug 1329272: add bracket for sed 4.3 compliance, r=glandium --- build/autoconf/icu.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/autoconf/icu.m4 b/build/autoconf/icu.m4 index 4f46345f435a..794ddcdf4e52 100644 --- a/build/autoconf/icu.m4 +++ b/build/autoconf/icu.m4 @@ -67,11 +67,11 @@ if test -n "$USE_ICU"; then if test ! -d "$icudir"; then AC_MSG_ERROR([Cannot find the ICU directory]) fi fi - version=`sed -n 's/^[[:space:]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"` + version=`sed -n 's/^[[[:space:]]]*#[[:space:]]*define[[:space:]][[:space:]]*U_ICU_VERSION_MAJOR_NUM[[:space:]][[:space:]]*\([0-9][0-9]*\)[[:space:]]*$/\1/p' "$icudir/common/unicode/uvernum.h"` if test x"$version" = x; then AC_MSG_ERROR([cannot determine icu version number from uvernum.h header file $lineno]) fi MOZ_ICU_VERSION="$version" -- 2.11.0
