]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Mirror fixes from trunk.
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 27 May 2014 15:02:42 +0000 (15:02 +0000)
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>
Tue, 27 May 2014 15:02:42 +0000 (15:02 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/branches/branch-1.7@11897 a1ca3aef-8c08-0410-bb20-df032aa958be

CHANGES.txt
packaging/cups.spec.in
test/create-printer-subscription.test

index 47617717543a387675efbbade01c00bf15fd5125..d5aab15896f82011f952b7677709c3cff4fbb880 100644 (file)
@@ -1,4 +1,4 @@
-CHANGES.txt - 1.7.3 - 2014-05-22
+CHANGES.txt - 1.7.3 - 2014-05-27
 --------------------------------
 
 CHANGES IN CUPS V1.7.3
@@ -27,6 +27,9 @@ CHANGES IN CUPS V1.7.3
        - IPP queues using hardcoded credentials would ask for credentials
          (STR #4371)
        - Dates in non-UTF-8 locales did not display correctly (STR #4388)
+       - The RPM spec file now looks for libusb-devel 1.0 or later.
+       - Fixed the "create-printer-subscription.test" file for IPPTOOL
+         (STR #4420)
 
 
 CHANGES IN CUPS V1.7.2
index 0623ab4870ac613ba3c32d8ccff595049455516c..77643384c13aa017b7ec002c33fc213c947d3514 100644 (file)
@@ -62,7 +62,7 @@ BuildRequires: avahi-devel
 %endif
 
 %if %{?_with_libusb1:1}%{!?_with_libusb1:0}
-BuildRequires: libusbx-devel
+BuildRequires: libusb-devel >= 1.0
 %endif
 
 # Use buildroot so as not to disturb the version already installed
index 91c98f7618fe1ee9155503ea70bcd32b731dd8d2..2482af88419e81156a0fe7e7e5df6a222f4c3c83 100644 (file)
@@ -1,16 +1,16 @@
 #
 # "$Id$"
 #
-#   Create a printer subscription.
+# Create a printer subscription.
 #
-#   Copyright 2007-2013 by Apple Inc.
-#   Copyright 2001-2006 by Easy Software Products. All rights reserved.
+# Copyright 2007-2014 by Apple Inc.
+# Copyright 2001-2006 by Easy Software Products. All rights reserved.
 #
-#   These coded instructions, statements, and computer programs are the
-#   property of Apple Inc. and are protected by Federal copyright
-#   law.  Distribution and use rights are outlined in the file "LICENSE.txt"
-#   which should have been included with this file.  If this file is
-#   file is missing or damaged, see the license at "http://www.cups.org/".
+# These coded instructions, statements, and computer programs are the
+# property of Apple Inc. and are protected by Federal copyright
+# law.  Distribution and use rights are outlined in the file "LICENSE.txt"
+# which should have been included with this file.  If this file is
+# file is missing or damaged, see the license at "http://www.cups.org/".
 #
 # Usage:
 #
@@ -31,8 +31,8 @@
        ATTR language attributes-natural-language en
        ATTR uri printer-uri $uri
 
-        GROUP subscription-attributes-tag
-       ATTR uri notify-recipient $recipient
+       GROUP subscription-attributes-tag
+       ATTR uri notify-recipient-uri $recipient
        ATTR keyword notify-events printer-config-changed,printer-state-changed
 
        # What statuses are OK?