Hello community,

here is the log from the commit of package diskscan for openSUSE:Factory 
checked in at 2015-11-16 18:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-05-11 
19:49:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.diskscan.new/diskscan.changes   2015-11-16 
18:51:32.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Nov 13 18:10:15 UTC 2015 - mplus...@suse.com
+
+- Update to 0.18
+  * Switched to CMake as the build system, it is more common than 
+               ninja-build and so more useful for those who build by hand 
+               (sysadmins).
+       * Fix build issues on FreeBSD.
+       * Fix disk on 4k granularity to avoid overwriting areas that are 
+               usable, this is useful on media errors.
+
+-------------------------------------------------------------------

Old:
----
  0.15.tar.gz

New:
----
  0.18.tar.gz

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

Other differences:
------------------
++++++ diskscan.spec ++++++
--- /var/tmp/diff_new_pack.7yeGxH/_old  2015-11-16 18:51:33.000000000 +0100
+++ /var/tmp/diff_new_pack.7yeGxH/_new  2015-11-16 18:51:33.000000000 +0100
@@ -17,19 +17,20 @@
 
 
 Name:           diskscan
-Version:        0.15
+Version:        0.18
 Release:        0
 Summary:        Scan disk for bad or near failure sectors
 License:        GPL-3.0+
 Group:          Hardware/Other
 Url:            http://blog.disksurvey.org/proj/diskscan/
 Source0:        https://github.com/baruch/diskscan/archive/%{version}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  ctags
+BuildRequires:  cmake
+BuildRequires:  gcc-c++
+BuildRequires:  ncurses-devel
 BuildRequires:  python-PyYAML
 BuildRequires:  python-beautifulsoup
 BuildRequires:  python-markdown
+BuildRequires:  zlib-devel
 
 %description
 DiskScan is a Unix/Linux tool to scan a block device and check
@@ -43,17 +44,13 @@
 
 %prep
 %setup -q
-./autogen.sh
 
 %build
-%configure
-make V=1 %{?_smp_mflags}
+%cmake
+make %{?_smp_mflags}
 
 %install
-make V=1 DESTDIR=%{buildroot} install %{?_smp_mflags}
-# Let's use %%doc macro.
-rm %{buildroot}/%{_datadir}/doc/%{name}/README.md
-
+%cmake_install
 
 %files
 %defattr(-,root,root)

++++++ 0.15.tar.gz -> 0.18.tar.gz ++++++
++++ 18316 lines of diff (skipped)


Reply via email to