packages: libtorrent/libtorrent.spec - restore stable checker, this time wi...
glen
glen at pld-linux.org
Sun May 6 10:13:45 CEST 2012
Author: glen Date: Sun May 6 08:13:45 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- restore stable checker, this time with odd versions
---- Files affected:
packages/libtorrent:
libtorrent.spec (1.87 -> 1.88)
---- Diffs:
================================================================
Index: packages/libtorrent/libtorrent.spec
diff -u packages/libtorrent/libtorrent.spec:1.87 packages/libtorrent/libtorrent.spec:1.88
--- packages/libtorrent/libtorrent.spec:1.87 Sun May 6 10:00:43 2012
+++ packages/libtorrent/libtorrent.spec Sun May 6 10:13:40 2012
@@ -68,11 +68,11 @@
Statyczna biblioteka libtorrent.
%prep
-#v=%{version}; IFS=.; set -- $v
-#if [ $(($2 % 2)) = 1 ]; then
-# echo "WARNING Version %{version} is probably unstable, check it first!"
-# exit 1
-#fi
+v=%{version}; IFS=.; set -- $v
+if [ $(($2 % 2)) = 0 ]; then
+ echo "WARNING Version %{version} is probably unstable, check it first!"
+ exit 1
+fi
%setup -q
%patch0 -p1
%patch1 -p1
@@ -131,6 +131,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.88 2012/05/06 08:13:40 glen
+- restore stable checker, this time with odd versions
+
Revision 1.87 2012/05/06 08:00:43 arekm
- up to 0.13.2 (stable)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/libtorrent/libtorrent.spec?r1=1.87&r2=1.88
More information about the pld-cvs-commit
mailing list