[c-ares/f14/master] Actually apply the patch

Jakub Hrozek jhrozek at fedoraproject.org
Wed Aug 25 11:17:58 UTC 2010


commit 13e86ddad9624702f3799620156a2662c61be378
Author: Jakub Hrozek <jhrozek at redhat.com>
Date:   Wed Aug 25 13:17:50 2010 +0200

    Actually apply the patch

 c-ares.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/c-ares.spec b/c-ares.spec
index c9bac31..df62e6b 100644
--- a/c-ares.spec
+++ b/c-ares.spec
@@ -1,7 +1,7 @@
 Summary: A library that performs asynchronous DNS operations
 Name: c-ares
 Version: 1.7.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://c-ares.haxx.se/
@@ -33,6 +33,7 @@ compile applications or shared objects that use c-ares.
 %setup -q
 %patch0 -p1 -b .optflags
 %patch1 -p1 -b .multilib
+%patch2 -p1 -b .get_servers
 cp %{SOURCE1} .
 f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
 
@@ -69,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/ares_*
 
 %changelog
+* Wed Aug 25 2010 Jakub Hrozek <jhrozek at redhat.com> - 1.7.3-3
+- Actually apply the patches
+
 * Wed Aug 25 2010 Jakub Hrozek <jhrozek at redhat.com> - 1.7.3-2
 - fix ares_get_servers
 


More information about the scm-commits mailing list