1.0.41 - PPD-less printing support

This commit is contained in:
Jiri Popelka 2013-10-30 11:48:35 +01:00
parent 625d209b25
commit de59c126c4
4 changed files with 7 additions and 29 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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);

View File

@ -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).

View File

@ -1 +1 @@
25d8142594846f779258a62023afc6e3 cups-filters-1.0.40.tar.xz
fe5a9a07b9a64b35975154068cbedef9 cups-filters-1.0.41.tar.xz