From 6000050742433956f82eed6888d895f8a14cab6f Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Wed, 26 Aug 2020 12:27:50 -0600 Subject: [PATCH] No longer force C++11 mode --- aria2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/aria2.spec b/aria2.spec index 11a2574..e219910 100644 --- a/aria2.spec +++ b/aria2.spec @@ -2,7 +2,7 @@ Name: aria2 Version: 1.35.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: High speed download utility with resuming and segmented downloading License: GPLv2+ with exceptions URL: http://aria2.github.io/ @@ -44,7 +44,7 @@ Currently it has following features: %autosetup -S git %build -%configure CXX="g++ -std=c++11" \ +%configure CXX="g++" \ --enable-bittorrent \ --enable-metalink \ --enable-epoll\ @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %{_mandir}/*/man1/aria2c.1.gz %changelog +* Wed Aug 26 2020 Jeff Law - 1.35.0-4 +- No longer force C++11 mode + * Mon Jul 27 2020 Fedora Release Engineering - 1.35.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild