diff options
author | Anas Nashif <anas.nashif@intel.com> | 2013-03-19 17:40:30 -0700 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2013-03-19 17:40:30 -0700 |
commit | 6dd8fbb1a4eab68e97f03a160e74db44a36dfbfd (patch) | |
tree | d1597144ab996f2591b42183fc26f069bcda52ed | |
parent | 452c28e7b7847d27cc8c1fe13495d546185aea2a (diff) | |
download | eeze-6dd8fbb1a4eab68e97f03a160e74db44a36dfbfd.tar.gz eeze-6dd8fbb1a4eab68e97f03a160e74db44a36dfbfd.tar.bz2 eeze-6dd8fbb1a4eab68e97f03a160e74db44a36dfbfd.zip |
Imported Upstream version 1.7.5upstream/1.7.5
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rwxr-xr-x | configure | 80 | ||||
-rw-r--r-- | configure.ac | 10 | ||||
-rw-r--r-- | eeze.pc | 4 | ||||
-rw-r--r-- | eeze.spec | 2 | ||||
-rw-r--r-- | src/lib/Eeze.h | 4 |
7 files changed, 60 insertions, 51 deletions
@@ -144,3 +144,7 @@ * 1.7.4 release +2013-01-04 Luis Felipe Strano Moraes + + * 1.7.5 release + @@ -1,4 +1,9 @@ -Eeze 1.7.4 +Eeze 1.7.5 + +Changes since Eeze 1.7.4: +------------------------- + +No changes, just updating to keep in sync with last release. Changes since Eeze 1.7.3: ------------------------- @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for eeze 1.7.4. +# Generated by GNU Autoconf 2.68 for eeze 1.7.5. # # Report bugs to <enlightenment-devel@lists.sourceforge.net>. # @@ -570,8 +570,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='eeze' PACKAGE_TARNAME='eeze' -PACKAGE_VERSION='1.7.4' -PACKAGE_STRING='eeze 1.7.4' +PACKAGE_VERSION='1.7.5' +PACKAGE_STRING='eeze 1.7.5' PACKAGE_BUGREPORT='enlightenment-devel@lists.sourceforge.net' PACKAGE_URL='' @@ -1363,7 +1363,7 @@ if test "$ac_init_help" = "long"; then # 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 eeze 1.7.4 to adapt to many kinds of systems. +\`configure' configures eeze 1.7.5 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1433,7 +1433,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of eeze 1.7.4:";; + short | recursive ) echo "Configuration of eeze 1.7.5:";; esac cat <<\_ACEOF @@ -1570,7 +1570,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -eeze configure 1.7.4 +eeze configure 1.7.5 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1993,7 +1993,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by eeze $as_me 1.7.4, which was +It was created by eeze $as_me 1.7.5, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2817,7 +2817,7 @@ fi # Define the identity of the package. PACKAGE='eeze' - VERSION='1.7.4' + VERSION='1.7.5' cat >>confdefs.h <<_ACEOF @@ -11493,7 +11493,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define VMIC 4 +#define VMIC 5 _ACEOF @@ -11501,7 +11501,7 @@ cat >>confdefs.h <<_ACEOF #define VREV 0 _ACEOF -version_info="8:4:7" +version_info="8:5:7" release_info="" @@ -11515,7 +11515,7 @@ VMAJ=1 -requirement_eeze="ecore >= 1.6.99 eina >= 1.6.99 libudev" +requirement_eeze="ecore >= 1.7.5 eina >= 1.7.5 libudev" ### Checks for programs @@ -12924,12 +12924,12 @@ if test -n "$ECORE_FILE_CFLAGS"; then pkg_cv_ECORE_FILE_CFLAGS="$ECORE_FILE_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-file >= 1.6.99\""; } >&5 - ($PKG_CONFIG --exists --print-errors "ecore-file >= 1.6.99") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-file >= 1.7.5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "ecore-file >= 1.7.5") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_ECORE_FILE_CFLAGS=`$PKG_CONFIG --cflags "ecore-file >= 1.6.99" 2>/dev/null` + pkg_cv_ECORE_FILE_CFLAGS=`$PKG_CONFIG --cflags "ecore-file >= 1.7.5" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -12941,12 +12941,12 @@ if test -n "$ECORE_FILE_LIBS"; then pkg_cv_ECORE_FILE_LIBS="$ECORE_FILE_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-file >= 1.6.99\""; } >&5 - ($PKG_CONFIG --exists --print-errors "ecore-file >= 1.6.99") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-file >= 1.7.5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "ecore-file >= 1.7.5") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_ECORE_FILE_LIBS=`$PKG_CONFIG --libs "ecore-file >= 1.6.99" 2>/dev/null` + pkg_cv_ECORE_FILE_LIBS=`$PKG_CONFIG --libs "ecore-file >= 1.7.5" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -12967,14 +12967,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - ECORE_FILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ecore-file >= 1.6.99" 2>&1` + ECORE_FILE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ecore-file >= 1.7.5" 2>&1` else - ECORE_FILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ecore-file >= 1.6.99" 2>&1` + ECORE_FILE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ecore-file >= 1.7.5" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$ECORE_FILE_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (ecore-file >= 1.6.99) were not met: + as_fn_error $? "Package requirements (ecore-file >= 1.7.5) were not met: $ECORE_FILE_PKG_ERRORS @@ -13015,12 +13015,12 @@ if test -n "$EET_CFLAGS"; then pkg_cv_EET_CFLAGS="$EET_CFLAGS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.6.99\""; } >&5 - ($PKG_CONFIG --exists --print-errors "eet >= 1.6.99") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.7.5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "eet >= 1.7.5") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_EET_CFLAGS=`$PKG_CONFIG --cflags "eet >= 1.6.99" 2>/dev/null` + pkg_cv_EET_CFLAGS=`$PKG_CONFIG --cflags "eet >= 1.7.5" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -13032,12 +13032,12 @@ if test -n "$EET_LIBS"; then pkg_cv_EET_LIBS="$EET_LIBS" elif test -n "$PKG_CONFIG"; then if test -n "$PKG_CONFIG" && \ - { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.6.99\""; } >&5 - ($PKG_CONFIG --exists --print-errors "eet >= 1.6.99") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"eet >= 1.7.5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "eet >= 1.7.5") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_EET_LIBS=`$PKG_CONFIG --libs "eet >= 1.6.99" 2>/dev/null` + pkg_cv_EET_LIBS=`$PKG_CONFIG --libs "eet >= 1.7.5" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -13058,14 +13058,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "eet >= 1.6.99" 2>&1` + EET_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "eet >= 1.7.5" 2>&1` else - EET_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "eet >= 1.6.99" 2>&1` + EET_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "eet >= 1.7.5" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$EET_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (eet >= 1.6.99) were not met: + as_fn_error $? "Package requirements (eet >= 1.7.5) were not met: $EET_PKG_ERRORS @@ -13106,12 +13106,12 @@ if test -n "$ECORE_CON_CFLAGS"; then pkg_cv_ECORE_CON_CFLAGS="$ECORE_CON_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-con >= 1.6.99\""; } >&5 - ($PKG_CONFIG --exists --print-errors "ecore-con >= 1.6.99") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-con >= 1.7.5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "ecore-con >= 1.7.5") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_ECORE_CON_CFLAGS=`$PKG_CONFIG --cflags "ecore-con >= 1.6.99" 2>/dev/null` + pkg_cv_ECORE_CON_CFLAGS=`$PKG_CONFIG --cflags "ecore-con >= 1.7.5" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -13123,12 +13123,12 @@ if test -n "$ECORE_CON_LIBS"; then pkg_cv_ECORE_CON_LIBS="$ECORE_CON_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-con >= 1.6.99\""; } >&5 - ($PKG_CONFIG --exists --print-errors "ecore-con >= 1.6.99") 2>&5 + { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"ecore-con >= 1.7.5\""; } >&5 + ($PKG_CONFIG --exists --print-errors "ecore-con >= 1.7.5") 2>&5 ac_status=$? $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; }; then - pkg_cv_ECORE_CON_LIBS=`$PKG_CONFIG --libs "ecore-con >= 1.6.99" 2>/dev/null` + pkg_cv_ECORE_CON_LIBS=`$PKG_CONFIG --libs "ecore-con >= 1.7.5" 2>/dev/null` test "x$?" != "x0" && pkg_failed=yes else pkg_failed=yes @@ -13149,14 +13149,14 @@ else _pkg_short_errors_supported=no fi if test $_pkg_short_errors_supported = yes; then - ECORE_CON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ecore-con >= 1.6.99" 2>&1` + ECORE_CON_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "ecore-con >= 1.7.5" 2>&1` else - ECORE_CON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ecore-con >= 1.6.99" 2>&1` + ECORE_CON_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "ecore-con >= 1.7.5" 2>&1` fi # Put the nasty error message in config.log where it belongs echo "$ECORE_CON_PKG_ERRORS" >&5 - as_fn_error $? "Package requirements (ecore-con >= 1.6.99) were not met: + as_fn_error $? "Package requirements (ecore-con >= 1.7.5) were not met: $ECORE_CON_PKG_ERRORS @@ -14588,7 +14588,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by eeze $as_me 1.7.4, which was +This file was extended by eeze $as_me 1.7.5, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14654,7 +14654,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -eeze config.status 1.7.4 +eeze config.status 1.7.5 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index eeeb68c..132c896 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) m4_define([v_min], [7]) -m4_define([v_mic], [4]) +m4_define([v_mic], [5]) 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 @@ -58,7 +58,7 @@ AC_SUBST(VMAJ) AC_CANONICAL_BUILD AC_CANONICAL_HOST -requirement_eeze="ecore >= 1.6.99 eina >= 1.6.99 libudev" +requirement_eeze="ecore >= 1.7.5 eina >= 1.7.5 libudev" ### Checks for programs @@ -111,9 +111,9 @@ if test "x$eeze_mount" = "xyes";then AC_ARG_WITH([eject], [AS_HELP_STRING([--with-eject], [specify eject bin @<:@default=detect@:>@])], [with_eject=$withval], [with_eject="detect"]) PKG_CHECK_MODULES([LIBMOUNT], [mount >= 2.18.0]) mount_v=$(pkg-config --modversion mount) - PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.6.99]) - PKG_CHECK_MODULES([EET], [eet >= 1.6.99]) - PKG_CHECK_MODULES([ECORE_CON], [ecore-con >= 1.6.99]) + PKG_CHECK_MODULES([ECORE_FILE], [ecore-file >= 1.7.5]) + PKG_CHECK_MODULES([EET], [eet >= 1.7.5]) + PKG_CHECK_MODULES([ECORE_CON], [ecore-con >= 1.7.5]) if test "x$with_mount" = "xdetect";then AC_PATH_PROG([with_mount], [mount], []) @@ -7,7 +7,7 @@ docdir=${prefix}/share/doc/${PACKAGE_TARNAME} Name: eeze Description: device convenience library for efl -Requires.private: ecore >= 1.6.99 eina >= 1.6.99 libudev -Version: 1.7.4 +Requires.private: ecore >= 1.7.5 eina >= 1.7.5 libudev +Version: 1.7.5 Libs: -L${libdir} -leeze Cflags: -I${includedir}/eeze-1 @@ -3,7 +3,7 @@ Summary: Device Convenience Library Name: eeze -Version: 1.7.4 +Version: 1.7.5 Release: %{_rel} License: BSD Group: System Environment/Libraries diff --git a/src/lib/Eeze.h b/src/lib/Eeze.h index 7c8a911..45abc34 100644 --- a/src/lib/Eeze.h +++ b/src/lib/Eeze.h @@ -3,9 +3,9 @@ * @mainpage Eeze @image html eeze.png - @version 1.7.0 + @version 1.7.5 @author Mike Blumenkrantz (zmike/discomfitor) <michael.blumenkrantz@@gmail.com> - @date 2010-2012 + @date 2010-2013 @section intro What is Eeze? |