Hello community,

here is the log from the commit of package emotion for openSUSE:Factory checked 
in at 2013-04-17 23:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11 
17:11:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.emotion.new/emotion.changes     2013-04-17 
23:04:15.000000000 +0200
@@ -1,0 +2,30 @@
+Tue Apr 16 22:52:42 UTC 2013 - [email protected]
+
+- removing man page documentation completely
+
+-------------------------------------------------------------------
+Mon Apr  8 12:21:34 UTC 2013 - [email protected]
+
+- disable man page generation for now as it collides with man pages
+  of boost package
+  you can still enable that easily in spec and rebuilt it locally
+  or take it from X11:Enlightenment:Factory
+
+-------------------------------------------------------------------
+Sat Apr  6 00:02:06 UTC 2013 - [email protected]
+
+- update to 1.7.6
+  Changelog:
+
+Carsten Haitzler (1):
+      suspend get fix + chglog
+
+Rafael Antognolli (2):
+      Bump stable efl to 1.7.6.
+      Update changelog for 1.7.6 release.
+
+Tom Hacohen (2):
+      Fix revision fetching when not using git.
+      Fixed LDFLAGS usage when using the gstreamer backend.
+
+-------------------------------------------------------------------

Old:
----
  emotion-1.7.5.tar.bz2

New:
----
  emotion-1.7.6.tar.bz2

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

Other differences:
------------------
++++++ emotion.spec ++++++
--- /var/tmp/diff_new_pack.z7mIgg/_old  2013-04-17 23:04:17.000000000 +0200
+++ /var/tmp/diff_new_pack.z7mIgg/_new  2013-04-17 23:04:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package emotion
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,12 @@
 
 
 Name:           emotion
-Version:        1.7.5
-Release:        1
-License:        BSD-2-Clause
+Version:        1.7.6
+Release:        0
 Summary:        Media Library for EFL
-Url:            http://enlightenment.org/
+License:        BSD-2-Clause
 Group:          Development/Libraries/C and C++
+Url:            http://enlightenment.org/
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  doxygen
 %if 0%{?suse_version}
@@ -32,8 +32,8 @@
 BuildRequires:  eet-devel >= %{version}
 BuildRequires:  eio-devel >= %{version}
 BuildRequires:  evas-devel >= %{version}
-BuildRequires:  gstreamer-devel
 BuildRequires:  gstreamer-0_10-plugins-base-devel
+BuildRequires:  gstreamer-devel
 BuildRequires:  libtool
 BuildRequires:  libxine-devel
 BuildRequires:  pkgconfig
@@ -55,12 +55,12 @@
 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}
 Requires:       evas-devel >= %{version}
 Requires:       gstreamer-devel
+Requires:       libemotion1 = %{version}
 Requires:       libxine-devel
 
 %description devel
@@ -80,13 +80,6 @@
 %description doc-html
 Documentation of Emotion library in form of HTML pages.
 
-%package doc-man
-Summary:        Man documentation of Emotion
-Group:          Documentation/Man
-
-%description doc-man
-Documentation of Emotion library in form of man pages.
-
 %package examples
 Summary:        Examples of Emotion usage
 Group:          Documentation/Man
@@ -115,14 +108,12 @@
 echo "Copying HTML documentation"
 mkdir -p %{buildroot}%{_docdir}/%{name}
 /bin/cp -vr doc/html %{buildroot}%{_docdir}/%{name}
-echo "Copying MAN pages"
-/bin/cp -vr doc/man/ %{buildroot}%{_mandir}/
+
 # fix line endings
 find %{buildroot}%{_docdir} -name '*.eps' | xargs sed -i 's@\r@\n@g'
 # remove duplicates
 %if 0%{?suse_version}
 %fdupes -s %{buildroot}%{_docdir}
-%fdupes -s %{buildroot}%{_mandir}
 %endif
 cp -v ChangeLog README COPYING* %{buildroot}%{_docdir}/%{name}/
 find %{buildroot}%{_libdir} -name '*.la' -exec rm -vf {} \;
@@ -162,10 +153,6 @@
 %defattr(-, root, root)
 %doc %{_docdir}/%{name}/html
 
-%files doc-man
-%defattr(-, root, root)
-%{_mandir}/*/*
-
 %files examples
 %defattr(-, root, root)
 %{_datadir}/%{name}/examples

++++++ emotion-1.7.5.tar.bz2 -> emotion-1.7.6.tar.bz2 ++++++
++++ 2400 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/emotion-1.7.5/ChangeLog new/emotion-1.7.6/ChangeLog
--- old/emotion-1.7.5/ChangeLog 2013-01-04 14:55:46.000000000 +0100
+++ new/emotion-1.7.6/ChangeLog 2013-04-04 22:49:46.000000000 +0200
@@ -81,3 +81,15 @@
 
        * 1.7.5 release
 
+2013-01-05   Jérémy Zurcher
+
+        * fix type in emotion_suspend_get()
+
+2013-04-03  Tom Hacohen
+
+       * autofoo: Fixed ldflags when using the gstreamer backend.
+
+
+2013-04-04  Rafael Antognolli
+
+        * 1.7.6 release
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/emotion-1.7.5/NEWS new/emotion-1.7.6/NEWS
--- old/emotion-1.7.5/NEWS      2013-01-04 14:55:30.000000000 +0100
+++ new/emotion-1.7.6/NEWS      2013-04-04 21:42:04.000000000 +0200
@@ -1,5 +1,10 @@
 Emotion 1.7.5
 
+Changes since Emotion 1.7.5:
+-------------------------
+Fixes:      
+      * autofoo: Fixed ldflags when using the gstreamer backend.
+
 Changes since Emotion 1.7.4:
 -------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/emotion-1.7.5/configure.ac new/emotion-1.7.6/configure.ac
--- old/emotion-1.7.5/configure.ac      2013-01-04 15:07:28.000000000 +0100
+++ new/emotion-1.7.6/configure.ac      2013-04-04 21:59:40.000000000 +0200
@@ -2,9 +2,8 @@
 ##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
 m4_define([v_maj], [1])
 m4_define([v_min], [7])
-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']))])
+m4_define([v_mic], [6])
+m4_define([v_rev], m4_esyscmd([(git rev-list --count HEAD 2>/dev/null || echo 
0) | tr -d '\n']))dnl
 ##--   When released, remove the dnl on the below line
 m4_undefine([v_rev])
 ##--   When doing snapshots - change soname. remove dnl on below line
@@ -108,17 +107,17 @@
 
 ### Checks for libraries
 
-requirement_emotion="ecore >= 1.7.5 evas >= 1.7.5 eet >= 1.7.5 eina >= 1.7.5"
+requirement_emotion="ecore >= 1.7.6 evas >= 1.7.6 eet >= 1.7.6 eina >= 1.7.6"
 PKG_CHECK_MODULES(EMOTION, [${requirement_emotion}])
 
 
 if test "x${have_emotion_test}" = "xyes" ; then
-   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])
+   PKG_CHECK_MODULES(EMOTION_BIN, [eina >= 1.7.6 evas >= 1.7.6 ecore >= 1.7.6 
ecore-evas >= 1.7.6 edje >= 1.7.6])
 fi
 
-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_X, [ecore-x >= 1.7.6 ecore-evas >= 1.7.6], 
[have_ecore_x="yes"], [have_ecore_x="no"])
 
-PKG_CHECK_MODULES(ECORE_FB, [ecore-fb >= 1.7.5], [have_ecore_fb="yes"], 
[have_ecore_fb="no"])
+PKG_CHECK_MODULES(ECORE_FB, [ecore-fb >= 1.7.6], [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 +127,27 @@
    AC_DEFINE(EMOTION_HAVE_ECORE_FB, 1, [Define to 1 if Ecore_Fb is enabled])
 fi
 
-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-software-x11 >= 1.7.6], 
[AC_DEFINE(HAVE_EVAS_SOFWARE_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-xrender-x11 >= 1.7.6], 
[AC_DEFINE(HAVE_EVAS_XRENDER_X11, 1, [Evas Software 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-opengl-x11 >= 1.7.6], [AC_DEFINE(HAVE_EVAS_OPENGL_X11, 
1, [Evas OpenGL Xlib Engine Support])])
 
-PKG_CHECK_EXISTS([evas-fb >= 1.7.5], [AC_DEFINE(HAVE_EVAS_FB, 1, [Evas 
Framebuffer Engine Support])])
+PKG_CHECK_EXISTS([evas-fb >= 1.7.6], [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.7.5], [have_eeze="yes"], [have_eeze="no"])
+PKG_CHECK_MODULES(EEZE, [eeze >= 1.7.6], [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.7.5"
+   requirement_emotion="${requirement_emotion} eeze >= 1.7.6"
 fi
 
-PKG_CHECK_MODULES([EIO], [eio >= 1.7.5], [have_eio="yes"], [have_eio="no"])
+PKG_CHECK_MODULES([EIO], [eio >= 1.7.6], [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.7.5 ${requirement_emotion}"
+   requirement_emotion="eio >= 1.7.6 ${requirement_emotion}"
 fi
 
 AM_CONDITIONAL([HAVE_EIO], [test "x${have_eio}" = "xyes"])
@@ -169,11 +168,11 @@
 
 if ! test "x$want_ecore_x" = "xno" ; then
    PKG_CHECK_MODULES([ECORE_X],
-      [ecore-x >= 1.7.5],
+      [ecore-x >= 1.7.6],
       [
        AC_DEFINE(HAVE_ECORE_X, 1, [X11 support for Ecore])
        have_ecore_x="yes"
-       requirement_elm="ecore-x >= 1.7.5 ${requirement_elm}"
+       requirement_elm="ecore-x >= 1.7.6 ${requirement_elm}"
       ],
       [have_ecore_x="no"]
    )
@@ -285,7 +284,7 @@
       AC_CHECK_LIB([gstinterfaces-0.10],
          [gst_x_overlay_set_window_handle],
          [AC_DEFINE([HAVE_X_OVERLAY_SET], [1], [Use 
gst_x_overlay_set_window_handle instead of old deprecated 
gst_x_overlay_set_xwindow_id])])
-      LDFLAGS=$sava_LDFLAGS
+      LDFLAGS=$save_LDFLAGS
    fi
 fi
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/emotion-1.7.5/emotion.spec new/emotion-1.7.6/emotion.spec
--- old/emotion-1.7.5/emotion.spec      2013-01-04 15:27:21.000000000 +0100
+++ new/emotion-1.7.6/emotion.spec      2013-04-05 00:40:47.000000000 +0200
@@ -3,7 +3,7 @@
 
 Summary: emotion
 Name: emotion
-Version: 1.7.5
+Version: 1.7.6
 Release: 0.%(date '+%Y%m%d')
 License: BSD
 Group: System Environment/Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/emotion-1.7.5/m4/libtool.m4 new/emotion-1.7.6/m4/libtool.m4
--- old/emotion-1.7.5/m4/libtool.m4     2012-12-19 16:02:33.000000000 +0100
+++ new/emotion-1.7.6/m4/libtool.m4     2013-04-04 23:17:36.000000000 +0200
@@ -2669,10 +2669,14 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
+  # Add ABI-specific directories to the system library path.
+  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2684,18 +2688,6 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
-netbsdelf*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='NetBSD ld.elf_so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3301,7 +3293,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd* | netbsdelf*-gnu)
+netbsd*)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4113,7 +4105,7 @@
            ;;
        esac
        ;;
-      netbsd* | netbsdelf*-gnu)
+      netbsd*)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4590,9 +4582,6 @@
       ;;
     esac
     ;;
-  linux* | k*bsd*-gnu | gnu*)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4655,9 +4644,6 @@
   openbsd*)
     with_gnu_ld=no
     ;;
-  linux* | k*bsd*-gnu | gnu*)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4879,7 +4865,7 @@
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5056,7 +5042,6 @@
        if test "$aix_use_runtimelinking" = yes; then
          shared_flag="$shared_flag "'${wl}-G'
        fi
-       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -5361,7 +5346,7 @@
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/emotion-1.7.5/src/lib/emotion_smart.c 
new/emotion-1.7.6/src/lib/emotion_smart.c
--- old/emotion-1.7.5/src/lib/emotion_smart.c   2013-01-04 11:47:14.000000000 
+0100
+++ new/emotion-1.7.6/src/lib/emotion_smart.c   2013-04-04 21:42:04.000000000 
+0200
@@ -1506,7 +1506,7 @@
 }
 
 EAPI Emotion_Suspend
-motion_object_suspend_get(Evas_Object *obj)
+emotion_object_suspend_get(Evas_Object *obj)
 {
    Smart_Data *sd;
 

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

Reply via email to