Hello community,

here is the log from the commit of package quilt for openSUSE:Factory
checked in at Fri Oct 7 00:50:28 CEST 2011.



--------
--- openSUSE:Factory/quilt/quilt.changes        2011-09-23 12:44:02.000000000 
+0200
+++ quilt/quilt.changes 2011-10-06 18:57:11.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Oct  6 18:53:45 CEST 2011 - oher...@suse.de
+
+- inspect-shell-syntax-errors.patch: Quote strings in inspect
+  helper script to avoid flood of shell syntax errors during
+  quilt setup -v *.spec.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  inspect-shell-syntax-errors.patch

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

Other differences:
------------------
++++++ quilt.spec ++++++
--- /var/tmp/diff_new_pack.UYlSud/_old  2011-10-07 00:50:24.000000000 +0200
+++ /var/tmp/diff_new_pack.UYlSud/_new  2011-10-07 00:50:24.000000000 +0200
@@ -46,6 +46,7 @@
 Patch12:        setup-add-fuzz-parameter.patch
 Patch13:        setup-support-reverse-patch.patch
 Patch14:        completion-revert.patch
+Patch15:       inspect-shell-syntax-errors.patch
 Url:            http://savannah.nongnu.org/projects/quilt
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -65,7 +66,7 @@
 
 %prep
 %setup -q
-%patch -p1 -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -P 8 -P 9 -P 10 -P 11 -P 12 -P 
13 -P 14
+%patch -p1 -P 1 -P 2 -P 3 -P 4 -P 5 -P 6 -P 7 -P 8 -P 9 -P 10 -P 11 -P 12 -P 
13 -P 14 -P 15
 
 %build
 autoconf

++++++ inspect-shell-syntax-errors.patch ++++++
---
 quilt/scripts/inspect.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- quilt-0.48.orig/quilt/scripts/inspect.in
+++ quilt-0.48/quilt/scripts/inspect.in
@@ -143,7 +143,7 @@ cat <<-'EOF' > $tmpdir/bin/wrapper
                md5sum=$1
                while read md5sum_ file_
                do
-                       if [ $md5sum = $md5sum_ ]
+                       if [ "$md5sum" = "$md5sum_" ]
                        then
                                echo ${file_#\*}
                                return 0
@@ -162,7 +162,7 @@ cat <<-'EOF' > $tmpdir/bin/wrapper
                
                while read md5sum_ file_
                do
-                       if [ $md5sum = $md5sum_ ]
+                       if [ "$md5sum" = "$md5sum_" ]
                        then
                                echo ${file_#\*}
                                return 0
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to