Hello community,

here is the log from the commit of package mongodb for openSUSE:Factory checked 
in at 2018-04-06 17:48:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mongodb (Old)
 and      /work/SRC/openSUSE:Factory/.mongodb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mongodb"

Fri Apr  6 17:48:48 2018 rev:5 rq:593900 version:3.6.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/mongodb/mongodb.changes  2018-03-20 
22:00:47.392753479 +0100
+++ /work/SRC/openSUSE:Factory/.mongodb.new/mongodb.changes     2018-04-06 
17:51:04.168185279 +0200
@@ -1,0 +2,10 @@
+Fri Apr 06 00:06:49 UTC 2018 - bo...@steki.net
+
+- re-enable wiredtiger backend on aarch64 (bnc#1087307)
+
+-------------------------------------------------------------------
+Fri Mar 30 11:34:49 UTC 2018 - bo...@steki.net
+
+- enable mmapv1 build on non x86_64 architectures (bnc#1087307)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mongodb.spec ++++++
--- /var/tmp/diff_new_pack.eqtYZF/_old  2018-04-06 17:51:06.620096637 +0200
+++ /var/tmp/diff_new_pack.eqtYZF/_new  2018-04-06 17:51:06.620096637 +0200
@@ -201,6 +201,9 @@
 
 %build
 %scons_bin \
+%ifarch aarch64
+    CCFLAGS="-march=armv8-a+crc" \
+%endif
 %if 0%{?sle_version} >= 120200
     CC=%{_bindir}/gcc-6 CXX=%{_bindir}/g++-6 \
 %endif
@@ -209,10 +212,11 @@
     --disable-warnings-as-errors \
     --nostrip \
     --ssl \
-%ifarch x86_64
+%ifarch x86_64  aarch64
     --wiredtiger=on \
 %else
     --wiredtiger=off \
+    --mmapv1=on \
 %endif
 %ifarch ppc64 ppc64le
     --js-engine=none \
@@ -221,6 +225,9 @@
 
 %install
 %scons_bin \
+%ifarch aarch64
+    CCFLAGS="-march=armv8-a+crc" \
+%endif
 %if 0%{?sle_version} >= 120200
     CC=%{_bindir}/gcc-6 CXX=%{_bindir}/g++-6 \
 %endif
@@ -228,10 +235,11 @@
     --disable-warnings-as-errors \
     --nostrip \
     --ssl \
-%ifarch x86_64
+%ifarch x86_64  aarch64
     --wiredtiger=on \
 %else
     --wiredtiger=off \
+    --mmapv1=on \
 %endif
 %ifarch ppc64 ppc64le
     --js-engine=none \


Reply via email to