Hello community, here is the log from the commit of package eio for openSUSE:Factory checked in at 2012-12-10 13:48:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eio (Old) and /work/SRC/openSUSE:Factory/.eio.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eio", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/eio/eio.changes 2012-12-05 13:49:24.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.eio.new/eio.changes 2012-12-10 13:48:16.000000000 +0100 @@ -1,0 +2,6 @@ +Sat Dec 8 02:01:12 UTC 2012 - [email protected] + +- Bump to 1.7.3 +- 1.7.3 is a bugfix release to coincide with the beta release of efl + +------------------------------------------------------------------- Old: ---- eio-1.7.2.tar.bz2 New: ---- eio-1.7.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eio.spec ++++++ --- /var/tmp/diff_new_pack.FUdFXN/_old 2012-12-10 13:48:17.000000000 +0100 +++ /var/tmp/diff_new_pack.FUdFXN/_new 2012-12-10 13:48:17.000000000 +0100 @@ -17,7 +17,7 @@ Name: eio -Version: 1.7.2 +Version: 1.7.3 Release: 0 Summary: Extension of ecore for parallel io operations License: LGPL-2.1 ++++++ eio-1.7.2.tar.bz2 -> eio-1.7.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/ChangeLog new/eio-1.7.3/ChangeLog --- old/eio-1.7.2/ChangeLog 2012-11-23 00:09:01.000000000 +0100 +++ new/eio-1.7.3/ChangeLog 2012-12-07 16:11:12.000000000 +0100 @@ -61,3 +61,18 @@ 1.7.2 release +2012-11-23 Sebastian Dransfeld + + * Correctly define alloca + * Minor build fixes for solaris + +2012-12-07 Cedric Bail + + * Don't leak fd on exec. + * Don't stop on limited access right. + +2012-12-07 Luis Felipe Strano Moraes + + * 1.7.3 release + + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/NEWS new/eio-1.7.3/NEWS --- old/eio-1.7.2/NEWS 2012-11-22 23:50:41.000000000 +0100 +++ new/eio-1.7.3/NEWS 2012-12-07 16:11:16.000000000 +0100 @@ -1,3 +1,13 @@ +Eio 1.7.3 + +Changes since Eio 1.7.2: +------------------------ + +Fixes: + - Fix build on Solaris. + - Don't leak fd on exec. + - Don't stop on limited access right. + Eio 1.7.2 Changes since Eio 1.7.1: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/configure new/eio-1.7.3/configure --- old/eio-1.7.2/configure 2012-11-23 00:35:58.000000000 +0100 +++ new/eio-1.7.3/configure 2012-12-07 17:09:27.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for eio 1.7.2. +# Generated by GNU Autoconf 2.68 for eio 1.7.3. # # Report bugs to <[email protected]>. # @@ -570,8 +570,8 @@ # Identity of this package. PACKAGE_NAME='eio' PACKAGE_TARNAME='eio' -PACKAGE_VERSION='1.7.2' -PACKAGE_STRING='eio 1.7.2' +PACKAGE_VERSION='1.7.3' +PACKAGE_STRING='eio 1.7.3' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1334,7 +1334,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 eio 1.7.2 to adapt to many kinds of systems. +\`configure' configures eio 1.7.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1404,7 +1404,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of eio 1.7.2:";; + short | recursive ) echo "Configuration of eio 1.7.3:";; esac cat <<\_ACEOF @@ -1527,7 +1527,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -eio configure 1.7.2 +eio configure 1.7.3 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1896,7 +1896,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by eio $as_me 1.7.2, which was +It was created by eio $as_me 1.7.3, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2720,7 +2720,7 @@ # Define the identity of the package. PACKAGE='eio' - VERSION='1.7.2' + VERSION='1.7.3' cat >>confdefs.h <<_ACEOF @@ -11952,7 +11952,7 @@ cat >>confdefs.h <<_ACEOF -#define VMIC 2 +#define VMIC 3 _ACEOF @@ -11960,7 +11960,7 @@ #define VREV 0 _ACEOF -version_info="8:2:7" +version_info="8:3:7" release_info="" @@ -14933,7 +14933,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by eio $as_me 1.7.2, which was +This file was extended by eio $as_me 1.7.3, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14999,7 +14999,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -eio config.status 1.7.2 +eio config.status 1.7.3 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/eio-1.7.2/configure.ac new/eio-1.7.3/configure.ac --- old/eio-1.7.2/configure.ac 2012-11-23 00:35:55.000000000 +0100 +++ new/eio-1.7.3/configure.ac 2012-12-07 17:09:25.000000000 +0100 @@ -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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/doc/Doxyfile new/eio-1.7.3/doc/Doxyfile --- old/eio-1.7.2/doc/Doxyfile 2012-11-23 00:36:04.000000000 +0100 +++ new/eio-1.7.3/doc/Doxyfile 2012-12-07 17:09:30.000000000 +0100 @@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.7.2 +PROJECT_NUMBER = 1.7.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/eio.spec new/eio-1.7.3/eio.spec --- old/eio-1.7.2/eio.spec 2012-11-23 00:36:04.000000000 +0100 +++ new/eio-1.7.3/eio.spec 2012-12-07 17:09:30.000000000 +0100 @@ -3,7 +3,7 @@ Summary: Enlightenment Input/Output Library Name: eio -Version: 1.7.2 +Version: 1.7.3 Release: %{_rel} License: LGPLv2.1 Group: System Environment/Libraries diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/src/lib/eio_dir.c new/eio-1.7.3/src/lib/eio_dir.c --- old/eio-1.7.2/src/lib/eio_dir.c 2012-11-22 12:53:55.000000000 +0100 +++ new/eio-1.7.3/src/lib/eio_dir.c 2012-12-07 12:53:27.000000000 +0100 @@ -89,7 +89,7 @@ { case EINA_FILE_DIR: if (_eio_lstat(info->path, &buffer) != 0) - goto on_error; + continue; if (S_ISLNK(buffer.st_mode)) info->type = EINA_FILE_LNK; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/src/lib/eio_main.c new/eio-1.7.3/src/lib/eio_main.c --- old/eio-1.7.2/src/lib/eio_main.c 2012-11-22 12:53:55.000000000 +0100 +++ new/eio-1.7.3/src/lib/eio_main.c 2012-12-07 12:53:27.000000000 +0100 @@ -16,6 +16,7 @@ * License along with this library; * if not, see <http://www.gnu.org/licenses/>. */ + #include "eio_private.h" #include "Eio.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/src/lib/eio_monitor_inotify.c new/eio-1.7.3/src/lib/eio_monitor_inotify.c --- old/eio-1.7.2/src/lib/eio_monitor_inotify.c 2012-11-22 12:53:55.000000000 +0100 +++ new/eio-1.7.3/src/lib/eio_monitor_inotify.c 2012-12-07 12:53:27.000000000 +0100 @@ -184,11 +184,20 @@ void eio_monitor_backend_init(void) { int fd; +#ifdef HAVE_EXECVP + int flags; +#endif fd = inotify_init(); if (fd < 0) return ; +#ifdef HAVE_EXECVP + flags = fcntl(fd, F_GETFD); + flags |= FD_CLOEXEC; + fcntl(fd, F_SETFD, flags); +#endif + _inotify_fdh = ecore_main_fd_handler_add(fd, ECORE_FD_READ, _eio_inotify_handler, NULL, NULL, NULL); if (!_inotify_fdh) { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/src/lib/eio_private.h new/eio-1.7.3/src/lib/eio_private.h --- old/eio-1.7.2/src/lib/eio_private.h 2012-11-22 12:53:55.000000000 +0100 +++ new/eio-1.7.3/src/lib/eio_private.h 2012-12-07 12:53:27.000000000 +0100 @@ -5,6 +5,32 @@ # include "config.h" #endif +#ifdef STDC_HEADERS +# include <stdlib.h> +# include <stddef.h> +#else +# ifdef HAVE_STDLIB_H +# include <stdlib.h> +# endif +#endif +#ifdef HAVE_ALLOCA_H +# include <alloca.h> +#elif !defined alloca +# ifdef __GNUC__ +# define alloca __builtin_alloca +# elif defined _AIX +# define alloca __alloca +# elif defined _MSC_VER +# include <malloc.h> +# define alloca _alloca +# elif !defined HAVE_ALLOCA +# ifdef __cplusplus +extern "C" +# endif +void *alloca (size_t); +# endif +#endif + #include <sys/types.h> #ifdef HAVE_DIRENT_H # include <dirent.h> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/eio-1.7.2/src/lib/eio_single.c new/eio-1.7.3/src/lib/eio_single.c --- old/eio-1.7.2/src/lib/eio_single.c 2012-11-22 12:53:55.000000000 +0100 +++ new/eio-1.7.3/src/lib/eio_single.c 2012-12-07 12:53:27.000000000 +0100 @@ -18,6 +18,7 @@ * License along with this library; * if not, see <http://www.gnu.org/licenses/>. */ + #include "eio_private.h" #include "Eio.h" -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
