Hello community,

here is the log from the commit of package libssh for openSUSE:Factory checked 
in at 2019-02-24 16:59:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libssh (Old)
 and      /work/SRC/openSUSE:Factory/.libssh.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libssh"

Sun Feb 24 16:59:14 2019 rev:54 rq:673374 version:0.8.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/libssh/libssh.changes    2019-01-15 
13:16:17.688361562 +0100
+++ /work/SRC/openSUSE:Factory/.libssh.new.28833/libssh.changes 2019-02-24 
16:59:15.472798539 +0100
@@ -1,0 +2,7 @@
+Mon Feb 11 12:24:43 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Drop doxygen from dependencies to avoid buildcycle
+  * the documentation is available online anyway for anyone to
+    consume and consult http://api.libssh.org
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libssh.spec ++++++
--- /var/tmp/diff_new_pack.JLYE4S/_old  2019-02-24 16:59:15.920798326 +0100
+++ /var/tmp/diff_new_pack.JLYE4S/_new  2019-02-24 16:59:15.924798324 +0100
@@ -16,25 +16,15 @@
 #
 
 
-%if 0%{?suse_version} >= 1500 || 0%{?sle_version} >= 150000
-%bcond_without docs
-%else
-# We need cmake >= 3.9 to build docs
-%bcond_with docs
-%endif
-
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
+%define suffix -test
 %bcond_without test
 %else
+%define suffix %{nil}
 %bcond_with test
 %endif
-
-%if %{with test}
-Name:           libssh-%{flavor}
-%else
-Name:           libssh
-%endif
+Name:           libssh%{suffix}
 Version:        0.8.6
 Release:        0
 Summary:        The SSH library
@@ -47,13 +37,14 @@
 Source99:       baselibs.conf
 Patch0:         0001-disable-timeout-test-on-slow-buildsystems.patch
 BuildRequires:  cmake
-BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  krb5-devel
 BuildRequires:  openssl-devel
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  zlib-devel
+# doxygen generated documentation used to be in subpkg
+Obsoletes:      %{name}-devel-docs
 %if %{with test}
 BuildRequires:  libcmocka-devel
 %endif
@@ -117,9 +108,6 @@
     -DWITH_EXAMPLES="OFF"
 
 make %{?_smp_mflags}
-%if %{with docs}
-make %{?_smp_mflags} docs
-%endif # with docs
 
 %install
 %if !%{with test}
@@ -127,9 +115,8 @@
 %endif
 
 %check
-cd build
 %if %{with test}
-ctest --output-on-failure
+%ctest
 %endif
 
 %if !%{with test}
@@ -147,11 +134,6 @@
 %dir %{_libdir}/cmake/libssh
 %{_libdir}/cmake/libssh/libssh-config.cmake
 %{_libdir}/cmake/libssh/libssh-config-version.cmake
-
-%if %{with docs}
-%files devel-doc
-%doc build/doc/html
-%endif # with docs
 %endif
 
 %changelog




Reply via email to