forked from pool/cpprest
Accepting request 383781 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/383781 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpprest?expand=0&rev=6
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 4 08:13:14 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
- cpprest 2.8.0:
|
||||||
|
* oauth: add more proxy support
|
||||||
|
* http_client: Add TLS extension SNI for boost asio based http_client
|
||||||
|
* http_client: allow specifying a host header in http requests.
|
||||||
|
* http_client: add HTTP and HTTPS client proxy support
|
||||||
|
* fix a bug where http_client_asio took forever to cancel.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 2 13:50:02 UTC 2015 - mpluskal@suse.com
|
Wed Dec 2 13:50:02 UTC 2015 - mpluskal@suse.com
|
||||||
|
|
||||||
|
|||||||
13
cpprest.spec
13
cpprest.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cpprest
|
# spec file for package cpprest
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 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,20 +17,20 @@
|
|||||||
|
|
||||||
|
|
||||||
%define major 2
|
%define major 2
|
||||||
%define minor 7
|
%define minor 8
|
||||||
Name: cpprest
|
Name: cpprest
|
||||||
Version: 2.7.0
|
Version: 2.8.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ REST library
|
Summary: C++ REST library
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Devlopment/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://github.com/Microsoft/cpprestsdk
|
Url: https://github.com/Microsoft/cpprestsdk
|
||||||
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
|
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}.tar.gz
|
||||||
Patch1: cpprest-pthread.patch
|
Patch1: cpprest-pthread.patch
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel >= 1.55
|
||||||
BuildRequires: cmake >= 2.6
|
BuildRequires: cmake >= 2.6
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel >= 1.0
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -82,7 +82,6 @@ cp build/Binaries/libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/
|
|||||||
ln -sf libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/libcpprest.so
|
ln -sf libcpprest.so.%{major}.%{minor} %{buildroot}%{_libdir}/libcpprest.so
|
||||||
|
|
||||||
%post -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
|
%post -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
|
%postun -n libcpprest%{major}_%{minor} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libcpprest%{major}_%{minor}
|
%files -n libcpprest%{major}_%{minor}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d53593fda17bcac8f68af8bc3ba4ac638ea7e7480f43aa7f3350f6f200b0c63e
|
|
||||||
size 1602602
|
|
||||||
3
v2.8.0.tar.gz
Normal file
3
v2.8.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d1c38aa7ef34b3d3e9a6e84d3866554fe48c3d9d9977896d18a7cfb80d5a4ea
|
||||||
|
size 1607422
|
||||||
Reference in New Issue
Block a user