SHA256
8
0
forked from pool/cpprest

Accepting request 667306 from home:1Antoine1:branches:devel:libraries:c_c++

- Fix licensing issues:
  * Use upstream tarball as is, i.e. don't include third-party
    stuff from vcpkg submodule.
  * As a consequence, websocketpp is not embedded in tarball so
    add build requirement on system's websocketpp.

OBS-URL: https://build.opensuse.org/request/show/667306
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=38
This commit is contained in:
2019-01-22 12:53:48 +00:00
committed by Git OBS Bridge
parent 08bc17f1bb
commit beec7948e3
3 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 20 09:24:04 UTC 2019 - antoine.belvire@opensuse.org
- Fix licensing issues:
* Use upstream tarball as is, i.e. don't include third-party
stuff from vcpkg submodule.
* As a consequence, websocketpp is not embedded in tarball so
add build requirement on system's websocketpp.
-------------------------------------------------------------------
Sat Jan 12 02:21:13 UTC 2019 - Marguerite Su <i@marguerite.su>