Hello community,

here is the log from the commit of package sysbench for openSUSE:Factory 
checked in at 2020-02-07 15:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysbench (Old)
 and      /work/SRC/openSUSE:Factory/.sysbench.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysbench"

Fri Feb  7 15:53:28 2020 rev:26 rq:770551 version:1.0.19

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysbench/sysbench.changes        2019-12-07 
15:07:38.735861631 +0100
+++ /work/SRC/openSUSE:Factory/.sysbench.new.26092/sysbench.changes     
2020-02-07 15:54:12.759504253 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 12:15:37 UTC 2020 - Martin Pluskal <[email protected]>
+
+- Update to version 1.0.19:
+  * regression tests: compatibility fix for PostgreSQL 12
+
+-------------------------------------------------------------------

Old:
----
  sysbench-1.0.18.tar.gz

New:
----
  sysbench-1.0.19.tar.gz

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

Other differences:
------------------
++++++ sysbench.spec ++++++
--- /var/tmp/diff_new_pack.wbpOM0/_old  2020-02-07 15:54:14.775505355 +0100
+++ /var/tmp/diff_new_pack.wbpOM0/_new  2020-02-07 15:54:14.779505357 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysbench
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 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.18
+Version:        1.0.19
 Release:        0
 Summary:        A MySQL benchmarking tool
 License:        GPL-2.0-only

++++++ sysbench-1.0.18.tar.gz -> sysbench-1.0.19.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.18/.travis.yml 
new/sysbench-1.0.19/.travis.yml
--- old/sysbench-1.0.18/.travis.yml     2019-10-21 08:23:05.000000000 +0200
+++ new/sysbench-1.0.19/.travis.yml     2019-12-08 13:04:05.000000000 +0100
@@ -33,6 +33,7 @@
       - OS=el DIST=8
       - OS=fedora DIST=29
       - OS=fedora DIST=30
+      - OS=fedora DIST=31
       - OS=fedora DIST=rawhide
       - OS=ubuntu DIST=xenial
       - OS=ubuntu DIST=bionic
@@ -63,6 +64,8 @@
       compiler: clang
     - env: OS=fedora DIST=30
       compiler: clang
+    - env: OS=fedora DIST=31
+      compiler: clang
     - env: OS=fedora DIST=rawhide
       compiler: clang
     - env: OS=ubuntu DIST=xenial
@@ -107,6 +110,8 @@
       os: osx
     - env: OS=fedora DIST=30
       os: osx
+    - env: OS=fedora DIST=31
+      os: osx
     - env: OS=fedora DIST=rawhide
       os: osx
     - env: OS=ubuntu DIST=xenial
@@ -160,6 +165,7 @@
     if [ "x$TARGET" = "xtest" ]; then
       case "${TRAVIS_OS_NAME:-linux}" in
       osx)
+        brew update
         brew install mysql
 
         # OS X requires servers to be started explicitly
@@ -185,13 +191,15 @@
     fi
 
 install:
-  - pip2 install --user urllib3[secure] cpp-coveralls
   - >
     case "${TRAVIS_OS_NAME:-linux}" in
     osx)
       # OS X requires this for user-local pip packages
       export PATH=~/Library/Python/2.7/bin:$PATH
       ;;
+    linux)
+      pip install --user cpp-coveralls
+      ;;
     esac
 
 before_script:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.18/ChangeLog 
new/sysbench-1.0.19/ChangeLog
--- old/sysbench-1.0.18/ChangeLog       2019-10-21 08:23:05.000000000 +0200
+++ new/sysbench-1.0.19/ChangeLog       2019-12-08 13:04:05.000000000 +0100
@@ -1,3 +1,11 @@
+2019-12-08  Alexey Kopytov  <[email protected]>
+
+       * version 1.0.18
+       * build/CI/packaging: fix Ubuntu packaging for Bionic and later versions
+       * regression tests: compatibility fix for PostgreSQL 12
+       * build/CI/packaging: fix macOs builds in Travis
+       * build/CI/packaging: add Fedora 31.
+
 2019-10-21  Alexey Kopytov  <[email protected]>
 
        * version 1.0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.18/configure.ac 
new/sysbench-1.0.19/configure.ac
--- old/sysbench-1.0.18/configure.ac    2019-10-21 08:23:05.000000000 +0200
+++ new/sysbench-1.0.19/configure.ac    2019-12-08 13:04:05.000000000 +0100
@@ -1,7 +1,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.63)
-AC_INIT([sysbench],[1.0.18],[https://github.com/akopytov/sysbench/issues],
+AC_INIT([sysbench],[1.0.19],[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.18/debian/changelog 
new/sysbench-1.0.19/debian/changelog
--- old/sysbench-1.0.18/debian/changelog        2019-10-21 08:23:05.000000000 
+0200
+++ new/sysbench-1.0.19/debian/changelog        2019-12-08 13:04:05.000000000 
+0100
@@ -1,3 +1,9 @@
+sysbench (1.0.18-1) unstable; urgency=low
+
+  * add libssl-dev to build dependencies
+
+ -- Alexey Kopytov <[email protected]>  Sun, 08 Dec 2019 14:02:01 +0300
+
 sysbench (1.0.15-2) unstable; urgency=low
 
   * add libaio-dev to build dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.18/debian/control 
new/sysbench-1.0.19/debian/control
--- old/sysbench-1.0.18/debian/control  2019-10-21 08:23:05.000000000 +0200
+++ new/sysbench-1.0.19/debian/control  2019-12-08 13:04:05.000000000 +0100
@@ -2,7 +2,7 @@
 Section: misc
 Priority: extra
 Maintainer: Alexey Kopytov <[email protected]>
-Build-Depends: debhelper, autoconf, automake, libaio-dev, libtool, 
libmysqlclient-dev | default-libmysqlclient-dev, libpq-dev, pkg-config, python
+Build-Depends: debhelper, autoconf, automake, libaio-dev, libtool, 
libmysqlclient-dev | default-libmysqlclient-dev, libpq-dev, pkg-config, python, 
libssl-dev
 Standards-Version: 3.9.5
 Homepage: https://github.com/akopytov/sysbench
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.18/scripts/buildpack.sh 
new/sysbench-1.0.19/scripts/buildpack.sh
--- old/sysbench-1.0.18/scripts/buildpack.sh    2019-10-21 08:23:05.000000000 
+0200
+++ new/sysbench-1.0.19/scripts/buildpack.sh    2019-12-08 13:04:05.000000000 
+0100
@@ -51,7 +51,8 @@
     "el 7 x86_64"
     "el 8 x86_64"
     "fedora 29 x86_64"
-    "fedora 39 x86_64"
+    "fedora 30 x86_64"
+    "fedora 31 x86_64"
     "ubuntu xenial x86_64"
     "ubuntu bionic x86_64"
     "ubuntu disco x86_64"
@@ -75,6 +76,7 @@
     "el 7 aarch64"
     "fedora 29 aarch64"
     "fedora 30 aarch64"
+    "fedora 31 aarch64"
     "ubuntu bionic aarch64"
     "ubuntu disco aarch64"
     "ubuntu eoan aarch64"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sysbench-1.0.18/tests/include/pgsql_common.sh 
new/sysbench-1.0.19/tests/include/pgsql_common.sh
--- old/sysbench-1.0.18/tests/include/pgsql_common.sh   2019-10-21 
08:23:05.000000000 +0200
+++ new/sysbench-1.0.19/tests/include/pgsql_common.sh   2019-12-08 
13:04:05.000000000 +0100
@@ -26,7 +26,8 @@
         ELSE ''
     END ||
     CASE
-        WHEN f.atthasdef = 't' THEN 'default ' || d.adsrc
+        WHEN f.atthasdef = 't' THEN 'default ' ||
+             pg_catalog.pg_get_expr(d.adbin, d.adrelid, true)
         ELSE ''
     END AS "Modifiers",
     CASE


Reply via email to