Hello community,

here is the log from the commit of package PackageKit for openSUSE:Factory 
checked in at 2014-12-19 09:39:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/PackageKit/PackageKit.changes    2014-11-28 
08:46:01.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit.new/PackageKit.changes       
2014-12-19 09:38:43.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Nov 22 17:39:00 UTC 2014 - Led <[email protected]>
+
+- fix using 'echo' command in search-name.sh script
+- add patches:
+  * PackageKit-1.0.1-fix-bashisms.patch
+
+-------------------------------------------------------------------

New:
----
  PackageKit-1.0.1-fix-bashisms.patch

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

Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.ktx3Ao/_old  2014-12-19 09:38:44.000000000 +0100
+++ /var/tmp/diff_new_pack.ktx3Ao/_new  2014-12-19 09:38:44.000000000 +0100
@@ -34,6 +34,7 @@
 Patch1:         0001-Change-the-configuration-of-the-cron-script-to-a-sys.patch
 # PATCH-FIX-UPSTREAM PackageKit-dbus-location.patch bnc#829944 
[email protected] -- Look for dbus socket in /run instead of /var/run. Sent 
to upstream.
 Patch3:         PackageKit-dbus-location.patch
+Patch4:         PackageKit-1.0.1-fix-bashisms.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  automake
 BuildRequires:  docbook-utils
@@ -232,6 +233,7 @@
 %setup -q
 %patch1 -p1
 %patch3 -p1
+%patch4 -p1
 translation-update-upstream
 
 %build

++++++ PackageKit-1.0.1-fix-bashisms.patch ++++++
diff -Ndur PackageKit-1.0.1/backends/test/helpers/search-name.sh 
PackageKit-1.0.1-fix-bashisms/backends/test/helpers/search-name.sh
--- PackageKit-1.0.1/backends/test/helpers/search-name.sh       2014-09-09 
19:45:45.000000000 +0300
+++ PackageKit-1.0.1-fix-bashisms/backends/test/helpers/search-name.sh  
2014-11-16 23:31:29.322207783 +0200
@@ -9,17 +9,16 @@
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 
-echo -e "no-percentage-updates"
+echo "no-percentage-updates"
 sleep 1
-echo -e "percentage\t10"
-echo -e "status\tquery"
+echo "percentage       10"
+echo "status   query"
 sleep 1
-echo -e "percentage\t30"
-echo -e "package\tavailable\tglib2;2.14.0;i386;fedora\tThe GLib library"
+echo "percentage       30"
+echo "package  available       glib2;2.14.0;i386;fedora        The GLib 
library"
 sleep 1
-echo -e "percentage\t70"
-echo -e "package\tinstalled\tgtk2;gtk2-2.11.6-6.fc8;i386;fedora\tGTK+ 
Libraries for GIMP"
+echo "percentage       70"
+echo "package  installed       gtk2;gtk2-2.11.6-6.fc8;i386;fedora      GTK+ 
Libraries for GIMP"
 sleep 1
-echo -e "percentage\t100"
+echo "percentage       100"
 exit 0
-
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to