From c1fdfa73372842ca7def94772a723c5fad92f6730ef4f6ec7628cdb7bf72665b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 27 Jul 2018 08:22:10 +0000 Subject: [PATCH] Accepting request 625603 from home:jengelh:branches:devel:libraries:c_c++ - Trim redundancies from description and fix spellos. OBS-URL: https://build.opensuse.org/request/show/625603 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/websocketpp?expand=0&rev=14 --- websocketpp.changes | 5 +++++ websocketpp.spec | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/websocketpp.changes b/websocketpp.changes index c669d26..005b54d 100644 --- a/websocketpp.changes +++ b/websocketpp.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jul 27 06:37:06 UTC 2018 - jengelh@inai.de + +- Trim redundancies from description and fix spellos. + ------------------------------------------------------------------- Fri Jul 13 12:20:26 UTC 2018 - astieger@suse.com diff --git a/websocketpp.spec b/websocketpp.spec index 8923fb9..3a704ad 100644 --- a/websocketpp.spec +++ b/websocketpp.spec @@ -36,19 +36,19 @@ BuildRequires: boost-devel %endif %description -WebSocket++ is an open source (BSD license) header only C++ library -that impliments RFC6455 The WebSocket Protocol. It allows integrating +WebSocket++ is a header-only C++ library +that implements RFC6455, the WebSocket protocol. It allows integrating WebSocket client and server functionality into C++ programs. It uses interchangeable network transport modules including one based on C++ iostreams and one based on Boost Asio. %package devel -Summary: C++ WebSocket Protocol Library +Summary: Development files for websocketpp, a C++ WebSocket Protocol Library Group: Development/Libraries/C and C++ %description devel -WebSocket++ is an open source (BSD license) header only C++ library -that impliments RFC6455 The WebSocket Protocol. It allows integrating +WebSocket++ is a header-only C++ library +that implements RFC6455, the WebSocket protocol. It allows integrating WebSocket client and server functionality into C++ programs. It uses interchangeable network transport modules including one based on C++ iostreams and one based on Boost Asio.