Hello community,

here is the log from the commit of package mozjs38 for openSUSE:Factory checked 
in at 2017-02-21 13:51:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozjs38 (Old)
 and      /work/SRC/openSUSE:Factory/.mozjs38.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozjs38"

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozjs38/mozjs38.changes  2016-08-24 
10:09:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.mozjs38.new/mozjs38.changes     2017-02-21 
13:51:43.508744287 +0100
@@ -1,0 +2,10 @@
+Mon Feb 20 13:28:16 UTC 2017 - [email protected]
+
+- change pkg-config name from js to mozjs-38
+
+-------------------------------------------------------------------
+Sun Feb 19 18:42:11 UTC 2017 - [email protected]
+
+- fix configure with for sed >= 4.3 (boo#1020631) (mozilla-sed43.patch)
+
+-------------------------------------------------------------------

New:
----
  mozilla-sed43.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mozjs38.spec ++++++
--- /var/tmp/diff_new_pack.AUGzzk/_old  2017-02-21 13:51:44.372622698 +0100
+++ /var/tmp/diff_new_pack.AUGzzk/_new  2017-02-21 13:51:44.376622135 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mozjs38
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #               2014 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,6 +33,7 @@
 Patch2:         mozjs38_missing_python_before_milestone_call.patch
 Patch3:         mozjs38_avoid_strncat_warning_inline.patch
 Patch4:         mozjs-support-48bit-va.patch
+Patch5:         mozilla-sed43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf213
 BuildRequires:  gcc-c++
@@ -76,6 +77,7 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 # Remove zlib directory (to be sure using system version)
 rm -rf ../../modules/zlib
@@ -102,6 +104,7 @@
 # headers are installed with executable permissions
 find %{buildroot}%{_includedir}/mozjs-%{major}/ -type f -print | xargs chmod 
644
 chmod 644 %{buildroot}%{_libdir}/pkgconfig/*
+mv %{buildroot}%{_libdir}/pkgconfig/js.pc 
%{buildroot}%{_libdir}/pkgconfig/mozjs-%{major}.pc
 
 # Install files, not symlinks to build directory
 pushd %{buildroot}%{_includedir}

++++++ 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


Reply via email to