Hello community, here is the log from the commit of package efreet for openSUSE:Factory checked in at 2013-04-17 23:03:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/efreet (Old) and /work/SRC/openSUSE:Factory/.efreet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "efreet", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/efreet/efreet.changes 2013-01-11 17:10:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.efreet.new/efreet.changes 2013-04-17 23:03:38.000000000 +0200 @@ -1,0 +2,21 @@ +Fri Apr 5 23:31:48 UTC 2013 - [email protected] + +- update to 1.7.6 + Removed 0001-fix-efreet-desktop-command-parsing-of-https.patch fixed upstream + changelog: +Massimo Maiurana (1): + updating catalan and esperanto translations + +Mike Blumenkrantz (3): + fix efreet desktop command parsing of https:// + patch from rakuco to fix building with automake 1.13.1 + so...apparently a typo was made here a couple months ago which broke desktop file caching and nobody noticed + +Rafael Antognolli (2): + Bump stable efl to 1.7.6. + Update changelog for 1.7.6 release. + +Tom Hacohen (1): + Fix revision fetching when not using git. + +------------------------------------------------------------------- Old: ---- 0001-fix-efreet-desktop-command-parsing-of-https.patch efreet-1.7.5.tar.bz2 New: ---- efreet-1.7.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ efreet.spec ++++++ --- /var/tmp/diff_new_pack.GBuRnl/_old 2013-04-17 23:03:39.000000000 +0200 +++ /var/tmp/diff_new_pack.GBuRnl/_new 2013-04-17 23:03:39.000000000 +0200 @@ -17,15 +17,13 @@ Name: efreet -Version: 1.7.5 +Version: 1.7.6 Release: 0 Summary: FreeDesktop.org standards compatibility library License: BSD-2-Clause Group: System/GUI/Other Url: http://enlightenment.org/ Source: %{name}-%{version}.tar.bz2 -# PATCH-FIX-UPSTREAM 0001-fix-efreet-desktop-command-parsing-of-https.patch [email protected] et#2174 -- correctly handle https URLs -Patch: 0001-fix-efreet-desktop-command-parsing-of-https.patch BuildRequires: doxygen BuildRequires: ecore-devel >= %version BuildRequires: eet-devel >= %version @@ -76,7 +74,6 @@ %prep %setup -q -%patch -p1 %build # fake time used for documentation ++++++ efreet-1.7.5.tar.bz2 -> efreet-1.7.6.tar.bz2 ++++++ ++++ 2817 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/efreet-1.7.5/ChangeLog new/efreet-1.7.6/ChangeLog --- old/efreet-1.7.5/ChangeLog 2013-01-04 13:18:59.000000000 +0100 +++ new/efreet-1.7.6/ChangeLog 2013-04-04 22:49:46.000000000 +0200 @@ -180,3 +180,15 @@ 2013-01-04 Luis Felipe Strano Moraes * 1.7.5 release + +2013-01-08 Mike Blumenkrantz + + * Fix desktop command parsing of https + +2013-02-04 Mike Blumenkrantz + + * Fix desktop cache updating + +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/efreet-1.7.5/NEWS new/efreet-1.7.6/NEWS --- old/efreet-1.7.5/NEWS 2013-01-04 13:19:27.000000000 +0100 +++ new/efreet-1.7.6/NEWS 2013-04-04 21:42:04.000000000 +0200 @@ -1,3 +1,13 @@ +Efreet 1.7.6 + +Changes since Efreet 1.7.5: +--------------------------- + +Fixes: + * Fix desktop command parsing of https + * Fix desktop cache updating + + Efreet 1.7.5 Changes since Efreet 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/efreet-1.7.5/configure.ac new/efreet-1.7.6/configure.ac --- old/efreet-1.7.5/configure.ac 2013-01-04 15:07:28.000000000 +0100 +++ new/efreet-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 @@ -154,7 +153,7 @@ EFL_EFREET_TRASH_BUILD="" case "$host_os" in mingw*) - PKG_CHECK_MODULES([EVIL], [evil >= 1.7.5]) + PKG_CHECK_MODULES([EVIL], [evil >= 1.7.6]) AC_DEFINE(HAVE_EVIL, 1, [Set to 1 if evil package is installed]) requirement_efreet="evil" EFL_EFREET_BUILD="-DEFL_EFREET_BUILD" @@ -166,9 +165,9 @@ AC_SUBST(EFL_EFREET_MIME_BUILD) AC_SUBST(EFL_EFREET_TRASH_BUILD) -requirement_efreet="ecore-file >= 1.7.5 ecore >= 1.7.5 eet >= 1.7.5 eina >= 1.7.5 ${requirement_efreet}" +requirement_efreet="ecore-file >= 1.7.6 ecore >= 1.7.6 eet >= 1.7.6 eina >= 1.7.6 ${requirement_efreet}" PKG_CHECK_MODULES(EFREET, [${requirement_efreet}]) -PKG_CHECK_MODULES(EINA, [eina >= 1.7.5]) +PKG_CHECK_MODULES(EINA, [eina >= 1.7.6]) ### Checks for header files @@ -185,7 +184,6 @@ AC_C_CONST AC_C___ATTRIBUTE__ -AM_PROG_CC_STDC AC_HEADER_STDC case "${host_os}" in 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/efreet-1.7.5/efreet.spec new/efreet-1.7.6/efreet.spec --- old/efreet-1.7.5/efreet.spec 2013-01-04 15:23:45.000000000 +0100 +++ new/efreet-1.7.6/efreet.spec 2013-04-05 00:34:44.000000000 +0200 @@ -4,7 +4,7 @@ Summary: FreeDesktop.Org Compatibility Library Name: efreet -Version: 1.7.5 +Version: 1.7.6 Release: %{_rel} 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/efreet-1.7.5/m4/libtool.m4 new/efreet-1.7.6/m4/libtool.m4 --- old/efreet-1.7.5/m4/libtool.m4 2012-12-19 15:58:54.000000000 +0100 +++ new/efreet-1.7.6/m4/libtool.m4 2013-04-04 23:11:55.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/efreet-1.7.5/po/LINGUAS new/efreet-1.7.6/po/LINGUAS --- old/efreet-1.7.5/po/LINGUAS 2013-01-04 15:06:03.000000000 +0100 +++ new/efreet-1.7.6/po/LINGUAS 2013-04-04 21:42:04.000000000 +0200 @@ -1,6 +1,7 @@ cs de el +eo es fr it Files old/efreet-1.7.5/po/cs.gmo and new/efreet-1.7.6/po/cs.gmo differ 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/efreet-1.7.5/po/cs.po new/efreet-1.7.6/po/cs.po --- old/efreet-1.7.5/po/cs.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/cs.po 2013-04-04 23:12:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/de.gmo and new/efreet-1.7.6/po/de.gmo differ 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/efreet-1.7.5/po/de.po new/efreet-1.7.6/po/de.po --- old/efreet-1.7.5/po/de.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/de.po 2013-04-04 23:12:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/el.gmo and new/efreet-1.7.6/po/el.gmo differ 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/efreet-1.7.5/po/el.po new/efreet-1.7.6/po/el.po --- old/efreet-1.7.5/po/el.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/el.po 2013-04-04 23:12:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/eo.gmo and new/efreet-1.7.6/po/eo.gmo differ 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/efreet-1.7.5/po/eo.po new/efreet-1.7.6/po/eo.po --- old/efreet-1.7.5/po/eo.po 1970-01-01 01:00:00.000000000 +0100 +++ new/efreet-1.7.6/po/eo.po 2013-04-04 23:12:31.000000000 +0200 @@ -0,0 +1,23 @@ +# Esperanto translation for enlightenment +# Copyright (c) 2013 Rosetta Contributors and Canonical Ltd 2013 +# This file is distributed under the same license as the enlightenment package. +# FIRST AUTHOR <EMAIL@ADDRESS>, 2013. +# +msgid "" +msgstr "" +"Project-Id-Version: enlightenment\n" +"Report-Msgid-Bugs-To: [email protected]\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" +"PO-Revision-Date: 2013-02-04 22:10+0000\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: Esperanto <[email protected]>\n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Launchpad-Export-Date: 2013-02-05 05:23+0000\n" +"X-Generator: Launchpad (build 16468)\n" + +#: src/lib/efreet_base.c:112 +msgid "Desktop" +msgstr "Labortablo" Files old/efreet-1.7.5/po/es.gmo and new/efreet-1.7.6/po/es.gmo differ 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/efreet-1.7.5/po/es.po new/efreet-1.7.6/po/es.po --- old/efreet-1.7.5/po/es.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/es.po 2013-04-04 23:12:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/fr.gmo and new/efreet-1.7.6/po/fr.gmo differ 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/efreet-1.7.5/po/fr.po new/efreet-1.7.6/po/fr.po --- old/efreet-1.7.5/po/fr.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/fr.po 2013-04-04 23:12:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/it.gmo and new/efreet-1.7.6/po/it.gmo differ 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/efreet-1.7.5/po/it.po new/efreet-1.7.6/po/it.po --- old/efreet-1.7.5/po/it.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/it.po 2013-04-04 23:12:31.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/ja.gmo and new/efreet-1.7.6/po/ja.gmo differ 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/efreet-1.7.5/po/ja.po new/efreet-1.7.6/po/ja.po --- old/efreet-1.7.5/po/ja.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/ja.po 2013-04-04 23:12:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/ko.gmo and new/efreet-1.7.6/po/ko.gmo differ 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/efreet-1.7.5/po/ko.po new/efreet-1.7.6/po/ko.po --- old/efreet-1.7.5/po/ko.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/ko.po 2013-04-04 23:12:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/nl.gmo and new/efreet-1.7.6/po/nl.gmo differ 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/efreet-1.7.5/po/nl.po new/efreet-1.7.6/po/nl.po --- old/efreet-1.7.5/po/nl.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/nl.po 2013-04-04 23:12:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/pt.gmo and new/efreet-1.7.6/po/pt.gmo differ 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/efreet-1.7.5/po/pt.po new/efreet-1.7.6/po/pt.po --- old/efreet-1.7.5/po/pt.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/pt.po 2013-04-04 23:12:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/ru.gmo and new/efreet-1.7.6/po/ru.gmo differ 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/efreet-1.7.5/po/ru.po new/efreet-1.7.6/po/ru.po --- old/efreet-1.7.5/po/ru.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/ru.po 2013-04-04 23:12:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/sl.gmo and new/efreet-1.7.6/po/sl.gmo differ 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/efreet-1.7.5/po/sl.po new/efreet-1.7.6/po/sl.po --- old/efreet-1.7.5/po/sl.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/sl.po 2013-04-04 23:12:32.000000000 +0200 @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Efreet\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-06-24 17:10+0900\n" "Last-Translator: Jerome Pinot <[email protected]>\n" "Language-Team: Enlightenment Team\n" Files old/efreet-1.7.5/po/zh_CN.gmo and new/efreet-1.7.6/po/zh_CN.gmo differ 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/efreet-1.7.5/po/zh_CN.po new/efreet-1.7.6/po/zh_CN.po --- old/efreet-1.7.5/po/zh_CN.po 2013-01-04 15:24:02.000000000 +0100 +++ new/efreet-1.7.6/po/zh_CN.po 2013-04-04 23:12:32.000000000 +0200 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: efreet 1.7.99.77644\n" "Report-Msgid-Bugs-To: [email protected]\n" -"POT-Creation-Date: 2013-01-04 12:24-0200\n" +"POT-Creation-Date: 2013-04-04 18:12-0300\n" "PO-Revision-Date: 2012-12-22 03:45+0800\n" "Last-Translator: Aron Xu <[email protected]>\n" "Language-Team: Chinese (simplified)\n" 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/efreet-1.7.5/src/lib/efreet_cache.c new/efreet-1.7.6/src/lib/efreet_cache.c --- old/efreet-1.7.5/src/lib/efreet_cache.c 2013-01-04 11:46:57.000000000 +0100 +++ new/efreet-1.7.6/src/lib/efreet_cache.c 2013-04-04 21:42:04.000000000 +0200 @@ -1229,9 +1229,9 @@ fl.l_type = F_WRLCK; fl.l_whence = SEEK_SET; if (fcntl(desktop_cache_exe_lock, F_SETLK, &fl) < 0) goto error; - flags = fcntl(icon_cache_exe_lock, F_GETFD); + flags = fcntl(desktop_cache_exe_lock, F_GETFD); flags |= FD_CLOEXEC; - if (fcntl(icon_cache_exe_lock, F_SETFD, flags) < 0) goto error; + if (fcntl(desktop_cache_exe_lock, F_SETFD, flags) < 0) goto error; prio = ecore_exe_run_priority_get(); ecore_exe_run_priority_set(19); eina_strlcpy(file, PACKAGE_LIB_DIR "/efreet/efreet_desktop_cache_create", sizeof(file)); 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/efreet-1.7.5/src/lib/efreet_desktop_command.c new/efreet-1.7.6/src/lib/efreet_desktop_command.c --- old/efreet-1.7.5/src/lib/efreet_desktop_command.c 2012-12-19 15:40:58.000000000 +0100 +++ new/efreet-1.7.6/src/lib/efreet_desktop_command.c 2013-04-04 21:42:04.000000000 +0200 @@ -625,7 +625,7 @@ f->command = command; /* handle uris */ - if (!strncmp(file, "http://", 7) || !strncmp(file, "ftp://", 6)) + if ((!strncmp(file, "http", 4) && (!strncmp(file + 4, "://", 3) || !strncmp(file + 4, "s://", 4))) || !strncmp(file, "ftp://", 6)) { uri = file; base = ecore_file_file_get(file); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
