Hello community,

here is the log from the commit of package sysbench for openSUSE:Factory 
checked in at 2019-12-07 15:07:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysbench (Old)
 and      /work/SRC/openSUSE:Factory/.sysbench.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysbench"

Sat Dec  7 15:07:19 2019 rev:25 rq:754662 version:1.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysbench/sysbench.changes        2019-10-22 
15:44:51.253676272 +0200
+++ /work/SRC/openSUSE:Factory/.sysbench.new.4691/sysbench.changes      
2019-12-07 15:07:38.735861631 +0100
@@ -1,0 +2,6 @@
+Fri Dec  6 11:53:30 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update to version 1.0.18:
+  * build/CI/packaging changes only
+
+-------------------------------------------------------------------
@@ -10 +16 @@
-- Update to version 1.0.1:
+- Update to version 1.0.17

Old:
----
  sysbench-1.0.17.tar.gz

New:
----
  sysbench-1.0.18.tar.gz

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

Other differences:
------------------
++++++ sysbench.spec ++++++
--- /var/tmp/diff_new_pack.GUIBE7/_old  2019-12-07 15:07:41.599861226 +0100
+++ /var/tmp/diff_new_pack.GUIBE7/_new  2019-12-07 15:07:41.603861225 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysbench
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           sysbench
-Version:        1.0.17
+Version:        1.0.18
 Release:        0
 Summary:        A MySQL benchmarking tool
 License:        GPL-2.0-only

++++++ sysbench-1.0.17.tar.gz -> sysbench-1.0.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.17/.travis.yml 
new/sysbench-1.0.18/.travis.yml
--- old/sysbench-1.0.17/.travis.yml     2019-03-15 13:16:36.000000000 +0100
+++ new/sysbench-1.0.18/.travis.yml     2019-10-21 08:23:05.000000000 +0200
@@ -30,22 +30,25 @@
       - TARGET=coverage
       - OS=el DIST=6
       - OS=el DIST=7
-      - OS=fedora DIST=28
+      - OS=el DIST=8
       - OS=fedora DIST=29
+      - OS=fedora DIST=30
       - OS=fedora DIST=rawhide
-      - OS=ubuntu DIST=trusty
       - OS=ubuntu DIST=xenial
       - OS=ubuntu DIST=bionic
-      - OS=ubuntu DIST=cosmic
+      - OS=ubuntu DIST=disco
+      - OS=ubuntu DIST=eoan
       - OS=debian DIST=jessie
       - OS=debian DIST=stretch
+      - OS=debian DIST=buster
       - OS=debian DIST=sid
-      - OS=ubuntu DIST=trusty ARCH=i386
       - OS=ubuntu DIST=xenial ARCH=i386
       - OS=ubuntu DIST=bionic ARCH=i386
-      - OS=ubuntu DIST=cosmic ARCH=i386
+      - OS=ubuntu DIST=disco ARCH=i386
+      - OS=ubuntu DIST=eoan ARCH=i386
       - OS=debian DIST=jessie ARCH=i386
       - OS=debian DIST=stretch ARCH=i386
+      - OS=debian DIST=buster ARCH=i386
       - OS=debian DIST=sid ARCH=i386
 
 matrix:
@@ -54,62 +57,72 @@
       compiler: clang
     - env: OS=el DIST=7
       compiler: clang
-    - env: OS=fedora DIST=28
+    - env: OS=el DIST=8
       compiler: clang
     - env: OS=fedora DIST=29
       compiler: clang
-    - env: OS=fedora DIST=rawhide
+    - env: OS=fedora DIST=30
       compiler: clang
-    - env: OS=ubuntu DIST=trusty
+    - env: OS=fedora DIST=rawhide
       compiler: clang
     - env: OS=ubuntu DIST=xenial
       compiler: clang
     - env: OS=ubuntu DIST=bionic
       compiler: clang
-    - env: OS=ubuntu DIST=cosmic
+    - env: OS=ubuntu DIST=disco
+      compiler: clang
+    - env: OS=ubuntu DIST=eoan
       compiler: clang
     - env: OS=debian DIST=jessie
       compiler: clang
     - env: OS=debian DIST=stretch
       compiler: clang
-    - env: OS=debian DIST=sid
+    - env: OS=debian DIST=buster
       compiler: clang
-    - env: OS=ubuntu DIST=trusty ARCH=i386
+    - env: OS=debian DIST=sid
       compiler: clang
     - env: OS=ubuntu DIST=xenial ARCH=i386
       compiler: clang
     - env: OS=ubuntu DIST=bionic ARCH=i386
       compiler: clang
-    - env: OS=ubuntu DIST=cosmic ARCH=i386
+    - env: OS=ubuntu DIST=disco ARCH=i386
+      compiler: clang
+    - env: OS=ubuntu DIST=eoan ARCH=i386
       compiler: clang
     - env: OS=debian DIST=jessie ARCH=i386
       compiler: clang
     - env: OS=debian DIST=stretch ARCH=i386
       compiler: clang
+    - env: OS=debian DIST=buster ARCH=i386
+      compiler: clang
     - env: OS=debian DIST=sid ARCH=i386
       compiler: clang
     - env: OS=el DIST=6
       os: osx
     - env: OS=el DIST=7
       os: osx
-    - env: OS=fedora DIST=28
+    - env: OS=el DIST=8
       os: osx
     - env: OS=fedora DIST=29
       os: osx
-    - env: OS=fedora DIST=rawhide
+    - env: OS=fedora DIST=30
       os: osx
-    - env: OS=ubuntu DIST=trusty
+    - env: OS=fedora DIST=rawhide
       os: osx
     - env: OS=ubuntu DIST=xenial
       os: osx
     - env: OS=ubuntu DIST=bionic
       os: osx
-    - env: OS=ubuntu DIST=cosmic
+    - env: OS=ubuntu DIST=disco
+      os: osx
+    - env: OS=ubuntu DIST=eoan
       os: osx
     - env: OS=debian DIST=jessie
       os: osx
     - env: OS=debian DIST=stretch
       os: osx
+    - env: OS=debian DIST=buster
+      os: osx
     - env: OS=debian DIST=sid
       os: osx
     - env: TARGET=distcheck
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.17/ChangeLog 
new/sysbench-1.0.18/ChangeLog
--- old/sysbench-1.0.17/ChangeLog       2019-03-15 13:16:36.000000000 +0100
+++ new/sysbench-1.0.18/ChangeLog       2019-10-21 08:23:05.000000000 +0200
@@ -1,3 +1,17 @@
+2019-10-21  Alexey Kopytov  <akopy...@gmail.com>
+
+       * version 1.0.18
+       * build/CI/packaging: add Ubuntu Eoan.
+       * build/CI/packaging: remove Ubuntu Cosmic (EOL).
+       * build/CI/packaging: add CentOS 8.
+       * build/CI/packaging: add Ubuntu Disco.
+       * build/CI/packaging: remove Ubuntu Trusty (EOL).
+       * build/CI/packaging: remove Fedora 28 (EOL).
+       * build/CI/packaging: add Fedora 30.
+       * build/CI/packaging: cherry-pick fix for LuaJIT/LuaJIT#484 to
+       fix builds on macOS Mojave.
+       * build/CI/packaging: add Debian Buster
+
 2019-03-15  Alexey Kopytov  <akopy...@gmail.com>
 
        * version 1.0.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.17/configure.ac 
new/sysbench-1.0.18/configure.ac
--- old/sysbench-1.0.17/configure.ac    2019-03-15 13:16:36.000000000 +0100
+++ new/sysbench-1.0.18/configure.ac    2019-10-21 08:23:05.000000000 +0200
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.63)
-AC_INIT([sysbench],[1.0.17],[https://github.com/akopytov/sysbench/issues],
+AC_INIT([sysbench],[1.0.18],[https://github.com/akopytov/sysbench/issues],
         [sysbench], [https://github.com/akopytov/sysbench])
 AC_CONFIG_AUX_DIR([config])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.17/m4/sb_concurrency_kit.m4 
new/sysbench-1.0.18/m4/sb_concurrency_kit.m4
--- old/sysbench-1.0.17/m4/sb_concurrency_kit.m4        2019-03-15 
13:16:36.000000000 +0100
+++ new/sysbench-1.0.18/m4/sb_concurrency_kit.m4        2019-10-21 
08:23:05.000000000 +0200
@@ -57,6 +57,9 @@
       i686*)
         CK_CONFIGURE_FLAGS="--platform=i686"
         ;;
+      mips64*)
+        CK_CONFIGURE_FLAGS="--use-cc-builtins"
+        ;;
     esac
     # Add --enable-lse to CK build flags, if LSE instructions are supported by
     # the target architecture
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.17/scripts/buildpack.sh 
new/sysbench-1.0.18/scripts/buildpack.sh
--- old/sysbench-1.0.17/scripts/buildpack.sh    2019-03-15 13:16:36.000000000 
+0100
+++ new/sysbench-1.0.18/scripts/buildpack.sh    2019-10-21 08:23:05.000000000 
+0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env bash
 #
-# Copyright (C) 2017-2018 Alexey Kopytov <akopy...@gmail.com>
+# Copyright (C) 2017-2019 Alexey Kopytov <akopy...@gmail.com>
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -49,35 +49,39 @@
 distros_x86_64=(
     "el 6 x86_64"
     "el 7 x86_64"
-    "fedora 28 x86_64"
+    "el 8 x86_64"
     "fedora 29 x86_64"
-    "ubuntu trusty x86_64"
+    "fedora 39 x86_64"
     "ubuntu xenial x86_64"
     "ubuntu bionic x86_64"
-    "ubuntu cosmic x86_64"
+    "ubuntu disco x86_64"
+    "ubuntu eoan x86_64"
     "debian jessie x86_64"
     "debian stretch x86_64"
+    "debian buster x86_64"
 )
 
 distros_i386=(
-    "ubuntu trusty i386"
     "ubuntu xenial i386"
     "ubuntu bionic i386"
-    "ubuntu cosmic i386"
+    "ubuntu disco i386"
+    "ubuntu eoan i386"
     "debian jessie i386"
     "debian stretch i386"
+    "debian buster i386"
 )
 
 distros_aarch64=(
     "el 7 aarch64"
-    "fedora 28 aarch64"
     "fedora 29 aarch64"
+    "fedora 30 aarch64"
     "ubuntu bionic aarch64"
-    "ubuntu cosmic aarch64"
-    "ubuntu trusty aarch64"
+    "ubuntu disco aarch64"
+    "ubuntu eoan aarch64"
     "ubuntu xenial aarch64"
     "debian jessie aarch64"
     "debian stretch aarch64"
+    "debian buster aarch64"
 )
 
 main()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.17/tests/test_run.sh 
new/sysbench-1.0.18/tests/test_run.sh
--- old/sysbench-1.0.17/tests/test_run.sh       2019-03-15 13:16:36.000000000 
+0100
+++ new/sysbench-1.0.18/tests/test_run.sh       2019-10-21 08:23:05.000000000 
+0200
@@ -83,4 +83,15 @@
 
 . $SBTEST_CONFIG
 
-cram --shell=/bin/bash --verbose $tests
+if $(command -v python >/dev/null 2>&1)
+then
+    PYTHON=python
+elif $(command -v python2 >/dev/null 2>&1)
+then
+    PYTHON=python2
+else
+    echo "Cannot find python interpreter in PATH"
+    exit 1
+fi
+
+$PYTHON $(command -v cram) --shell=/bin/bash --verbose $tests
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/sysbench-1.0.17/third_party/luajit/luajit/src/Makefile 
new/sysbench-1.0.18/third_party/luajit/luajit/src/Makefile
--- old/sysbench-1.0.17/third_party/luajit/luajit/src/Makefile  2019-03-15 
13:16:36.000000000 +0100
+++ new/sysbench-1.0.18/third_party/luajit/luajit/src/Makefile  2019-10-21 
08:23:05.000000000 +0200
@@ -310,7 +310,7 @@
 endif
 ifeq (Darwin,$(TARGET_SYS))
   ifeq (,$(MACOSX_DEPLOYMENT_TARGET))
-    export MACOSX_DEPLOYMENT_TARGET=10.4
+    export MACOSX_DEPLOYMENT_TARGET=10.6
   endif
   TARGET_STRIP+= -x
   TARGET_AR+= 2>/dev/null


Reply via email to