rpms/c-ares/devel c-ares-1.7.0-optflags.patch, NONE, 1.1 .cvsignore, 1.9, 1.10 c-ares.spec, 1.17, 1.18 sources, 1.9, 1.10 c-ares-1.6.0-optflags.patch, 1.1, NONE

Tom Callaway spot at fedoraproject.org
Tue Dec 1 16:49:12 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/c-ares/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5891

Modified Files:
	.cvsignore c-ares.spec sources 
Added Files:
	c-ares-1.7.0-optflags.patch 
Removed Files:
	c-ares-1.6.0-optflags.patch 
Log Message:
update to 1.7.0

c-ares-1.7.0-optflags.patch:
 configure |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

--- NEW FILE c-ares-1.7.0-optflags.patch ---
diff -up c-ares-1.7.0/configure.optflags c-ares-1.7.0/configure
--- c-ares-1.7.0/configure.optflags	2009-11-30 16:10:42.000000000 -0500
+++ c-ares-1.7.0/configure	2009-12-01 11:36:41.154374899 -0500
@@ -13988,7 +13988,7 @@ $as_echo "$as_me: WARNING: compiler opti
     ac_var_stripped=""
   for word1 in $tmp_CFLAGS; do
     ac_var_strip_word="no"
-    for word2 in $flags_dbg_all; do
+    for word2 in ""; do
       if test "$word1" = "$word2"; then
         ac_var_strip_word="yes"
       fi
@@ -14004,7 +14004,7 @@ $as_echo "$as_me: WARNING: compiler opti
     ac_var_stripped=""
   for word1 in $tmp_CPPFLAGS; do
     ac_var_strip_word="no"
-    for word2 in $flags_dbg_all; do
+    for word2 in ""; do
       if test "$word1" = "$word2"; then
         ac_var_strip_word="yes"
       fi
@@ -14020,12 +14020,12 @@ $as_echo "$as_me: WARNING: compiler opti
     if test "$want_debug" = "yes"; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts debug enabling options" >&5
 $as_echo_n "checking if compiler accepts debug enabling options... " >&6; }
-      tmp_options="$flags_dbg_yes"
+      tmp_options=""
     fi
     if test "$want_debug" = "no"; then
       { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts debug disabling options" >&5
 $as_echo_n "checking if compiler accepts debug disabling options... " >&6; }
-      tmp_options="$flags_dbg_off"
+      tmp_options=""
     fi
     #
     CPPFLAGS="$tmp_CPPFLAGS"
@@ -14181,7 +14181,7 @@ $as_echo_n "checking if compiler optimiz
 
   ac_var_match_word="no"
   for word1 in $tmp_CFLAGS; do
-    for word2 in $flags_opt_all; do
+    for word2 in ""; do
       if test "$word1" = "$word2"; then
         ac_var_match_word="yes"
       fi
@@ -14199,7 +14199,7 @@ $as_echo_n "checking if compiler optimiz
 
   ac_var_match_word="no"
   for word1 in $tmp_CPPFLAGS; do
-    for word2 in $flags_opt_all; do
+    for word2 in ""; do
       if test "$word1" = "$word2"; then
         ac_var_match_word="yes"
       fi
@@ -14230,7 +14230,7 @@ $as_echo "$honor_optimize_option" >&6; }
     ac_var_stripped=""
   for word1 in $tmp_CFLAGS; do
     ac_var_strip_word="no"
-    for word2 in $flags_opt_all; do
+    for word2 in ""; do
       if test "$word1" = "$word2"; then
         ac_var_strip_word="yes"
       fi
@@ -14246,7 +14246,7 @@ $as_echo "$honor_optimize_option" >&6; }
     ac_var_stripped=""
   for word1 in $tmp_CPPFLAGS; do
     ac_var_strip_word="no"
-    for word2 in $flags_opt_all; do
+    for word2 in ""; do
       if test "$word1" = "$word2"; then
         ac_var_strip_word="yes"
       fi
@@ -14261,12 +14261,12 @@ $as_echo "$honor_optimize_option" >&6; }
       if test "$want_optimize" = "yes"; then
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer enabling options" >&5
 $as_echo_n "checking if compiler accepts optimizer enabling options... " >&6; }
-        tmp_options="$flags_opt_yes"
+        tmp_options=""
       fi
       if test "$want_optimize" = "no"; then
         { $as_echo "$as_me:${as_lineno-$LINENO}: checking if compiler accepts optimizer disabling options" >&5
 $as_echo_n "checking if compiler accepts optimizer disabling options... " >&6; }
-        tmp_options="$flags_opt_off"
+        tmp_options=""
       fi
       CPPFLAGS="$tmp_CPPFLAGS"
       CFLAGS="$tmp_CFLAGS $tmp_options"


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/c-ares/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	22 Jul 2009 22:54:50 -0000	1.9
+++ .cvsignore	1 Dec 2009 16:49:12 -0000	1.10
@@ -1 +1 @@
-c-ares-1.6.0.tar.gz
+c-ares-1.7.0.tar.gz


Index: c-ares.spec
===================================================================
RCS file: /cvs/pkgs/rpms/c-ares/devel/c-ares.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- c-ares.spec	27 Jul 2009 16:39:49 -0000	1.17
+++ c-ares.spec	1 Dec 2009 16:49:12 -0000	1.18
@@ -1,13 +1,13 @@
 Summary: A library that performs asynchronous DNS operations
 Name: c-ares
-Version: 1.6.0
-Release: 3%{?dist}
+Version: 1.7.0
+Release: 1%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://c-ares.haxx.se/
 Source0: http://c-ares.haxx.se/c-ares-%{version}.tar.gz
 Source1: LICENSE
-Patch0: %{name}-1.6.0-optflags.patch
+Patch0: %{name}-1.7.0-optflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -55,13 +55,18 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-, root, root, 0755)
 %{_includedir}/ares.h
+%{_includedir}/ares_build.h
 %{_includedir}/ares_dns.h
+%{_includedir}/ares_rules.h
 %{_includedir}/ares_version.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/libcares.pc
 %{_mandir}/man3/ares_*
 
 %changelog
+* Tue Dec  1 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.7.0-1
+- update to 1.7.0
+
 * Sat Jul 25 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.6.0-3
 - Patch to make upstream build system honor our CFLAGS and friends.
 - Don't bother building throwaway static libs.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/c-ares/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	22 Jul 2009 22:54:50 -0000	1.9
+++ sources	1 Dec 2009 16:49:12 -0000	1.10
@@ -1 +1 @@
-4503b0db3dd79d3c1f58d87722dbab46  c-ares-1.6.0.tar.gz
+15ab7852306b554b0b1145f41005a3bb  c-ares-1.7.0.tar.gz


--- c-ares-1.6.0-optflags.patch DELETED ---




More information about the scm-commits mailing list