Hello community,

here is the log from the commit of package mariadb for openSUSE:Factory checked 
in at 2018-12-27 00:24:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mariadb (Old)
 and      /work/SRC/openSUSE:Factory/.mariadb.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mariadb"

Thu Dec 27 00:24:07 2018 rev:80 rq:657991 version:10.2.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/mariadb/mariadb.changes  2018-12-10 
12:26:11.330655787 +0100
+++ /work/SRC/openSUSE:Factory/.mariadb.new.28833/mariadb.changes       
2018-12-27 00:24:08.715920316 +0100
@@ -1,0 +2,8 @@
+Wed Dec 12 13:38:00 UTC 2018 - [email protected]
+
+- remove PerconaFT from the package as it has AGPL licence
+  [bsc#1118754]
+- use a new syntax for cmake variables that specify which plugin
+  will be built
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mariadb.spec ++++++
--- /var/tmp/diff_new_pack.xiVrCH/_old  2018-12-27 00:24:10.339918992 +0100
+++ /var/tmp/diff_new_pack.xiVrCH/_new  2018-12-27 00:24:10.343918988 +0100
@@ -39,6 +39,7 @@
 # see https://mariadb.com/kb/en/mariadb/tokudb/
 # Temporarily stop to build it as jemalloc 5 is not backwards compatible
 # and a build without jemalloc is not supported upstream (MDEV-15034)
+# Also we can't use PerconaFT (AGPL licence) that is needed for tokudb
 %define with_tokudb 0
 # Mroonga currently only supports the x86_64 architecture
 # see https://mariadb.com/kb/en/mariadb/about-mroonga/
@@ -365,6 +366,9 @@
 # Remove python scripts remains from tokudb upstream (those files are not used 
anyway)
 rm -r storage/tokudb/mysql-test/tokudb/t/*.py
 
+# Remove PerconaFT from the package because it has AGPL licence [bsc#1118754]
+rm -rf storage/tokudb/PerconaFT
+
 %build
 EXTRA_FLAGS="-Wno-unused-but-set-variable -fno-strict-aliasing 
-Wno-unused-parameter"
 # Mariadb devs seems to fall in love with -Werror option
@@ -394,13 +398,13 @@
        -DWITH_INNOBASE_STORAGE_ENGINE=1                             \
        -DWITH_PERFSCHEMA_STORAGE_ENGINE=1                           \
 %if 0%{with_oqgraph} < 1
-       -DWITHOUT_OQGRAPH=ON                                         \
+       -DPLUGIN_OQGRAPH=NO                                          \
 %endif
 %if 0%{with_tokudb} < 1
-       -DWITHOUT_TOKUDB=ON                                          \
+       -DPLUGIN_TOKUDB=NO                                           \
 %endif
 %if 0%{with_mroonga} < 1
-       -DWITHOUT_MROONGA=ON                                         \
+       -DPLUGIN_MROONGA=NO                                          \
 %endif
        -DWITH_XTRADB_STORAGE_ENGINE=1                               \
        -DWITH_CSV_STORAGE_ENGINE=1                                  \



Reply via email to