Mailinglist Archive: opensuse-commit (2092 mails)
| < Previous | Next > |
commit libgnomecups
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Fri, 03 Aug 2007 16:54:48 +0200
- Message-id: <20070803145449.18E7F67832C@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package libgnomecups
checked in at Fri Aug 3 16:54:48 CEST 2007.
--------
--- GNOME/libgnomecups/libgnomecups.changes 2007-03-29 18:47:15.000000000 +0200
+++ /mounts/work_src_done/STABLE/libgnomecups/libgnomecups.changes 2007-08-03 16:26:00.295504000 +0200
@@ -1,0 +2,8 @@
+Fri Aug 3 16:24:28 CEST 2007 - crivera@xxxxxxx
+
+- Add libgnomecups-callback-fix.patch to make sure we set the
+ cups authentication callback for all threads. Without this
+ the UI will hang because the default callback blocks on standard
+ input.
+
+-------------------------------------------------------------------
New:
----
libgnomecups-callback-fix.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnomecups.spec ++++++
--- /var/tmp/diff_new_pack.e28661/_old 2007-08-03 16:53:40.000000000 +0200
+++ /var/tmp/diff_new_pack.e28661/_new 2007-08-03 16:53:40.000000000 +0200
@@ -17,14 +17,15 @@
BuildRequires: openssl-devel
%endif
Version: 0.2.2
-Release: 68
+Release: 102
URL: http://www.gnome.org/
Group: System/GUI/GNOME
-License: GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
+License: GPL v2 or later, LGPL v2 or later
Summary: GNOME CUPS Library
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/0.2/%{name}-%{version}.tar.bz2
Patch0: only-once.patch
Patch1: cups-1.2.patch
+Patch2: libgnomecups-callback-fix.patch
Autoreqprov: on
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -61,6 +62,7 @@
%setup -q
%patch0
%patch1
+%patch2 -p1
rm po/no.*
sed -i "s/\(ALL_LINGUAS.*\) no /\1 /" configure.in
@@ -96,6 +98,11 @@
%{_includedir}/*
%changelog
+* Fri Aug 03 2007 - crivera@xxxxxxx
+- Add libgnomecups-callback-fix.patch to make sure we set the
+ cups authentication callback for all threads. Without this
+ the UI will hang because the default callback blocks on standard
+ input.
* Thu Mar 29 2007 - aj@xxxxxxx
- Add zlib-devel to BuildRequires.
* Tue Feb 13 2007 - sbrabec@xxxxxxx
++++++ libgnomecups-callback-fix.patch ++++++
diff -ur /usr/src/packages/BUILD/libgnomecups-0.2.2/libgnomecups/gnome-cups-request.c ./libgnomecups/gnome-cups-request.c
--- /usr/src/packages/BUILD/libgnomecups-0.2.2/libgnomecups/gnome-cups-request.c 2007-06-11 15:02:55.000000000 -0400
+++ ./libgnomecups/gnome-cups-request.c 2007-06-11 15:03:17.000000000 -0400
@@ -319,6 +319,8 @@
return;
}
+ cupsSetPasswordCB (cups_password_cb);
+
if (_gnome_cups_debug) {
g_print ("---->>> locking %p\n", request->connection);
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |