From 90cc61fc41c79f4a437d46bccd139435352383e0 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 13 Feb 2024 08:56:14 +0000 Subject: [PATCH] use autosetup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit SPDX conversion (Miroslav Suchý) --- libevent.spec | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/libevent.spec b/libevent.spec index 74d2440..2e18a5f 100644 --- a/libevent.spec +++ b/libevent.spec @@ -2,7 +2,7 @@ Name: libevent Version: 2.1.12 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Abstract asynchronous event notification library # arc4random.c, which is used in build, is ISC. The rest is BSD-3-Clause. @@ -61,11 +61,7 @@ BuildArch: noarch This package contains the development documentation for %{name}. %prep -%setup -q -n libevent-%{version}-stable -%patch01 -p1 -b .nonettests -%patch02 -p1 -b .fix-install -%patch03 -p1 -b .fix-install-2 -%patch04 -p1 -b .revert-problematic-change +%autosetup -p1 -n libevent-%{version}-stable %{__python3} %{_rpmconfigdir}/redhat/pathfix.py -i %{__python3} -pn test/check-dumpevents.py \ event_rpcgen.py @@ -149,6 +145,10 @@ mkdir -p $RPM_BUILD_ROOT/%{develdocdir}/sample %doc %{develdocdir}/ %changelog +* Tue Feb 13 2024 Joe Orton - 2.1.12-12 +- use autosetup +- SPDX migration (Miroslav Suchý) + * Thu Jan 25 2024 Fedora Release Engineering - 2.1.12-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild