Hello community, here is the log from the commit of package bandwidth for openSUSE:Leap:15.2 checked in at 2020-01-17 11:59:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/bandwidth (Old) and /work/SRC/openSUSE:Leap:15.2/.bandwidth.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bandwidth" Fri Jan 17 11:59:17 2020 rev:10 rq:763548 version:1.9.3 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/bandwidth/bandwidth.changes 2020-01-15 14:48:14.265333775 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.bandwidth.new.26092/bandwidth.changes 2020-01-17 11:59:21.232448936 +0100 @@ -1,0 +2,21 @@ +Tue Oct 22 12:30:05 UTC 2019 - Martin Pluskal <[email protected]> + +- Enforce usage of CFLAGS + +------------------------------------------------------------------- +Tue Oct 22 12:02:08 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 1.9.3 + * no changes, bugfix release only + +------------------------------------------------------------------- +Tue Oct 8 12:10:39 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 1.9.1 + * More object-oriented improvements. + * Separated object-oriented C (OOC) from bandwidth app. +- Use HTTPS URL +- Drop patch: + * bandwidth-fix-cflags.diff + +------------------------------------------------------------------- Old: ---- bandwidth-1.5.1.tar.gz bandwidth-fix-cflags.diff New: ---- bandwidth-1.9.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bandwidth.spec ++++++ --- /var/tmp/diff_new_pack.AUrjyG/_old 2020-01-17 11:59:21.596449096 +0100 +++ /var/tmp/diff_new_pack.AUrjyG/_new 2020-01-17 11:59:21.596449096 +0100 @@ -1,7 +1,7 @@ # # spec file for package bandwidth # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,21 +12,19 @@ # 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: bandwidth -Version: 1.5.1 +Version: 1.9.3 Release: 0 Summary: Memory and network benchmark program -License: GPL-2.0 +License: GPL-2.0-only Group: System/Benchmark -Url: http://zsmith.co/bandwidth.html -Source: http://zsmith.co/archives/%{name}-%{version}.tar.gz -Patch0: bandwidth-fix-cflags.diff +URL: https://zsmith.co/bandwidth.php +Source: https://zsmith.co/archives/%{name}-%{version}.tar.gz BuildRequires: nasm -BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 %description @@ -37,9 +35,6 @@ %prep %setup -q -%patch0 -p1 -# FIXME: -chmod 644 README.txt COPYING.txt %build # currently fails with No rule to make target 'routines-arm-32bit.asm', needed by 'bandwidth-arm32' @@ -47,14 +42,13 @@ make %{?_smp_mflags} bandwidth-arm32 %endif -export CFLAGS="%{optflags}" %ifarch %{ix86} -make %{?_smp_mflags} bandwidth32 +make %{?_smp_mflags} bandwidth32 CFLAGS="%{optflags}" mv bandwidth32 %{name} %endif %ifarch x86_64 -make %{?_smp_mflags} bandwidth64 +make %{?_smp_mflags} bandwidth64 CFLAGS="%{optflags}" mv bandwidth64 %{name} %endif @@ -62,8 +56,8 @@ install -Dsm 755 %{name} %{buildroot}/%{_bindir}/%{name} %files -%defattr(-,root,root) +%license GPL.txt +%doc README.txt %{_bindir}/%{name} -%doc README.txt COPYING.txt %changelog ++++++ bandwidth-1.5.1.tar.gz -> bandwidth-1.9.3.tar.gz ++++++ ++++ 22636 lines of diff (skipped)
