Hello community, here is the log from the commit of package tiobench for openSUSE:Factory checked in at 2020-11-25 19:30:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tiobench (Old) and /work/SRC/openSUSE:Factory/.tiobench.new.5913 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tiobench" Wed Nov 25 19:30:16 2020 rev:4 rq:850690 version:0.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tiobench/tiobench.changes 2015-06-23 11:57:14.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tiobench.new.5913/tiobench.changes 2020-11-25 19:31:07.954602492 +0100 @@ -1,0 +2,6 @@ +Wed Nov 25 11:38:09 UTC 2020 - Martin Pluskal <[email protected]> + +- Modernise spec file +- Mark license information as such + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tiobench.spec ++++++ --- /var/tmp/diff_new_pack.ZVqJmC/_old 2020-11-25 19:31:08.530603059 +0100 +++ /var/tmp/diff_new_pack.ZVqJmC/_new 2020-11-25 19:31:08.534603062 +0100 @@ -1,7 +1,7 @@ # # spec file for package tiobench # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,7 +12,7 @@ # 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/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,15 +20,14 @@ Version: 0.4.1 Release: 0 Summary: Fully-threaded I/O benchmark program -License: GPL-2.0 +License: GPL-2.0-only Group: System/Benchmark -Url: http://sourceforge.net/projects/tiobench +URL: https://sourceforge.net/projects/tiobench Source: tiobench-%{version}.tar.bz2 Patch1: tiobench-moredigits.diff Patch2: tiobench-warnings-makefile.diff Patch3: tiobench-rename-conflicting-functions.diff Recommends: perl(Term::ProgressBar) -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description A simple multithreaded I/O benchmark, popular amongst kernel developers. @@ -37,20 +36,17 @@ analyze changes ... %prep -%setup -q -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%autosetup -p1 %build -make CFLAGS="%{optflags} -fgnu89-inline" %{?_smp_mflags} +%make_build CFLAGS="%{optflags} -fgnu89-inline" %install make install PREFIX="%{buildroot}%{_prefix}" DOCDIR="%{buildroot}%{_docdir}/%{name}" chmod -x %{buildroot}%{_docdir}/%{name}/* %files -%defattr(-,root,root) +%license COPYING %{_bindir}/tio* %doc %{_docdir}/%{name} _______________________________________________ openSUSE Commits mailing list -- [email protected] To unsubscribe, email [email protected] List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/[email protected]
