Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ebizzy for openSUSE:Factory checked in at 2026-05-30 23:00:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ebizzy (Old) and /work/SRC/openSUSE:Factory/.ebizzy.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ebizzy" Sat May 30 23:00:03 2026 rev:2 rq:1356044 version:0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ebizzy/ebizzy.changes 2015-04-02 16:03:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ebizzy.new.1937/ebizzy.changes 2026-05-30 23:02:22.282713777 +0200 @@ -1,0 +2,8 @@ +Sat May 30 13:19:59 UTC 2026 - Martin Pluskal <[email protected]> + +- Fix a typo in the summary (applicatin -> application) +- Spec cleanup: modernize the License tag to SPDX GPL-2.0-only, + drop obsolete Group/BuildRoot/%defattr, mark LICENSE as + %license, add missing BuildRequires: gcc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ebizzy.spec ++++++ --- /var/tmp/diff_new_pack.b6t9SV/_old 2026-05-30 23:02:23.058745678 +0200 +++ /var/tmp/diff_new_pack.b6t9SV/_new 2026-05-30 23:02:23.058745678 +0200 @@ -1,7 +1,7 @@ # # spec file for package ebizzy # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,19 +12,18 @@ # 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/ # Name: ebizzy Version: 0.3 Release: 0 -Summary: Web server applicatin workload generator -License: GPL-2.0 -Group: System/Benchmark -Url: http://ebizzy.sf.net -Source: http://sourceforge.net/projects/ebizzy/files/ebizzy/%{version}/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Summary: Web server application workload generator +License: GPL-2.0-only +URL: https://ebizzy.sf.net +Source: https://sourceforge.net/projects/ebizzy/files/ebizzy/%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc %description ebizzy is designed to generate a workload resembling common web application @@ -35,12 +34,13 @@ %setup -q %build -gcc %{optflags} -Wshadow -pthread -o ebizzy ebizzy.c +gcc %{optflags} -pthread -o ebizzy ebizzy.c %install install -m 0755 -D ebizzy %{buildroot}/%{_bindir}/ebizzy %files -%defattr(-,root,root) -%doc ChangeLog README LICENSE +%license LICENSE +%doc ChangeLog README %{_bindir}/ebizzy +
