Hello community,

here is the log from the commit of package emotion for openSUSE:Factory checked 
in at 2013-01-11 17:11:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/emotion (Old)
 and      /work/SRC/openSUSE:Factory/.emotion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "emotion", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/emotion/emotion.changes  2013-01-08 
16:24:36.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.emotion.new/emotion.changes     2013-01-11 
17:11:06.000000000 +0100
@@ -1,0 +2,13 @@
+Tue Jan  8 00:44:41 UTC 2013 - [email protected]
+
+- introduce subpackage module for finer granularity
+
+-------------------------------------------------------------------
+Fri Jan  4 21:48:16 UTC 2013 - [email protected]
+
+- update to 1.7.5
+  "Changes came and changes went, but none stayed. So this is
+   being bumped only to keep in sync with last release."
+
+
+-------------------------------------------------------------------

Old:
----
  emotion-1.7.4.tar.bz2

New:
----
  emotion-1.7.5.tar.bz2

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

Other differences:
------------------
++++++ emotion.spec ++++++
--- /var/tmp/diff_new_pack.qTYcFN/_old  2013-01-11 17:11:08.000000000 +0100
+++ /var/tmp/diff_new_pack.qTYcFN/_new  2013-01-11 17:11:08.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           emotion
-Version:        1.7.4
+Version:        1.7.5
 Release:        1
 License:        BSD-2-Clause
 Summary:        Media Library for EFL
@@ -38,6 +38,7 @@
 BuildRequires:  libxine-devel
 BuildRequires:  pkgconfig
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Requires:       %{name}-module = %{version}
 
 %description
 Emotion is Media Library.
@@ -45,6 +46,7 @@
 %package -n libemotion1
 Summary:        Emotion shared library
 Group:          Development/Libraries/C and C++
+Requires:       %{name}-module
 
 %description -n libemotion1
 Contains shared library of Emotion Media Library package
@@ -53,6 +55,7 @@
 Summary:        Emotion development files
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
+Requires:       libemotion1 = %{version}
 Requires:       edje-devel >= %{version}
 Requires:       eet-devel >= %{version}
 Requires:       eio-devel >= %{version}
@@ -63,6 +66,13 @@
 %description devel
 Development files for emotion package.
 
+%package module
+Summary:        Emotion Edje module
+Group:          Development/Libraries/C and C++
+
+%description module
+Emotion module for integration multimedia into Edje.
+
 %package doc-html
 Summary:        HTML documentation of Emotion
 Group:          Documentation/HTML
@@ -140,10 +150,13 @@
 %exclude %{_docdir}/%{name}/html
 %dir %{_libdir}/%{name}
 %{_bindir}/%{name}_*
-%{_libdir}/%{name}/*.so
 %{_datadir}/%{name}
 %exclude %{_datadir}/%{name}/examples
+
+%files module
+%defattr(-, root, root)
 %{_libdir}/edje
+%{_libdir}/%{name}/*.so
 
 %files doc-html
 %defattr(-, root, root)

++++++ emotion-1.7.4.tar.bz2 -> emotion-1.7.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emotion-1.7.4/ChangeLog new/emotion-1.7.5/ChangeLog
--- old/emotion-1.7.4/ChangeLog 2012-12-21 13:54:16.000000000 +0100
+++ new/emotion-1.7.5/ChangeLog 2013-01-04 14:55:46.000000000 +0100
@@ -77,3 +77,7 @@
 
        * 1.7.4 release
 
+2013-01-04  Luis Felipe Strano Moraes
+
+       * 1.7.5 release
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emotion-1.7.4/NEWS new/emotion-1.7.5/NEWS
--- old/emotion-1.7.4/NEWS      2012-12-21 13:54:16.000000000 +0100
+++ new/emotion-1.7.5/NEWS      2013-01-04 14:55:30.000000000 +0100
@@ -1,4 +1,9 @@
-Emotion 1.7.4
+Emotion 1.7.5
+
+Changes since Emotion 1.7.4:
+-------------------------
+
+Changes came and changes went, but none stayed. So this is being bumped only 
to keep in sync with last release.
 
 Changes since Emotion 1.7.3:
 -------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emotion-1.7.4/configure new/emotion-1.7.5/configure
--- old/emotion-1.7.4/configure 2012-12-21 15:46:31.000000000 +0100
+++ new/emotion-1.7.5/configure 2013-01-04 15:27:18.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.68 for emotion 1.7.4.
+# Generated by GNU Autoconf 2.68 for emotion 1.7.5.
 #
 # Report bugs to <[email protected]>.
 #
@@ -570,8 +570,8 @@
 # Identity of this package.
 PACKAGE_NAME='emotion'
 PACKAGE_TARNAME='emotion'
-PACKAGE_VERSION='1.7.4'
-PACKAGE_STRING='emotion 1.7.4'
+PACKAGE_VERSION='1.7.5'
+PACKAGE_STRING='emotion 1.7.5'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1400,7 +1400,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 emotion 1.7.4 to adapt to many kinds of systems.
+\`configure' configures emotion 1.7.5 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1470,7 +1470,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of emotion 1.7.4:";;
+     short | recursive ) echo "Configuration of emotion 1.7.5:";;
    esac
   cat <<\_ACEOF
 
@@ -1635,7 +1635,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-emotion configure 1.7.4
+emotion configure 1.7.5
 generated by GNU Autoconf 2.68
 
 Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2058,7 +2058,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by emotion $as_me 1.7.4, which was
+It was created by emotion $as_me 1.7.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   $ $0 $@
@@ -3858,7 +3858,7 @@
 
 # Define the identity of the package.
  PACKAGE='emotion'
- VERSION='1.7.4'
+ VERSION='1.7.5'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -11906,7 +11906,7 @@
 
 
 cat >>confdefs.h <<_ACEOF
-#define VMIC 4
+#define VMIC 5
 _ACEOF
 
 
@@ -11914,7 +11914,7 @@
 #define VREV 0
 _ACEOF
 
-version_info="8:4:7"
+version_info="8:5:7"
 release_info="-release ver-pre-svn-07"
 
 
@@ -12839,7 +12839,7 @@
 
 ### Checks for libraries
 
-requirement_emotion="ecore >= 1.6.99 evas >= 1.6.99 eet >= 1.6.99 eina >= 
1.6.99"
+requirement_emotion="ecore >= 1.7.5 evas >= 1.7.5 eet >= 1.7.5 eina >= 1.7.5"
 
 pkg_failed=no
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for EMOTION" >&5
@@ -12943,12 +12943,12 @@
     pkg_cv_EMOTION_BIN_CFLAGS="$EMOTION_BIN_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eina >= 1.6.99 evas >= 1.6.99 ecore >= 1.6.99 ecore-evas >= 
1.6.99 edje >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "eina >= 1.6.99 evas >= 1.6.99 ecore >= 
1.6.99 ecore-evas >= 1.6.99 edje >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eina >= 1.7.5 evas >= 1.7.5 ecore >= 1.7.5 ecore-evas >= 1.7.5 
edje >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "eina >= 1.7.5 evas >= 1.7.5 ecore >= 
1.7.5 ecore-evas >= 1.7.5 edje >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EMOTION_BIN_CFLAGS=`$PKG_CONFIG --cflags "eina >= 1.6.99 evas >= 
1.6.99 ecore >= 1.6.99 ecore-evas >= 1.6.99 edje >= 1.6.99" 2>/dev/null`
+  pkg_cv_EMOTION_BIN_CFLAGS=`$PKG_CONFIG --cflags "eina >= 1.7.5 evas >= 1.7.5 
ecore >= 1.7.5 ecore-evas >= 1.7.5 edje >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -12960,12 +12960,12 @@
     pkg_cv_EMOTION_BIN_LIBS="$EMOTION_BIN_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eina >= 1.6.99 evas >= 1.6.99 ecore >= 1.6.99 ecore-evas >= 
1.6.99 edje >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "eina >= 1.6.99 evas >= 1.6.99 ecore >= 
1.6.99 ecore-evas >= 1.6.99 edje >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eina >= 1.7.5 evas >= 1.7.5 ecore >= 1.7.5 ecore-evas >= 1.7.5 
edje >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "eina >= 1.7.5 evas >= 1.7.5 ecore >= 
1.7.5 ecore-evas >= 1.7.5 edje >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EMOTION_BIN_LIBS=`$PKG_CONFIG --libs "eina >= 1.6.99 evas >= 1.6.99 
ecore >= 1.6.99 ecore-evas >= 1.6.99 edje >= 1.6.99" 2>/dev/null`
+  pkg_cv_EMOTION_BIN_LIBS=`$PKG_CONFIG --libs "eina >= 1.7.5 evas >= 1.7.5 
ecore >= 1.7.5 ecore-evas >= 1.7.5 edje >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -12986,14 +12986,14 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EMOTION_BIN_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "eina >= 1.6.99 evas >= 1.6.99 ecore >= 1.6.99 
ecore-evas >= 1.6.99 edje >= 1.6.99" 2>&1`
+               EMOTION_BIN_PKG_ERRORS=`$PKG_CONFIG --short-errors 
--print-errors --cflags --libs "eina >= 1.7.5 evas >= 1.7.5 ecore >= 1.7.5 
ecore-evas >= 1.7.5 edje >= 1.7.5" 2>&1`
         else
-               EMOTION_BIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "eina >= 1.6.99 evas >= 1.6.99 ecore >= 1.6.99 ecore-evas >= 1.6.99 edje 
>= 1.6.99" 2>&1`
+               EMOTION_BIN_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags 
--libs "eina >= 1.7.5 evas >= 1.7.5 ecore >= 1.7.5 ecore-evas >= 1.7.5 edje >= 
1.7.5" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EMOTION_BIN_PKG_ERRORS" >&5
 
-       as_fn_error $? "Package requirements (eina >= 1.6.99 evas >= 1.6.99 
ecore >= 1.6.99 ecore-evas >= 1.6.99 edje >= 1.6.99) were not met:
+       as_fn_error $? "Package requirements (eina >= 1.7.5 evas >= 1.7.5 ecore 
>= 1.7.5 ecore-evas >= 1.7.5 edje >= 1.7.5) were not met:
 
 $EMOTION_BIN_PKG_ERRORS
 
@@ -13036,12 +13036,12 @@
     pkg_cv_ECORE_X_CFLAGS="$ECORE_X_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-x >= 1.6.99 ecore-evas >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore-x >= 1.6.99 ecore-evas >= 
1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore-x >= 1.7.5 ecore-evas >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore-x >= 1.7.5 ecore-evas >= 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_X_CFLAGS=`$PKG_CONFIG --cflags "ecore-x >= 1.6.99 ecore-evas >= 
1.6.99" 2>/dev/null`
+  pkg_cv_ECORE_X_CFLAGS=`$PKG_CONFIG --cflags "ecore-x >= 1.7.5 ecore-evas >= 
1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13053,12 +13053,12 @@
     pkg_cv_ECORE_X_LIBS="$ECORE_X_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-x >= 1.6.99 ecore-evas >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore-x >= 1.6.99 ecore-evas >= 
1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore-x >= 1.7.5 ecore-evas >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore-x >= 1.7.5 ecore-evas >= 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_X_LIBS=`$PKG_CONFIG --libs "ecore-x >= 1.6.99 ecore-evas >= 
1.6.99" 2>/dev/null`
+  pkg_cv_ECORE_X_LIBS=`$PKG_CONFIG --libs "ecore-x >= 1.7.5 ecore-evas >= 
1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13079,9 +13079,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "ecore-x >= 1.6.99 ecore-evas >= 1.6.99" 2>&1`
+               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "ecore-x >= 1.7.5 ecore-evas >= 1.7.5" 2>&1`
         else
-               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"ecore-x >= 1.6.99 ecore-evas >= 1.6.99" 2>&1`
+               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"ecore-x >= 1.7.5 ecore-evas >= 1.7.5" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$ECORE_X_PKG_ERRORS" >&5
@@ -13108,12 +13108,12 @@
     pkg_cv_ECORE_FB_CFLAGS="$ECORE_FB_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-fb >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore-fb >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore-fb >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore-fb >= 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_FB_CFLAGS=`$PKG_CONFIG --cflags "ecore-fb >= 1.6.99" 
2>/dev/null`
+  pkg_cv_ECORE_FB_CFLAGS=`$PKG_CONFIG --cflags "ecore-fb >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13125,12 +13125,12 @@
     pkg_cv_ECORE_FB_LIBS="$ECORE_FB_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-fb >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore-fb >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore-fb >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore-fb >= 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_FB_LIBS=`$PKG_CONFIG --libs "ecore-fb >= 1.6.99" 2>/dev/null`
+  pkg_cv_ECORE_FB_LIBS=`$PKG_CONFIG --libs "ecore-fb >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13151,9 +13151,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               ECORE_FB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "ecore-fb >= 1.6.99" 2>&1`
+               ECORE_FB_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "ecore-fb >= 1.7.5" 2>&1`
         else
-               ECORE_FB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"ecore-fb >= 1.6.99" 2>&1`
+               ECORE_FB_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"ecore-fb >= 1.7.5" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$ECORE_FB_PKG_ERRORS" >&5
@@ -13184,8 +13184,8 @@
 fi
 
 if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-software-x11 >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evas-software-x11 >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-software-x11 >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evas-software-x11 >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
@@ -13195,8 +13195,8 @@
 fi
 
 if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-xrender-x11 >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evas-xrender-x11 >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-xrender-x11 >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evas-xrender-x11 >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
@@ -13206,8 +13206,8 @@
 fi
 
 if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-opengl-x11 >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evas-opengl-x11 >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-opengl-x11 >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evas-opengl-x11 >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
@@ -13217,8 +13217,8 @@
 fi
 
 if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-fb >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "evas-fb >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"evas-fb >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "evas-fb >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
@@ -13368,12 +13368,12 @@
     pkg_cv_EEZE_CFLAGS="$EEZE_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eeze >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "eeze >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eeze >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "eeze >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EEZE_CFLAGS=`$PKG_CONFIG --cflags "eeze >= 1.6.99" 2>/dev/null`
+  pkg_cv_EEZE_CFLAGS=`$PKG_CONFIG --cflags "eeze >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13385,12 +13385,12 @@
     pkg_cv_EEZE_LIBS="$EEZE_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eeze >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "eeze >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eeze >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "eeze >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EEZE_LIBS=`$PKG_CONFIG --libs "eeze >= 1.6.99" 2>/dev/null`
+  pkg_cv_EEZE_LIBS=`$PKG_CONFIG --libs "eeze >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13411,9 +13411,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EEZE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "eeze >= 1.6.99" 2>&1`
+               EEZE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "eeze >= 1.7.5" 2>&1`
         else
-               EEZE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"eeze >= 1.6.99" 2>&1`
+               EEZE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"eeze >= 1.7.5" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EEZE_PKG_ERRORS" >&5
@@ -13435,7 +13435,7 @@
 
 $as_echo "#define EMOTION_HAVE_EEZE 1" >>confdefs.h
 
-   requirement_emotion="${requirement_emotion} eeze >= 1.6.99"
+   requirement_emotion="${requirement_emotion} eeze >= 1.7.5"
 fi
 
 
@@ -13447,12 +13447,12 @@
     pkg_cv_EIO_CFLAGS="$EIO_CFLAGS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eio >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "eio >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eio >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "eio >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EIO_CFLAGS=`$PKG_CONFIG --cflags "eio >= 1.6.99" 2>/dev/null`
+  pkg_cv_EIO_CFLAGS=`$PKG_CONFIG --cflags "eio >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13464,12 +13464,12 @@
     pkg_cv_EIO_LIBS="$EIO_LIBS"
  elif test -n "$PKG_CONFIG"; then
     if test -n "$PKG_CONFIG" && \
-    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eio >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "eio >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"eio >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "eio >= 1.7.5") 2>&5
   ac_status=$?
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
   test $ac_status = 0; }; then
-  pkg_cv_EIO_LIBS=`$PKG_CONFIG --libs "eio >= 1.6.99" 2>/dev/null`
+  pkg_cv_EIO_LIBS=`$PKG_CONFIG --libs "eio >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13490,9 +13490,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               EIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "eio >= 1.6.99" 2>&1`
+               EIO_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "eio >= 1.7.5" 2>&1`
         else
-               EIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "eio 
>= 1.6.99" 2>&1`
+               EIO_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "eio 
>= 1.7.5" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$EIO_PKG_ERRORS" >&5
@@ -13513,7 +13513,7 @@
 
 $as_echo "#define HAVE_EIO 1" >>confdefs.h
 
-   requirement_emotion="eio >= 1.6.99 ${requirement_emotion}"
+   requirement_emotion="eio >= 1.7.5 ${requirement_emotion}"
 fi
 
  if test "x${have_eio}" = "xyes"; then
@@ -13552,12 +13552,12 @@
     pkg_cv_ECORE_X_CFLAGS="$ECORE_X_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-x >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore-x >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore-x >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore-x >= 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_X_CFLAGS=`$PKG_CONFIG --cflags "ecore-x >= 1.6.99" 2>/dev/null`
+  pkg_cv_ECORE_X_CFLAGS=`$PKG_CONFIG --cflags "ecore-x >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13569,12 +13569,12 @@
     pkg_cv_ECORE_X_LIBS="$ECORE_X_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-x >= 1.6.99\""; } >&5
-  ($PKG_CONFIG --exists --print-errors "ecore-x >= 1.6.99") 2>&5
+    { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists 
--print-errors \"ecore-x >= 1.7.5\""; } >&5
+  ($PKG_CONFIG --exists --print-errors "ecore-x >= 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_X_LIBS=`$PKG_CONFIG --libs "ecore-x >= 1.6.99" 2>/dev/null`
+  pkg_cv_ECORE_X_LIBS=`$PKG_CONFIG --libs "ecore-x >= 1.7.5" 2>/dev/null`
                      test "x$?" != "x0" && pkg_failed=yes
 else
   pkg_failed=yes
@@ -13595,9 +13595,9 @@
         _pkg_short_errors_supported=no
 fi
         if test $_pkg_short_errors_supported = yes; then
-               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "ecore-x >= 1.6.99" 2>&1`
+               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors 
--cflags --libs "ecore-x >= 1.7.5" 2>&1`
         else
-               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"ecore-x >= 1.6.99" 2>&1`
+               ECORE_X_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs 
"ecore-x >= 1.7.5" 2>&1`
         fi
        # Put the nasty error message in config.log where it belongs
        echo "$ECORE_X_PKG_ERRORS" >&5
@@ -13619,7 +13619,7 @@
 $as_echo "#define HAVE_ECORE_X 1" >>confdefs.h
 
        have_ecore_x="yes"
-       requirement_elm="ecore-x >= 1.6.99 ${requirement_elm}"
+       requirement_elm="ecore-x >= 1.7.5 ${requirement_elm}"
 
 fi
 else
@@ -15776,7 +15776,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by emotion $as_me 1.7.4, which was
+This file was extended by emotion $as_me 1.7.5, which was
 generated by GNU Autoconf 2.68.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -15842,7 +15842,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-emotion config.status 1.7.4
+emotion config.status 1.7.5
 configured by $0, generated by GNU Autoconf 2.68,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emotion-1.7.4/configure.ac 
new/emotion-1.7.5/configure.ac
--- old/emotion-1.7.4/configure.ac      2012-12-21 15:30:34.000000000 +0100
+++ new/emotion-1.7.5/configure.ac      2013-01-04 15:07:28.000000000 +0100
@@ -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
@@ -108,17 +108,17 @@
 
 ### Checks for libraries
 
-requirement_emotion="ecore >= 1.6.99 evas >= 1.6.99 eet >= 1.6.99 eina >= 
1.6.99"
+requirement_emotion="ecore >= 1.7.5 evas >= 1.7.5 eet >= 1.7.5 eina >= 1.7.5"
 PKG_CHECK_MODULES(EMOTION, [${requirement_emotion}])
 
 
 if test "x${have_emotion_test}" = "xyes" ; then
-   PKG_CHECK_MODULES(EMOTION_BIN, [eina >= 1.6.99 evas >= 1.6.99 ecore >= 
1.6.99 ecore-evas >= 1.6.99 edje >= 1.6.99])
+   PKG_CHECK_MODULES(EMOTION_BIN, [eina >= 1.7.5 evas >= 1.7.5 ecore >= 1.7.5 
ecore-evas >= 1.7.5 edje >= 1.7.5])
 fi
 
-PKG_CHECK_MODULES(ECORE_X, [ecore-x >= 1.6.99 ecore-evas >= 1.6.99], 
[have_ecore_x="yes"], [have_ecore_x="no"])
+PKG_CHECK_MODULES(ECORE_X, [ecore-x >= 1.7.5 ecore-evas >= 1.7.5], 
[have_ecore_x="yes"], [have_ecore_x="no"])
 
-PKG_CHECK_MODULES(ECORE_FB, [ecore-fb >= 1.6.99], [have_ecore_fb="yes"], 
[have_ecore_fb="no"])
+PKG_CHECK_MODULES(ECORE_FB, [ecore-fb >= 1.7.5], [have_ecore_fb="yes"], 
[have_ecore_fb="no"])
 
 if test "x${have_ecore_x}" = "xyes" ; then
    AC_DEFINE(EMOTION_HAVE_ECORE_X, 1, [Define to 1 if Ecore_X is enabled])
@@ -128,27 +128,27 @@
    AC_DEFINE(EMOTION_HAVE_ECORE_FB, 1, [Define to 1 if Ecore_Fb is enabled])
 fi
 
-PKG_CHECK_EXISTS([evas-software-x11 >= 1.6.99], 
[AC_DEFINE(HAVE_EVAS_SOFWARE_X11, 1, [Evas Software Xlib Engine Support])])
+PKG_CHECK_EXISTS([evas-software-x11 >= 1.7.5], 
[AC_DEFINE(HAVE_EVAS_SOFWARE_X11, 1, [Evas Software Xlib Engine Support])])
 
-PKG_CHECK_EXISTS([evas-xrender-x11 >= 1.6.99], 
[AC_DEFINE(HAVE_EVAS_XRENDER_X11, 1, [Evas Software Xlib Engine Support])])
+PKG_CHECK_EXISTS([evas-xrender-x11 >= 1.7.5], 
[AC_DEFINE(HAVE_EVAS_XRENDER_X11, 1, [Evas Software Xlib Engine Support])])
 
-PKG_CHECK_EXISTS([evas-opengl-x11 >= 1.6.99], [AC_DEFINE(HAVE_EVAS_OPENGL_X11, 
1, [Evas OpenGL Xlib Engine Support])])
+PKG_CHECK_EXISTS([evas-opengl-x11 >= 1.7.5], [AC_DEFINE(HAVE_EVAS_OPENGL_X11, 
1, [Evas OpenGL Xlib Engine Support])])
 
-PKG_CHECK_EXISTS([evas-fb >= 1.6.99], [AC_DEFINE(HAVE_EVAS_FB, 1, [Evas 
Framebuffer Engine Support])])
+PKG_CHECK_EXISTS([evas-fb >= 1.7.5], [AC_DEFINE(HAVE_EVAS_FB, 1, [Evas 
Framebuffer Engine Support])])
 
 EFL_EDJE_EXTERNAL([have_edje_external="yes"], [have_edje_external="no"])
 
-PKG_CHECK_MODULES(EEZE, [eeze >= 1.6.99], [have_eeze="yes"], [have_eeze="no"])
+PKG_CHECK_MODULES(EEZE, [eeze >= 1.7.5], [have_eeze="yes"], [have_eeze="no"])
 
 if test "x${have_eeze}" = "xyes"; then
    AC_DEFINE(EMOTION_HAVE_EEZE, 1, [Define to 1 if Eeze is available])
-   requirement_emotion="${requirement_emotion} eeze >= 1.6.99"
+   requirement_emotion="${requirement_emotion} eeze >= 1.7.5"
 fi
 
-PKG_CHECK_MODULES([EIO], [eio >= 1.6.99], [have_eio="yes"], [have_eio="no"])
+PKG_CHECK_MODULES([EIO], [eio >= 1.7.5], [have_eio="yes"], [have_eio="no"])
 if test "x${have_eio}" = "xyes"; then
    AC_DEFINE(HAVE_EIO, 1, [Use EIO for asynchronous file access])
-   requirement_emotion="eio >= 1.6.99 ${requirement_emotion}"
+   requirement_emotion="eio >= 1.7.5 ${requirement_emotion}"
 fi
 
 AM_CONDITIONAL([HAVE_EIO], [test "x${have_eio}" = "xyes"])
@@ -169,11 +169,11 @@
 
 if ! test "x$want_ecore_x" = "xno" ; then
    PKG_CHECK_MODULES([ECORE_X],
-      [ecore-x >= 1.6.99],
+      [ecore-x >= 1.7.5],
       [
        AC_DEFINE(HAVE_ECORE_X, 1, [X11 support for Ecore])
        have_ecore_x="yes"
-       requirement_elm="ecore-x >= 1.6.99 ${requirement_elm}"
+       requirement_elm="ecore-x >= 1.7.5 ${requirement_elm}"
       ],
       [have_ecore_x="no"]
    )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emotion-1.7.4/emotion.spec 
new/emotion-1.7.5/emotion.spec
--- old/emotion-1.7.4/emotion.spec      2012-12-21 15:46:34.000000000 +0100
+++ new/emotion-1.7.5/emotion.spec      2013-01-04 15:27:21.000000000 +0100
@@ -3,7 +3,7 @@
 
 Summary: emotion
 Name: emotion
-Version: 1.7.4
+Version: 1.7.5
 Release: 0.%(date '+%Y%m%d')
 License: BSD
 Group: System Environment/Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/emotion-1.7.4/src/lib/Emotion.h 
new/emotion-1.7.5/src/lib/Emotion.h
--- old/emotion-1.7.4/src/lib/Emotion.h 2012-12-20 23:13:22.000000000 +0100
+++ new/emotion-1.7.5/src/lib/Emotion.h 2013-01-04 12:25:55.000000000 +0100
@@ -12,8 +12,8 @@
  *
  * @mainpage Emotion Library Documentation
  *
- * @version 1.7.0
- * @date 2003-2012
+ * @version 1.7.5
+ * @date 2003-2013
  *
  * @section intro What is Emotion?
  *

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

Reply via email to