Hello community,

here is the log from the commit of package pam_wrapper for openSUSE:Factory 
checked in at 2019-07-26 12:39:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pam_wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.pam_wrapper.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pam_wrapper"

Fri Jul 26 12:39:07 2019 rev:8 rq:717828 version:1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/pam_wrapper/pam_wrapper.changes  2018-10-04 
19:01:44.479187808 +0200
+++ /work/SRC/openSUSE:Factory/.pam_wrapper.new.4126/pam_wrapper.changes        
2019-07-26 12:39:16.597946830 +0200
@@ -1,0 +2,6 @@
+Tue Jul 16 09:42:49 UTC 2019 - Andreas Schneider <[email protected]>
+
+- Build documentation in the build stage
+- Use ctest macro
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pam_wrapper.spec ++++++
--- /var/tmp/diff_new_pack.uhfXrk/_old  2019-07-26 12:39:17.317946351 +0200
+++ /var/tmp/diff_new_pack.uhfXrk/_new  2019-07-26 12:39:17.321946348 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pam_wrapper
 #
-# Copyright (c) 2018 SUSE LINUX 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
@@ -115,19 +115,19 @@
 %setup -q
 
 %build
+# CMAKE_SKIP_RPATH:BOOL=OFF is required to run the tests!
 %cmake \
-  -DUNIT_TESTING=ON
+  -DUNIT_TESTING=ON \
+  -DCMAKE_SKIP_RPATH:BOOL=OFF
 
 make %{?_smp_mflags} VERBOSE=1
+make %{?_smp_mflags} doc
 
 %install
 %cmake_install
 
 %check
-pushd build
-make %{?_smp_mflags} test || cat $(find Testing -name "*.log")
-make %{?_smp_mflags} doc
-popd
+%ctest
 
 %post -p /sbin/ldconfig
 


Reply via email to