This commit is contained in:
Rohit Rawat 2024-02-26 10:54:11 +05:30 коммит произвёл GitHub
Родитель 68ae0109a9
Коммит 0f8dc19a5c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 8 добавлений и 5 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"cpprest-2.10.18.tar.gz": "6bd74a637ff182144b6a4271227ea8b6b3ea92389f88b25b215e6f94fd4d41cb"
"cpprest-2.10.19.tar.gz": "4b0d14e5bfe77ce419affd253366e861968ae6ef2c35ae293727c1415bd145c8"
}
}

Просмотреть файл

@ -2,13 +2,13 @@
%define minor 10
Name: cpprest
Version: 2.10.18
Version: 2.10.19
Release: 1%{?dist}
Summary: C++ REST library
Group: Applications/File
License: MIT
Url: https://github.com/microsoft/cpprestsdk
Source0: https://github.com/microsoft/cpprestsdk/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/microsoft/cpprestsdk/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Disable outside, failing and sometimes failing tests
Patch1: cpprest-2.10.17-disable-outside-and-failing-tests.patch
# Disable tests with long timeouts
@ -90,6 +90,9 @@ cd Release/build.release/Binaries
%changelog
* Fri Feb 23 2024 Rohit Rawat <rohitrawat@microsoft.com> - 2.10.19-1
- Upgrade to 2.10.19
* Wed Jan 19 2022 Nicolas Guibourge <nicolasg@microsoft.com> - 2.10.18-1
- Upgrade to 2.10.18

Просмотреть файл

@ -2127,8 +2127,8 @@
"type": "other",
"other": {
"name": "cpprest",
"version": "2.10.18",
"downloadUrl": "https://github.com/microsoft/cpprestsdk/archive/2.10.18.tar.gz"
"version": "2.10.19",
"downloadUrl": "https://github.com/microsoft/cpprestsdk/archive/refs/tags/v2.10.19.tar.gz"
}
}
},