rpms/avahi/devel avahi-0.6.9-bz189427.patch, NONE, 1.1 avahi.spec, 1.51, 1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Apr 20 22:41:25 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/avahi/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv13539

Modified Files:
	avahi.spec 
Added Files:
	avahi-0.6.9-bz189427.patch 
Log Message:
fix bug 189427: correct avahi-resolve --help typo

avahi-0.6.9-bz189427.patch:
 avahi-resolve.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE avahi-0.6.9-bz189427.patch ---
--- avahi-0.6.9/avahi-utils/avahi-resolve.c.bz189427	2005-11-16 17:34:54.000000000 -0500
+++ avahi-0.6.9/avahi-utils/avahi-resolve.c	2006-04-20 18:37:01.000000000 -0400
@@ -168,8 +168,8 @@
             "    -v --verbose         Enable verbose mode\n"
             "    -6                   Lookup IPv6 address\n"
             "    -4                   Lookup IPv4 address\n",
-            argv0, strstr(argv0, "address") ? "[-a]" : "-a",
-            argv0, strstr(argv0, "host-name") ? "[-n]" : "-n");
+            argv0, strstr(argv0, "host-name") ? "[-n]" : "-n",
+            argv0, strstr(argv0, "address") ? "[-a]" : "-a");
 }
 
 static int parse_command_line(Config *c, const char *argv0, int argc, char *argv[]) {


Index: avahi.spec
===================================================================
RCS file: /cvs/dist/rpms/avahi/devel/avahi.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- avahi.spec	14 Apr 2006 02:02:49 -0000	1.51
+++ avahi.spec	20 Apr 2006 22:41:22 -0000	1.52
@@ -4,7 +4,7 @@
 %endif
 Name:           avahi
 Version:        0.6.9
-Release: 	8.FC6
+Release: 	9.FC6
 Summary:        Local network service discovery 
 Group:          System Environment/Base
 License:        LGPL
@@ -32,6 +32,7 @@
 Patch11:        avahi-0.6.5-bz179448.patch
 Patch12:	avahi-0.6.7-initscript.patch
 Patch13: 	avahi-0.6.9-bz185972.patch
+Patch14:	avahi-0.6.9-bz189427.patch
 
 %description
 Avahi is a system which facilitates service discovery on
@@ -141,6 +142,7 @@
 #^- this patch now upstream
 %patch12 -p1 -b .initscript
 %patch13 -p1 -b .bz185972
+%patch14 -p1 -b .bz189427
 
 %build
 # auto* update needed for avahi-0.5.2-fedora.patch
@@ -321,6 +323,9 @@
 %endif
 
 %changelog
+* Thu Apr 20 2006 Jason Vas Dias <jvdias at redhat.com> - 0.6.9-9.FC6
+- fix bug 189427: correct avahi-resolve --help typo
+
 * Mon Mar 20 2006 Jason Vas Dias <jvdias at redhat.com> - 0.6.9-8.FC6
 - fix bug 185972: remove ellipses in initscript
 - fix bug 185965: make chkconfigs unconditional




More information about the fedora-cvs-commits mailing list