Hello community,

here is the log from the commit of package e_dbus for openSUSE:Factory checked 
in at 2014-02-24 10:02:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e_dbus (Old)
 and      /work/SRC/openSUSE:Factory/.e_dbus.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e_dbus"

Changes:
--------
--- /work/SRC/openSUSE:Factory/e_dbus/e_dbus.changes    2013-10-20 
10:50:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.e_dbus.new/e_dbus.changes       2014-02-24 
10:02:29.000000000 +0100
@@ -1,0 +2,23 @@
+Thu Dec 19 08:44:23 UTC 2013 - [email protected]
+
+- change to pkgconfig based dependencies
+- add note to doc package that e_dbus is deprecated
+- beautify the spec a bit
+
+-------------------------------------------------------------------
+Fri Dec 13 20:25:26 UTC 2013 - [email protected]
+
+- bump to 1.7.10 pre-release
+
+-------------------------------------------------------------------
+Sun Dec  1 01:07:35 UTC 2013 - [email protected]
+
+- Build against efl 1.8.0 apparently e17 still wants this
+
+-------------------------------------------------------------------
+Fri Nov  1 14:15:31 UTC 2013 - [email protected]
+
+- version bump to 1.7.9
+  No changes, just updating to keep in sync with lastest release.
+
+-------------------------------------------------------------------

Old:
----
  e_dbus-1.7.8.tar.bz2

New:
----
  e_dbus-1.7.10.tar.bz2

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

Other differences:
------------------
++++++ e_dbus.spec ++++++
--- /var/tmp/diff_new_pack.wiIi47/_old  2014-02-24 10:02:29.000000000 +0100
+++ /var/tmp/diff_new_pack.wiIi47/_new  2014-02-24 10:02:29.000000000 +0100
@@ -17,19 +17,22 @@
 
 
 Name:           e_dbus
-Version:        1.7.8
+Version:        1.7.10
 Release:        0
 Summary:        Dbus wrapping and glue layer library
 License:        BSD-2-Clause
 Group:          System/Libraries
 Url:            http://enlightenment.org/
 Source:         %{name}-%{version}.tar.bz2
-BuildRequires:  dbus-1-devel
 BuildRequires:  doxygen
-BuildRequires:  ecore-devel >= %{version}
-BuildRequires:  eina-devel >= %{version}
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(dbus-1) >= 0.62
+BuildRequires:  pkgconfig(ecore)
+BuildRequires:  pkgconfig(ecore-evas)
+BuildRequires:  pkgconfig(eina)
+BuildRequires:  pkgconfig(elementary)
+BuildRequires:  pkgconfig(evas)
 %if 0%{?suse_version}
 BuildRequires:  fdupes
 %endif
@@ -51,10 +54,13 @@
 Summary:        E_Dbus development package
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
-Requires:       dbus-1-devel
-Requires:       ecore-devel
-Requires:       eina-devel
 Requires:       libedbus1 = %{version}
+Requires:       pkgconfig(dbus-1)
+Requires:       pkgconfig(ecore)
+Requires:       pkgconfig(ecore-evas)
+Requires:       pkgconfig(eina)
+Requires:       pkgconfig(elementary)
+Requires:       pkgconfig(evas)
 
 %description devel
 Development files for E_Dbus package.
@@ -64,7 +70,9 @@
 Group:          Documentation/HTML
 
 %description doc-html
-Documentation of E_Dbus library in form of HTML pages.
+Documentation of E_Dbus library in form of HTML pages. Note, that there
+already is new EFL dbus library called eldbus, basing your application on
+deprecated library may not be the right choice ;)
 
 %prep
 %setup -q
@@ -81,7 +89,7 @@
 make doc
 
 %install
-make install DESTDIR="%buildroot"
+make install DESTDIR="%buildroot" %{?_smp_mflags}
 
 # copy documentation manually
 echo "Copying HTML documentation"

++++++ e_dbus-1.7.8.tar.bz2 -> e_dbus-1.7.10.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/ChangeLog new/e_dbus-1.7.10/ChangeLog
--- old/e_dbus-1.7.8/ChangeLog  2013-08-01 23:31:26.000000000 +0200
+++ new/e_dbus-1.7.10/ChangeLog 2013-12-04 19:15:50.000000000 +0100
@@ -129,3 +129,11 @@
 2013-08-02  Eduardo Lima (Etrunko)
 
         * 1.7.8 release
+
+2013-09-10  Eduardo Lima (Etrunko)
+
+        * 1.7.9 release
+
+2013-12-05  Eduardo Lima (Etrunko)
+
+        * 1.7.10 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/NEWS new/e_dbus-1.7.10/NEWS
--- old/e_dbus-1.7.8/NEWS       2013-07-29 17:19:31.000000000 +0200
+++ new/e_dbus-1.7.10/NEWS      2013-09-10 20:27:59.000000000 +0200
@@ -1,3 +1,11 @@
+E_dbus 1.7.9
+
+Changes since E_dbus 1.7.8:
+---------------------------
+
+No changes, just updating to keep in sync with lastest release.
+
+
 E_dbus 1.7.8
 
 Changes since E_dbus 1.7.7:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/aclocal.m4 new/e_dbus-1.7.10/aclocal.m4
--- old/e_dbus-1.7.8/aclocal.m4 2013-08-01 23:39:46.000000000 +0200
+++ new/e_dbus-1.7.10/aclocal.m4        2013-12-04 20:23:53.000000000 +0100
@@ -1326,7 +1326,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1340,7 +1340,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_i386"
            ;;
-         ppc64-*linux*|powerpc64-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf32lppclinux"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -1359,7 +1362,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         ppc*-*linux*|powerpc*-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf64lppc"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/configure new/e_dbus-1.7.10/configure
--- old/e_dbus-1.7.8/configure  2013-08-01 23:39:47.000000000 +0200
+++ new/e_dbus-1.7.10/configure 2013-12-04 20:23:54.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for e_dbus 1.7.8.
+# Generated by GNU Autoconf 2.69 for e_dbus 1.7.10.
 #
 # Report bugs to <[email protected]>.
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='e_dbus'
 PACKAGE_TARNAME='e_dbus'
-PACKAGE_VERSION='1.7.8'
-PACKAGE_STRING='e_dbus 1.7.8'
+PACKAGE_VERSION='1.7.10'
+PACKAGE_STRING='e_dbus 1.7.10'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1456,7 +1456,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 e_dbus 1.7.8 to adapt to many kinds of systems.
+\`configure' configures e_dbus 1.7.10 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1526,7 +1526,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of e_dbus 1.7.8:";;
+     short | recursive ) echo "Configuration of e_dbus 1.7.10:";;
    esac
   cat <<\_ACEOF
 
@@ -1720,7 +1720,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-e_dbus configure 1.7.8
+e_dbus configure 1.7.10
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2052,7 +2052,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by e_dbus $as_me 1.7.8, which was
+It was created by e_dbus $as_me 1.7.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2924,7 +2924,7 @@
 
 # Define the identity of the package.
  PACKAGE='e_dbus'
- VERSION='1.7.8'
+ VERSION='1.7.10'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -6702,7 +6702,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -6720,7 +6720,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_i386"
            ;;
-         ppc64-*linux*|powerpc64-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf32lppclinux"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -6739,7 +6742,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         ppc*-*linux*|powerpc*-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf64lppc"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
@@ -11889,7 +11895,7 @@
 
 
 cat >>confdefs.h <<_ACEOF
-#define VMIC 8
+#define VMIC 10
 _ACEOF
 
 
@@ -11897,7 +11903,7 @@
 #define VREV 0
 _ACEOF
 
-version_info="8:8:7"
+version_info="8:10:7"
 release_info=""
 
 
@@ -11929,13 +11935,13 @@
       ;;
 esac
 
-requirement_ebluez="edbus >= 1.7.8"
-requirement_econnman0_7x="edbus >= 1.7.8"
-requirement_edbus="ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62"
-requirement_ehal="edbus >= 1.7.8"
-requirement_enotify="edbus >= 1.7.8"
-requirement_eofono="edbus >= 1.7.8"
-requirement_eukit="edbus >= 1.7.8"
+requirement_ebluez="edbus >= 1.7.10"
+requirement_econnman0_7x="edbus >= 1.7.10"
+requirement_edbus="ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62"
+requirement_ehal="edbus >= 1.7.10"
+requirement_enotify="edbus >= 1.7.10"
+requirement_eofono="edbus >= 1.7.10"
+requirement_eukit="edbus >= 1.7.10"
 
 ### Additional options to configure
 
@@ -13082,8 +13088,8 @@
 case "$host_os" in
    mingw*)
       if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evil >= 1.7.8\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evil >= 1.7.8") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evil >= 1.7.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evil >= 1.7.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
@@ -13092,7 +13098,7 @@
 
 $as_echo "#define HAVE_EVIL 1" >>confdefs.h
 
-      requirement_edbus="${requirement_edbus} evil >= 1.7.8"
+      requirement_edbus="${requirement_edbus} evil >= 1.7.10"
    ;;
 esac
 
@@ -13314,12 +13320,12 @@
     pkg_cv_EVAS_CFLAGS="$EVAS_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas >= 1.7.8\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evas >= 1.7.8") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas >= 1.7.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evas >= 1.7.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EVAS_CFLAGS=`$PKG_CONFIG --cflags "evas >= 1.7.8" 2>/dev/null`
+  pkg_cv_EVAS_CFLAGS=`$PKG_CONFIG --cflags "evas >= 1.7.10" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13331,12 +13337,12 @@
     pkg_cv_EVAS_LIBS="$EVAS_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas >= 1.7.8\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evas >= 1.7.8") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas >= 1.7.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evas >= 1.7.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EVAS_LIBS=`$PKG_CONFIG --libs "evas >= 1.7.8" 2>/dev/null`
+  pkg_cv_EVAS_LIBS=`$PKG_CONFIG --libs "evas >= 1.7.10" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13357,9 +13363,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "evas >= 1.7.8" 2>&1`
+               EVAS_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "evas >= 1.7.10" 2>&1`
         else
-               EVAS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"evas >= 1.7.8" 2>&1`
+               EVAS_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"evas >= 1.7.10" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EVAS_PKG_ERRORS" >&5
@@ -13374,7 +13380,7 @@
        EVAS_LIBS=$pkg_cv_EVAS_LIBS
         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
 $as_echo "yes" >&6; }
-       requirement_enotify="evas >= 1.7.8 ${requirement_enotify}"
+       requirement_enotify="evas >= 1.7.10 ${requirement_enotify}"
 fi
 fi
 
@@ -13913,12 +13919,12 @@
     pkg_cv_EDBUS_TEST_CFLAGS="$EDBUS_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 dbus-1 >= 
0.62" 2>/dev/null`
+  pkg_cv_EDBUS_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 dbus-1 >= 
0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13930,12 +13936,12 @@
     pkg_cv_EDBUS_TEST_LIBS="$EDBUS_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 dbus-1 >= 0.62" 
2>/dev/null`
+  pkg_cv_EDBUS_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 dbus-1 >= 0.62" 
2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13956,9 +13962,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         else
-               EDBUS_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "ecore >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "ecore >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_TEST_PKG_ERRORS" >&5
@@ -13987,12 +13993,12 @@
     pkg_cv_EDBUS_TEST_CLIENT_CFLAGS="$EDBUS_TEST_CLIENT_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_TEST_CLIENT_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 dbus-1 
>= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_TEST_CLIENT_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 
dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14004,12 +14010,12 @@
     pkg_cv_EDBUS_TEST_CLIENT_LIBS="$EDBUS_TEST_CLIENT_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_TEST_CLIENT_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 dbus-1 >= 
0.62" 2>/dev/null`
+  pkg_cv_EDBUS_TEST_CLIENT_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 dbus-1 >= 
0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14030,9 +14036,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_TEST_CLIENT_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_TEST_CLIENT_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         else
-               EDBUS_TEST_CLIENT_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_TEST_CLIENT_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_TEST_CLIENT_PKG_ERRORS" >&5
@@ -14061,12 +14067,12 @@
     pkg_cv_EDBUS_BLUEZ_TEST_CFLAGS="$EDBUS_BLUEZ_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_BLUEZ_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_BLUEZ_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 eina 
>= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14078,12 +14084,12 @@
     pkg_cv_EDBUS_BLUEZ_TEST_LIBS="$EDBUS_BLUEZ_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_BLUEZ_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_BLUEZ_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14104,9 +14110,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_BLUEZ_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 
2>&1`
+               EDBUS_BLUEZ_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 
2>&1`
         else
-               EDBUS_BLUEZ_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_BLUEZ_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_BLUEZ_TEST_PKG_ERRORS" >&5
@@ -14135,12 +14141,12 @@
     pkg_cv_EDBUS_CONNMAN0_7X_TEST_CFLAGS="$EDBUS_CONNMAN0_7X_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_CONNMAN0_7X_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 
eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_CONNMAN0_7X_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 
eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14152,12 +14158,12 @@
     pkg_cv_EDBUS_CONNMAN0_7X_TEST_LIBS="$EDBUS_CONNMAN0_7X_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_CONNMAN0_7X_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 eina 
>= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_CONNMAN0_7X_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 eina 
>= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14178,9 +14184,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_CONNMAN0_7X_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 
2>&1`
+               EDBUS_CONNMAN0_7X_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 
2>&1`
         else
-               EDBUS_CONNMAN0_7X_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_CONNMAN0_7X_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_CONNMAN0_7X_TEST_PKG_ERRORS" >&5
@@ -14209,12 +14215,12 @@
     
pkg_cv_EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS="$EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; 
} >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 evas >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 
0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 
1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_NOTIFICATION_DAEMON_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 
1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14226,12 +14232,12 @@
     
pkg_cv_EDBUS_NOTIFICATION_DAEMON_TEST_LIBS="$EDBUS_NOTIFICATION_DAEMON_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; 
} >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 evas >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 
0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_NOTIFICATION_DAEMON_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 
1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_NOTIFICATION_DAEMON_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 
1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14252,9 +14258,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_NOTIFICATION_DAEMON_TEST_PKG_ERRORS=`$PKG_CONFIG 
--short-errors --print-errors --cflags --libs "ecore >= 1.7.8 evas >= 1.7.8 
eina >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_NOTIFICATION_DAEMON_TEST_PKG_ERRORS=`$PKG_CONFIG 
--short-errors --print-errors --cflags --libs "ecore >= 1.7.10 evas >= 1.7.10 
eina >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         else
-               EDBUS_NOTIFICATION_DAEMON_TEST_PKG_ERRORS=`$PKG_CONFIG 
--print-errors --cflags --libs "ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 
dbus-1 >= 0.62" 2>&1`
+               EDBUS_NOTIFICATION_DAEMON_TEST_PKG_ERRORS=`$PKG_CONFIG 
--print-errors --cflags --libs "ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 
dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_NOTIFICATION_DAEMON_TEST_PKG_ERRORS" >&5
@@ -14283,12 +14289,12 @@
     pkg_cv_EDBUS_NOTIFY_SEND_CFLAGS="$EDBUS_NOTIFY_SEND_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; 
} >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 evas >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 
0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_NOTIFY_SEND_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 evas 
>= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_NOTIFY_SEND_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 evas 
>= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14300,12 +14306,12 @@
     pkg_cv_EDBUS_NOTIFY_SEND_LIBS="$EDBUS_NOTIFY_SEND_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; 
} >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 evas >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 
0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_NOTIFY_SEND_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 evas >= 
1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_NOTIFY_SEND_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 evas >= 
1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14326,9 +14332,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_NOTIFY_SEND_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 
dbus-1 >= 0.62" 2>&1`
+               EDBUS_NOTIFY_SEND_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 
dbus-1 >= 0.62" 2>&1`
         else
-               EDBUS_NOTIFY_SEND_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 
2>&1`
+               EDBUS_NOTIFY_SEND_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 
2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_NOTIFY_SEND_PKG_ERRORS" >&5
@@ -14357,12 +14363,12 @@
     pkg_cv_EDBUS_NOTIFY_TEST_CFLAGS="$EDBUS_NOTIFY_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 ecore-evas >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 
dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 ecore-evas >= 1.7.8 
evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 ecore-evas >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 ecore-evas >= 1.7.10 
evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_NOTIFY_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 
ecore-evas >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_NOTIFY_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 
ecore-evas >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14374,12 +14380,12 @@
     pkg_cv_EDBUS_NOTIFY_TEST_LIBS="$EDBUS_NOTIFY_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 ecore-evas >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 
dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 ecore-evas >= 1.7.8 
evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 ecore-evas >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 ecore-evas >= 1.7.10 
evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_NOTIFY_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 ecore-evas 
>= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_NOTIFY_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 
ecore-evas >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14400,9 +14406,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_NOTIFY_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 ecore-evas >= 1.7.8 evas >= 
1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_NOTIFY_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 ecore-evas >= 1.7.10 evas >= 
1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         else
-               EDBUS_NOTIFY_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 ecore-evas >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 
dbus-1 >= 0.62" 2>&1`
+               EDBUS_NOTIFY_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 ecore-evas >= 1.7.10 evas >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_NOTIFY_TEST_PKG_ERRORS" >&5
@@ -14431,12 +14437,12 @@
     pkg_cv_EDBUS_OFONO_TEST_CFLAGS="$EDBUS_OFONO_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_OFONO_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_OFONO_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 eina 
>= 1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14448,12 +14454,12 @@
     pkg_cv_EDBUS_OFONO_TEST_LIBS="$EDBUS_OFONO_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_OFONO_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_OFONO_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14474,9 +14480,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_OFONO_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 
2>&1`
+               EDBUS_OFONO_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 
2>&1`
         else
-               EDBUS_OFONO_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_OFONO_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_OFONO_TEST_PKG_ERRORS" >&5
@@ -14505,12 +14511,12 @@
     pkg_cv_EDBUS_UKIT_TEST_CFLAGS="$EDBUS_UKIT_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_UKIT_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_UKIT_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14522,12 +14528,12 @@
     pkg_cv_EDBUS_UKIT_TEST_LIBS="$EDBUS_UKIT_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_UKIT_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 eina >= 
1.7.8 dbus-1 >= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_UKIT_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 eina >= 
1.7.10 dbus-1 >= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14548,9 +14554,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_UKIT_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 
2>&1`
+               EDBUS_UKIT_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 
2>&1`
         else
-               EDBUS_UKIT_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_UKIT_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_UKIT_TEST_PKG_ERRORS" >&5
@@ -14579,12 +14585,12 @@
     pkg_cv_EDBUS_PERFORMANCE_TEST_CFLAGS="$EDBUS_PERFORMANCE_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62 ecore-evas >= 
1.7.8 elementary >= 1.7.8 evas >= 1.7.8\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62 ecore-evas >= 1.7.8 elementary >= 1.7.8 evas >= 1.7.8") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62 ecore-evas >= 
1.7.10 elementary >= 1.7.10 evas >= 1.7.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62 ecore-evas >= 1.7.10 elementary >= 1.7.10 evas >= 1.7.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_PERFORMANCE_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 
eina >= 1.7.8 dbus-1 >= 0.62 ecore-evas >= 1.7.8 elementary >= 1.7.8 evas >= 
1.7.8" 2>/dev/null`
+  pkg_cv_EDBUS_PERFORMANCE_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 
eina >= 1.7.10 dbus-1 >= 0.62 ecore-evas >= 1.7.10 elementary >= 1.7.10 evas >= 
1.7.10" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14596,12 +14602,12 @@
     pkg_cv_EDBUS_PERFORMANCE_TEST_LIBS="$EDBUS_PERFORMANCE_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62 ecore-evas >= 
1.7.8 elementary >= 1.7.8 evas >= 1.7.8\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 
0.62 ecore-evas >= 1.7.8 elementary >= 1.7.8 evas >= 1.7.8") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62 ecore-evas >= 
1.7.10 elementary >= 1.7.10 evas >= 1.7.10\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 
>= 0.62 ecore-evas >= 1.7.10 elementary >= 1.7.10 evas >= 1.7.10") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_PERFORMANCE_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 eina 
>= 1.7.8 dbus-1 >= 0.62 ecore-evas >= 1.7.8 elementary >= 1.7.8 evas >= 1.7.8" 
2>/dev/null`
+  pkg_cv_EDBUS_PERFORMANCE_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 eina 
>= 1.7.10 dbus-1 >= 0.62 ecore-evas >= 1.7.10 elementary >= 1.7.10 evas >= 
1.7.10" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14622,9 +14628,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_PERFORMANCE_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62 
ecore-evas >= 1.7.8 elementary >= 1.7.8 evas >= 1.7.8" 2>&1`
+               EDBUS_PERFORMANCE_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62 
ecore-evas >= 1.7.10 elementary >= 1.7.10 evas >= 1.7.10" 2>&1`
         else
-               EDBUS_PERFORMANCE_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62 ecore-evas >= 
1.7.8 elementary >= 1.7.8 evas >= 1.7.8" 2>&1`
+               EDBUS_PERFORMANCE_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62 ecore-evas >= 
1.7.10 elementary >= 1.7.10 evas >= 1.7.10" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_PERFORMANCE_TEST_PKG_ERRORS" >&5
@@ -14662,12 +14668,12 @@
     pkg_cv_EDBUS_ASYNC_TEST_CFLAGS="$EDBUS_ASYNC_TEST_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_ASYNC_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.8 dbus-1 
>= 0.62" 2>/dev/null`
+  pkg_cv_EDBUS_ASYNC_TEST_CFLAGS=`$PKG_CONFIG --cflags "ecore >= 1.7.10 dbus-1 
>= 0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14679,12 +14685,12 @@
     pkg_cv_EDBUS_ASYNC_TEST_LIBS="$EDBUS_ASYNC_TEST_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.8 dbus-1 >= 0.62\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.8 dbus-1 >= 0.62") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore >= 1.7.10 dbus-1 >= 0.62\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore >= 1.7.10 dbus-1 >= 0.62") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EDBUS_ASYNC_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.8 dbus-1 >= 
0.62" 2>/dev/null`
+  pkg_cv_EDBUS_ASYNC_TEST_LIBS=`$PKG_CONFIG --libs "ecore >= 1.7.10 dbus-1 >= 
0.62" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -14705,9 +14711,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EDBUS_ASYNC_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_ASYNC_TEST_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "ecore >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         else
-               EDBUS_ASYNC_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.8 dbus-1 >= 0.62" 2>&1`
+               EDBUS_ASYNC_TEST_PKG_ERRORS=`$PKG_CONFIG --print-errors 
--cflags --libs "ecore >= 1.7.10 dbus-1 >= 0.62" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EDBUS_ASYNC_TEST_PKG_ERRORS" >&5
@@ -15884,7 +15890,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by e_dbus $as_me 1.7.8, which was
+This file was extended by e_dbus $as_me 1.7.10, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15950,7 +15956,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-e_dbus config.status 1.7.8
+e_dbus config.status 1.7.10
 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/e_dbus-1.7.8/configure.ac 
new/e_dbus-1.7.10/configure.ac
--- old/e_dbus-1.7.8/configure.ac       2013-07-29 16:54:33.000000000 +0200
+++ new/e_dbus-1.7.10/configure.ac      2013-12-04 19:05:33.000000000 +0100
@@ -2,7 +2,7 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [7])
-m4_define([v_mic], [8])
+m4_define([v_mic], [10])
 m4_define([v_rev], m4_esyscmd([(svnversion "${SVN_REPO_PATH:-.}" | grep -v 
'\(export\|Unversioned directory\)' || echo 0) | awk -F : '{printf("%s\n", 
$1);}' | tr -d ' :MSP\n']))
 m4_if(v_rev, [0], [m4_define([v_rev], m4_esyscmd([git log 2> /dev/null | (grep 
-m1 git-svn-id || echo 0) | sed -e 's/.*@\([0-9]*\).*/\1/' | tr -d '\n']))])
 ##--   When released, remove the dnl on the below line
@@ -81,13 +81,13 @@
       ;;
 esac
 
-requirement_ebluez="edbus >= 1.7.8"
-requirement_econnman0_7x="edbus >= 1.7.8"
-requirement_edbus="ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62"
-requirement_ehal="edbus >= 1.7.8"
-requirement_enotify="edbus >= 1.7.8"
-requirement_eofono="edbus >= 1.7.8"
-requirement_eukit="edbus >= 1.7.8"
+requirement_ebluez="edbus >= 1.7.10"
+requirement_econnman0_7x="edbus >= 1.7.10"
+requirement_edbus="ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62"
+requirement_ehal="edbus >= 1.7.10"
+requirement_enotify="edbus >= 1.7.10"
+requirement_eofono="edbus >= 1.7.10"
+requirement_eukit="edbus >= 1.7.10"
 
 ### Additional options to configure
 
@@ -149,9 +149,9 @@
 
 case "$host_os" in
    mingw*)
-      PKG_CHECK_EXISTS([evil >= 1.7.8])
+      PKG_CHECK_EXISTS([evil >= 1.7.10])
       AC_DEFINE([HAVE_EVIL], [1], [Set to 1 if Evil package is installed])
-      requirement_edbus="${requirement_edbus} evil >= 1.7.8"
+      requirement_edbus="${requirement_edbus} evil >= 1.7.10"
    ;;
 esac
 
@@ -185,8 +185,8 @@
 # Dependencies for the libraries
 if test "x${enable_enotify}" = "xyes" ; then
    PKG_CHECK_MODULES([EVAS],
-      [evas >= 1.7.8],
-      [requirement_enotify="evas >= 1.7.8 ${requirement_enotify}"],
+      [evas >= 1.7.10],
+      [requirement_enotify="evas >= 1.7.10 ${requirement_enotify}"],
       [enable_enotify="no"])
 fi
 
@@ -213,70 +213,70 @@
 
 if test "x${have_edbus_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_TEST],
-      [ecore >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_test="yes"],
       [have_edbus_test="no"])
 fi
 
 if test "x${have_edbus_test_client}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_TEST_CLIENT],
-      [ecore >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_test_client="yes"],
       [have_edbus_test_client="no"])
 fi
 
 if test "x${have_edbus_bluez_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_BLUEZ_TEST],
-      [ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_bluez_test="yes"],
       [have_edbus_bluez_test="no"])
 fi
 
 if test "x${have_edbus_connman0_7x_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_CONNMAN0_7X_TEST],
-      [ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_connman0_7x_test="yes"],
       [have_edbus_connman0_7x_test="no"])
 fi
 
 if test "x${have_edbus_notification_daemon_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_NOTIFICATION_DAEMON_TEST],
-      [ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_notification_daemon_test="yes"],
       [have_edbus_notification_daemon_test="no"])
 fi
 
 if test "x${have_edbus_notify_send}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_NOTIFY_SEND],
-      [ecore >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_notify_send="yes"],
       [have_edbus_notify_send="no"])
 fi
 
 if test "x${have_edbus_notify_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_NOTIFY_TEST],
-      [ecore >= 1.7.8 ecore-evas >= 1.7.8 evas >= 1.7.8 eina >= 1.7.8 dbus-1 
>= 0.62],
+      [ecore >= 1.7.10 ecore-evas >= 1.7.10 evas >= 1.7.10 eina >= 1.7.10 
dbus-1 >= 0.62],
       [have_edbus_notify_test="yes"],
       [have_edbus_notify_test="no"])
 fi
 
 if test "x${have_edbus_ofono_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_OFONO_TEST],
-      [ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_ofono_test="yes"],
       [have_edbus_ofono_test="no"])
 fi
 
 if test "x${have_edbus_ukit_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_UKIT_TEST],
-      [ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_ukit_test="yes"],
       [have_edbus_ukit_test="no"])
 fi
 
 if test "x${have_edbus_performance_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_PERFORMANCE_TEST],
-      [ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62 ecore-evas >= 1.7.8 
elementary >= 1.7.8 evas >= 1.7.8],
+      [ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62 ecore-evas >= 1.7.10 
elementary >= 1.7.10 evas >= 1.7.10],
       [have_edbus_performance_test="yes"],
       [have_edbus_performance_test="no"])
 fi
@@ -285,7 +285,7 @@
 
 if test "x${have_edbus_async_test}" = "xyes" ; then
    PKG_CHECK_MODULES([EDBUS_ASYNC_TEST],
-      [ecore >= 1.7.8 dbus-1 >= 0.62],
+      [ecore >= 1.7.10 dbus-1 >= 0.62],
       [have_edbus_async_test="yes"],
       [have_edbus_async_test="no"])
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/e_dbus.spec 
new/e_dbus-1.7.10/e_dbus.spec
--- old/e_dbus-1.7.8/e_dbus.spec        2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/e_dbus.spec       2013-12-04 20:23:57.000000000 +0100
@@ -4,7 +4,7 @@
 
 Summary: EFL Wrapper for DBus
 Name: e_dbus
-Version: 1.7.8
+Version: 1.7.10
 Release: %{_rel}
 License: BSD
 Group: System Environment/Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/ebluez.pc new/e_dbus-1.7.10/ebluez.pc
--- old/e_dbus-1.7.8/ebluez.pc  2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/ebluez.pc 2013-12-04 20:23:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 Name: ebluez
 Description: bluetooth device manager (bluez)
-Requires.private: edbus >= 1.7.8
-Version: 1.7.8
+Requires.private: edbus >= 1.7.10
+Version: 1.7.10
 Libs: -L${libdir} -lebluez
 Cflags: -I${includedir}/e_dbus-1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/econnman-0.7x.pc 
new/e_dbus-1.7.10/econnman-0.7x.pc
--- old/e_dbus-1.7.8/econnman-0.7x.pc   2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/econnman-0.7x.pc  2013-12-04 20:23:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 Name: econnman-0.7x
 Description: network connection manager (connman v0.7x)
-Requires.private: edbus >= 1.7.8
-Version: 1.7.8
+Requires.private: edbus >= 1.7.10
+Version: 1.7.10
 Libs: -L${libdir} -leconnman0_7x
 Cflags: -I${includedir}/e_dbus-1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/edbus.pc new/e_dbus-1.7.10/edbus.pc
--- old/e_dbus-1.7.8/edbus.pc   2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/edbus.pc  2013-12-04 20:23:57.000000000 +0100
@@ -7,7 +7,7 @@
 
 Name: edbus
 Description: DBus convenience library
-Requires.private: ecore >= 1.7.8 eina >= 1.7.8 dbus-1 >= 0.62
-Version: 1.7.8
+Requires.private: ecore >= 1.7.10 eina >= 1.7.10 dbus-1 >= 0.62
+Version: 1.7.10
 Libs: -L${libdir} -ledbus -L/lib64 -ldbus-1  
 Cflags: -I${includedir}/e_dbus-1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/ehal.pc new/e_dbus-1.7.10/ehal.pc
--- old/e_dbus-1.7.8/ehal.pc    2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/ehal.pc   2013-12-04 20:23:57.000000000 +0100
@@ -5,7 +5,7 @@
 
 Name: ehal
 Description: Hal convenience library
-Requires.private: edbus >= 1.7.8
-Version: 1.7.8
+Requires.private: edbus >= 1.7.10
+Version: 1.7.10
 Libs: -L${libdir} -lehal
 Cflags: -I${includedir}/e_dbus-1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/enotify.pc new/e_dbus-1.7.10/enotify.pc
--- old/e_dbus-1.7.8/enotify.pc 2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/enotify.pc        2013-12-04 20:23:58.000000000 +0100
@@ -5,7 +5,7 @@
 
 Name: enotify
 Description: Notification convenience library
-Requires.private: evas >= 1.7.8 edbus >= 1.7.8
-Version: 1.7.8
+Requires.private: evas >= 1.7.10 edbus >= 1.7.10
+Version: 1.7.10
 Libs: -L${libdir} -lenotify
 Cflags: -I${includedir}/e_dbus-1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/eofono.pc new/e_dbus-1.7.10/eofono.pc
--- old/e_dbus-1.7.8/eofono.pc  2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/eofono.pc 2013-12-04 20:23:58.000000000 +0100
@@ -5,7 +5,7 @@
 
 Name: eofono
 Description: oFono D-Bus wrappers
-Requires.private: edbus >= 1.7.8
-Version: 1.7.8
+Requires.private: edbus >= 1.7.10
+Version: 1.7.10
 Libs: -L${libdir} -leofono
 Cflags: -I${includedir}/e_dbus-1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/e_dbus-1.7.8/eukit.pc new/e_dbus-1.7.10/eukit.pc
--- old/e_dbus-1.7.8/eukit.pc   2013-08-01 23:39:50.000000000 +0200
+++ new/e_dbus-1.7.10/eukit.pc  2013-12-04 20:23:58.000000000 +0100
@@ -5,7 +5,7 @@
 
 Name: eukit
 Description: udisks/upower convenience library
-Requires.private: edbus >= 1.7.8
-Version: 1.7.8
+Requires.private: edbus >= 1.7.10
+Version: 1.7.10
 Libs: -L${libdir} -leukit
 Cflags: -I${includedir}/e_dbus-1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to