This commit is contained in:
parent
d1f8ab9f26
commit
dad7f35052
18
cups-str3608.patch
Normal file
18
cups-str3608.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
diff -up cups-1.4.4/scheduler/subscriptions.c.str3608 cups-1.4.4/scheduler/subscriptions.c
|
||||||
|
--- cups-1.4.4/scheduler/subscriptions.c.str3608 2010-06-28 12:07:54.611008831 +0100
|
||||||
|
+++ cups-1.4.4/scheduler/subscriptions.c 2010-06-28 12:09:25.315887577 +0100
|
||||||
|
@@ -551,12 +551,14 @@ cupsdEventName(
|
||||||
|
return ("printer-media-changed");
|
||||||
|
|
||||||
|
case CUPSD_EVENT_PRINTER_ADDED :
|
||||||
|
+ case CUPSD_EVENT_PRINTER_ADDED | CUPSD_EVENT_PRINTER_CONFIG:
|
||||||
|
return ("printer-added");
|
||||||
|
|
||||||
|
case CUPSD_EVENT_PRINTER_DELETED :
|
||||||
|
return ("printer-deleted");
|
||||||
|
|
||||||
|
case CUPSD_EVENT_PRINTER_MODIFIED :
|
||||||
|
+ case CUPSD_EVENT_PRINTER_MODIFIED | CUPSD_EVENT_PRINTER_CONFIG:
|
||||||
|
return ("printer-modified");
|
||||||
|
|
||||||
|
case CUPSD_EVENT_PRINTER_QUEUE_ORDER_CHANGED :
|
10
cups.spec
10
cups.spec
@ -8,7 +8,7 @@
|
|||||||
Summary: Common Unix Printing System
|
Summary: Common Unix Printing System
|
||||||
Name: cups
|
Name: cups
|
||||||
Version: 1.4.4
|
Version: 1.4.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?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
|
||||||
@ -63,6 +63,7 @@ Patch34: cups-hp-deviceid-oid.patch
|
|||||||
Patch35: cups-dnssd-deviceid.patch
|
Patch35: cups-dnssd-deviceid.patch
|
||||||
Patch36: cups-ricoh-deviceid-oid.patch
|
Patch36: cups-ricoh-deviceid-oid.patch
|
||||||
Patch37: cups-texttops-rotate-page.patch
|
Patch37: cups-texttops-rotate-page.patch
|
||||||
|
Patch38: cups-str3608.patch
|
||||||
|
|
||||||
Patch100: cups-lspp.patch
|
Patch100: cups-lspp.patch
|
||||||
|
|
||||||
@ -264,6 +265,9 @@ module.
|
|||||||
# This fixes page-label orientation when texttops is used in the
|
# This fixes page-label orientation when texttops is used in the
|
||||||
# filter chain (bug #572338).
|
# filter chain (bug #572338).
|
||||||
%patch37 -p1 -b .texttops-rotate-page
|
%patch37 -p1 -b .texttops-rotate-page
|
||||||
|
# Avoid empty notify-subscribed-event attributes (bug #606909, STR
|
||||||
|
# #3608).
|
||||||
|
%patch38 -p1 -b .str3608
|
||||||
|
|
||||||
%if %lspp
|
%if %lspp
|
||||||
# LSPP support.
|
# LSPP support.
|
||||||
@ -562,6 +566,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{php_extdir}/phpcups.so
|
%{php_extdir}/phpcups.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 28 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-5
|
||||||
|
- Avoid empty notify-subscribed-event attributes (bug #606909,
|
||||||
|
STR #3608).
|
||||||
|
|
||||||
* Thu Jun 24 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-4
|
* Thu Jun 24 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.4-4
|
||||||
- Use gnutls again but disable threading (bug #607159).
|
- Use gnutls again but disable threading (bug #607159).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user