diff --git a/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz b/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz deleted file mode 100644 index 4c809a3..0000000 Binary files a/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz and /dev/null differ diff --git a/asio-1.16.1.tar.gz b/asio-1.16.1.tar.gz new file mode 100644 index 0000000..1479d60 Binary files /dev/null and b/asio-1.16.1.tar.gz differ diff --git a/asio.spec b/asio.spec index f92b413..307dc8f 100644 --- a/asio.spec +++ b/asio.spec @@ -1,15 +1,14 @@ %global debug_package %{nil} -%global commit 28d9b8d6df708024af5227c551673fdb2519f5bf Name: asio -Version: 1.10.8 -Release: 9 +Version: 1.16.1 +Release: 1 Summary: A cross-platform C++ library for network programming Group: System Environment/Libraries License: Boost URL: https://think-async.com/Asio -Source0: https://github.com/chriskohlhoff/asio/archive/28d9b8d6df708024af5227c551673fdb2519f5bf.tar.gz +Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc-c++ autoconf automake openssl-devel boost-devel perl-generators @@ -28,10 +27,10 @@ programming. And this package provides header files for developer to develop applications with asio. %prep -%autosetup -n asio-28d9b8d6df708024af5227c551673fdb2519f5bf/asio -p1 +%autosetup -n %{name}-%{version} -p1 %build -./autogen.sh +autoreconf --install %configure %make_build @@ -39,11 +38,14 @@ to develop applications with asio. %make_install %files devel -%doc src/doc/* +%doc doc/* %license LICENSE_1_0.txt %{_includedir}/asio/ %{_includedir}/asio.hpp %changelog +* Tue Jun 14 2022 SimpleUpdate Robot - 1.16.1-1 +- Upgrade to version 1.16.1 + * Thu Mar 05 2020 sunguoshuai - 1.10.8-9 - Package init.