diff --git a/libwebsockets.spec b/libwebsockets.spec index 41efb03..91006a2 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,13 +1,13 @@ Name: libwebsockets -Version: 4.3.2 +Version: 4.3.3 Release: 1 Summary: A lightweight C library for Websockets License: LGPLv2 and Public Domain and BSD and MIT and zlib URL: https://libwebsockets.org -Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz -Patch9001: 0001-add-secure-compile-option-in-Makefile.patch -Patch9002: 0002-solve-the-BEP-problem.patch +Patch9001: 0001-add-secure-compile-option-in-Makefile.patch +Patch9002: 0002-solve-the-BEP-problem.patch BuildRequires: cmake openssl-devel zlib-devel libev-devel gcc gcc-c++ @@ -32,6 +32,7 @@ This package contains the header files needed for developing %prep %autosetup -n %{name}-%{version} -p1 + %build mkdir -p build cd build @@ -98,6 +99,12 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';' %doc changelog README.md READMEs/ %changelog +* Wed Dec 27 2023 Paul Thomas - 4.3.3-1 +- Type: requirement +- ID: NA +- SUG: NA +- DESC: update to 4.3.3 + * Thu Jul 20 2023 huangsong - 4.3.2-1 - Type:requirement - ID:NA diff --git a/libwebsockets-4.3.2.tar.gz b/v4.3.3.tar.gz similarity index 70% rename from libwebsockets-4.3.2.tar.gz rename to v4.3.3.tar.gz index 4da1873..30be624 100644 Binary files a/libwebsockets-4.3.2.tar.gz and b/v4.3.3.tar.gz differ