Hello community,

here is the log from the commit of package libwebsockets for openSUSE:Factory 
checked in at 2017-10-17 01:53:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libwebsockets (Old)
 and      /work/SRC/openSUSE:Factory/.libwebsockets.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libwebsockets"

Tue Oct 17 01:53:28 2017 rev:3 rq:534173 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libwebsockets/libwebsockets.changes      
2017-10-09 19:40:52.074974989 +0200
+++ /work/SRC/openSUSE:Factory/.libwebsockets.new/libwebsockets.changes 
2017-10-17 01:53:29.967676296 +0200
@@ -1,0 +2,5 @@
+Sat Oct 14 21:41:38 UTC 2017 - [email protected]
+
+- Do not build static libraries and test-apps
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libwebsockets.spec ++++++
--- /var/tmp/diff_new_pack.jGA5GT/_old  2017-10-17 01:53:30.875633769 +0200
+++ /var/tmp/diff_new_pack.jGA5GT/_new  2017-10-17 01:53:30.875633769 +0200
@@ -76,14 +76,14 @@
     -DLWS_USE_LIBEV=OFF \
     -DLWS_WITHOUT_BUILTIN_GETIFADDRS=ON \
     -DLWS_USE_BUNDLED_ZLIB=OFF \
-    -DLWS_WITHOUT_BUILTIN_SHA1=ON
+    -DLWS_WITHOUT_BUILTIN_SHA1=ON \
+    -DLWS_WITH_STATIC=OFF \
+    -DLWS_WITHOUT_TESTAPPS=ON
 make %{?_smp_mflags}
 
 %install
 %cmake_install
-rm -rf %{buildroot}%{_bindir}/libwebsockets-test-*
-rm -rf %{buildroot}%{_datadir}/libwebsockets-test-*
-find %{buildroot} -name '*.a' -delete
+rm -f %{buildroot}%{_libdir}/pkgconfig/libwebsockets_static.pc
 
 %post -n libwebsockets%{sover} -p /sbin/ldconfig
 %postun -n libwebsockets%{sover} -p /sbin/ldconfig
@@ -99,7 +99,6 @@
 %{_includedir}/*
 %{_libdir}/libwebsockets.so
 %{_libdir}/pkgconfig/libwebsockets.pc
-%{_libdir}/pkgconfig/libwebsockets_static.pc
 %dir %{_libdir}/cmake/%{name}
 %{_libdir}/cmake/%{name}/Libwebsockets*.cmake
 


Reply via email to