]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Don't try to use Avahi on OS X (STR #4695)
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 26 Aug 2015 18:23:53 +0000 (18:23 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Wed, 26 Aug 2015 18:23:53 +0000 (18:23 +0000)
cupsd-logs man page is in section 5...

git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12845 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
config-scripts/cups-dnssd.m4
packaging/cups.spec.in

index 6068f76349cbf79891ce09238d365776cf3d9931..498a3a1c7d0a7d8c7ca68e096178802077464868 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES.txt - 2.1.0 - 2015-08-13
+CHANGES.txt - 2.1.0 - 2015-08-26
 --------------------------------
 
 CHANGES IN CUPS V2.1.0
@@ -9,6 +9,8 @@ CHANGES IN CUPS V2.1.0
          (<rdar://problem/22086642>, <rdar://problem/22130168>)
        - "make check" incorrectly reported an expectation of 18 warning
          messages when 8 were expected (STR #4684)
+       - The configure script did not disable the Avahi test on OS X
+         (STR #4695)
 
 
 CHANGES IN CUPS V2.1rc1
index 9207d616f9535e0188973cb527483b7c626171c3..3b5bee801f7b9141894dd4ca1f01e6e482d89d9c 100644 (file)
@@ -3,7 +3,7 @@ dnl "$Id$"
 dnl
 dnl   DNS Service Discovery (aka Bonjour) stuff for CUPS.
 dnl
-dnl   Copyright 2007-2012 by Apple Inc.
+dnl   Copyright 2007-2015 by Apple Inc.
 dnl
 dnl   These coded instructions, statements, and computer programs are the
 dnl   property of Apple Inc. and are protected by Federal copyright
@@ -26,7 +26,7 @@ DNSSD_BACKEND=""
 IPPFIND_BIN=""
 IPPFIND_MAN=""
 
-if test "x$PKGCONFIG" != x -a x$enable_avahi != xno; then
+if test "x$PKGCONFIG" != x -a x$enable_avahi != xno -a x$uname != xDarwin; then
        AC_MSG_CHECKING(for Avahi)
        if $PKGCONFIG --exists avahi-client; then
                AC_MSG_RESULT(yes)
index d4e88a7b152d8ad28236aa4174c1bda0bb478526..b6e48a32da3489be36fe8f794527dc7764d38def 100644 (file)
@@ -313,6 +313,7 @@ rm -rf $RPM_BUILD_ROOT
 /usr/share/man/man1/lpstat.1.gz
 %dir /usr/share/man/man5
 /usr/share/man/man5/*.conf.5.gz
+/usr/share/man/man5/cupsd-logs.5.gz
 /usr/share/man/man5/ipptoolfile.5.gz
 /usr/share/man/man5/mime.*.5.gz
 %dir /usr/share/man/man8
@@ -327,7 +328,6 @@ rm -rf $RPM_BUILD_ROOT
 /usr/share/man/man8/cupsfilter.8.gz
 /usr/share/man/man8/cupsd.8.gz
 /usr/share/man/man8/cupsd-helper.8.gz
-/usr/share/man/man8/cupsd-logs.8.gz
 /usr/share/man/man8/cupsdisable.8.gz
 /usr/share/man/man8/cupsenable.8.gz
 /usr/share/man/man8/cupsreject.8.gz