commit fe4ed79045a3f1f7c5382e6e640c8df300dd9c2e
Author: Jan Rękorajski <[email protected]>
Date:   Thu Feb 26 20:18:43 2015 +0000

    - remove pty (/dev/tty) test, it has no chance of success on builders
    - rel 3

 gawk.spec         |  4 +++-
 no-pty-test.patch | 20 ++++++++++++++++++++
 2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/gawk.spec b/gawk.spec
index edfd11f..2027cb6 100644
--- a/gawk.spec
+++ b/gawk.spec
@@ -14,7 +14,7 @@ Summary(tr.UTF-8):    GNU araçları metin düzenleyici
 Summary(uk.UTF-8):     GNU версія утиліти обробки текстів awk
 Name:          gawk
 Version:       4.1.1
-Release:       2
+Release:       3
 License:       GPL v3+
 Group:         Applications/Text
 Source0:       http://ftp.gnu.org/gnu/gawk/%{name}-%{version}.tar.xz
@@ -23,6 +23,7 @@ Source1:      
http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-ma
 # Source1-md5: 80753d75be0f469f70e8c90e75121a9c
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-shutup.patch
+Patch2:                no-pty-test.patch
 URL:           http://www.gnu.org/software/gawk/
 BuildRequires: autoconf >= 2.69
 BuildRequires: automake >= 1:1.13
@@ -122,6 +123,7 @@ Ten pakiet zawiera pliki nagłówkowe dla gawka.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/no-pty-test.patch b/no-pty-test.patch
new file mode 100644
index 0000000..9bdfe07
--- /dev/null
+++ b/no-pty-test.patch
@@ -0,0 +1,20 @@
+--- gawk-4.1.1/test/Makefile.am~       2014-04-08 16:12:01.000000000 +0000
++++ gawk-4.1.1/test/Makefile.am        2015-02-26 20:18:05.131748094 +0000
+@@ -698,8 +698,6 @@
+       prt1eval.ok \
+       prtoeval.awk \
+       prtoeval.ok \
+-      pty1.awk \
+-      pty1.ok \
+       rand-mpfr.ok \
+       rand.awk \
+       rand.ok \
+@@ -997,7 +995,7 @@
+       manyfiles match1 match2 match3 mbstr1 \
+       nastyparm next nondec nondec2 \
+       patsplit posix printfbad1 printfbad2 printfbad3 procinfs \
+-      profile1 profile2 profile3 profile4 profile5 pty1 \
++      profile1 profile2 profile3 profile4 profile5 \
+       rebuf regx8bit reginttrad reint reint2 rsstart1 \
+       rsstart2 rsstart3 rstest6 shadow sortfor sortu split_after_fpat \
+       splitarg4 strftime \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gawk.git/commitdiff/fe4ed79045a3f1f7c5382e6e640c8df300dd9c2e

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to