forked from pool/websocketpp
Accepting request 624271 from devel:libraries:c_c++
- update to 0.8.0: * various bug fixes and improvements * various developer visible changes OBS-URL: https://build.opensuse.org/request/show/624271 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/websocketpp?expand=0&rev=6
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:07b3364ad30cda022d91759d4b83ff902e1ebadb796969e58b59caa535a03923
|
|
||||||
size 682271
|
|
||||||
3
websocketpp-0.8.0.tar.gz
Normal file
3
websocketpp-0.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3a6641a89cb98499b5209f77bae0d4bfaa4ae2d8d014bcfca8bdda78462468a4
|
||||||
|
size 699491
|
||||||
@@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 13 12:20:26 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
- update to 0.8.0:
|
||||||
|
* various bug fixes and improvements
|
||||||
|
* various developer visible changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 12 08:54:28 UTC 2017 - qantas94heavy@gmail.com
|
Sun Feb 12 08:54:28 UTC 2017 - qantas94heavy@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ includedir=${prefix}/include
|
|||||||
|
|
||||||
Name: websocketpp
|
Name: websocketpp
|
||||||
Description: WebSocket API
|
Description: WebSocket API
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
URL: http://www.zaphoyd.com/websocketpp/
|
URL: http://www.zaphoyd.com/websocketpp/
|
||||||
Cflags: -I${includedir}/
|
Cflags: -I${includedir}/
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package websocketpp
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,23 +17,23 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: websocketpp
|
Name: websocketpp
|
||||||
Version: 0.7.0
|
Version: 0.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ WebSocket Protocol Library
|
Summary: C++ WebSocket Protocol Library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/C and C++
|
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
|
Source0: https://github.com/zaphoyd/websocketpp/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
Source1: websocketpp.pc
|
Source1: websocketpp.pc
|
||||||
|
BuildRequires: cmake >= 2.6
|
||||||
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildArch: noarch
|
||||||
%if 0%{?suse_version} > 1325
|
%if 0%{?suse_version} > 1325
|
||||||
BuildRequires: libboost_headers-devel
|
BuildRequires: libboost_headers-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 2.6
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: pkg-config
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
WebSocket++ is an open source (BSD license) header only C++ library
|
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
|
install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/pkgconfig/websocketpp.pc
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING changelog.md readme.md roadmap.md
|
%doc changelog.md readme.md roadmap.md
|
||||||
%{_includedir}/websocketpp
|
%{_includedir}/websocketpp
|
||||||
%{_libexecdir}/cmake
|
%{_libexecdir}/cmake
|
||||||
%{_libexecdir}/cmake/websocketpp
|
%{_libexecdir}/cmake/websocketpp
|
||||||
|
|||||||
Reference in New Issue
Block a user