No longer need this patch.
This commit is contained in:
parent
2195a959e3
commit
fa6f71c58a
@ -1,39 +0,0 @@
|
|||||||
diff -up system-config-printer-1.0.3/system-config-printer.py.debug system-config-printer-1.0.3/system-config-printer.py
|
|
||||||
--- system-config-printer-1.0.3/system-config-printer.py.debug 2008-06-30 16:23:05.000000000 +0100
|
|
||||||
+++ system-config-printer-1.0.3/system-config-printer.py 2008-07-08 15:56:56.000000000 +0100
|
|
||||||
@@ -3562,7 +3562,7 @@ class NewPrinterGUI(GtkGUI):
|
|
||||||
|
|
||||||
debug = 0
|
|
||||||
if get_debugging ():
|
|
||||||
- debug = 1
|
|
||||||
+ debug = 10
|
|
||||||
smbc_auth = pysmb.AuthContext (self.SMBBrowseDialog)
|
|
||||||
ctx = pysmb.smbc.Context (debug=debug,
|
|
||||||
auth_fn=smbc_auth.callback)
|
|
||||||
@@ -3702,7 +3702,7 @@ class NewPrinterGUI(GtkGUI):
|
|
||||||
uri = "smb://%s" % entry.name
|
|
||||||
debug = 0
|
|
||||||
if get_debugging ():
|
|
||||||
- debug = 1
|
|
||||||
+ debug = 10
|
|
||||||
smbc_auth = pysmb.AuthContext (self.SMBBrowseDialog)
|
|
||||||
ctx = pysmb.smbc.Context (debug=debug,
|
|
||||||
auth_fn=smbc_auth.callback)
|
|
||||||
@@ -3741,7 +3741,7 @@ class NewPrinterGUI(GtkGUI):
|
|
||||||
uri = "smb://%s" % entry.name
|
|
||||||
debug = 0
|
|
||||||
if get_debugging ():
|
|
||||||
- debug = 1
|
|
||||||
+ debug = 10
|
|
||||||
smbc_auth = pysmb.AuthContext (self.SMBBrowseDialog)
|
|
||||||
ctx = pysmb.smbc.Context (debug=debug,
|
|
||||||
auth_fn=smbc_auth.callback)
|
|
||||||
@@ -3852,7 +3852,7 @@ class NewPrinterGUI(GtkGUI):
|
|
||||||
try:
|
|
||||||
debug = 0
|
|
||||||
if get_debugging ():
|
|
||||||
- debug = 1
|
|
||||||
+ debug = 10
|
|
||||||
|
|
||||||
if auth_set:
|
|
||||||
# No prompting.
|
|
@ -15,7 +15,6 @@ Source0: http://cyberelk.net/tim/data/system-config-printer/1.0.x/system-config-
|
|||||||
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
Source1: http://cyberelk.net/tim/data/pycups/pycups-%{pycups_version}.tar.bz2
|
||||||
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
Source2: http://cyberelk.net/tim/data/pysmbc/pysmbc-%{pysmbc_version}.tar.bz2
|
||||||
|
|
||||||
Patch0: system-config-printer-debug.patch
|
|
||||||
Patch1: pysmbc-debug.patch
|
Patch1: pysmbc-debug.patch
|
||||||
|
|
||||||
BuildRequires: cups-devel >= 1.2
|
BuildRequires: cups-devel >= 1.2
|
||||||
@ -63,7 +62,6 @@ the configuration tool.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -a 1 -a 2
|
%setup -q -a 1 -a 2
|
||||||
%patch0 -p1 -b .debug
|
|
||||||
|
|
||||||
pushd pysmbc-%{pysmbc_version}
|
pushd pysmbc-%{pysmbc_version}
|
||||||
%patch1 -p1 -b .debug
|
%patch1 -p1 -b .debug
|
||||||
|
Loading…
Reference in New Issue
Block a user