Skip to content

Commit

Permalink
Upgrade asio to 1.31.0-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-b-lockwood committed Oct 11, 2024
1 parent c0c6d94 commit eccbc71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions SPECS-EXTENDED/asio/asio.signatures.json
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"
}
}
}
11 changes: 8 additions & 3 deletions SPECS-EXTENDED/asio/asio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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).

Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,8 +585,8 @@
"type": "other",
"other": {
"name": "asio",
"version": "1.10.8",
"downloadUrl": "https://github.com/chriskohlhoff/asio/archive/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz"
"version": "1.31.0",
"downloadUrl": "https://github.com/chriskohlhoff/asio/archive/1f534288b4be0be2dd664aab43882a0aa3106a1d.tar.gz"
}
}
},
Expand Down

0 comments on commit eccbc71

Please sign in to comment.