Author: wiget Date: Fri Jul 9 22:10:55 2010 GMT Module: packages Tag: HEAD ---- Log message: - fix building with python 2.7 - rel. 5
---- Files affected: packages/libtorrent-rasterbar: libtorrent-rasterbar.spec (1.43 -> 1.44) , py27.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libtorrent-rasterbar/libtorrent-rasterbar.spec diff -u packages/libtorrent-rasterbar/libtorrent-rasterbar.spec:1.43 packages/libtorrent-rasterbar/libtorrent-rasterbar.spec:1.44 --- packages/libtorrent-rasterbar/libtorrent-rasterbar.spec:1.43 Fri Jul 9 13:19:19 2010 +++ packages/libtorrent-rasterbar/libtorrent-rasterbar.spec Sat Jul 10 00:10:49 2010 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Biblioteka BitTorrenta napisana w C++ Name: libtorrent-rasterbar Version: 0.14.10 -Release: 4 +Release: 5 Epoch: 1 License: BSD Group: Libraries @@ -12,6 +12,7 @@ # Source0-md5: 99e9f4fa9c9f1f5097a4748c7260ef53 URL: http://www.rasterbar.com/products/libtorrent/ Patch0: bashizm.patch +Patch1: py27.patch BuildRequires: GeoIP-devel BuildRequires: autoconf BuildRequires: automake @@ -117,6 +118,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %{__sed} -i 's/ACLOCAL_AMFLAGS = -I m4/#ACLOCAL_AMFLAGS = -I m4/' Makefile.am ## Some of the sources and docs are executable, which makes rpmlint against @@ -193,6 +195,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.44 2010/07/09 22:10:49 wiget +- fix building with python 2.7 +- rel. 5 + Revision 1.43 2010/07/09 11:19:19 arekm - release 4 ================================================================ Index: packages/libtorrent-rasterbar/py27.patch diff -u /dev/null packages/libtorrent-rasterbar/py27.patch:1.1 --- /dev/null Sat Jul 10 00:10:55 2010 +++ packages/libtorrent-rasterbar/py27.patch Sat Jul 10 00:10:49 2010 @@ -0,0 +1,11 @@ +--- libtorrent-rasterbar-0.14.10/m4/ax_python-fixed.m4.wiget 2010-07-09 23:38:46.485060875 +0200 ++++ libtorrent-rasterbar-0.14.10/m4/ax_python-fixed.m4 2010-07-09 23:39:15.082559709 +0200 +@@ -58,7 +58,7 @@ + AC_DEFUN([AX_PYTHON], + [AC_MSG_CHECKING(for python build information) + AC_MSG_RESULT([]) +-for python in python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do ++for python in python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 python2.1 python; do + # AC_CHECK_PROGS(PYTHON_BIN, [$python]) + PYTHON_BIN=$python + ax_python_bin=$PYTHON_BIN ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libtorrent-rasterbar/libtorrent-rasterbar.spec?r1=1.43&r2=1.44&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
