GNOME Bugzilla – Bug 743405
Add new roles for math content
Last modified: 2015-01-26 15:52:11 UTC
Created attachment 295280 [details] [review] Proposed patch New roles for fractions, roots, subscripts, and superscripts were added to ATK (see bug 742806). We need them in AT-SPI2 now. Patch attached.
Review of attachment 295280 [details] [review]: ::: configure.ac @@ +52,3 @@ AC_SUBST(GMODULE_CFLAGS) +PKG_CHECK_MODULES(ATK, [atk >= 2.15.4]) In addition to a bump on atk dependency, it also needs a bump on at-spi2-core dependency, the one adding the at-spi2 roles.
Created attachment 295450 [details] [review] Also bump minimum version of AT-SPI2 Done. I noticed that Mike did a post-release version bump of at-spi2-core, so this patch won't break the build. By the same token, there has not been a release of the bumped-to version of at-spi2-core. Assuming the patch is acceptable, should we wait until after the next release to commit it?
Comment on attachment 295450 [details] [review] Also bump minimum version of AT-SPI2 I'm not planning on making another release until the next deadline, but I don't see a reason not to commit the patch. People building modules from git should expect that they may also need to build modules that they depend on from git, and generally people are either using jhbuild (in which case they'll get the updated at-spi2-core first) or they're distributions building from tarballs (in which case they won't get this at-spi2-atk commit until the next release).
Comment on attachment 295450 [details] [review] Also bump minimum version of AT-SPI2 https://git.gnome.org/browse/at-spi2-atk/commit/?id=981d82459