Hello community,

here is the log from the commit of package sysbench for openSUSE:Factory 
checked in at 2016-10-23 12:52:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sysbench (Old)
 and      /work/SRC/openSUSE:Factory/.sysbench.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sysbench"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sysbench/sysbench.changes        2016-09-30 
15:35:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysbench.new/sysbench.changes   2016-10-23 
12:52:41.000000000 +0200
@@ -1,0 +2,63 @@
+Fri Oct 21 15:07:39 UTC 2016 - mplus...@suse.com
+
+- Update to version 1.0.0~git.20161019:
+  * Bump version for the 1.0 branch and fix email address to report bugs.
+  * Fixes #18: lrand48() is not thread-safe and LP#1412488: lrand48() doesn't 
scale well on highly concurrent platforms
+  * Add a missing '\'.
+  * Add a missing #include.
+  * Properly initialize thread-local RNG state.
+  * Allow --mysql-port to be a list.
+  * Fix --mysql-host broken by the previous commit.
+  * Fix error message when a TCP connection fails.
+  * Fix compatibility with Autoconf 2.63 broken by adding ax_tls.m4.
+  * Fix pthread_self return type
+  * Rand for Windows - Secure rand_s function - Microsoft TLS implementation 
for sb_rng_state
+  * Fix CMakeLists
+  * Initial Travis CI integration.
+  * Actually build code with Travis CI builds.
+  * Add build status to README.md.
+  * Add --with-pgsql to Travis CI builds.
+  * Fix PostgreSQL driver.
+  * Don't install PostgreSQL in Travis, as it seems to be installed by default.
+  * Re-create files after removing them when starting a --file-test-mode=seqwr 
benchmark.
+  * sb_print_value_size: use Ki, Mi, Gi, Ti
+  * sb_fileio.c: use correct units
+  * sb_memory.c: use correct units
+  * configure.ac: bump version number to 1.0
+  * Improve results formatting in the fileio test.
+  * Add __attribute__((format...)) to printf-like function declarations.
+  * FileIO fix
+  * %zd for size_t printf ops
+  * Use srandom()/random() to initialize per-thread RNGs.
+  * VS2015 fix
+  * Don't remake aclocal.m4 and configure after autogen.sh && configure.
+  * Fix --with-mysql-libs for MySQL 5.7.
+  * Calculate ranges on the client + some oltp.lua cleanups.
+  * Add missing parentheses.
+  * Fixes #55: Make percentile stats optional
+  * Fix debug messages to be more specific.
+  * Initial Debian packaging based on 
https://github.com/percona/sysbench-packaging
+  * Workaround for a TravisCI/Homebrew bug preventing OSX builds.
+  * Fix write issue with NFS direct I/O
+  * Invoke regression tests from Travis CI.
+  * Add coveralls.io integration.
+  * Fix test_fileio.t to pass with 1.0.
+  * Add sb_global.h to sysbench_SOURCES.
+  * Adjust test_fileio.t changes to 1.0.
+  * Remove dummy comment from sb_list.h.
+  * Adjust DB drivers tests to 1.0 output.
+  * Adjust tests to 1.0.
+  * Fix NULL handling in PostgreSQL driver.
+  * Adjust script_oltp_* tests to 1.0.
+  * Some typo fixes in the docs.
+  * simple build instructions to include oracle client, Also minor change to 
look at correct folder structure of 12.1 oracle client.
+  * Move Oracle build steps into a separate file.
+  * Do not overflow buffer in strncat
+  * Add README-Oracle.md to EXTRA_DIST.
+  * Don't use caches, as they may cause issues on PostgreSQL updates.
+  * Add Emacs and Vi modelines in .travis.yml.
+  * Fix Sun Studio + Solaris/Sparc builds.
+  * Fixes #74: PATH_MAX / DATA_PATH undefined
+- Drop no longer needed sysbench_buffer_overflow.patch
+
+-------------------------------------------------------------------

Old:
----
  sysbench-0.5.0+git.20160922.tar.xz
  sysbench_buffer_overflow.patch

New:
----
  sysbench-1.0.0~git.20161019.tar.xz

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

Other differences:
------------------
++++++ sysbench.spec ++++++
--- /var/tmp/diff_new_pack.Yr2fNV/_old  2016-10-23 12:52:43.000000000 +0200
+++ /var/tmp/diff_new_pack.Yr2fNV/_new  2016-10-23 12:52:43.000000000 +0200
@@ -16,9 +16,8 @@
 #
 
 
-%define version_unconverted 0.5.0+git.20160922
 Name:           sysbench
-Version:        0.5.0+git.20160922
+Version:        1.0.0~git.20161019
 Release:        0
 Summary:        A MySQL benchmarking tool
 License:        GPL-2.0
@@ -26,12 +25,9 @@
 Url:            https://github.com/akopytov/sysbench
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-example-tests.tar.bz2
-Patch0:         sysbench_buffer_overflow.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
-%if 0%{?is_opensuse}
 BuildRequires:  cram
-%endif
 BuildRequires:  docbook
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  help2man
@@ -52,7 +48,6 @@
 %prep
 %setup -q
 %setup -q -T -D -a 1
-%patch0 -p1
 
 %build
 autoreconf -fiv
@@ -60,6 +55,9 @@
   --with-pgsql
 make %{?_smp_mflags}
 
+%check
+make %{?_smp_mflags} check
+
 %install
 %make_install
 help2man ./sysbench/sysbench > sysbench.1
@@ -71,11 +69,6 @@
   %{buildroot}%{_datadir}/sysbench/sysbench-example-all-tests
 rm -rf %{buildroot}%{_datadir}/doc/sysbench
 
-%if 0%{?is_opensuse}
-%check
-make check
-%endif
-
 %files
 %defattr(-,root,root)
 %doc COPYING ChangeLog README.md doc/manual.html

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Yr2fNV/_old  2016-10-23 12:52:43.000000000 +0200
+++ /var/tmp/diff_new_pack.Yr2fNV/_new  2016-10-23 12:52:43.000000000 +0200
@@ -4,8 +4,8 @@
     <param name="scm">git</param>
     <param name="filename">sysbench</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/heads/0.5</param>
-    <param name="versionformat">0.5.0+git.%cd</param>
+    <param name="revision">refs/heads/1.0</param>
+    <param name="versionformat">1.0.0~git.%cd</param>
   </service>
   <service mode="disabled" name="recompress">
     <param name="file">*.tar</param>


Reply via email to