Tue Oct 14 22:30:48 2014 UTC ()
Update at-spi2-core to 2.14.0

What's new in at-spi2-core 2.13.92:

* Fix alignment checks when cross-compiling (bgo#736653).

What's new in at-spi2-core 2.13.90:

* Fix crash when testing interfaces with collections (bgo#734805).

What's new in at-spi2-core 2.13.4:

* Ensure that we register with the session manager only once (bgo#728934).

* Fix ucs2keysym prototype (bgo#730897).

* introspection: add some missing Returns: (nullable) annotations

* Fix various memory leaks.

What's new in at-spi2-core 2.13.1:

* Add GError setter in atspi_accessible_get_process_id function

* registryd: Wait for gnome-session before registering if it is not
  running yet (bgo#728934).


(prlw1)
diff -r1.16 -r1.17 pkgsrc/devel/at-spi2-core/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/at-spi2-core/PLIST
diff -r1.12 -r1.13 pkgsrc/devel/at-spi2-core/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/devel/at-spi2-core/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/Makefile 2014/08/06 10:52:45 1.16
+++ pkgsrc/devel/at-spi2-core/Makefile 2014/10/14 22:30:47 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2014/08/06 10:52:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2014/10/14 22:30:47 prlw1 Exp $
2 2
3DISTNAME= at-spi2-core-2.12.0 3DISTNAME= at-spi2-core-2.14.0
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/at-spi2-core/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= prlw1@cam.ac.uk 8MAINTAINER= prlw1@cam.ac.uk
9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus 9HOMEPAGE= http://www.linuxfoundation.org/collaborate/workgroups/accessibility/atk/at-spi/at-spi_on_d-bus
10COMMENT= Assistive Technology Service Provider Interface Core 10COMMENT= Assistive Technology Service Provider Interface Core
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_PKGLOCALEDIR= yes 14USE_PKGLOCALEDIR= yes
15USE_TOOLS+= gmake intltool msgfmt pkg-config 15USE_TOOLS+= gmake intltool msgfmt pkg-config
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes

cvs diff -r1.7 -r1.8 pkgsrc/devel/at-spi2-core/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/PLIST 2014/08/06 10:52:45 1.7
+++ pkgsrc/devel/at-spi2-core/PLIST 2014/10/14 22:30:47 1.8
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.7 2014/08/06 10:52:45 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.8 2014/10/14 22:30:47 prlw1 Exp $
2include/at-spi-2.0/atspi/atspi-accessible.h 2include/at-spi-2.0/atspi/atspi-accessible.h
3include/at-spi-2.0/atspi/atspi-action.h 3include/at-spi-2.0/atspi/atspi-action.h
4include/at-spi-2.0/atspi/atspi-application.h 4include/at-spi-2.0/atspi/atspi-application.h
5include/at-spi-2.0/atspi/atspi-collection.h 5include/at-spi-2.0/atspi/atspi-collection.h
6include/at-spi-2.0/atspi/atspi-component.h 6include/at-spi-2.0/atspi/atspi-component.h
7include/at-spi-2.0/atspi/atspi-constants.h 7include/at-spi-2.0/atspi/atspi-constants.h
8include/at-spi-2.0/atspi/atspi-device-listener-private.h 8include/at-spi-2.0/atspi/atspi-device-listener-private.h
9include/at-spi-2.0/atspi/atspi-device-listener.h 9include/at-spi-2.0/atspi/atspi-device-listener.h
10include/at-spi-2.0/atspi/atspi-document.h 10include/at-spi-2.0/atspi/atspi-document.h
11include/at-spi-2.0/atspi/atspi-editabletext.h 11include/at-spi-2.0/atspi/atspi-editabletext.h
12include/at-spi-2.0/atspi/atspi-enum-types.h 12include/at-spi-2.0/atspi/atspi-enum-types.h
13include/at-spi-2.0/atspi/atspi-event-listener-private.h 13include/at-spi-2.0/atspi/atspi-event-listener-private.h
14include/at-spi-2.0/atspi/atspi-event-listener.h 14include/at-spi-2.0/atspi/atspi-event-listener.h
@@ -45,52 +45,49 @@ share/gtk-doc/html/libatspi/AtspiAccessi @@ -45,52 +45,49 @@ share/gtk-doc/html/libatspi/AtspiAccessi
45share/gtk-doc/html/libatspi/AtspiDeviceListener.html 45share/gtk-doc/html/libatspi/AtspiDeviceListener.html
46share/gtk-doc/html/libatspi/AtspiEventListener.html 46share/gtk-doc/html/libatspi/AtspiEventListener.html
47share/gtk-doc/html/libatspi/AtspiHyperlink.html 47share/gtk-doc/html/libatspi/AtspiHyperlink.html
48share/gtk-doc/html/libatspi/AtspiMatchRule.html 48share/gtk-doc/html/libatspi/AtspiMatchRule.html
49share/gtk-doc/html/libatspi/AtspiObject.html 49share/gtk-doc/html/libatspi/AtspiObject.html
50share/gtk-doc/html/libatspi/AtspiRelation.html 50share/gtk-doc/html/libatspi/AtspiRelation.html
51share/gtk-doc/html/libatspi/AtspiStateSet.html 51share/gtk-doc/html/libatspi/AtspiStateSet.html
52share/gtk-doc/html/libatspi/annotation-glossary.html 52share/gtk-doc/html/libatspi/annotation-glossary.html
53share/gtk-doc/html/libatspi/api-index-full.html 53share/gtk-doc/html/libatspi/api-index-full.html
54share/gtk-doc/html/libatspi/ch01.html 54share/gtk-doc/html/libatspi/ch01.html
55share/gtk-doc/html/libatspi/home.png 55share/gtk-doc/html/libatspi/home.png
56share/gtk-doc/html/libatspi/index.html 56share/gtk-doc/html/libatspi/index.html
57share/gtk-doc/html/libatspi/index.sgml 57share/gtk-doc/html/libatspi/index.sgml
58share/gtk-doc/html/libatspi/left-insensitive.png 
59share/gtk-doc/html/libatspi/left.png 58share/gtk-doc/html/libatspi/left.png
60share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html 59share/gtk-doc/html/libatspi/libatspi-AtspiApplication.html
61share/gtk-doc/html/libatspi/libatspi-atspi-action.html 60share/gtk-doc/html/libatspi/libatspi-atspi-action.html
62share/gtk-doc/html/libatspi/libatspi-atspi-collection.html 61share/gtk-doc/html/libatspi/libatspi-atspi-collection.html
63share/gtk-doc/html/libatspi/libatspi-atspi-component.html 62share/gtk-doc/html/libatspi/libatspi-atspi-component.html
64share/gtk-doc/html/libatspi/libatspi-atspi-constants.html 63share/gtk-doc/html/libatspi/libatspi-atspi-constants.html
65share/gtk-doc/html/libatspi/libatspi-atspi-document.html 64share/gtk-doc/html/libatspi/libatspi-atspi-document.html
66share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html 65share/gtk-doc/html/libatspi/libatspi-atspi-editabletext.html
67share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html 66share/gtk-doc/html/libatspi/libatspi-atspi-hypertext.html
68share/gtk-doc/html/libatspi/libatspi-atspi-image.html 67share/gtk-doc/html/libatspi/libatspi-atspi-image.html
69share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html 68share/gtk-doc/html/libatspi/libatspi-atspi-listener-private.html
70share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html 69share/gtk-doc/html/libatspi/libatspi-atspi-misc-private.html
71share/gtk-doc/html/libatspi/libatspi-atspi-misc.html 70share/gtk-doc/html/libatspi/libatspi-atspi-misc.html
72share/gtk-doc/html/libatspi/libatspi-atspi-registry.html 71share/gtk-doc/html/libatspi/libatspi-atspi-registry.html
73share/gtk-doc/html/libatspi/libatspi-atspi-selection.html 72share/gtk-doc/html/libatspi/libatspi-atspi-selection.html
74share/gtk-doc/html/libatspi/libatspi-atspi-table.html 73share/gtk-doc/html/libatspi/libatspi-atspi-table.html
75share/gtk-doc/html/libatspi/libatspi-atspi-text.html 74share/gtk-doc/html/libatspi/libatspi-atspi-text.html
76share/gtk-doc/html/libatspi/libatspi-atspi-types.html 75share/gtk-doc/html/libatspi/libatspi-atspi-types.html
77share/gtk-doc/html/libatspi/libatspi-atspi-value.html 76share/gtk-doc/html/libatspi/libatspi-atspi-value.html
78share/gtk-doc/html/libatspi/libatspi.devhelp2 77share/gtk-doc/html/libatspi/libatspi.devhelp2
79share/gtk-doc/html/libatspi/object-tree.html 78share/gtk-doc/html/libatspi/object-tree.html
80share/gtk-doc/html/libatspi/right-insensitive.png 
81share/gtk-doc/html/libatspi/right.png 79share/gtk-doc/html/libatspi/right.png
82share/gtk-doc/html/libatspi/style.css 80share/gtk-doc/html/libatspi/style.css
83share/gtk-doc/html/libatspi/up-insensitive.png 
84share/gtk-doc/html/libatspi/up.png 81share/gtk-doc/html/libatspi/up.png
85share/locale/an/LC_MESSAGES/at-spi2-core.mo 82share/locale/an/LC_MESSAGES/at-spi2-core.mo
86share/locale/as/LC_MESSAGES/at-spi2-core.mo 83share/locale/as/LC_MESSAGES/at-spi2-core.mo
87share/locale/ast/LC_MESSAGES/at-spi2-core.mo 84share/locale/ast/LC_MESSAGES/at-spi2-core.mo
88share/locale/be/LC_MESSAGES/at-spi2-core.mo 85share/locale/be/LC_MESSAGES/at-spi2-core.mo
89share/locale/bg/LC_MESSAGES/at-spi2-core.mo 86share/locale/bg/LC_MESSAGES/at-spi2-core.mo
90share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo 87share/locale/bn_IN/LC_MESSAGES/at-spi2-core.mo
91share/locale/ca/LC_MESSAGES/at-spi2-core.mo 88share/locale/ca/LC_MESSAGES/at-spi2-core.mo
92share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo 89share/locale/ca@valencia/LC_MESSAGES/at-spi2-core.mo
93share/locale/cs/LC_MESSAGES/at-spi2-core.mo 90share/locale/cs/LC_MESSAGES/at-spi2-core.mo
94share/locale/da/LC_MESSAGES/at-spi2-core.mo 91share/locale/da/LC_MESSAGES/at-spi2-core.mo
95share/locale/de/LC_MESSAGES/at-spi2-core.mo 92share/locale/de/LC_MESSAGES/at-spi2-core.mo
96share/locale/el/LC_MESSAGES/at-spi2-core.mo 93share/locale/el/LC_MESSAGES/at-spi2-core.mo

cvs diff -r1.12 -r1.13 pkgsrc/devel/at-spi2-core/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/at-spi2-core/distinfo 2014/08/06 10:52:45 1.12
+++ pkgsrc/devel/at-spi2-core/distinfo 2014/10/14 22:30:47 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2014/08/06 10:52:45 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2014/10/14 22:30:47 prlw1 Exp $
2 2
3SHA1 (at-spi2-core-2.12.0.tar.xz) = 86f282a9cc63370a7e2ee652fa577a7a29195497 3SHA1 (at-spi2-core-2.14.0.tar.xz) = 24ec6206b9827f468935a1f33e01558bb75291e5
4RMD160 (at-spi2-core-2.12.0.tar.xz) = 33444c2f8902990b20225bf7588b09ae80ed9e7d 4RMD160 (at-spi2-core-2.14.0.tar.xz) = 919f4fd1ae5cee9121232a7f01ee44f6046437b9
5Size (at-spi2-core-2.12.0.tar.xz) = 454668 bytes 5Size (at-spi2-core-2.14.0.tar.xz) = 456376 bytes