diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-12-09 08:48:23 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-12-09 08:48:23 -0800 |
commit | d1f7da26fc5ba3545d4af9c0b7a765893d89a3f9 (patch) | |
tree | e51018daaf66b451950b1b7085fdeb15bbec64fb | |
parent | 0df90db0c60dd4f6f8caed75b6a845f51daa397f (diff) | |
download | eeze-d1f7da26fc5ba3545d4af9c0b7a765893d89a3f9.tar.gz eeze-d1f7da26fc5ba3545d4af9c0b7a765893d89a3f9.tar.bz2 eeze-d1f7da26fc5ba3545d4af9c0b7a765893d89a3f9.zip |
Imported Upstream version 1.7.3upstream/1.7.3
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rwxr-xr-x | configure | 24 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | eeze.pc | 4 | ||||
-rw-r--r-- | eeze.spec | 2 |
6 files changed, 27 insertions, 17 deletions
@@ -131,3 +131,8 @@ 1.7.2 release +2012-12-07 Luis Felipe Strano Moraes + + * 1.7.3 release + + @@ -1,4 +1,9 @@ -Eeze 1.7.2 +Eeze 1.7.3 + +Changes since Eeze 1.7.2: +------------------------- + +No changes, just updating to keep in sync with last release. Changes since Eeze 1.7.1: ------------------------- @@ -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.2. +# Generated by GNU Autoconf 2.68 for eeze 1.7.3. # # 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.2' -PACKAGE_STRING='eeze 1.7.2' +PACKAGE_VERSION='1.7.3' +PACKAGE_STRING='eeze 1.7.3' 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.2 to adapt to many kinds of systems. +\`configure' configures eeze 1.7.3 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.2:";; + short | recursive ) echo "Configuration of eeze 1.7.3:";; 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.2 +eeze configure 1.7.3 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.2, which was +It was created by eeze $as_me 1.7.3, 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.2' + VERSION='1.7.3' cat >>confdefs.h <<_ACEOF @@ -11493,7 +11493,7 @@ _ACEOF cat >>confdefs.h <<_ACEOF -#define VMIC 2 +#define VMIC 3 _ACEOF @@ -11501,7 +11501,7 @@ cat >>confdefs.h <<_ACEOF #define VREV 0 _ACEOF -version_info="8:2:7" +version_info="8:3:7" release_info="" @@ -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.2, which was +This file was extended by eeze $as_me 1.7.3, 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.2 +eeze config.status 1.7.3 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 94e68b6..66e8197 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], [2]) +m4_define([v_mic], [3]) 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 @@ -1,4 +1,4 @@ -prefix=/home/lfelipe/src/efl-stable/local +prefix=/home/lfelipe/e-release/release/local exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include @@ -6,6 +6,6 @@ includedir=${prefix}/include Name: eeze Description: device convenience library for efl Requires.private: ecore >= 1.6.99 eina >= 1.6.99 libudev -Version: 1.7.2 +Version: 1.7.3 Libs: -L${libdir} -leeze Cflags: -I${includedir}/eeze-1 @@ -3,7 +3,7 @@ Summary: Device Convenience Library Name: eeze -Version: 1.7.2 +Version: 1.7.3 Release: %{_rel} License: BSD Group: System Environment/Libraries |