Actually apply patches from previous commit

This commit is contained in:
Jakub Hrozek 2010-08-25 13:13:41 +02:00
parent 2d340cecb0
commit 3ae20977c9

View File

@ -35,6 +35,9 @@ compile applications or shared objects that use c-ares.
%setup -q
%patch0 -p1 -b .optflags
%patch1 -p1 -b .multilib
%patch2 -p1 -b .get_servers
%patch3 -p1 -b .memleak
%patch4 -p1 -b .gcc_warn
cp %{SOURCE1} .
f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
@ -71,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/ares_*
%changelog
* Wed Aug 25 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.3-3
- Actually apply the patches
* Wed Aug 25 2010 Jakub Hrozek <jhrozek@redhat.com> - 1.7.3-2
- apply couple of patches from upstream