ssl ecdh adapt if missing ecdh.h include
[platform/upstream/libwebsockets.git] / libwebsockets.spec
index 93168e9..8cf6d9f 100644 (file)
@@ -1,11 +1,11 @@
 Name: libwebsockets
-Version: 1.6.0
+Version: 1.7.3
 Release: 1%{?dist}
-Summary: Websocket Server Library
+Summary: Websocket Server and Client Library
 
 Group: System Environment/Libraries
 License: LGPLv2 with exceptions
-URL: http://warmcat.com
+URL: https://libwebsockets.org
 Source0: %{name}-%{version}.tar.gz
 BuildRoot:     %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -13,7 +13,7 @@ BuildRequires: openssl-devel cmake
 Requires: openssl
 
 %description
-Webserver server library
+Webserver server and client library
 
 %package devel
 Summary: Development files for libwebsockets
@@ -54,7 +54,8 @@ rm -rf $RPM_BUILD_ROOT
 /usr/bin/libwebsockets-test-ping
 /usr/bin/libwebsockets-test-echo
 /usr/bin/libwebsockets-test-fraggle
-/%{_libdir}/libwebsockets.so.6
+/usr/bin/libwebsockets-test-fuzxy
+/%{_libdir}/libwebsockets.so.7
 /%{_libdir}/libwebsockets.so
 /%{_libdir}/cmake/libwebsockets/LibwebsocketsConfig.cmake
 /%{_libdir}/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake
@@ -68,5 +69,17 @@ rm -rf $RPM_BUILD_ROOT
 /%{_libdir}/pkgconfig/libwebsockets.pc
 
 %changelog
+* Mon Feb 29 2016 Andy Green <andy@warmcat.com> 1.7.3-1
+- MAJOR fixes Upstream 1.7.3 release (see changelog)
+
+* Thu Feb 25 2016 Andy Green <andy@warmcat.com> 1.7.2-1
+- MINOR Upstream 1.7.2 release (see changelog)
+
+* Sat Feb 20 2016 Andy Green <andy@warmcat.com> 1.7.1-1
+- MINOR Upstream 1.7.1 release (see changelog)
+
+* Tue Feb 16 2016 Andy Green <andy@warmcat.com> 1.7.0-1
+- MAJOR SONAMEBUMP APICHANGES Upstream 1.7.0 release
+
 * Sun Jan 17 2016 Andrew Cooks <acooks@linux.com> 1.6.0-1
 - Bump version to 1.6.0