Hello community,

here is the log from the commit of package bandwidth for openSUSE:Factory 
checked in at 2019-11-24 00:23:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bandwidth (Old)
 and      /work/SRC/openSUSE:Factory/.bandwidth.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bandwidth"

Sun Nov 24 00:23:22 2019 rev:5 rq:741835 version:1.9.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/bandwidth/bandwidth.changes      2018-01-13 
21:47:07.771523644 +0100
+++ /work/SRC/openSUSE:Factory/.bandwidth.new.26869/bandwidth.changes   
2019-11-24 00:23:24.743184583 +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.ct7U2v/_old  2019-11-24 00:23:25.651184677 +0100
+++ /var/tmp/diff_new_pack.ct7U2v/_new  2019-11-24 00:23:25.651184677 +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)


Reply via email to