rpms/axel/F-13 axel.spec,1.4,1.5

Ankur Sinha ankursinha at fedoraproject.org
Sat Apr 17 07:45:09 UTC 2010


Author: ankursinha

Update of /cvs/pkgs/rpms/axel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14674

Modified Files:
	axel.spec 
Log Message:
Corrected optflags #583210


Index: axel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/axel/F-13/axel.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- axel.spec	15 Feb 2010 12:59:03 -0000	1.4
+++ axel.spec	17 Apr 2010 07:45:07 -0000	1.5
@@ -1,6 +1,6 @@
 Name:		axel		
 Version:	2.4
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Accelerated download client
 
 Group:		Applications/Internet
@@ -22,6 +22,8 @@ be useful as a wget clone on byte-critic
 %setup -q
 
 %build
+export CFLAGS=" %{optflags}"
+export CXXFLAGS=" %{optflags}"
 ./configure --prefix=%{_prefix} --strip=0
 make %{?_smp_mflags}
 
@@ -47,6 +49,9 @@ rm -rf %{buildroot}
 %{_mandir}/zh_CN/man1/axel.1*
 
 %changelog
+* Sat Apr 17 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.4-4
+- rebuilt to fix 583210
+
 * Mon Feb 15 2010 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 2.4-3
 - rebuilt to fix 564650
 



More information about the scm-commits mailing list