SPECS: xmlto.spec - whoops; rel 4
glen
glen at pld-linux.org
Tue Dec 25 23:53:42 CET 2007
Author: glen Date: Tue Dec 25 22:53:42 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- whoops; rel 4
---- Files affected:
SPECS:
xmlto.spec (1.19 -> 1.20)
---- Diffs:
================================================================
Index: SPECS/xmlto.spec
diff -u SPECS/xmlto.spec:1.19 SPECS/xmlto.spec:1.20
--- SPECS/xmlto.spec:1.19 Tue Dec 25 23:52:02 2007
+++ SPECS/xmlto.spec Tue Dec 25 23:53:36 2007
@@ -3,7 +3,7 @@
Summary(pl.UTF-8): Narzędzie do konwersji plików XML do różnych formatów
Name: xmlto
Version: 0.0.19
-Release: 3
+Release: 4
Epoch: 0
License: GPL v2
Group: Applications/System
@@ -46,8 +46,8 @@
cat > refentry2man <<'EOF'
#!/bin/sh
-XMLTO_TMPFILE=$(mktemp xmltoXXXXXX)
-XMLTO_TMPDIR=$(mktemp -d xmltodirXXXXXX)
+XMLTO_TMPFILE=$(mktemp -p xmltoXXXXXX)
+XMLTO_TMPDIR=$(mktemp -d -p xmltodirXXXXXX)
cat - > $XMLTO_TMPFILE
xmlto -o $XMLTO_TMPDIR man $XMLTO_TMPFILE >/dev/null
cat $XMLTO_TMPDIR/*
@@ -79,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.20 2007-12-25 22:53:36 glen
+- whoops; rel 4
+
Revision 1.19 2007-12-25 22:52:02 glen
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xmlto.spec?r1=1.19&r2=1.20&f=u
More information about the pld-cvs-commit
mailing list