diff --git a/libevent.spec b/libevent.spec index 540d5f4..9de88c5 100644 --- a/libevent.spec +++ b/libevent.spec @@ -2,7 +2,7 @@ Name: libevent Version: 2.1.12 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Abstract asynchronous event notification library # arc4random.c, which is used in build, is ISC. The rest is BSD. @@ -10,6 +10,7 @@ License: BSD and ISC URL: http://libevent.org/ Source0: https://github.com/libevent/libevent/releases/download/release-%{version}-stable/libevent-%{version}-stable.tar.gz +BuildRequires: make BuildRequires: gcc # Needed for ./autogen.sh: BuildRequires: automake libtool @@ -147,6 +148,9 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %doc %{develdocdir}/ %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 2.1.12-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Tue Sep 29 2020 Ondřej Lysoněk - 2.1.12-2 - Temporarily revert a problematic upstream change