diff --git a/cpprest.changes b/cpprest.changes index 1dbe68b..8a9eea1 100644 --- a/cpprest.changes +++ b/cpprest.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Jan 17 20:27:55 UTC 2021 - Antoine Belvire + +- 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 diff --git a/cpprest.spec b/cpprest.spec index f8ccc6d..c33e03e 100644 --- a/cpprest.spec +++ b/cpprest.spec @@ -19,21 +19,23 @@ %define major 2 %define minor 10 Name: cpprest -Version: 2.10.16 +Version: 2.10.17 Release: 0 Summary: C++ REST library -License: MIT AND BSD-3-Clause AND Zlib # main: MIT (license.txt) # Websocket++: BSD-3-Clause (ThirdPartyNotices.txt) # base64/base64.hpp: Zlib (ThirdPartyNotices.txt) # sha1/sha1.hpp: BSD-3-Clause (ThirdPartyNotices.txt) # common/md5.hpp: Zlib (ThirdPartyNotices.txt) # utf8_validation.hpp: MIT (ThirdPartyNotices.txt) +License: MIT AND BSD-3-Clause AND Zlib URL: https://github.com/Microsoft/cpprestsdk -Source: https://github.com/Microsoft/cpprestsdk/archive/v%{version}/cpprestsdk-%{version}.tar.gz -# https://github.com/Microsoft/cpprestsdk/issues/576 +Source: https://github.com/Microsoft/cpprestsdk/archive/%{version}/cpprestsdk-%{version}.tar.gz +# PATCH-FIX-UPSTREAM -- https://github.com/Microsoft/cpprestsdk/issues/576 Patch1: cpprest-2.10.9-disable-test-extract_floating_point.patch +# PATCH-FIX-UPSTREAM -- https://github.com/microsoft/cpprestsdk/pull/1557 Patch2: base64.patch +# PATCH-FIX-UPSTREAM -- https://github.com/microsoft/cpprestsdk/pull/1558 Patch3: filestream.patch BuildRequires: cmake >= 3.0 BuildRequires: gcc-c++ diff --git a/cpprestsdk-2.10.16.tar.gz b/cpprestsdk-2.10.16.tar.gz deleted file mode 100644 index acd2f8f..0000000 --- a/cpprestsdk-2.10.16.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3d75e17c7d79131320438f2a15331f7ca6281c38c0e2daa27f051e290eeb8681 -size 1768423 diff --git a/cpprestsdk-2.10.17.tar.gz b/cpprestsdk-2.10.17.tar.gz new file mode 100644 index 0000000..e4b779c --- /dev/null +++ b/cpprestsdk-2.10.17.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d9dae3ae10cdf7e41caf3dd0fa52f0b9c5012a24ba123901f686cfc484c043 +size 1747363