commit interbench for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package interbench for openSUSE:Factory 
checked in at 2015-10-19 22:53:18

Comparing /work/SRC/openSUSE:Factory/interbench (Old)
 and  /work/SRC/openSUSE:Factory/.interbench.new (New)


Package is "interbench"

Changes:

--- /work/SRC/openSUSE:Factory/interbench/interbench.changes2015-04-13 
20:30:14.0 +0200
+++ /work/SRC/openSUSE:Factory/.interbench.new/interbench.changes   
2015-10-20 00:07:11.0 +0200
@@ -1,0 +2,6 @@
+Sun Oct 18 11:45:15 UTC 2015 - sch...@suse.de
+
+- Clean junk before building
+- Build with %{optflags} and fix link order
+
+---



Other differences:
--
++ interbench.spec ++
--- /var/tmp/diff_new_pack.Gfq19k/_old  2015-10-20 00:07:12.0 +0200
+++ /var/tmp/diff_new_pack.Gfq19k/_new  2015-10-20 00:07:12.0 +0200
@@ -38,7 +38,8 @@
 %setup -q
 
 %build
-make %{?_smp_mflags}
+make %{?_smp_mflags} clean
+make %{?_smp_mflags} CFLAGS="%{optflags}" LDLIBS="-lrt -lm"
 
 %install
 install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}




commit interbench for openSUSE:Factory

2015-04-13 Thread h_root
Hello community,

here is the log from the commit of package interbench for openSUSE:Factory 
checked in at 2015-04-13 20:30:13

Comparing /work/SRC/openSUSE:Factory/interbench (Old)
 and  /work/SRC/openSUSE:Factory/.interbench.new (New)


Package is interbench

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.interbench.new/interbench.changes   
2015-04-13 20:30:14.0 +0200
@@ -0,0 +1,5 @@
+---
+Thu Apr  9 13:46:37 UTC 2015 - mplus...@suse.com
+
+- Initial package of version 0.31
+

New:

  interbench-0.31.tar.bz2
  interbench.changes
  interbench.spec



Other differences:
--
++ interbench.spec ++
#
# spec file for package interbench
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   interbench
Version:0.31
Release:0
Summary:Tool to benchmark interactivity in Linux
License:GPL-2.0
Group:  System/Benchmark
Url:http://users.on.net/~ckolivas/interbench/
Source0:
http://ck.kolivas.org/apps/interbench/interbench-%{version}.tar.bz2
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
This benchmark application is designed to benchmark interactivity in Linux. See
the included file readme.interactivity for a brief definition.

It is designed to measure the effect of changes in Linux kernel design or system
configuration changes such as cpu, I/O scheduler and filesystem changes and
options. With careful benchmarking, different hardware can be compared.

%prep
%setup -q

%build
make %{?_smp_mflags}

%install
install -D -m 0755 %{name} %{buildroot}%{_bindir}/%{name}
install -D -m 0644 %{name}.8 %{buildroot}%{_mandir}/man8/%{name}.8

%files
%defattr(-,root,root)
%doc COPYING readme readme.interactivity
%{_bindir}/%{name}
%{_mandir}/man8/%{name}.*

%changelog