Author: arekm Date: Sun May 6 08:00:48 2012 GMT Module: packages Tag: HEAD ---- Log message: - up to 0.13.2 (stable)
---- Files affected: packages/libtorrent: libtorrent.spec (1.86 -> 1.87) , libtorrent-build.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libtorrent/libtorrent.spec diff -u packages/libtorrent/libtorrent.spec:1.86 packages/libtorrent/libtorrent.spec:1.87 --- packages/libtorrent/libtorrent.spec:1.86 Mon Jan 23 15:45:14 2012 +++ packages/libtorrent/libtorrent.spec Sun May 6 10:00:43 2012 @@ -8,14 +8,15 @@ Summary(pl.UTF-8): LibTorrent - biblioteka BitTorrenta napisana w C++ dla Uniksa Name: libtorrent # keep stable line, see URL below -Version: 0.12.9 -Release: 2 +Version: 0.13.2 +Release: 1 Epoch: 1 License: GPL v2+ Group: Libraries Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz -# Source0-md5: b128bbd324f03eb42ef5060080f87548 +# Source0-md5: 96c0b81501357df402ab592f59ecaeab Patch0: %{name}-client_list.patch +Patch1: %{name}-build.patch URL: http://libtorrent.rakshasa.no/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -67,13 +68,14 @@ 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)) = 1 ]; then +# echo "WARNING Version %{version} is probably unstable, check it first!" +# exit 1 +#fi %setup -q %patch0 -p1 +%patch1 -p1 # from libtool 1.9f, autoconf 2.60 can't stand it (endless recursion) %{__rm} scripts/{libtool,lt*}.m4 @@ -129,6 +131,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.87 2012/05/06 08:00:43 arekm +- up to 0.13.2 (stable) + Revision 1.86 2012/01/23 14:45:14 glen - try to figure odd/even automatically ================================================================ Index: packages/libtorrent/libtorrent-build.patch diff -u /dev/null packages/libtorrent/libtorrent-build.patch:1.1 --- /dev/null Sun May 6 10:00:48 2012 +++ packages/libtorrent/libtorrent-build.patch Sun May 6 10:00:43 2012 @@ -0,0 +1,12 @@ +--- libtorrent-0.13.2/src/Makefile.am~ 2012-02-14 04:39:45.000000000 +0100 ++++ libtorrent-0.13.2/src/Makefile.am 2012-05-06 09:58:35.151581629 +0200 +@@ -23,7 +23,8 @@ + net/libsub_net.la \ + protocol/libsub_protocol.la \ + tracker/libsub_tracker.la \ +- utils/libsub_utils.la ++ utils/libsub_utils.la \ ++ -lpthread + + libtorrent_la_SOURCES = \ + globals.cc \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/libtorrent/libtorrent.spec?r1=1.86&r2=1.87 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
