From 9f0067b86a69329dbbc9f67b5bd49930936a83f5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 29 Jul 2015 11:59:41 -0500 Subject: [PATCH 1/3] - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 --- asio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asio.spec b/asio.spec index cb8dbbb..0bcc99c 100644 --- a/asio.spec +++ b/asio.spec @@ -6,7 +6,7 @@ Summary: A cross-platform C++ library for network programming Name: asio Version: 1.10.6 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://think-async.com Source0: https://github.com/chriskohlhoff/asio/archive/%{commit}/asio-%{commit}.tar.gz License: Boost @@ -55,6 +55,9 @@ make %{?_smp_mflags} %{_includedir}/asio.hpp %changelog +* Wed Jul 29 2015 Fedora Release Engineering - 1.10.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 + * Sun Jul 26 2015 Fabio Alessandro Locati -1.10.6-1 - Update to 1.10.6 version From 12164d79a9b080d58e7aeae7bddcad8fe1934c54 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 27 Aug 2015 21:18:02 +0100 Subject: [PATCH 2/3] Rebuilt for Boost 1.59 --- asio.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/asio.spec b/asio.spec index 0bcc99c..0f2be54 100644 --- a/asio.spec +++ b/asio.spec @@ -6,7 +6,7 @@ Summary: A cross-platform C++ library for network programming Name: asio Version: 1.10.6 -Release: 2%{?dist} +Release: 3%{?dist} URL: https://think-async.com Source0: https://github.com/chriskohlhoff/asio/archive/%{commit}/asio-%{commit}.tar.gz License: Boost @@ -55,6 +55,9 @@ make %{?_smp_mflags} %{_includedir}/asio.hpp %changelog +* Thu Aug 27 2015 Jonathan Wakely - 1.10.6-3 +- Rebuilt for Boost 1.59 + * Wed Jul 29 2015 Fedora Release Engineering - 1.10.6-2 - Rebuilt for https://fedoraproject.org/wiki/Changes/F23Boost159 From 5beab0e6f972a92e6aebbf011d1abfea0917d3f6 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Sat, 2 Jan 2016 17:32:05 +0100 Subject: [PATCH 3/3] Move from define to global --- asio.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/asio.spec b/asio.spec index 0f2be54..bfc7b70 100644 --- a/asio.spec +++ b/asio.spec @@ -1,12 +1,12 @@ # asio only ships headers, so no debuginfo package is needed -%define debug_package %{nil} +%global debug_package %{nil} %global commit c466dc46d55755d38ee1831e95207d6b329c4976 Summary: A cross-platform C++ library for network programming Name: asio Version: 1.10.6 -Release: 3%{?dist} +Release: 4%{?dist} URL: https://think-async.com Source0: https://github.com/chriskohlhoff/asio/archive/%{commit}/asio-%{commit}.tar.gz License: Boost @@ -55,6 +55,9 @@ make %{?_smp_mflags} %{_includedir}/asio.hpp %changelog +* Sat Jan 02 2016 Fabio Alessandro Locati - 1.10.6-4 +- Move from define to global + * Thu Aug 27 2015 Jonathan Wakely - 1.10.6-3 - Rebuilt for Boost 1.59