1.0.41 - PPD-less printing support
This commit is contained in:
parent
625d209b25
commit
de59c126c4
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/cups-filters-1.0.38.tar.xz
|
||||
/cups-filters-1.0.39.tar.xz
|
||||
/cups-filters-1.0.40.tar.xz
|
||||
/cups-filters-1.0.41.tar.xz
|
||||
|
@ -1,22 +0,0 @@
|
||||
diff -up cups-filters-1.0.40/utils/cups-browsed.c.socket-leak cups-filters-1.0.40/utils/cups-browsed.c
|
||||
--- cups-filters-1.0.40/utils/cups-browsed.c.socket-leak 2013-10-02 08:53:26.000000000 +0100
|
||||
+++ cups-filters-1.0.40/utils/cups-browsed.c 2013-10-21 14:03:11.907471644 +0100
|
||||
@@ -1677,6 +1677,8 @@ browse_poll_cancel_subscription (browsep
|
||||
|
||||
if (response)
|
||||
ippDelete(response);
|
||||
+
|
||||
+ httpClose (conn);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
@@ -1787,6 +1789,9 @@ browse_poll (gpointer data)
|
||||
|
||||
fail:
|
||||
|
||||
+ if (conn)
|
||||
+ httpClose (conn);
|
||||
+
|
||||
/* Call a new timeout handler so that we run again */
|
||||
g_timeout_add_seconds (BrowseInterval, browse_poll, data);
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
Summary: OpenPrinting CUPS filters and backends
|
||||
Name: cups-filters
|
||||
Version: 1.0.40
|
||||
Release: 4%{?dist}
|
||||
Version: 1.0.41
|
||||
Release: 1%{?dist}
|
||||
|
||||
# For a breakdown of the licensing, see COPYING file
|
||||
# GPLv2: filters: commandto*, imagetoraster, pdftops, rasterto*,
|
||||
@ -22,7 +22,6 @@ Url: http://www.linuxfoundation.org/collaborate/workgroups/openprinting/cups
|
||||
Source0: http://www.openprinting.org/download/cups-filters/cups-filters-%{version}.tar.xz
|
||||
|
||||
Patch1: cups-filters-pdf-landscape.patch
|
||||
Patch2: cups-filters-socket-leak.patch
|
||||
|
||||
Requires: cups-filters-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -108,9 +107,6 @@ This is the development package for OpenPrinting CUPS filters and backends.
|
||||
# Fix PDF landscape printing (bug #768811).
|
||||
%patch1 -p1 -b .pdf-landscape
|
||||
|
||||
# Fix socket leaks in the BrowsePoll code (bug #1021512).
|
||||
%patch2 -p1 -b .socket-leak
|
||||
|
||||
%build
|
||||
# work-around Rpath
|
||||
./autogen.sh
|
||||
@ -224,6 +220,9 @@ fi
|
||||
%{_libdir}/libfontembed.so
|
||||
|
||||
%changelog
|
||||
* Wed Oct 30 2013 Jiri Popelka <jpopelka@redhat.com> - 1.0.41-1
|
||||
- 1.0.41 - PPD-less printing support
|
||||
|
||||
* Mon Oct 21 2013 Tim Waugh <twaugh@redhat.com> - 1.0.40-4
|
||||
- Fix socket leaks in the BrowsePoll code (bug #1021512).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user