diff --git a/.gitignore b/.gitignore index 2abf7ff..a5ee190 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libwebsockets-1.7.5.tar.gz +/libwebsockets-2.0.2.tar.gz diff --git a/libwebsockets.spec b/libwebsockets.spec index 8b8e7b9..428b2c5 100644 --- a/libwebsockets.spec +++ b/libwebsockets.spec @@ -1,5 +1,5 @@ Name: libwebsockets -Version: 1.7.5 +Version: 2.0.2 Release: 1%{?dist} Summary: A lightweight C library for Websockets @@ -75,6 +75,9 @@ find %{buildroot} -name '*.cmake' -exec rm -f {} ';' %{_libdir}/pkgconfig/%{name}.pc %changelog +* Wed Aug 03 2016 Fabian Affolter - 2.0.2-1 +- Update to latest upstream release 2.0.2 (rhbz#1358988) + * Sat Apr 16 2016 Fabian Affolter - 1.7.5-1 - Update licenses - Update to latest upstream release 1.7.5 diff --git a/sources b/sources index b92dd94..bbcfadc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ad6d3926dee9ed6a86786d5048913258 libwebsockets-1.7.5.tar.gz +778c920a580fba1f943c84e9702e7b26 libwebsockets-2.0.2.tar.gz