Hello community,

here is the log from the commit of package at-spi2-atk for openSUSE:Factory 
checked in at 2017-11-03 19:05:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/at-spi2-atk (Old)
 and      /work/SRC/openSUSE:Factory/.at-spi2-atk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "at-spi2-atk"

Fri Nov  3 19:05:22 2017 rev:74 rq:538066 version:2.26.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/at-spi2-atk/at-spi2-atk.changes  2017-09-13 
21:54:23.979046578 +0200
+++ /work/SRC/openSUSE:Factory/.at-spi2-atk.new/at-spi2-atk.changes     
2017-11-03 19:05:23.849624401 +0100
@@ -1,0 +2,7 @@
+Mon Oct 30 23:43:40 UTC 2017 - [email protected]
+
+- Update to version 2.26.1:
+  + Meson: Ensure paths written to .pc file are absolute.
+  + Package a couple of missing meson.build files.
+
+-------------------------------------------------------------------

Old:
----
  at-spi2-atk-2.26.0.tar.xz

New:
----
  at-spi2-atk-2.26.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ at-spi2-atk.spec ++++++
--- /var/tmp/diff_new_pack.MdHBDV/_old  2017-11-03 19:05:24.569598207 +0100
+++ /var/tmp/diff_new_pack.MdHBDV/_new  2017-11-03 19:05:24.569598207 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           at-spi2-atk
-Version:        2.26.0
+Version:        2.26.1
 Release:        0
 Summary:        GTK+ module for the Assistive Technology Service Provider 
Interface
 License:        LGPL-2.0+
 Group:          Development/Libraries/C and C++
-Url:            http://www.gnome.org/
-Source0:        
http://download.gnome.org/sources/at-spi2-atk/2.26/%{name}-%{version}.tar.xz
+Url:            https://www.gnome.org/
+Source0:        
httpsgt://download.gnome.org/sources/at-spi2-atk/2.26/%{name}-%{version}.tar.xz
 Source98:       baselibs.conf
 Source99:       %{name}-rpmlintrc
 BuildRequires:  fdupes

++++++ at-spi2-atk-2.26.0.tar.xz -> at-spi2-atk-2.26.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/Makefile.in 
new/at-spi2-atk-2.26.1/Makefile.in
--- old/at-spi2-atk-2.26.0/Makefile.in  2017-09-11 22:08:59.000000000 +0200
+++ new/at-spi2-atk-2.26.1/Makefile.in  2017-10-30 22:36:14.000000000 +0100
@@ -196,7 +196,8 @@
        $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
        $(top_srcdir)/config/missing AUTHORS COPYING INSTALL NEWS \
        README config/compile config/config.guess config/config.sub \
-       config/install-sh config/ltmain.sh config/missing
+       config/depcomp config/install-sh config/ltmain.sh \
+       config/missing
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 distdir = $(PACKAGE)-$(VERSION)
 top_distdir = $(distdir)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/NEWS new/at-spi2-atk-2.26.1/NEWS
--- old/at-spi2-atk-2.26.0/NEWS 2017-06-21 22:39:19.000000000 +0200
+++ new/at-spi2-atk-2.26.1/NEWS 2017-10-30 22:35:50.000000000 +0100
@@ -1,3 +1,9 @@
+What's new in at-spi2-atk 2.26.1:
+
+* meson: Ensure paths written to .pc file are absolute.
+
+* Package a couple of missing meson.build files.
+
 What's new in at-spi2-atk 2.25.3:
 
 * Add error-message, error-for, details, and details-for relation types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/aclocal.m4 
new/at-spi2-atk-2.26.1/aclocal.m4
--- old/at-spi2-atk-2.26.0/aclocal.m4   2017-09-11 22:08:58.000000000 +0200
+++ new/at-spi2-atk-2.26.1/aclocal.m4   2017-10-30 22:36:13.000000000 +0100
@@ -20,6 +20,90 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
+dnl GLIB_GSETTINGS
+dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
+dnl the schema should be compiled
+dnl
+
+AC_DEFUN([GLIB_GSETTINGS],
+[
+  m4_pattern_allow([AM_V_GEN])
+  AC_ARG_ENABLE(schemas-compile,
+                AS_HELP_STRING([--disable-schemas-compile],
+                               [Disable regeneration of gschemas.compiled on 
install]),
+                [case ${enableval} in
+                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
+                  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
+                  *) AC_MSG_ERROR([bad value ${enableval} for 
--enable-schemas-compile]) ;;
+                 esac])
+  AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
+  PKG_PROG_PKG_CONFIG([0.16])
+  AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
+  if test x$cross_compiling != xyes; then
+    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
+  else
+    AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
+  fi
+  AC_SUBST(GLIB_COMPILE_SCHEMAS)
+  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
+    ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
+  else
+    ifelse([$1],,[:],[$1])
+  fi
+
+  GSETTINGS_RULES='
+.PHONY : uninstall-gsettings-schemas install-gsettings-schemas 
clean-gsettings-schemas
+
+mostlyclean-am: clean-gsettings-schemas
+
+gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
+
+%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
+       $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && 
touch [$]@
+
+all-am: $(gsettings_SCHEMAS:.xml=.valid)
+uninstall-am: uninstall-gsettings-schemas
+install-data-am: install-gsettings-schemas
+
+.SECONDARY: $(gsettings_SCHEMAS)
+
+install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
+       @$(NORMAL_INSTALL)
+       if test -n "$^"; then \
+               test -z "$(gsettingsschemadir)" || $(MKDIR_P) 
"$(DESTDIR)$(gsettingsschemadir)"; \
+               $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
+               test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
+       fi
+
+uninstall-gsettings-schemas:
+       @$(NORMAL_UNINSTALL)
+       @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n 
"$(gsettingsschemadir)" || list=; \
+       files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
+       test -n "$$files" || exit 0; \
+       echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files 
")"; \
+       cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
+       test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
+
+clean-gsettings-schemas:
+       rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
+
+ifdef gsettings_ENUM_NAMESPACE
+$(gsettings__enum_file): $(gsettings_ENUM_FILES)
+       $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead 
"<schemalist>" --vhead "  <@type@ 
id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value 
nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" 
--ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
+endif
+'
+  _GSETTINGS_SUBST(GSETTINGS_RULES)
+])
+
+dnl _GSETTINGS_SUBST(VARIABLE)
+dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
+AC_DEFUN([_GSETTINGS_SUBST],
+[
+AC_SUBST([$1])
+m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
+]
+)
+
 # libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
 #
 #   Copyright (C) 1996-2001, 2003-2015 Free Software Foundation, Inc.
@@ -9324,90 +9408,6 @@
 AS_VAR_IF([$1], [""], [$5], [$4])dnl
 ])dnl PKG_CHECK_VAR
 
-dnl GLIB_GSETTINGS
-dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether
-dnl the schema should be compiled
-dnl
-
-AC_DEFUN([GLIB_GSETTINGS],
-[
-  m4_pattern_allow([AM_V_GEN])
-  AC_ARG_ENABLE(schemas-compile,
-                AS_HELP_STRING([--disable-schemas-compile],
-                               [Disable regeneration of gschemas.compiled on 
install]),
-                [case ${enableval} in
-                  yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE=""  ;;
-                  no)  GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;;
-                  *) AC_MSG_ERROR([bad value ${enableval} for 
--enable-schemas-compile]) ;;
-                 esac])
-  AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE])
-  PKG_PROG_PKG_CONFIG([0.16])
-  AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas])
-  if test x$cross_compiling != xyes; then
-    GLIB_COMPILE_SCHEMAS=`$PKG_CONFIG --variable glib_compile_schemas gio-2.0`
-  else
-    AC_PATH_PROG(GLIB_COMPILE_SCHEMAS, glib-compile-schemas)
-  fi
-  AC_SUBST(GLIB_COMPILE_SCHEMAS)
-  if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then
-    ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2])
-  else
-    ifelse([$1],,[:],[$1])
-  fi
-
-  GSETTINGS_RULES='
-.PHONY : uninstall-gsettings-schemas install-gsettings-schemas 
clean-gsettings-schemas
-
-mostlyclean-am: clean-gsettings-schemas
-
-gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE))
-
-%.gschema.valid: %.gschema.xml $(gsettings__enum_file)
-       $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix 
--schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && 
touch [$]@
-
-all-am: $(gsettings_SCHEMAS:.xml=.valid)
-uninstall-am: uninstall-gsettings-schemas
-install-data-am: install-gsettings-schemas
-
-.SECONDARY: $(gsettings_SCHEMAS)
-
-install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file)
-       @$(NORMAL_INSTALL)
-       if test -n "$^"; then \
-               test -z "$(gsettingsschemadir)" || $(MKDIR_P) 
"$(DESTDIR)$(gsettingsschemadir)"; \
-               $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \
-               test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \
-       fi
-
-uninstall-gsettings-schemas:
-       @$(NORMAL_UNINSTALL)
-       @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n 
"$(gsettingsschemadir)" || list=; \
-       files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \
-       test -n "$$files" || exit 0; \
-       echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files 
")"; \
-       cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files
-       test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || 
$(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir)
-
-clean-gsettings-schemas:
-       rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file)
-
-ifdef gsettings_ENUM_NAMESPACE
-$(gsettings__enum_file): $(gsettings_ENUM_FILES)
-       $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead 
"<schemalist>" --vhead "  <@type@ 
id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod "    <value 
nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail "  </@type@>" 
--ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@
-endif
-'
-  _GSETTINGS_SUBST(GSETTINGS_RULES)
-])
-
-dnl _GSETTINGS_SUBST(VARIABLE)
-dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST
-AC_DEFUN([_GSETTINGS_SUBST],
-[
-AC_SUBST([$1])
-m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])])
-]
-)
-
 # Copyright (C) 2002-2017 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/atk-adaptor/adaptors/Makefile.am 
new/at-spi2-atk-2.26.1/atk-adaptor/adaptors/Makefile.am
--- old/at-spi2-atk-2.26.0/atk-adaptor/adaptors/Makefile.am     2017-04-16 
19:48:45.000000000 +0200
+++ new/at-spi2-atk-2.26.1/atk-adaptor/adaptors/Makefile.am     2017-10-30 
22:24:23.000000000 +0100
@@ -32,3 +32,5 @@
        table-cell-adaptor.c            \
        text-adaptor.c          \
        value-adaptor.c
+
+EXTRA_DIST = meson.build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/atk-adaptor/adaptors/Makefile.in 
new/at-spi2-atk-2.26.1/atk-adaptor/adaptors/Makefile.in
--- old/at-spi2-atk-2.26.0/atk-adaptor/adaptors/Makefile.in     2017-09-11 
22:08:59.000000000 +0200
+++ new/at-spi2-atk-2.26.1/atk-adaptor/adaptors/Makefile.in     2017-10-30 
22:36:14.000000000 +0100
@@ -371,6 +371,7 @@
        text-adaptor.c          \
        value-adaptor.c
 
+EXTRA_DIST = meson.build
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/atk-adaptor/adaptors/meson.build 
new/at-spi2-atk-2.26.1/atk-adaptor/adaptors/meson.build
--- old/at-spi2-atk-2.26.0/atk-adaptor/adaptors/meson.build     1970-01-01 
01:00:00.000000000 +0100
+++ new/at-spi2-atk-2.26.1/atk-adaptor/adaptors/meson.build     2017-06-20 
04:53:57.000000000 +0200
@@ -0,0 +1,31 @@
+source = [
+  'accessible-adaptor.c',
+  'action-adaptor.c',
+  'application-adaptor.c',
+  'cache-adaptor.c',
+  'collection-adaptor.c',
+  'component-adaptor.c',
+  'document-adaptor.c',
+  'editabletext-adaptor.c',
+  'hyperlink-adaptor.c',
+  'hypertext-adaptor.c',
+  'image-adaptor.c',
+  'selection-adaptor.c',
+  'socket-adaptor.c',
+  'table-adaptor.c',
+  'table-cell-adaptor.c',
+  'text-adaptor.c',
+  'value-adaptor.c',
+]
+
+libatk_bridge_adaptors = static_library('atk-bridge-adaptors', source,
+                                        include_directories: [
+                                          root_inc,
+                                          include_directories('..'),
+                                        ],
+                                        dependencies: [ libdbus_dep, 
atspi_dep, atk_dep ],
+                                        c_args: p2p_cflags)
+
+libatk_bridge_adaptors_dep = declare_dependency(link_with: 
libatk_bridge_adaptors,
+                                                dependencies: [ libdbus_dep, 
atspi_dep, atk_dep ],
+                                                include_directories: 
include_directories('.'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/configure 
new/at-spi2-atk-2.26.1/configure
--- old/at-spi2-atk-2.26.0/configure    2017-09-11 22:08:58.000000000 +0200
+++ new/at-spi2-atk-2.26.1/configure    2017-10-30 22:36:14.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for at-spi2-atk 2.26.0.
+# Generated by GNU Autoconf 2.69 for at-spi2-atk 2.26.1.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='at-spi2-atk'
 PACKAGE_TARNAME='at-spi2-atk'
-PACKAGE_VERSION='2.26.0'
-PACKAGE_STRING='at-spi2-atk 2.26.0'
+PACKAGE_VERSION='2.26.1'
+PACKAGE_STRING='at-spi2-atk 2.26.1'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1365,7 +1365,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures at-spi2-atk 2.26.0 to adapt to many kinds of systems.
+\`configure' configures at-spi2-atk 2.26.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1435,7 +1435,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of at-spi2-atk 2.26.0:";;
+     short | recursive ) echo "Configuration of at-spi2-atk 2.26.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1571,7 +1571,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-at-spi2-atk configure 2.26.0
+at-spi2-atk configure 2.26.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1849,7 +1849,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by at-spi2-atk $as_me 2.26.0, which was
+It was created by at-spi2-atk $as_me 2.26.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2732,7 +2732,7 @@
 
 # Define the identity of the package.
  PACKAGE='at-spi2-atk'
- VERSION='2.26.0'
+ VERSION='2.26.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13597,7 +13597,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by at-spi2-atk $as_me 2.26.0, which was
+This file was extended by at-spi2-atk $as_me 2.26.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13663,7 +13663,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-at-spi2-atk config.status 2.26.0
+at-spi2-atk config.status 2.26.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/configure.ac 
new/at-spi2-atk-2.26.1/configure.ac
--- old/at-spi2-atk-2.26.0/configure.ac 2017-09-11 21:56:20.000000000 +0200
+++ new/at-spi2-atk-2.26.1/configure.ac 2017-10-30 22:35:50.000000000 +0100
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.26.0], 
[[email protected]])
+AC_INIT([at-spi2-atk], [2.26.1], 
[[email protected]])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/meson.build 
new/at-spi2-atk-2.26.1/meson.build
--- old/at-spi2-atk-2.26.0/meson.build  2017-09-11 21:56:20.000000000 +0200
+++ new/at-spi2-atk-2.26.1/meson.build  2017-10-30 22:35:50.000000000 +0100
@@ -1,5 +1,5 @@
 project('at-spi2-atk', 'c',
-        version: '2.26.0',
+        version: '2.26.1',
         license: 'LGPLv2.1+',
         default_options: [
           'buildtype=debugoptimized',
@@ -53,8 +53,8 @@
 pkg_conf = configuration_data()
 pkg_conf.set('prefix', get_option('prefix'))
 pkg_conf.set('exec_prefix', get_option('prefix'))
-pkg_conf.set('libdir', get_option('libdir'))
-pkg_conf.set('includedir', get_option('includedir'))
+pkg_conf.set('libdir', join_paths(get_option('prefix'), get_option('libdir')))
+pkg_conf.set('includedir', join_paths(get_option('prefix'), 
get_option('includedir')))
 pkg_conf.set('VERSION', meson.project_version())
 
 configure_file(input: 'atk-bridge-2.0.pc.in',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/tests/dummyatk/Makefile.am 
new/at-spi2-atk-2.26.1/tests/dummyatk/Makefile.am
--- old/at-spi2-atk-2.26.0/tests/dummyatk/Makefile.am   2017-04-16 
19:48:45.000000000 +0200
+++ new/at-spi2-atk-2.26.1/tests/dummyatk/Makefile.am   2017-10-30 
22:35:30.000000000 +0100
@@ -40,3 +40,5 @@
                         my-atk-value.c \
                         my-atk-value.h \
                         my-atk.h
+
+EXTRA_DIST = meson.build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/tests/dummyatk/Makefile.in 
new/at-spi2-atk-2.26.1/tests/dummyatk/Makefile.in
--- old/at-spi2-atk-2.26.0/tests/dummyatk/Makefile.in   2017-09-11 
22:08:59.000000000 +0200
+++ new/at-spi2-atk-2.26.1/tests/dummyatk/Makefile.in   2017-10-30 
22:36:14.000000000 +0100
@@ -398,6 +398,7 @@
                         my-atk-value.h \
                         my-atk.h
 
+EXTRA_DIST = meson.build
 all: all-am
 
 .SUFFIXES:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/at-spi2-atk-2.26.0/tests/dummyatk/meson.build 
new/at-spi2-atk-2.26.1/tests/dummyatk/meson.build
--- old/at-spi2-atk-2.26.0/tests/dummyatk/meson.build   1970-01-01 
01:00:00.000000000 +0100
+++ new/at-spi2-atk-2.26.1/tests/dummyatk/meson.build   2017-06-20 
04:53:57.000000000 +0200
@@ -0,0 +1,23 @@
+dummyatk_sources = [
+  'my-atk-action.c',
+  'my-atk-component.c',
+  'my-atk-document.c',
+  'my-atk-editable-text.c',
+  'my-atk-hyperlink.c',
+  'my-atk-hypertext.c',
+  'my-atk-image.c',
+  'my-atk-text.c',
+  'my-atk-object.c',
+  'my-atk-table.c',
+  'my-atk-table-cell.c',
+  'my-atk-selection.c',
+  'my-atk-value.c',
+]
+
+dummyatk = static_library('dummyatk', dummyatk_sources,
+                          include_directories: root_inc,
+                          dependencies: [ glib_dep, gobject_dep, atk_dep ])
+
+dummyatk_dep = declare_dependency(link_with: dummyatk,
+                                  dependencies: [ glib_dep, gobject_dep, 
atk_dep ],
+                                  include_directories: 
include_directories('.'))


Reply via email to