From e801f0ea14d53409ca122ae3286a7453dbd95418cbd630d18821dc0b04b560ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 20 Jul 2018 12:40:04 +0000 Subject: [PATCH 1/2] Accepting request 622465 from home:AndreasStieger:branches:devel:libraries:c_c++ - update to 0.8.0: * various bug fixes and inprovements * various developer visible changes OBS-URL: https://build.opensuse.org/request/show/622465 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/websocketpp?expand=0&rev=11 --- websocketpp-0.7.0.tar.gz | 3 --- websocketpp-0.8.0.tar.gz | 3 +++ websocketpp.changes | 7 +++++++ websocketpp.pc | 2 +- websocketpp.spec | 18 +++++++++--------- 5 files changed, 20 insertions(+), 13 deletions(-) delete mode 100644 websocketpp-0.7.0.tar.gz create mode 100644 websocketpp-0.8.0.tar.gz diff --git a/websocketpp-0.7.0.tar.gz b/websocketpp-0.7.0.tar.gz deleted file mode 100644 index caa8d7d..0000000 --- a/websocketpp-0.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923 -size 682271 diff --git a/websocketpp-0.8.0.tar.gz b/websocketpp-0.8.0.tar.gz new file mode 100644 index 0000000..42e8547 --- /dev/null +++ b/websocketpp-0.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a6641a89cb98499b5209f77bae0d4bfaa4ae2d8d014bcfca8bdda78462468a4 +size 699491 diff --git a/websocketpp.changes b/websocketpp.changes index 5a359aa..10b8beb 100644 --- a/websocketpp.changes +++ b/websocketpp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 13 12:20:26 UTC 2018 - astieger@suse.com + +- update to 0.8.0: + * various bug fixes and inprovements + * various developer visible changes + ------------------------------------------------------------------- Sun Feb 12 08:54:28 UTC 2017 - qantas94heavy@gmail.com diff --git a/websocketpp.pc b/websocketpp.pc index 00c8c61..58a4c5b 100644 --- a/websocketpp.pc +++ b/websocketpp.pc @@ -4,6 +4,6 @@ includedir=${prefix}/include Name: websocketpp Description: WebSocket API -Version: 0.7.0 +Version: 0.8.0 URL: http://www.zaphoyd.com/websocketpp/ Cflags: -I${includedir}/ diff --git a/websocketpp.spec b/websocketpp.spec index c8ddc27..8923fb9 100644 --- a/websocketpp.spec +++ b/websocketpp.spec @@ -1,7 +1,7 @@ # # spec file for package websocketpp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,23 +17,23 @@ Name: websocketpp -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: C++ WebSocket Protocol Library License: BSD-3-Clause Group: Development/Libraries/C and C++ -Url: http://www.zaphoyd.com/websocketpp +URL: http://www.zaphoyd.com/websocketpp Source0: https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: websocketpp.pc +BuildRequires: cmake >= 2.6 +BuildRequires: gcc-c++ +BuildRequires: pkgconfig +BuildArch: noarch %if 0%{?suse_version} > 1325 BuildRequires: libboost_headers-devel %else BuildRequires: boost-devel %endif -BuildRequires: cmake >= 2.6 -BuildRequires: gcc-c++ -BuildRequires: pkg-config -BuildArch: noarch %description WebSocket++ is an open source (BSD license) header only C++ library @@ -79,8 +79,8 @@ pushd build install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/websocketpp.pc %files devel -%defattr(-,root,root,-) -%doc COPYING changelog.md readme.md roadmap.md +%license COPYING +%doc changelog.md readme.md roadmap.md %{_includedir}/websocketpp %{_libexecdir}/cmake %{_libexecdir}/cmake/websocketpp From 207c4cb079794f1e46e7202d610010675b53ef99a85f9ab061c870e625be236d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Fri, 20 Jul 2018 12:40:47 +0000 Subject: [PATCH 2/2] - OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/websocketpp?expand=0&rev=12 --- websocketpp.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocketpp.changes b/websocketpp.changes index 10b8beb..c669d26 100644 --- a/websocketpp.changes +++ b/websocketpp.changes @@ -2,7 +2,7 @@ Fri Jul 13 12:20:26 UTC 2018 - astieger@suse.com - update to 0.8.0: - * various bug fixes and inprovements + * various bug fixes and improvements * various developer visible changes -------------------------------------------------------------------