Hello community, here is the log from the commit of package enlightenment for openSUSE:Factory checked in at 2014-11-26 20:55:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/enlightenment (Old) and /work/SRC/openSUSE:Factory/.enlightenment.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "enlightenment" Changes: -------- --- /work/SRC/openSUSE:Factory/enlightenment/enlightenment.changes 2014-10-18 09:09:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.enlightenment.new/enlightenment.changes 2014-11-26 20:55:42.000000000 +0100 @@ -1,0 +2,9 @@ +Mon Nov 17 00:41:00 UTC 2014 - Led <ledest@gmail.com> + +- remove unneeded '-e' option of 'echo' command in + enlightenment_remote script. That option may be unsupported in + some POSIX-complete shells +- add patches: + * enlightenment-0.19.1-fix-bashisms.patch + +------------------------------------------------------------------- New: ---- enlightenment-0.19.1-fix-bashisms.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ enlightenment.spec ++++++ --- /var/tmp/diff_new_pack.qfKGLb/_old 2014-11-26 20:55:44.000000000 +0100 +++ /var/tmp/diff_new_pack.qfKGLb/_new 2014-11-26 20:55:44.000000000 +0100 @@ -43,6 +43,7 @@ Patch1: dont_offer_updates.patch # PATCH-FEATURE-OPENSUSE set_default_system_language.patch -- use system default language and don't ask user -- sleep_walker@suse.cz Patch2: set_default_system_language.patch +Patch3: %{name}-0.19.1-fix-bashisms.patch BuildRequires: alsa-devel BuildRequires: autoconf BuildRequires: automake @@ -167,6 +168,7 @@ %patch0 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build # fake time used for documentation @@ -238,29 +240,36 @@ %endif - # remove files from not wanted place rm %{buildroot}%{_datadir}/enlightenment/{COPYING,AUTHORS} %if %systemd_present %pre +%if !0%{?fedora} %service_add_pre enlightenment.service %endif +%endif %post %if %systemd_present +%if !0%{?fedora} %service_add_post enlightenment.service %endif +%endif %if %systemd_present %preun +%if !0%{?fedora} %service_del_preun enlightenment.service %endif +%endif %postun %if %systemd_present +%if !0%{?fedora} %service_del_postun enlightenment.service %endif +%endif %files -f enlightenment.lang %defattr(-,root,root) ++++++ enlightenment-0.19.1-fix-bashisms.patch ++++++ diff -Ndur enlightenment-0.19.1/data/tools/enlightenment_remote enlightenment-0.19.1-fix-bashisms/data/tools/enlightenment_remote --- enlightenment-0.19.1/data/tools/enlightenment_remote 2014-07-29 14:39:11.000000000 +0300 +++ enlightenment-0.19.1-fix-bashisms/data/tools/enlightenment_remote 2014-11-17 02:38:18.041449507 +0200 @@ -8,7 +8,7 @@ #------------------------------------------------------------------------------- show_help(){ # Actual implemented features: -echo -e " +echo " OPTIONS: -h This help -help This help @@ -62,7 +62,7 @@ # Show info about the new implementation of enlightenment_remote #------------------------------------------------------------------------------- show_help_new_tool(){ - echo -e " + echo " This is a new implementation of enlightenment_remote, it uses dbus calls to enlightenment so it is using the new system, this tool is a front-end just like the original tool, created for the ease-to-use of the users and in order to -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org