Compare commits

...

2 Commits
master ... f27

Author SHA1 Message Date
Zdenek Dohnal a6b8e73d19 rebuilt with qpdf-7.1.1 2018-04-18 15:33:46 +02:00
Zdenek Dohnal 86f691829e 1529680 - set CreateIPPPrintQueues to ALL and LocalRemoteCUPSQueueNaming to RemoteName 2018-01-04 09:36:26 +01:00
2 changed files with 30 additions and 1 deletions

View File

@ -0,0 +1,21 @@
diff -up cups-filters-1.16.1/utils/cups-browsed.conf.in.createall cups-filters-1.16.1/utils/cups-browsed.conf.in
--- cups-filters-1.16.1/utils/cups-browsed.conf.in.createall 2018-01-02 17:17:51.555941155 +0100
+++ cups-filters-1.16.1/utils/cups-browsed.conf.in 2018-01-02 17:19:49.651048564 +0100
@@ -359,7 +359,7 @@ BrowseRemoteProtocols @BROWSEREMOTEPROTO
# LocalQueueNamingRemoteCUPS DNS-SD
# LocalQueueNamingRemoteCUPS MakeModel
-# LocalQueueNamingRemoteCUPS RemoteName
+LocalQueueNamingRemoteCUPS RemoteName
# LocalQueueNamingIPPPrinter DNS-SD
# LocalQueueNamingIPPPrinter MakeModel
@@ -453,7 +453,7 @@ BrowseRemoteProtocols @BROWSEREMOTEPROTO
# CreateIPPPrinterQueues AppleRaster
# CreateIPPPrinterQueues Everywhere AppleRaster
# CreateIPPPrinterQueues Driverless
-# CreateIPPPrinterQueues All
+CreateIPPPrinterQueues All
# If cups-browsed is automatically creating print queues for native

View File

@ -4,7 +4,7 @@
Summary: OpenPrinting CUPS filters and backends
Name: cups-filters
Version: 1.16.1
Release: 3%{?dist}
Release: 5%{?dist}
# For a breakdown of the licensing, see COPYING file
# GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*,
@ -20,6 +20,7 @@ License: GPLv2 and GPLv2+ and GPLv3 and GPLv3+ and LGPLv2+ and MIT
Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups-filters
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
Patch01: cups-filters-location.patch
Patch02: cups-filters-createall.patch
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
@ -115,6 +116,7 @@ This is the development package for OpenPrinting CUPS filters and backends.
%prep
%setup -q
%patch01 -p1 -b .location
%patch02 -p1 -b .createall
%build
# work-around Rpath
@ -272,6 +274,12 @@ fi
%{_libdir}/libfontembed.so
%changelog
* Wed Apr 18 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.1-5
- rebuilt with qpdf-7.1.1
* Tue Jan 02 2018 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.1-4
- 1529680 - set CreateIPPPrintQueues to ALL and LocalRemoteCUPSQueueNaming to RemoteName
* Mon Nov 20 2017 Zdenek Dohnal <zdohnal@redhat.com> - 1.16.1-3
- fixing patch for upstream issue 1413