Hello community,

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

Package is "scap-workbench"

Wed Jan  3 13:39:31 2018 rev:9 rq:561063 version:1.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/scap-workbench/scap-workbench.changes    
2017-09-20 17:13:58.326734420 +0200
+++ /work/SRC/openSUSE:Factory/.scap-workbench.new/scap-workbench.changes       
2018-01-03 13:39:32.371231584 +0100
@@ -1,0 +2,5 @@
+Sat Dec 30 09:02:23 UTC 2017 - [email protected]
+
+- Fix RPM groups. Optimize unnecessary subshell calls.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scap-workbench.spec ++++++
--- /var/tmp/diff_new_pack.M3jqlp/_old  2018-01-03 13:39:32.915050504 +0100
+++ /var/tmp/diff_new_pack.M3jqlp/_new  2018-01-03 13:39:32.915050504 +0100
@@ -21,7 +21,7 @@
 Release:        0
 Summary:        A SCAP scanner and SCAP content editor
 License:        GPL-3.0
-Group:          System/Security
+Group:          Productivity/Security
 Url:            https://github.com/OpenSCAP/scap-workbench
 Source:         
https://github.com/OpenSCAP/scap-workbench/releases/download/%version/scap-workbench-%version.tar.bz2
 BuildRequires:  cmake >= 2.6
@@ -50,7 +50,7 @@
 
 %package doc
 Summary:        Documentation for scap-workbench
-Group:          Documentation
+Group:          Documentation/HTML
 
 %description doc
 This package provides HTML documentation for scap-workbench.
@@ -64,19 +64,24 @@
 %else
 rm -rf build
 mkdir build
-(cd build;
+pushd build
  cmake -DCMAKE_INSTALL_PREFIX=/usr\
    -DCMAKE_VERBOSE_MAKEFILE=TRUE\
    -DCMAKE_SKIP_RPATH=1\
    -DPACKAGE_ARCHITECTURE=`uname -m`\
    -DCMAKE_INSTALL_DOCDIR=%{_docdir}/%{name}\
    -DCMAKE_INSTALL_LIBEXECDIR=%{_libdir}/%{name}\
-   ..)
+   ..
+popd
 %endif
-(cd build; make %{?jobs:-j%jobs})
+pushd build
+make %{?_smp_mflags}
+popd
 
 %install
-(cd build; %make_install)
+pushd build
+%make_install
+popd
 
 %if 0%{?suse_version}
 %suse_update_desktop_file -i -u %name Utility DesktopUtility


Reply via email to