diff --git a/libwebsockets.spec b/libwebsockets.spec index 41efb03e4e8ef59bc73cdb14f658209cf6a26fa1..91006a22b53d03f7445445d51f8d2940c67c6910 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 4da187334395ac367a018b69eee9e05b46b0e112..30be624c47d994de22643cb25c8c0aaba9678a7c 100644 Binary files a/libwebsockets-4.3.2.tar.gz and b/v4.3.3.tar.gz differ