Hello community,

here is the log from the commit of package iometer for openSUSE:Factory checked 
in at 2018-10-12 13:10:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iometer (Old)
 and      /work/SRC/openSUSE:Factory/.iometer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iometer"

Fri Oct 12 13:10:53 2018 rev:2 rq:641273 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/iometer/iometer.changes  2016-03-18 
21:39:40.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.iometer.new/iometer.changes     2018-10-12 
13:10:53.415283011 +0200
@@ -1,0 +2,5 @@
+Thu Oct 11 13:29:18 UTC 2018 - Martin Pluskal <[email protected]>
+
+- Modernise spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iometer.spec ++++++
--- /var/tmp/diff_new_pack.0HaMxy/_old  2018-10-12 13:10:53.951282249 +0200
+++ /var/tmp/diff_new_pack.0HaMxy/_new  2018-10-12 13:10:53.951282249 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package iometer
 #
-# 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
@@ -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,16 +20,14 @@
 Version:        1.1.0
 Release:        0
 Summary:        I/O subsystem measurement and characterization tool
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          System/Benchmark
-Url:            http://www.iometer.org/
+URL:            http://www.iometer.org/
 Source0:        
http://sourceforge.net/projects/iometer/files/iometer-stable/%{version}/iometer-%{version}-src.tar.bz2
-Source1:        %{name}.changes
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++
 BuildRequires:  libaio-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Exclusivearch:  %ix86 x86_64
+ExclusiveArch:  %{ix86} x86_64
 
 %description
 Iometer is an I/O subsystem measurement and characterization tool for
@@ -37,21 +35,18 @@
 
 %prep
 %setup -q
-modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE1}")"
-DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
-TIME="\"$(date -d "${modified}" "+%%R")\""
-find .  -name '*.cpp' | xargs sed -i 
"s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
 make %{?_smp_mflags} -C src -f Makefile-Linux.%{_arch} CXX="c++ %{optflags}" 
all
 dos2unix *.txt
 
 %install
-install -D -m 0755 src/dynamo %{buildroot}%{_bindir}/dynamo
+install -Dpm 0755 src/dynamo \
+  %{buildroot}%{_bindir}/dynamo
 
 %files
-%defattr(-,root,root)
-%doc CHANGELOG.txt CREDITS.txt DEVGUIDE.txt LICENSE.txt README.txt
+%license LICENSE.txt
+%doc CHANGELOG.txt CREDITS.txt DEVGUIDE.txt README.txt
 %{_bindir}/dynamo
 
 %changelog


Reply via email to