Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-2.12.1-cupsutils.patch digest-gtk+-2.12.1-r1
Date: Mon, 05 Nov 2007 18:23:49
Message-Id: E1Ip6bv-0005ao-S8@stork.gentoo.org
1 dang 07/11/05 18:23:43
2
3 Added: gtk+-2.12.1-cupsutils.patch digest-gtk+-2.12.1-r1
4 Log:
5 Bump to 2.12.1-r1
6 Include patch to fix printing on ppc64; bug #197639
7
8 (Portage version: 2.1.3.18)
9
10 Revision Changes Path
11 1.1 x11-libs/gtk+/files/gtk+-2.12.1-cupsutils.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.12.1-cupsutils.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.12.1-cupsutils.patch?rev=1.1&content-type=text/plain
15
16 Index: gtk+-2.12.1-cupsutils.patch
17 ===================================================================
18 --- gtk+-2.12.1/modules/printbackends/cups/gtkcupsutils.c.orig 2007-09-13 22:35:49.000000000 +0200
19 +++ gtk+-2.12.1/modules/printbackends/cups/gtkcupsutils.c 2007-10-19 12:46:28.000000000 +0200
20 @@ -622,7 +622,7 @@ _post_send (GtkCupsRequest *request)
21 if (request->data_io != NULL)
22 {
23 fstat (g_io_channel_unix_get_fd (request->data_io), &data_info);
24 - sprintf (length, "%lu", (unsigned long) ippLength (request->ipp_request) + data_info.st_size);
25 + sprintf (length, "%lu", (unsigned long) (ippLength (request->ipp_request) + data_info.st_size));
26 }
27 else
28 sprintf (length, "%lu", (unsigned long) ippLength (request->ipp_request));
29
30
31
32 1.1 x11-libs/gtk+/files/digest-gtk+-2.12.1-r1
33
34 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/digest-gtk+-2.12.1-r1?rev=1.1&view=markup
35 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/digest-gtk+-2.12.1-r1?rev=1.1&content-type=text/plain
36
37 Index: digest-gtk+-2.12.1-r1
38 ===================================================================
39 MD5 c46f34addc2fe3ea6756055d59fb8856 gtk+-2.12.1.tar.bz2 15856678
40 RMD160 3c3facd971a20178060c7e7cfe9d4cefd651250b gtk+-2.12.1.tar.bz2 15856678
41 SHA256 7dceb0a5e6edc2398cd94415b336d7b37eb8941c2c41403c2c60bfb6ae47d6d6 gtk+-2.12.1.tar.bz2 15856678
42
43
44
45 --
46 gentoo-commits@g.o mailing list