Hello community,

here is the log from the commit of package mozjs38 for openSUSE:Factory checked 
in at 2018-02-02 22:22:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mozjs38 (Old)
 and      /work/SRC/openSUSE:Factory/.mozjs38.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mozjs38"

Fri Feb  2 22:22:07 2018 rev:7 rq:571946 version:38.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mozjs38/mozjs38.changes  2017-03-01 
23:43:35.009729586 +0100
+++ /work/SRC/openSUSE:Factory/.mozjs38.new/mozjs38.changes     2018-02-02 
22:22:08.190283680 +0100
@@ -1,0 +2,7 @@
+Fri Feb  2 06:00:29 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Actually remove bundled zlib and use system zlib. Also fixes problems
+  when trying to use system zlib while mozjs38-devel is installed
+  (two zlib.h instances with conflicting definitions)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mozjs38.spec ++++++
--- /var/tmp/diff_new_pack.jDV1pk/_old  2018-02-02 22:22:09.330230460 +0100
+++ /var/tmp/diff_new_pack.jDV1pk/_new  2018-02-02 22:22:09.338230086 +0100
@@ -39,6 +39,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  mozilla-nspr-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(zlib)
 BuildRequires:  python
 BuildRequires:  python-pip
 BuildRequires:  readline-devel
@@ -80,7 +81,7 @@
 %patch5 -p1
 
 # Remove zlib directory (to be sure using system version)
-rm -rf ../../modules/zlib
+rm -rf modules/zlib
 
 %build
 # no need to add build time to binaries
@@ -91,7 +92,8 @@
 #
 cd js/src
 autoconf-2.13
-%configure --disable-static --with-system-nspr --enable-threadsafe 
--enable-readline --enable-xterm-updates
+%configure --disable-static --with-system-nspr --with-system-zlib \
+           --enable-threadsafe --enable-readline --enable-xterm-updates
 %{__make} %{?_smp_mflags}
 
 %install


Reply via email to