packages: autoconf/autoconf.spec - lzma command is not compatible with xz f...
sparky
sparky at pld-linux.org
Sun Feb 21 17:38:00 CET 2010
Author: sparky Date: Sun Feb 21 16:38:00 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- lzma command is not compatible with xz format, changed lzma -> xz
---- Files affected:
packages/autoconf:
autoconf.spec (1.143 -> 1.144)
---- Diffs:
================================================================
Index: packages/autoconf/autoconf.spec
diff -u packages/autoconf/autoconf.spec:1.143 packages/autoconf/autoconf.spec:1.144
--- packages/autoconf/autoconf.spec:1.143 Sun Feb 21 17:30:06 2010
+++ packages/autoconf/autoconf.spec Sun Feb 21 17:37:54 2010
@@ -198,7 +198,7 @@
%prep
%setup -q -c -T
-lzma -dc %{SOURCE0} | tar xf - -C ..
+xz -dc %{SOURCE0} | tar xf - -C ..
%patch0 -p1
%patch1 -p1
%patch2 -p1
@@ -280,6 +280,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.144 2010/02/21 16:37:54 sparky
+- lzma command is not compatible with xz format, changed lzma -> xz
+
Revision 1.143 2010/02/21 16:30:06 shadzik
- you know what? pretend nothing happened :P
- back to .xz
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/autoconf/autoconf.spec?r1=1.143&r2=1.144&f=u
More information about the pld-cvs-commit
mailing list