update to libpeas-1.10.1

This commit is contained in:
jasper 2014-08-10 11:59:17 +00:00
parent 2714a48460
commit 960bc3b312
3 changed files with 11 additions and 12 deletions

View File

@ -1,15 +1,14 @@
# $OpenBSD: Makefile,v 1.44 2014/06/03 11:34:24 rpointel Exp $
# $OpenBSD: Makefile,v 1.45 2014/08/10 11:59:17 jasper Exp $
COMMENT= gobject-based plugins engine
GNOME_PROJECT= libpeas
GNOME_VERSION= 1.10.0
REVISION= 1
GNOME_VERSION= 1.10.1
CATEGORIES= devel
SHARED_LIBS += peas-1.0 400.1 # 599.1
SHARED_LIBS += peas-gtk-1.0 400.1 # 599.1
SHARED_LIBS += peas-1.0 400.1 # 1001.0
SHARED_LIBS += peas-gtk-1.0 400.1 # 1001.0
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>

View File

@ -1,2 +1,2 @@
SHA256 (libpeas-1.10.0.tar.xz) = RpW8QOSIWpA9vFzmo3BDkv6uY69R/U2no4iLuIynjEc=
SIZE (libpeas-1.10.0.tar.xz) = 507084
SHA256 (libpeas-1.10.1.tar.xz) = up+x/wsb9pIbEPzZ2J05lXE+EaPjc/aFInhpnQPSVx0=
SIZE (libpeas-1.10.1.tar.xz) = 512052

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-tests_libpeas_engine_c,v 1.2 2014/03/31 11:18:47 jasper Exp $
$OpenBSD: patch-tests_libpeas_engine_c,v 1.3 2014/08/10 11:59:17 jasper Exp $
Add error messages on OpenBSD to test log hooks
https://bugzilla.gnome.org/show_bug.cgi?id=727380
--- tests/libpeas/engine.c.orig Mon Mar 31 12:11:42 2014
+++ tests/libpeas/engine.c Mon Mar 31 12:15:33 2014
--- tests/libpeas/engine.c.orig Fri Aug 1 15:26:46 2014
+++ tests/libpeas/engine.c Sun Aug 10 13:51:49 2014
@@ -248,8 +248,12 @@ test_engine_not_loadable_plugin (PeasEngine *engine)
GError *error = NULL;
PeasPluginInfo *info;
@ -18,10 +18,10 @@ https://bugzilla.gnome.org/show_bug.cgi?id=727380
testing_util_push_log_hook ("Error loading plugin 'not-loadable'");
info = peas_engine_get_plugin_info (engine, "not-loadable");
@@ -388,6 +392,7 @@ test_engine_nonexistent_loader (PeasEngine *engine)
@@ -387,6 +391,7 @@ test_engine_nonexistent_loader (PeasEngine *engine)
PeasPluginInfo *info;
testing_util_push_log_hook ("Could not load plugin loader 'does-not-exist'*");
testing_util_push_log_hook ("Could not find loader 'does-not-exist' for*");
+ testing_util_push_log_hook ("does-not-existloader: File not found");
info = peas_engine_get_plugin_info (engine, "nonexistent-loader");