From: raster Date: Sat, 17 Mar 2012 04:17:29 +0000 (+0000) Subject: gear up svn for release. one of many steps/things to do. X-Git-Tag: 2.0_alpha~47^2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=349919d78603f3ca431b6b8a57cd94cca9a64fcb;p=framework%2Fuifw%2Fecore.git gear up svn for release. one of many steps/things to do. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@69481 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/AUTHORS b/AUTHORS index a220068..ebe354c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,3 +1,4 @@ +Myoungwoon Roy Kim(roy_kim) The Rasterman Tom Gilbert Burra diff --git a/README b/README index 59933ee..c902528 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Ecore 1.1.0 +Ecore 1.2.0 ****************************************************************************** diff --git a/configure.ac b/configure.ac index f4a5806..80dc7f8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,12 @@ ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## m4_define([v_maj], [1]) -m4_define([v_min], [1]) -m4_define([v_mic], [99]) +m4_define([v_min], [2]) +m4_define([v_mic], [0]) 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' | sed 's/Unversioneddirectory/0/' | tr -d '\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 -dnl m4_undefine([v_rev]) +m4_undefine([v_rev]) ##-- When doing snapshots - change soname. remove dnl on below line dnl m4_define([relname], [ver-pre-svn-07]) dnl m4_define([v_rel], [-release relname]) @@ -18,7 +18,7 @@ m4_define([lt_age], v_min) ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--## -AC_INIT([ecore], [v_ver], [enlightenment-devel@lists.sourceforge.net]) +AC_INIT([ecore], [v_ver]-alpha, [enlightenment-devel@lists.sourceforge.net]) AC_PREREQ([2.52]) AC_CONFIG_SRCDIR([configure.ac]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/ecore-cocoa.pc.in b/ecore-cocoa.pc.in index 91fc4ee..8c3ffa0 100644 --- a/ecore-cocoa.pc.in +++ b/ecore-cocoa.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-cocoa Description: E core library, Cocoa module -@pkgconfig_requires_private@: @requirements_ecore_cocoa@ Version: @VERSION@ Libs: -L${libdir} -lecore_cocoa Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-con.pc.in b/ecore-con.pc.in index 9b188aa..3c03c93 100644 --- a/ecore-con.pc.in +++ b/ecore-con.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-con Description: E core library, Con module -@pkgconfig_requires_private@: @requirements_ecore_con@ Version: @VERSION@ Libs: -L${libdir} -lecore_con Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-config.pc.in b/ecore-config.pc.in index 0235eb8..9849d27 100644 --- a/ecore-config.pc.in +++ b/ecore-config.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-config Description: E core library, Config module -@pkgconfig_requires_private@: @requirements_ecore_config@ Version: @VERSION@ Libs: -L${libdir} -lecore_config Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-directfb.pc.in b/ecore-directfb.pc.in index 9eb104a..ac3a436 100644 --- a/ecore-directfb.pc.in +++ b/ecore-directfb.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-directfb Description: E core library, DirectFB module -@pkgconfig_requires_private@: @requirements_ecore_directfb@ Version: @VERSION@ Libs: -L${libdir} -lecore_directfb Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-evas.pc.in b/ecore-evas.pc.in index 155abbe..9c394e4 100644 --- a/ecore-evas.pc.in +++ b/ecore-evas.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-evas Description: E core library, Evas module -@pkgconfig_requires_private@: @requirements_ecore_evas@ Version: @VERSION@ Libs: -L${libdir} @ecore_evas_libs@ Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-fb.pc.in b/ecore-fb.pc.in index 4e70c48..7cb780d 100644 --- a/ecore-fb.pc.in +++ b/ecore-fb.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-fb Description: E core library, FB module -@pkgconfig_requires_private@: @requirements_ecore_fb@ Version: @VERSION@ Libs: -L${libdir} -lecore_fb Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-file.pc.in b/ecore-file.pc.in index 833ff1e..44ca838 100644 --- a/ecore-file.pc.in +++ b/ecore-file.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-file Description: E core library, File module -@pkgconfig_requires_private@: @requirements_ecore_file@ Version: @VERSION@ Libs: -L${libdir} -lecore_file Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-imf.pc.in b/ecore-imf.pc.in index cc155ed..6053162 100644 --- a/ecore-imf.pc.in +++ b/ecore-imf.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-imf Description: E core library, IMF module -@pkgconfig_requires_private@: @requirements_ecore_imf@ Version: @VERSION@ Libs: -L${libdir} -lecore_imf Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-input-evas.pc.in b/ecore-input-evas.pc.in index f95325c..eb79453 100644 --- a/ecore-input-evas.pc.in +++ b/ecore-input-evas.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-input-evas Description: E core library, Input module Evas extension -@pkgconfig_requires_private@: @requirements_ecore_input_evas@ Version: @VERSION@ Libs: -L${libdir} -lecore_input_evas Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-input.pc.in b/ecore-input.pc.in index b670b71..53e48a9 100644 --- a/ecore-input.pc.in +++ b/ecore-input.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-input Description: E core library, Input module -@pkgconfig_requires_private@: @requirements_ecore_input@ Version: @VERSION@ Libs: -L${libdir} -lecore_input Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-ipc.pc.in b/ecore-ipc.pc.in index d66f404..fd2f615 100644 --- a/ecore-ipc.pc.in +++ b/ecore-ipc.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-ipc Description: E core library, IPC module -@pkgconfig_requires_private@: @requirements_ecore_ipc@ Version: @VERSION@ Libs: -L${libdir} -lecore_ipc Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-psl1ght.pc.in b/ecore-psl1ght.pc.in index e81f4e8..eca9e3b 100644 --- a/ecore-psl1ght.pc.in +++ b/ecore-psl1ght.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-psl1ght Description: E core library, PSL1GHT module -@pkgconfig_requires_private@: @requirements_ecore_psl1ght@ Version: @VERSION@ Libs: -L${libdir} -lecore_psl1ght -Libs.private: -lio -lsysutil -lgem -lcamera -lspurs Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-sdl.pc.in b/ecore-sdl.pc.in index 78170c1..6c96000 100644 --- a/ecore-sdl.pc.in +++ b/ecore-sdl.pc.in @@ -5,7 +5,6 @@ includedir=@includedir@ Name: ecore-sdl Description: E core library, SDL module -@pkgconfig_requires_private@: @requirements_ecore_sdl@ Version: @VERSION@ Libs: -L${libdir} -lecore_sdl Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-wayland.pc.in b/ecore-wayland.pc.in index f4f5cf3..9093d85 100644 --- a/ecore-wayland.pc.in +++ b/ecore-wayland.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-wayland Description: E core library, Wayland module -@pkgconfig_requires_private@: @requirements_ecore_wayland@ Version: @VERSION@ Libs: -L${libdir} -lecore_wayland -Libs.private: -lwayland-client Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-win32.pc.in b/ecore-win32.pc.in index 17dba6e..ddcbe71 100644 --- a/ecore-win32.pc.in +++ b/ecore-win32.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-win32 Description: E core library, Win32 module -@pkgconfig_requires_private@: @requirements_ecore_win32@ Version: @VERSION@ Libs: -L${libdir} -lecore_win32 -Libs.private: Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-wince.pc.in b/ecore-wince.pc.in index c937e88..0e67976 100644 --- a/ecore-wince.pc.in +++ b/ecore-wince.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-wince Description: E core library, WinCE module -@pkgconfig_requires_private@: @requirements_ecore_wince@ Version: @VERSION@ Libs: -L${libdir} -lecore_wince -Libs.private: @WIN32_LIBS@ Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore-x.pc.in b/ecore-x.pc.in index a02b42b..b3a69f9 100644 --- a/ecore-x.pc.in +++ b/ecore-x.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore-x Description: E core library, X module -@pkgconfig_requires_private@: @requirements_ecore_x@ Version: @VERSION@ Libs: -L${libdir} -lecore_x -Libs.private: @x_libs@ @ecore_x_libs_private@ -Cflags: -I${includedir}/ecore-@VMAJ@ @have_ecore_x_xcb_define@ +Cflags: -I${includedir}/ecore-@VMAJ@ diff --git a/ecore.pc.in b/ecore.pc.in index 950a96b..a050620 100644 --- a/ecore.pc.in +++ b/ecore.pc.in @@ -5,8 +5,6 @@ includedir=@includedir@ Name: ecore Description: Ecore event abstraction library -@pkgconfig_requires_private@: @requirements_ecore@ Version: @VERSION@ -Libs: -L${libdir} -lecore -Libs.private: -lm -Cflags: -I${includedir}/ecore-@VMAJ@ +Libs: -L${libdir} -lecore @EINA_LIBS@ +Cflags: -I${includedir}/ecore-@VMAJ@ @EINA_CFLAGS@ diff --git a/po/cs.po b/po/cs.po index fb209db..4492269 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-10-23 01:28+0100\n" "Last-Translator: Daniel Kolesa \n" "Language-Team: Czech \n" diff --git a/po/de.po b/po/de.po index 1c02a31..9dacdbf 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore 0.9.9.063-2\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2010-01-03 21:52+GMT\n" "Last-Translator: Fabian Nowak \n" "Language-Team: German \n" diff --git a/po/el.po b/po/el.po index c65bd1d..0dd56bd 100644 --- a/po/el.po +++ b/po/el.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-11-20 22:42+0200\n" "Last-Translator: George Rizopoulos \n" "Language-Team: Greek\n" diff --git a/po/fr.po b/po/fr.po index a5d5b7c..3435366 100644 --- a/po/fr.po +++ b/po/fr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2010-07-11 11:01+0400\n" "Last-Translator: batden \n" "Language-Team: Enlightenment French Team \n" diff --git a/po/it.po b/po/it.po index b8e858a..45ceb9f 100644 --- a/po/it.po +++ b/po/it.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2009-10-27 19:36+0100\n" "Last-Translator: quaker66 \n" "Language-Team: none\n" diff --git a/po/nl.po b/po/nl.po index 324881e..54785e2 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-09-03 15:48+0100\n" "Last-Translator: Heimen Stoffels \n" "Language-Team: \n" diff --git a/po/pt.po b/po/pt.po index 4f52317..3892c6b 100644 --- a/po/pt.po +++ b/po/pt.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2010-10-06 12:37-0000\n" "Last-Translator: Sérgio Marques \n" "Language-Team: \n" diff --git a/po/sl.po b/po/sl.po index f18c330..f16b172 100644 --- a/po/sl.po +++ b/po/sl.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: ecore 1.0\n" "Report-Msgid-Bugs-To: enlightenment-devel@lists.sourceforge.net\n" -"POT-Creation-Date: 2012-03-05 18:53+0900\n" +"POT-Creation-Date: 2012-03-17 11:44+0900\n" "PO-Revision-Date: 2011-02-24 16:54+0100\n" "Last-Translator: r1to \n" "Language-Team: Slovenian \n" diff --git a/src/lib/ecore/Ecore.h b/src/lib/ecore/Ecore.h index 1140b34..f3d8a70 100644 --- a/src/lib/ecore/Ecore.h +++ b/src/lib/ecore/Ecore.h @@ -394,7 +394,7 @@ EAPI int ecore_shutdown(void); */ #define ECORE_VERSION_MAJOR 1 -#define ECORE_VERSION_MINOR 0 +#define ECORE_VERSION_MINOR 2 typedef struct _Ecore_Version {