Hello community,

here is the log from the commit of package blogbench for openSUSE:Factory 
checked in at 2019-03-06 15:47:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/blogbench (Old)
 and      /work/SRC/openSUSE:Factory/.blogbench.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "blogbench"

Wed Mar  6 15:47:49 2019 rev:2 rq:681706 version:1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/blogbench/blogbench.changes      2015-03-11 
09:58:29.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.blogbench.new.28833/blogbench.changes   
2019-03-06 15:47:50.844443499 +0100
@@ -1,0 +2,6 @@
+Tue Mar  5 11:45:11 UTC 2019 - Martin Pluskal <mplus...@suse.com>
+
+- Update project url
+- Modernise spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ blogbench.spec ++++++
--- /var/tmp/diff_new_pack.quiqYp/_old  2019-03-06 15:47:52.504443059 +0100
+++ /var/tmp/diff_new_pack.quiqYp/_new  2019-03-06 15:47:52.520443055 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package blogbench
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,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/
 #
 
 
@@ -22,13 +22,11 @@
 Summary:        Filesystem Benchmark
 License:        ISC
 Group:          System/Benchmark
-Url:            http://blogbench.pureftpd.org/project/blogbench
-Source0:        
http://download.pureftpd.org/pub/%{name}/%{name}-%{version}.tar.bz2
-Source1:        
http://download.pureftpd.org/pub/%{name}/%{name}-%{version}.tar.bz2.sig
+URL:            https://www.pureftpd.org/project/blogbench
+Source0:        
https://download.pureftpd.org/pub/%{name}/%{name}-%{version}.tar.bz2
+Source1:        
https://download.pureftpd.org/pub/%{name}/%{name}-%{version}.tar.bz2.sig
 Source2:       %{name}.keyring
-Source3:       %{name}.changes
 Patch1:         fix-rewriters-argcount.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Blogbench is a portable filesystem benchmark that tries to reproduce the load
@@ -39,24 +37,18 @@
 %prep
 %setup -q
 %patch1 -p1
-# remove _DATE_ and _TIME_ macros
-modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{SOURCE3}")"
-DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\""
-TIME="\"$(date -d "${modified}" "+%%R")\""
-find .  -name '*.[ch]' |\
-    xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g"
 
 %build
 %configure --with-largefile
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
 %files
-%defattr(-,root,root)
-%doc AUTHORS ChangeLog COPYING NEWS README
+%license COPYING
+%doc AUTHORS ChangeLog NEWS README
 %{_bindir}/blogbench
-%doc %{_mandir}/man8/blogbench.8%{ext_man}
+%{_mandir}/man8/blogbench.8%{?ext_man}
 
 %changelog




Reply via email to