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

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

  

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 4142848

2 years ago

Pull-Request has been closed by zagor

2 years ago
Metadata