Hello community,

here is the log from the commit of package e17 for openSUSE:Factory checked in 
at 2015-01-09 20:50:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e17 (Old)
 and      /work/SRC/openSUSE:Factory/.e17.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e17"

Changes:
--------
--- /work/SRC/openSUSE:Factory/e17/e17.changes  2014-02-24 10:59:01.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.e17.new/e17.changes     2015-01-09 
20:50:54.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Oct 19 03:00:00 UTC 2014 - Led <[email protected]>
+
+- fix BuildRequires
+- fix bashisms
+- add patches:
+  * enlightenment-0.17.6-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  enlightenment-0.17.6-fix-bashisms.patch

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

Other differences:
------------------
++++++ e17.spec ++++++
--- /var/tmp/diff_new_pack.aGn0TF/_old  2015-01-09 20:50:55.000000000 +0100
+++ /var/tmp/diff_new_pack.aGn0TF/_new  2015-01-09 20:50:55.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package e17
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -34,10 +34,11 @@
 Patch1:         dont_offer_updates.patch
 # PATCH-FEATURE-OPENSUSE set_default_system_language.patch -- use system 
default language and don't ask user --  [email protected]
 Patch2:         set_default_system_language.patch
+Patch3:         enlightenment-0.17.6-fix-bashisms.patch
 BuildRequires:  alsa-devel
 BuildRequires:  dbus-1-devel
 BuildRequires:  doxygen
-BuildRequires:  e_dbus-devel
+BuildRequires:  e_dbus-devel >= 1.7.8
 BuildRequires:  efl-devel
 BuildRequires:  elementary-devel
 BuildRequires:  freetype2-devel >= 2.1.7
@@ -124,6 +125,7 @@
 %patch0
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 # fake time used for documentation

++++++ enlightenment-0.17.6-fix-bashisms.patch ++++++
diff -Ndurp enlightenment-0.17.6/data/tools/enlightenment_remote 
enlightenment-0.17.6-fix-bashisms/data/tools/enlightenment_remote
--- enlightenment-0.17.6/data/tools/enlightenment_remote        2013-07-29 
20:06:16.000000000 +0300
+++ enlightenment-0.17.6-fix-bashisms/data/tools/enlightenment_remote   
2014-10-19 05:27:26.088222336 +0300
@@ -8,7 +8,7 @@
 
#-------------------------------------------------------------------------------
 show_help(){
    # Actual implemented features:
-echo -e "
+echo "
 OPTIONS:
   -h This help
   -help This help
@@ -61,7 +61,7 @@ Note: This is a new implementation of en
 #   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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to