-
Notifications
You must be signed in to change notification settings - Fork 563
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c0c6d94
commit eccbc71
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"Signatures": { | ||
"asio-28d9b8d.tar.gz": "6bb31feed7af75ac20e8b4da53a310f3b48a345c5005c5d0c5e1e215b729971f" | ||
"asio-1f53428.tar.gz": "ba66f5004754184ae3724a6ae043d72b9436f287879311097bfa9497923ff254" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,12 @@ Distribution: Azure Linux | |
# asio only ships headers, so no debuginfo package is needed | ||
%global debug_package %{nil} | ||
|
||
%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf | ||
%global commit 1f534288b4be0be2dd664aab43882a0aa3106a1d | ||
%global shortcommit %(c=%{commit}; echo ${c:0:7}) | ||
|
||
Name: asio | ||
Version: 1.10.8 | ||
Release: 12%{?dist} | ||
Version: 1.31.0 | ||
Release: 1%{?dist} | ||
Summary: A cross-platform C++ library for network programming | ||
|
||
License: Boost | ||
|
@@ -56,8 +56,13 @@ modern C++ approach. | |
%license LICENSE_1_0.txt | ||
%{_includedir}/asio/ | ||
%{_includedir}/asio.hpp | ||
%{_libdir}/pkgconfig/asio.pc | ||
|
||
%changelog | ||
* Tue Oct 08 2024 Kevin Lockwood <[email protected]> - 1.31.0-1 | ||
- Upgrade to current upstream | ||
- License Verified | ||
|
||
* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 1.10.8-12 | ||
- Initial CBL-Mariner import from Fedora 32 (license: MIT). | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters