Author: arekm Date: Tue Oct 14 08:09:37 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; fix segfaults in epoll code
---- Files affected: SPECS: libtorrent.spec (1.59 -> 1.60) ---- Diffs: ================================================================ Index: SPECS/libtorrent.spec diff -u SPECS/libtorrent.spec:1.59 SPECS/libtorrent.spec:1.60 --- SPECS/libtorrent.spec:1.59 Wed Sep 24 12:24:43 2008 +++ SPECS/libtorrent.spec Tue Oct 14 10:09:32 2008 @@ -8,12 +8,13 @@ Summary(pl.UTF-8): LibTorrent - biblioteka BitTorrenta napisana w C++ dla Uniksa Name: libtorrent Version: 0.12.3 -Release: 1 +Release: 2 License: GPL v2+ Group: Libraries Source0: http://libtorrent.rakshasa.no/downloads/%{name}-%{version}.tar.gz # Source0-md5: db7c7a2236c2f6af5e02cf3e9384eb67 Patch0: %{name}-client_list.patch +Patch1: %{name}-bug-1497.patch URL: http://libtorrent.rakshasa.no/ BuildRequires: autoconf >= 2.50 BuildRequires: automake @@ -66,6 +67,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 # from libtool 1.9f, autoconf 2.60 can't stand it (endless recursion) rm -f scripts/{libtool,lt*}.m4 @@ -121,6 +123,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.60 2008/10/14 08:09:32 arekm +- rel 2; fix segfaults in epoll code + Revision 1.59 2008/09/24 10:24:43 arekm - up to 0.12.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libtorrent.spec?r1=1.59&r2=1.60&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
