diff --git a/libwebsockets.spec b/libwebsockets.spec index 2c1580d..ae01b44 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,6 +1,6 @@ Name: libwebsockets Version: 3.0.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A lightweight C library for Websockets # base64-decode.c and ssl-http2.c is under MIT license with FPC exception. @@ -86,6 +86,9 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}.pc %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 3.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon May 07 2018 Fabian Affolter - 3.0.0-1 - Update to latest upstream release 3.0.0 (rhbz#1575605)