Hello community,

here is the log from the commit of package stream for openSUSE:Factory:NonFree 
checked in at 2018-03-22 12:39:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory:NonFree/stream (Old)
 and      /work/SRC/openSUSE:Factory:NonFree/.stream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stream"

Thu Mar 22 12:39:13 2018 rev:2 rq:584410 version:5.10

Changes:
--------
--- /work/SRC/openSUSE:Factory:NonFree/stream/stream.changes    2016-11-01 
09:59:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.stream.new/stream.changes       
2018-03-22 12:39:14.720124596 +0100
@@ -1,0 +2,5 @@
+Thu Mar  8 12:28:11 UTC 2018 - [email protected]
+
+- Update spec file using spec-cleaner
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ stream.spec ++++++
--- /var/tmp/diff_new_pack.lK9DFj/_old  2018-03-22 12:39:15.460097984 +0100
+++ /var/tmp/diff_new_pack.lK9DFj/_new  2018-03-22 12:39:15.468097696 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stream
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,13 +15,14 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           stream
 Version:        5.10
 Release:        0
-License:        SUSE-NonFree
 Summary:        Memory bandwidth benchmark
-Url:            https://www.cs.virginia.edu/stream/
+License:        NonFree
 Group:          System/Benchmark
+URL:            https://www.cs.virginia.edu/stream/
 Source0:        https://www.cs.virginia.edu/stream/FTP/Code/stream.c
 Source1:        https://www.cs.virginia.edu/stream/FTP/Code/mysecond.c
 Source2:        https://www.cs.virginia.edu/stream/FTP/Code/stream.f
@@ -29,7 +30,6 @@
 Source4:        https://www.cs.virginia.edu/stream/FTP/Code/HISTORY.txt
 Source5:        https://www.cs.virginia.edu/stream/FTP/Code/READ.ME
 BuildRequires:  gcc-fortran
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 STREAM is the de facto industry standard benchmark for measuring sustained
@@ -49,14 +49,14 @@
 gfortran %{optflags} -fopenmp %{SOURCE1} %{SOURCE2} -o stream_f
 
 %install
-install -D -p -m 0755 stream_c \
+install -Dpm 0755 stream_c \
   %{buildroot}%{_bindir}/stream_c
-install -D -p -m 0755 stream_f \
+install -Dpm 0755 stream_f \
   %{buildroot}%{_bindir}/stream_f
 
 %files
-%defattr(-,root,root)
-%doc LICENSE.txt HISTORY.txt READ.ME
+%license LICENSE.txt
+%doc HISTORY.txt READ.ME
 %{_bindir}/stream_c
 %{_bindir}/stream_f
 


Reply via email to