Hello community,

here is the log from the commit of package diskscan for openSUSE:Factory 
checked in at 2016-08-20 12:27:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diskscan (Old)
 and      /work/SRC/openSUSE:Factory/.diskscan.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diskscan"

Changes:
--------
--- /work/SRC/openSUSE:Factory/diskscan/diskscan.changes        2015-11-28 
15:19:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.diskscan.new/diskscan.changes   2016-08-20 
12:27:25.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Aug 18 10:41:15 UTC 2016 - mplus...@suse.com
+
+- Small spec file cleanup
+
+-------------------------------------------------------------------

Old:
----
  0.19.tar.gz

New:
----
  diskscan-0.19.tar.gz

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

Other differences:
------------------
++++++ diskscan.spec ++++++
--- /var/tmp/diff_new_pack.wWrj8K/_old  2016-08-20 12:27:25.000000000 +0200
+++ /var/tmp/diff_new_pack.wWrj8K/_new  2016-08-20 12:27:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package diskscan
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -23,14 +23,15 @@
 License:        GPL-3.0+
 Group:          Hardware/Other
 Url:            http://blog.disksurvey.org/proj/diskscan/
-Source0:        https://github.com/baruch/diskscan/archive/%{version}.tar.gz
+Source0:        
https://github.com/baruch/diskscan/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
-BuildRequires:  ncurses-devel
+BuildRequires:  pkgconfig
 BuildRequires:  python-PyYAML
 BuildRequires:  python-beautifulsoup
 BuildRequires:  python-markdown
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(ncurses)
+BuildRequires:  pkgconfig(zlib)
 
 %description
 DiskScan is a Unix/Linux tool to scan a block device and check
@@ -46,7 +47,8 @@
 %setup -q
 
 %build
-%cmake
+%cmake \
+  -DCMAKE_BUILD_TYPE=RelWithDebInfo
 make %{?_smp_mflags}
 
 %install
@@ -56,6 +58,6 @@
 %defattr(-,root,root)
 %doc COPYING README*
 %{_bindir}/%{name}
-%{_mandir}/man*/%{name}.*.gz
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog


Reply via email to