Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id E88837A20E for ; Wed, 10 Aug 2016 08:55:38 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9AA6585E93; Wed, 10 Aug 2016 08:55:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2C63285E6B for ; Wed, 10 Aug 2016 08:55:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id bwJ-6YBV-j9L for ; Wed, 10 Aug 2016 08:55:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9910185E22 for ; Wed, 10 Aug 2016 08:55:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 93AA7FBC3; Wed, 10 Aug 2016 08:55:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470819337293540" MIME-Version: 1.0 Date: Wed, 10 Aug 2016 08:55:37 +0000 From: "Patrick Welche" Subject: CVS commit: pkgsrc/x11/gtk3 To: pkgsrc-changes@NetBSD.org Reply-To: prlw1@netbsd.org X-Mailer: log_accum Message-Id: <20160810085537.93AA7FBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470819337293540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: prlw1 Date: Wed Aug 10 08:55:37 UTC 2016 Modified Files: pkgsrc/x11/gtk3: Makefile distinfo Log Message: Update gtk3 to 3.20.8 Overview of Changes in GTK+ 3.20.8 ================================== * Revert an unintentional bump of the GLib requirement in 3.20.7 Overview of Changes in GTK+ 3.20.7 ================================== * Bugs fixed: 118959 GtkScale value '-0' 674215 regression with updating tooltips 708148 gtk_tree_view_get_path_at_pos mistakenly identifies column of ini... 745622 Selected text not highlighted in GtkInfoBar 747206 gtktextview: note on how to get line spacing between two paragraphs 764060 opening a second nautilus while a delete operation is in progress... 764203 Default background color for the 'textview border' node 765924 Improve external drives detection 766120 Scale draw_value() align changed from centre/right (H/V) to lefti... 766122 Re-used filechooser displays $pwd half of the time when shown 766341 Do not rely on memfd as it requires a fairly recent kernel 766643 Frozen windows when unmapped with pending configure event 766782 OpenGL in broadway leads to segmentation fault 767058 GtkInfoBar: right-click/context menu all white 767468 Popover over a treeview cellrenderer is hidden immediately after ... 767705 GtkActionHelper: Change a message to a warning 767766 CUPS 2.X detected incorrectly by configure 767795 Warning when the "accelerator" property of GtkShortcutsShortcut ... 767848 crash in the window test 767851 Adwaita: popover arrows broken in some orientations 768016 [Wayland] Submenus often get closed after ~2 seconds 768025 entry.warning & entry.error broken 768082 wayland: copying from Wayland to NEdit (Xwayland/Motif) doesn't work 768142 Incorrect order of $(LIBS) and $(OBJS) in Makefile.example caused... 768177 CLIPBOARD target request after PRIMARY request times out. GDK_SEL... 768485 Change the priority of the window-close idle to G_PRIORITY_DEFAULT 768657 places-view: fix open action for locations without a mount or volume 768930 reftests: override GSETTINGS_SCHEMA_DIR when running tests 769003 Adwaita: GtkCalendar uses a confusing style for week of year 769047 GtkWidget <-> GtkStyleContext API not clear * Translation updates: Indonesian Norwegian bokmål To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/x11/gtk3/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/x11/gtk3/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470819337293540 Content-Disposition: inline Content-Length: 1819 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/gtk3/Makefile diff -u pkgsrc/x11/gtk3/Makefile:1.83 pkgsrc/x11/gtk3/Makefile:1.84 --- pkgsrc/x11/gtk3/Makefile:1.83 Wed Aug 3 10:22:22 2016 +++ pkgsrc/x11/gtk3/Makefile Wed Aug 10 08:55:37 2016 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.83 2016/08/03 10:22:22 adam Exp $ +# $NetBSD: Makefile,v 1.84 2016/08/10 08:55:37 prlw1 Exp $ -DISTNAME= gtk+-3.20.6 +DISTNAME= gtk+-3.20.8 PKGNAME= ${DISTNAME:S/gtk/gtk3/} -PKGREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/} EXTRACT_SUFX= .tar.xz Index: pkgsrc/x11/gtk3/distinfo diff -u pkgsrc/x11/gtk3/distinfo:1.37 pkgsrc/x11/gtk3/distinfo:1.38 --- pkgsrc/x11/gtk3/distinfo:1.37 Fri May 27 08:24:33 2016 +++ pkgsrc/x11/gtk3/distinfo Wed Aug 10 08:55:37 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2016/05/27 08:24:33 prlw1 Exp $ +$NetBSD: distinfo,v 1.38 2016/08/10 08:55:37 prlw1 Exp $ -SHA1 (gtk+-3.20.6.tar.xz) = 36ddab46242eb2da5d716771fd6132582e5828cc -RMD160 (gtk+-3.20.6.tar.xz) = 5ae385f38ec164ffa72b0f9dec4dc30d50c04feb -SHA512 (gtk+-3.20.6.tar.xz) = 597d25ec00f83c6ac77784f303458fad03d8ad017a53ee59e067fda61fa79fe6f34e46391f45844df7c4bbb2c8fa032b32f6d1c8f2f324c99681069f4d6d9be4 -Size (gtk+-3.20.6.tar.xz) = 17190912 bytes +SHA1 (gtk+-3.20.8.tar.xz) = 53fcb97b219de6ef349db7dfcb9415e94de35222 +RMD160 (gtk+-3.20.8.tar.xz) = 2aa4280d5827ba42e6490842b3da5848e38dd776 +SHA512 (gtk+-3.20.8.tar.xz) = 9f5d29dc0ec06ce28f8b45da2e39e1d4e50cdd6b98bd0355b62c62a76aa868b596e113d68d99875b3ac18dc07d08d3fa4d6f8d3b69b61fdb3de0b244f5bb0cb5 +Size (gtk+-3.20.8.tar.xz) = 17199148 bytes SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a SHA1 (patch-config.h.in) = 59bb990ca3f1d40648153eb092550ad925ca06a1 SHA1 (patch-configure) = 1dca87c6a85ee927b85d4edc14b0985c5130c0d9 --_----------=_1470819337293540--