Hello community,

here is the log from the commit of package sysbench for openSUSE:Factory 
checked in at 2016-03-07 13:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-04-02 
16:03:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sysbench.new/sysbench.changes   2016-03-07 
13:24:19.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Mar  1 11:55:17 UTC 2016 - [email protected]
+
+- Update to 0.5.0~git.20160223
+- Add _service
+- Some spec file cleanups
+
+-------------------------------------------------------------------

Old:
----
  sysbench-0.5.0+r122.tar.bz2

New:
----
  _service
  sysbench-0.5.0~git.20160223.tar.xz

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

Other differences:
------------------
++++++ sysbench.spec ++++++
--- /var/tmp/diff_new_pack.w3OhBO/_old  2016-03-07 13:24:20.000000000 +0100
+++ /var/tmp/diff_new_pack.w3OhBO/_new  2016-03-07 13:24:20.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sysbench
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,25 @@
 
 
 Name:           sysbench
-Version:        0.5.0+r122
+Version:        0.5.0~git.20160223
 Release:        0
 Summary:        A MySQL benchmarking tool
 License:        GPL-2.0
 Group:          System/Benchmark
 Url:            https://github.com/akopytov/sysbench
-Source0:        %{name}-%{version}.tar.bz2
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-example-tests.tar.bz2
-BuildRequires:  automake
 BuildRequires:  autoconf
-BuildRequires:  libtool
+BuildRequires:  automake
 BuildRequires:  docbook
 BuildRequires:  docbook-xsl-stylesheets
-BuildRequires:  gcc-c++
 BuildRequires:  libaio-devel
 BuildRequires:  libtool
 BuildRequires:  libxslt-tools
 BuildRequires:  mysql-devel
 BuildRequires:  openssl-devel
 BuildRequires:  postgresql-devel
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -47,24 +46,23 @@
 %prep
 %setup -q
 %setup -q -T -D -a 1
-./autogen.sh
 
 %build
+autoreconf -fiv
 %configure \
        --with-pgsql
-make %{?_smp_mflags} -e CFLAGS="%{optflags}" CXXFLAGS="%{optflags} 
-fno-exceptions" 'VERSION_NO="\"%{version}\""'
+make %{?_smp_mflags}
 
 %install
-# Version will be used for link to library: .so.% version, see below in % files
 %make_install
-install -d -m 755 %{buildroot}%{_datadir}/sysbench
-install -D -m 755 sysbench-example-tests/sysbench-example-test 
%{buildroot}%{_datadir}/sysbench/sysbench-example-test
-install -D -m 755 sysbench-example-tests/sysbench-example-all-tests  
%{buildroot}%{_datadir}/sysbench/sysbench-example-all-tests
+install -D -m 0755 sysbench-example-tests/sysbench-example-test       
%{buildroot}%{_datadir}/sysbench/sysbench-example-test
+install -D -m 0755 sysbench-example-tests/sysbench-example-all-tests  
%{buildroot}%{_datadir}/sysbench/sysbench-example-all-tests
+rm -rf %{buildroot}%{_datadir}/doc/sysbench
 
 %files
 %defattr(-,root,root)
-%{_bindir}/*
-%{_datadir}/doc/sysbench
+%doc COPYING ChangeLog README.md doc/manual.html
+%{_bindir}/sysbench
 %{_datadir}/sysbench
 
 %changelog

++++++ _service ++++++
<services>
  <service mode="localonly" name="tar_scm">
    <param name="url">git://github.com/akopytov/sysbench</param>
    <param name="scm">git</param>
    <param name="filename">sysbench</param>
    <param name="revision">1c812ad6dd129f059691103c224bb0ea8006ff15</param>
    <param name="versionformat">0.5.0~git.%cd</param>
  </service>
  <service mode="localonly" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="localonly" name="set_version"/>
</services>

Reply via email to