rpms/hal-cups-utils/devel hal-cups-utils-uri.patch, NONE, 1.1 hal-cups-utils.spec, 1.39, 1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Aug 1 09:45:55 UTC 2006


Author: twaugh

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

Modified Files:
	hal-cups-utils.spec 
Added Files:
	hal-cups-utils-uri.patch 
Log Message:
* Tue Aug  1 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-3
- Fixed hal_lpadmin's CUPS URI (bug #200682).


hal-cups-utils-uri.patch:
 hal_lpadmin |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE hal-cups-utils-uri.patch ---
--- hal-cups-utils-0.6.2/systemv/hal_lpadmin.uri	2006-08-01 10:39:39.000000000 +0100
+++ hal-cups-utils-0.6.2/systemv/hal_lpadmin	2006-08-01 10:44:03.000000000 +0100
@@ -41,11 +41,11 @@
         return name.replace("#", "_")
 
     def get_cups_uris(self):
-        return ["hal:%s" % self.uid,
+        return ["hal://%s" % self.uid,
                 ]
 
     def get_cups_uri(self):
-        return "hal:%s" % self.uid
+        return "hal://%s" % self.uid
 
     def match(self, printer):
         if printer.is_class: return False


Index: hal-cups-utils.spec
===================================================================
RCS file: /cvs/dist/rpms/hal-cups-utils/devel/hal-cups-utils.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- hal-cups-utils.spec	19 Jul 2006 00:34:29 -0000	1.39
+++ hal-cups-utils.spec	1 Aug 2006 09:45:52 -0000	1.40
@@ -1,12 +1,13 @@
 Summary: Halified CUPS utilities 
 Name: hal-cups-utils
 Version: 0.6.2
-Release: 2 
+Release: 3 
 License: GPL
 Group: Applications/System
 Source: %{name}-%{version}.tar.gz
 Source1: cups-config-daemon
 Patch0: hal-cups-utils-0.6.0-remove-cups-backenddir-check.patch
+Patch1: hal-cups-utils-uri.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: glib2-devel
 BuildRequires: dbus-devel >= 0.60
@@ -30,6 +31,7 @@
 
 %setup -q
 %patch0 -p1
+%patch1 -p1 -b .uri
 
 %build
 
@@ -65,6 +67,9 @@
 %{_initrddir}/cups-config-daemon
 
 %changelog
+* Tue Aug  1 2006 Tim Waugh <twaugh at redhat.com> - 0.6.2-3
+- Fixed hal_lpadmin's CUPS URI (bug #200682).
+
 * Tue Jul 18 2006 John (J5) Palmieri <johnp at redhat.com> - 0.6.2-2
 - rebuild
 




More information about the fedora-cvs-commits mailing list