From ff3852bb4e0f3749169eeaad31b51eb303989b0f Mon Sep 17 00:00:00 2001 From: Ankur Sinha Date: Feb 15 2010 12:53:26 +0000 Subject: Fix 564650 --- diff --git a/axel.spec b/axel.spec index 7b3e327..03dc5f4 100644 --- a/axel.spec +++ b/axel.spec @@ -1,6 +1,6 @@ Name: axel Version: 2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Accelerated download client Group: Applications/Internet @@ -22,7 +22,7 @@ be useful as a wget clone on byte-critical systems. %setup -q %build -%configure --prefix=%{_prefix} --strip=0 +./configure --prefix=%{_prefix} --strip=0 make %{?_smp_mflags} @@ -47,6 +47,9 @@ rm -rf %{buildroot} %{_mandir}/zh_CN/man1/axel.1* %changelog +* Mon Feb 15 2009 Ankur Sinha - 2.4-3 +- rebuilt to fix 564650 + * Fri Jul 24 2009 Fedora Release Engineering - 2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild