# HG changeset patch # User Rich Burridge # Date 1483805501 28800 # Node ID 06eeaa000c7a212098ce4370878d9c0b857bdf4d # Parent 584fcbe31c57ec40bbab967e355aceb289fff97e 25340592 Update meld to version 3.16.4 diff -r 584fcbe31c57 -r 06eeaa000c7a components/meld/Makefile --- a/components/meld/Makefile Thu Dec 22 14:26:45 2016 -0800 +++ b/components/meld/Makefile Sat Jan 07 08:11:41 2017 -0800 @@ -20,21 +20,21 @@ # # -# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved. # BUILD_BITS= 64 include ../../make-rules/shared-macros.mk COMPONENT_NAME= meld -COMPONENT_VERSION= 3.16.1 +COMPONENT_VERSION= 3.16.4 COMPONENT_PROJECT_URL= http://meldmerge.org/ COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.xz COMPONENT_ARCHIVE_HASH= \ - sha256:1bec697aa1ababa315ca8241ade65dc68ea87f0d316632f590975afcf967cfab + sha256:93c4f928319dae7484135ab292fe6ea4254123e8219549a66d3e2deba6a38e67 COMPONENT_ARCHIVE_URL= http://ftp.gnome.org/pub/gnome/sources/meld/1.8/$(COMPONENT_ARCHIVE) COMPONENT_ARCHIVE_URL= https://download.gnome.org/sources/$(COMPONENT_NAME)/3.16/$(COMPONENT_ARCHIVE) -TPNO= 30088 +TPNO= 33168 # We just need to build one version. PYTHON_VERSIONS = 2.7 @@ -42,7 +42,7 @@ ifneq ($(BUILD_TYPE), evaluation) BUILD_STYLE= setup.py endif -TEST_TARGET= $(NO_TESTS) +TEST_TARGET= $(TEST_64) # Needs older version of libpng, no longer available in evaluation builds. include $(WS_MAKE_RULES)/no-evaluation.mk @@ -56,6 +56,15 @@ PYTHON_DATA = /usr +COMPONENT_TEST_DIR = $(COMPONENT_SRC)/test +COMPONENT_TEST_CMD = /usr/bin/py.test +COMPONENT_TEST_ARGS = + +COMPONENT_TEST_TRANSFORMS += \ + '-e "s|\(in \).*\(seconds\).*|\1 x \2|"' \ + '-n ' \ + '-e "/^===/p" ' + ASLR_MODE = $(ASLR_NOT_APPLICABLE) REQUIRED_PACKAGES += developer/intltool diff -r 584fcbe31c57 -r 06eeaa000c7a components/meld/test/results-2.7-64.master --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/meld/test/results-2.7-64.master Sat Jan 07 08:11:41 2017 -0800 @@ -0,0 +1,2 @@ +============================= test session starts ============================== +================= 28 passed, 1 pytest-warnings in x seconds