v1.7.1
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
daf7ca4fa9
commit
2209ceb3f5
2 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,7 @@ set(PACKAGE "libwebsockets")
|
|||
set(CPACK_PACKAGE_NAME "${PACKAGE}")
|
||||
set(CPACK_PACKAGE_VERSION_MAJOR "1")
|
||||
set(CPACK_PACKAGE_VERSION_MINOR "7")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "0")
|
||||
set(CPACK_PACKAGE_VERSION_PATCH "1")
|
||||
set(CPACK_PACKAGE_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
|
||||
set(CPACK_PACKAGE_VENDOR "andy@warmcat.com")
|
||||
set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "${PACKAGE} ${PACKAGE_VERSION}")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
Name: libwebsockets
|
||||
Version: 1.7.0
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Websocket Server and Client Library
|
||||
|
||||
|
@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
/%{_libdir}/pkgconfig/libwebsockets.pc
|
||||
|
||||
%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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue