Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libwebsockets for openSUSE:Factory checked in at 2023-02-20 17:45:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libwebsockets (Old) and /work/SRC/openSUSE:Factory/.libwebsockets.new.22824 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libwebsockets" Mon Feb 20 17:45:18 2023 rev:15 rq:1066653 version:4.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libwebsockets/libwebsockets.changes 2022-07-19 17:19:37.232387327 +0200 +++ /work/SRC/openSUSE:Factory/.libwebsockets.new.22824/libwebsockets.changes 2023-02-20 17:45:28.975305943 +0100 @@ -1,0 +2,16 @@ +Sun Feb 19 20:24:53 UTC 2023 - Martin Hauke <[email protected]> + +- package libwebsockets-evlib_uv.so +- specfile cleanup + +------------------------------------------------------------------- +Fri Feb 17 09:52:56 UTC 2023 - Soc Virnyl Estela <[email protected]> + +- Enable build with libuv. + +------------------------------------------------------------------- +Fri Oct 21 11:26:38 UTC 2022 - Martin Hauke <[email protected]> + +- Build with support for libuv + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libwebsockets.spec ++++++ --- /var/tmp/diff_new_pack.dzzqPt/_old 2023-02-20 17:45:32.095323567 +0100 +++ /var/tmp/diff_new_pack.dzzqPt/_new 2023-02-20 17:45:32.099323591 +0100 @@ -1,7 +1,7 @@ # # spec file for package libwebsockets # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -30,9 +30,11 @@ Source: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: libuv-devel BuildRequires: openssl-devel BuildRequires: pkgconfig BuildRequires: zlib-devel +BuildRequires: pkgconfig(libuv) %description Libwebsockets covers some features for people making embedded @@ -71,18 +73,18 @@ %build %cmake \ -DWITHOUT_TESTAPPS=1 \ - -DLWS_USE_LIBEV=OFF \ + -DLWS_USE_LIBUV=ON \ -DLWS_WITHOUT_BUILTIN_GETIFADDRS=ON \ -DLWS_USE_BUNDLED_ZLIB=OFF \ -DLWS_WITHOUT_BUILTIN_SHA1=ON \ -DLWS_WITH_STATIC=OFF \ - -DLWS_WITHOUT_TESTAPPS=ON -make %{?_smp_mflags} + -DLWS_WITHOUT_TESTAPPS=ON \ + -DLWS_WITH_LIBUV=ON +%make_build %install %cmake_install -rm -f %{buildroot}%{_libdir}/pkgconfig/libwebsockets_static.pc -rm -rf %{buildroot}%{_datadir}/libwebsockets-test-server/ +rm %{buildroot}%{_libdir}/pkgconfig/libwebsockets_static.pc %post -n libwebsockets%{sover} -p /sbin/ldconfig %postun -n libwebsockets%{sover} -p /sbin/ldconfig @@ -95,6 +97,7 @@ %doc README.* changelog %{_includedir}/* %{_libdir}/libwebsockets.so +%{_libdir}/libwebsockets-evlib_uv.so %{_libdir}/pkgconfig/libwebsockets.pc %dir %{_libdir}/cmake/%{name} %{_libdir}/cmake/%{name}/*.cmake
