Merge branch 'f19'

This commit is contained in:
Tim Waugh 2013-06-26 15:06:31 +01:00
commit 935f4b753c
2 changed files with 19 additions and 1 deletions

12
cups-use-ipp1.1.patch Normal file
View File

@ -0,0 +1,12 @@
diff -up cups-1.7b1/cups/globals.c.use-ipp1.1 cups-1.7b1/cups/globals.c
--- cups-1.7b1/cups/globals.c.use-ipp1.1 2013-06-26 15:05:54.615238227 +0100
+++ cups-1.7b1/cups/globals.c 2013-06-26 15:06:11.662299971 +0100
@@ -219,7 +219,7 @@ cups_globals_alloc(void)
cg->any_root = 1;
cg->expired_certs = 1;
cg->expired_root = 1;
- cg->server_version = 20;
+ cg->server_version = 11;
#ifdef DEBUG
/*

View File

@ -14,7 +14,7 @@ Summary: CUPS printing system
Name: cups
Epoch: 1
Version: 1.7
Release: 0.10.%{prever}%{?dist}
Release: 0.11.%{prever}%{?dist}
License: GPLv2
Group: System Environment/Daemons
Url: http://www.cups.org/
@ -65,6 +65,7 @@ Patch31: cups-dymo-deviceid.patch
Patch32: cups-freebind.patch
Patch33: cups-no-gcry.patch
Patch34: cups-libusb-quirks.patch
Patch35: cups-use-ipp1.1.patch
Patch100: cups-lspp.patch
@ -247,6 +248,8 @@ Sends IPP requests to the specified URI and tests and/or displays the results.
%patch33 -p1 -b .no-gcry
# Added libusb quirk for Canon PIXMA MP540 (bug #967873).
%patch34 -p1 -b .libusb-quirks
# Default to IPP/1.1 for now (bug #977813).
%patch35 -p1 -b .use-ipp1.1
%if %lspp
# LSPP support.
@ -635,6 +638,9 @@ rm -f %{cups_serverbin}/backend/smb
%{_mandir}/man5/ipptoolfile.5.gz
%changelog
* Wed Jun 26 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.11.b1
- Default to IPP/1.1 for now (bug #977813).
* Tue Jun 25 2013 Tim Waugh <twaugh@redhat.com> 1:1.7-0.10.b1
- Added libusb quirk for Canon PIXMA MP540 (bug #967873).