- Add authentication support to GtkPrintBackend.

This commit is contained in:
mkasik 2009-04-07 15:00:44 +00:00
parent ab98bafaa3
commit 1fabce9c17
2 changed files with 1400 additions and 1 deletions

View File

@ -17,7 +17,7 @@
Summary: The GIMP ToolKit (GTK+), a library for creating GUIs for X
Name: gtk2
Version: %{base_version}
Release: 1%{?dist}
Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
Source: http://download.gnome.org/sources/gtk+/2.16/gtk+-%{version}.tar.bz2
@ -31,6 +31,8 @@ Patch0: gtk+-2.13.5-lib64.patch
Patch2: workaround.patch
# http://bugzilla.redhat.com/show_bug.cgi?id=478400
Patch3: default_printer.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=384940
Patch4: print_authentication.patch
BuildRequires: atk-devel >= %{atk_version}
BuildRequires: pango-devel >= %{pango_version}
@ -135,7 +137,12 @@ This package contains developer documentation for the GTK+ widget toolkit.
%patch0 -p1 -b .lib64
%patch2 -p1 -b .workaround
%patch3 -p0 -b .default-printer
%patch4 -p0 -b .print-authentication
# make sure that gtkmarshalers.{c, h} get regenerated during the build
# - caused by print_authentication.patch
rm --force ./gtk/gtkmarshalers.c
rm --force ./gtk/gtkmarshalers.h
%build
libtoolize --force --copy
@ -335,6 +342,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Apr 7 2009 Marek Kasik <mkasik@redhat.com> - 2.16.0-2
- Add authentication support to GtkPrintBackend.
* Fri Mar 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1
- Update to 2.16.0

1389
print_authentication.patch Normal file

File diff suppressed because it is too large Load Diff