rpms/hal-cups-utils/devel hal-cups-utils-api-name.patch, NONE, 1.1 hal-cups-utils-introspection.patch, NONE, 1.1

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Nov 8 17:55:09 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/hal-cups-utils/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv25037

Added Files:
	hal-cups-utils-api-name.patch 
	hal-cups-utils-introspection.patch 
Log Message:
Include patches.

hal-cups-utils-api-name.patch:
 hal_lpadmin |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

--- NEW FILE hal-cups-utils-api-name.patch ---
--- hal-cups-utils-0.6.2/systemv/hal_lpadmin.api-name	2006-11-08 16:06:48.000000000 +0000
+++ hal-cups-utils-0.6.2/systemv/hal_lpadmin	2006-11-08 16:07:17.000000000 +0000
@@ -84,9 +84,9 @@
             # ask eggcups
             try:
                 bus = dbus.SystemBus()
-                obj = bus.get_object("org.freedesktop.PrintDriverSelection",
-                                     "/org/freedesktop/PrintDriverSelection")
-                interface = dbus.Interface(obj, "org.freedesktop.PrintDriverSelection")
+                obj = bus.get_object("com.redhat.PrintDriverSelection",
+                                     "/com/redhat/PrintDriverSelection")
+                interface = dbus.Interface(obj, "com.redhat.PrintDriverSelection")
                 interface.PromptPrintDriver(self.make, self.model,
                                             self.uid, self.name)
             except:

hal-cups-utils-introspection.patch:
 10-hal_lpadmin.fdi |    1 +
 1 files changed, 1 insertion(+)

--- NEW FILE hal-cups-utils-introspection.patch ---
--- hal-cups-utils-0.6.2/systemv/10-hal_lpadmin.fdi.introspection	2006-11-08 17:28:30.000000000 +0000
+++ hal-cups-utils-0.6.2/systemv/10-hal_lpadmin.fdi	2006-11-08 17:38:18.000000000 +0000
@@ -9,6 +9,7 @@
       <append key="org.freedesktop.Hal.Device.Printer.method_names" type="strlist">Configure</append>
       <append key="org.freedesktop.Hal.Device.Printer.method_signatures" type="strlist">ss</append>
       <append key="org.freedesktop.Hal.Device.Printer.method_execpaths" type="strlist">/usr/libexec/hal_lpadmin --configure</append>
+      <append key="org.freedesktop.Hal.Device.Printer.method_argnames" type="strlist">make model</append>
     </match>
   </device>
 </deviceinfo>




More information about the fedora-cvs-commits mailing list