parent
c58587c5be
commit
8d11a789f9
14
cups-str3460.patch
Normal file
14
cups-str3460.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -up cups-1.4.2/backend/ipp.c.str3460 cups-1.4.2/backend/ipp.c
|
||||||
|
--- cups-1.4.2/backend/ipp.c.str3460 2010-01-15 10:25:14.720258721 +0000
|
||||||
|
+++ cups-1.4.2/backend/ipp.c 2010-01-15 10:28:57.218384231 +0000
|
||||||
|
@@ -1435,7 +1435,10 @@ main(int argc, /* I - Number of comm
|
||||||
|
else if (ipp_status > IPP_OK_CONFLICT)
|
||||||
|
return (CUPS_BACKEND_FAILED);
|
||||||
|
else
|
||||||
|
+ {
|
||||||
|
+ _cupsLangPuts(stderr, _("INFO: Ready to print.\n"));
|
||||||
|
return (CUPS_BACKEND_OK);
|
||||||
|
+ }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.4.2
|
Version: 1.4.2
|
||||||
Release: 24%{?dist}
|
Release: 25%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||||
@ -73,6 +73,7 @@ Patch48: cups-str3431.patch
|
|||||||
Patch49: cups-gnutls-gcrypt-threads.patch
|
Patch49: cups-gnutls-gcrypt-threads.patch
|
||||||
Patch50: cups-str3458.patch
|
Patch50: cups-str3458.patch
|
||||||
Patch51: cups-0755.patch
|
Patch51: cups-0755.patch
|
||||||
|
Patch52: cups-str3460.patch
|
||||||
|
|
||||||
Patch100: cups-lspp.patch
|
Patch100: cups-lspp.patch
|
||||||
|
|
||||||
@ -544,6 +545,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{php_extdir}/phpcups.so
|
%{php_extdir}/phpcups.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 15 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-25
|
||||||
|
- Reset status after successful ipp job (bug #548219, STR #3460).
|
||||||
|
|
||||||
* Thu Jan 14 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-24
|
* Thu Jan 14 2010 Tim Waugh <twaugh@redhat.com> - 1:1.4.2-24
|
||||||
- Install udev rules in correct place (bug #530378).
|
- Install udev rules in correct place (bug #530378).
|
||||||
- Don't mark initscript as config file.
|
- Don't mark initscript as config file.
|
||||||
|
Loading…
Reference in New Issue
Block a user