forked from pool/cpprest
Accepting request 863906 from home:1Antoine1:branches:devel:libraries:c_c++
- Update to 2.10.17:
* Fix year calculation for the last day of a leap year.
* Fix wrong linking of Apple Frameworks on MacOS.
* Define __STDC_FORMAT_MACROS when it hasn't been defined to
avoid duplicate define error.
* Delete apparently broken .vcxprojs and .pfxes.
* Removed defunct email contact information from the readme.
OBS-URL: https://build.opensuse.org/request/show/863906
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cpprest?expand=0&rev=51
This commit is contained in:
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 17 20:27:55 UTC 2021 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Update to 2.10.17:
|
||||||
|
* Fix year calculation for the last day of a leap year.
|
||||||
|
* Fix wrong linking of Apple Frameworks on MacOS.
|
||||||
|
* Define __STDC_FORMAT_MACROS when it hasn't been defined to
|
||||||
|
avoid duplicate define error.
|
||||||
|
* Delete apparently broken .vcxprojs and .pfxes.
|
||||||
|
* Removed defunct email contact information from the readme.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 4 11:02:30 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
Mon Jan 4 11:02:30 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
|||||||
10
cpprest.spec
10
cpprest.spec
@@ -19,21 +19,23 @@
|
|||||||
%define major 2
|
%define major 2
|
||||||
%define minor 10
|
%define minor 10
|
||||||
Name: cpprest
|
Name: cpprest
|
||||||
Version: 2.10.16
|
Version: 2.10.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ REST library
|
Summary: C++ REST library
|
||||||
License: MIT AND BSD-3-Clause AND Zlib
|
|
||||||
# main: MIT (license.txt)
|
# main: MIT (license.txt)
|
||||||
# Websocket++: BSD-3-Clause (ThirdPartyNotices.txt)
|
# Websocket++: BSD-3-Clause (ThirdPartyNotices.txt)
|
||||||
# base64/base64.hpp: Zlib (ThirdPartyNotices.txt)
|
# base64/base64.hpp: Zlib (ThirdPartyNotices.txt)
|
||||||
# sha1/sha1.hpp: BSD-3-Clause (ThirdPartyNotices.txt)
|
# sha1/sha1.hpp: BSD-3-Clause (ThirdPartyNotices.txt)
|
||||||
# common/md5.hpp: Zlib (ThirdPartyNotices.txt)
|
# common/md5.hpp: Zlib (ThirdPartyNotices.txt)
|
||||||
# utf8_validation.hpp: MIT (ThirdPartyNotices.txt)
|
# utf8_validation.hpp: MIT (ThirdPartyNotices.txt)
|
||||||
|
License: MIT AND BSD-3-Clause AND Zlib
|
||||||
URL: https://github.com/Microsoft/cpprestsdk
|
URL: https://github.com/Microsoft/cpprestsdk
|
||||||
Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}/cpprestsdk-%{version}.tar.gz
|
Source: https://github.com/Microsoft/cpprestsdk/archive/%{version}/cpprestsdk-%{version}.tar.gz
|
||||||
# https://github.com/Microsoft/cpprestsdk/issues/576
|
# PATCH-FIX-UPSTREAM -- https://github.com/Microsoft/cpprestsdk/issues/576
|
||||||
Patch1: cpprest-2.10.9-disable-test-extract_floating_point.patch
|
Patch1: cpprest-2.10.9-disable-test-extract_floating_point.patch
|
||||||
|
# PATCH-FIX-UPSTREAM -- https://github.com/microsoft/cpprestsdk/pull/1557
|
||||||
Patch2: base64.patch
|
Patch2: base64.patch
|
||||||
|
# PATCH-FIX-UPSTREAM -- https://github.com/microsoft/cpprestsdk/pull/1558
|
||||||
Patch3: filestream.patch
|
Patch3: filestream.patch
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3d75e17c7d79131320438f2a15331f7ca6281c38c0e2daa27f051e290eeb8681
|
|
||||||
size 1768423
|
|
||||||
3
cpprestsdk-2.10.17.tar.gz
Normal file
3
cpprestsdk-2.10.17.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a2d9dae3ae10cdf7e41caf3dd0fa52f0b9c5012a24ba123901f686cfc484c043
|
||||||
|
size 1747363
|
||||||
Reference in New Issue
Block a user