SPECS: tcl.spec - updated to 8.5.0, extended list of acceptable FA...
adamg
adamg at pld-linux.org
Tue Dec 25 00:56:53 CET 2007
Author: adamg Date: Mon Dec 24 23:56:53 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 8.5.0, extended list of acceptable FAILED tests
---- Files affected:
SPECS:
tcl.spec (1.124 -> 1.125)
---- Diffs:
================================================================
Index: SPECS/tcl.spec
diff -u SPECS/tcl.spec:1.124 SPECS/tcl.spec:1.125
--- SPECS/tcl.spec:1.124 Sun Nov 25 19:25:09 2007
+++ SPECS/tcl.spec Tue Dec 25 00:56:48 2007
@@ -10,14 +10,14 @@
Summary(tr.UTF-8): Tcl ile kullanılabilen betik dili
Summary(uk.UTF-8): Tool Command Language - вбудовувана мова скриптів
Name: tcl
-%define major 8.5
-Version: %{major}
-%define rel b3
-Release: 0.%{rel}.1
+%define major 8.5
+%define minor 0
+Version: %{major}.%{minor}
+Release: 0.1
License: BSD
Group: Development/Languages/Tcl
-Source0: http://dl.sourceforge.net/tcl/%{name}%{version}%{rel}-src.tar.gz
-# Source0-md5: 08b9a17eab59a634c47b0a38898f7c5a
+Source0: http://dl.sourceforge.net/tcl/%{name}%{version}-src.tar.gz
+# Source0-md5: d890c505465411b25050b6cd95971d2c
Source1: %{name}-pl-man-pages.tar.bz2
# Source1-md5: dd3370f2b588763758787831a4bf48fc
Patch0: %{name}-ieee.patch
@@ -107,7 +107,7 @@
Pliki nagłówkowe oraz dokumentacja dla Tcl (Tool Command Language).
%prep
-%setup -q -n %{name}%{version}%{rel}
+%setup -q -n %{name}%{version}
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -144,7 +144,7 @@
%if %{with tests}
%{__make} test 2>&1 | tee make-test.log
FAILED=$(grep 'Files with failing tests:' make-test.log | sed -e 's#Files with failing tests: ##g' | sort | xargs)
-if [ -n "$FAILED" -a "$FAILED" != "httpold.test" ]; then
+if [ -n "$FAILED" -a "$FAILED" != "http.test httpold.test socket.test" ]; then
echo "Files with failing tests: $FAILED"
exit 1
fi
@@ -344,6 +344,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.125 2007-12-24 23:56:48 adamg
+- updated to 8.5.0, extended list of acceptable FAILED tests
+
Revision 1.124 2007-11-25 18:25:09 arekm
- up to b3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tcl.spec?r1=1.124&r2=1.125&f=u
More information about the pld-cvs-commit
mailing list