#4 Move two plugin files from devel to libs package
Closed 2 years ago by fab. Opened 2 years ago by zagor.
rpms/ zagor/libwebsockets rawhide  into  rawhide

file modified
+1
@@ -30,3 +30,4 @@ 

  /libwebsockets-4.1.6.tar.gz

  /libwebsockets-4.2.0.tar.gz

  /libwebsockets-4.2.2.tar.gz

+ /libwebsockets-4.3.1.tar.gz

file modified
+12 -4
@@ -6,8 +6,8 @@ 

  %endif

  

  Name:           libwebsockets

- Version:        4.2.2

- Release:        3%{?dist}

+ Version:        4.3.1

+ Release:        1%{?dist}

  Summary:        Lightweight C library for Websockets

  

  # base64-decode.c and ssl-http2.c is under MIT license with FPC exception.
@@ -102,17 +102,25 @@ 

  %files

  %license LICENSE

  %doc README.md changelog

- %{_libdir}/%{name}.so.18

+ %{_libdir}/%{name}.so.19

+ %{_libdir}/%{name}-evlib_ev.so

+ %if %{with libuv}

+ %{_libdir}/%{name}-evlib_uv.so

+ %endif

  

  %files devel

  %license LICENSE

  %doc READMEs/README.coding.md READMEs/ changelog

  %{_includedir}/*.h

  %{_includedir}/%{name}/

- %{_libdir}/%{name}*.so

+ %{_libdir}/%{name}.so

  %{_libdir}/pkgconfig/%{name}.pc

  

  %changelog

+ * Thu Feb 17 2022 Milivoje Legenovic <m.legenovic@gmail.com> - 4.3.1-1

+ - Update to latest upstream release

+ - Move two plugin *.so files from devel to libs package

+ 

  * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-3

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (libwebsockets-4.2.2.tar.gz) = 52d9b4511fc484781108a3036f870905d4427fcbab02f3e84ee38f534ae7d1979c2cc3eec0719f4609226d4aae788a79fe7d99a8506537bbcf8fc3d9b8a7b478

+ SHA512 (libwebsockets-4.3.1.tar.gz) = 3cc2daadd7d2587ce946209a31741662d98367f0f9f77a1555497bef6fc6acc6cb97f5196d6ecef2d13828bb5613c60cccada03d9a01a5c970a9cfd25baeb0ae

libwebsockets-evlib_ev.so and libwebsockets-evlib_uv.so are needed at runtime (e.g. ttyd does not work if libwebsockets-devel is not installed)

rebased onto 00965ca

2 years ago

Pull-Request has been closed by fab

2 years ago