]> git.pld-linux.org Git - packages/expect.git/commitdiff
- rel 3; fix format auto/th/expect-5.45-3
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Jun 2014 08:53:10 +0000 (10:53 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 3 Jun 2014 08:53:10 +0000 (10:53 +0200)
expect-format.patch [new file with mode: 0644]
expect.spec

diff --git a/expect-format.patch b/expect-format.patch
new file mode 100644 (file)
index 0000000..4eafd80
--- /dev/null
@@ -0,0 +1,13 @@
+--- expect5.45/exp_clib.c~     2010-09-01 00:20:27.000000000 +0200
++++ expect5.45/exp_clib.c      2014-06-03 10:51:24.193073887 +0200
+@@ -1476,8 +1476,8 @@
+      char *str;
+ {
+   if (exp_is_debugging) {
+-    fprintf(stderr,str);
+-    if (exp_logfile) fprintf(exp_logfile,str);
++    fprintf(stderr,"%s",str);
++    if (exp_logfile) fprintf(exp_logfile,"%s",str);
+   }
+ }
index 917f47902e88e0ba24b023c6afc0fdc728691dd5..07e5aa39f3e8ac792287d9f5a187a430ab3504cf 100644 (file)
@@ -12,7 +12,7 @@ Summary(tr.UTF-8):    Programlar arası etkileşimi mümkün kılan Tcl genişletme
 Summary(uk.UTF-8):     Розширення Tcl для керування програмами зі скриптів
 Name:          expect
 Version:       5.45
-Release:       2
+Release:       3
 License:       BSD
 Group:         Development/Languages/Tcl
 Source0:       http://downloads.sourceforge.net/expect/%{name}%{version}.tar.gz
@@ -20,6 +20,7 @@ Source0:      http://downloads.sourceforge.net/expect/%{name}%{version}.tar.gz
 Patch0:                %{name}-pty.patch
 Patch1:                %{name}-bug7869.patch
 Patch2:                %{name}-soname.patch
+Patch3:                %{name}-format.patch
 URL:           http://expect.nist.gov/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -104,6 +105,7 @@ Pliki nagłówkowe i dokumentacja do rozszerzenia expect języka Tcl.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 chmod +w {.,testsuite}/configure
 
This page took 0.07332 seconds and 4 git commands to generate.