rpms/rb_libtorrent/devel .cvsignore, 1.6, 1.7 rb_libtorrent.spec, 1.20, 1.21 sources, 1.6, 1.7 rb_libtorrent-configure-dont-use-locate.patch, 1.1, NONE rb_libtorrent-python26.patch, 1.1, NONE

Peter Gordon pgordon at fedoraproject.org
Sat Feb 21 00:53:18 UTC 2009


Author: pgordon

Update of /cvs/pkgs/rpms/rb_libtorrent/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31949

Modified Files:
	.cvsignore rb_libtorrent.spec sources 
Removed Files:
	rb_libtorrent-configure-dont-use-locate.patch 
	rb_libtorrent-python26.patch 
Log Message:
Update to 0.14.2 and drop upstreamed patches.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	6 Jan 2009 01:25:28 -0000	1.6
+++ .cvsignore	21 Feb 2009 00:52:47 -0000	1.7
@@ -1 +1 @@
-libtorrent-rasterbar-0.14.1.tar.gz
+libtorrent-rasterbar-0.14.2.tar.gz


Index: rb_libtorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/rb_libtorrent.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- rb_libtorrent.spec	16 Jan 2009 09:03:35 -0000	1.20
+++ rb_libtorrent.spec	21 Feb 2009 00:52:47 -0000	1.21
@@ -2,8 +2,8 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		rb_libtorrent
-Version:	0.14.1
-Release:	2%{?dist}
+Version:	0.14.2
+Release:	1%{?dist}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 
 Group:		System Environment/Libraries
@@ -15,17 +15,6 @@
 Source2:	%{name}-COPYING.Boost
 Source3:	%{name}-COPYING.zlib
 
-## Patch the included m4 Python detection to properly find the binary and
-## include directory for Python 2.6 support.
-## Upstream bug: http://code.rasterbar.com/libtorrent/ticket/466
-Patch0: 	%{name}-python26.patch
-
-## Using locate when we already know where the file is, is a bit silly and
-## fails miserably with chroot-based building, since the db file does not
-## yet exist.
-## Upstream bug: http://code.rasterbar.com/libtorrent/ticket/467
-Patch1: 	%{name}-configure-dont-use-locate.patch
-
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	asio-devel
@@ -97,10 +86,6 @@
 
 %prep
 %setup -q -n "libtorrent-rasterbar-%{version}"
-%patch0 -b .python26
-%patch1 -b .dont-use-locate
-## We need to recreate the build scripts now that the M4 sources are patched.
-./autotool.sh 
 ## The RST files are the sources used to create the final HTML files; and are
 ## not needed.
 rm -f docs/*.rst
@@ -197,6 +182,12 @@
 
 
 %changelog
+* Fri Feb 20 2009 Peter Gordon <peter at thecodergeek.com> - 0.14.2-1
+- Update to new upstream bug-fix release (0.14.2)
+- Drop Python 2.6 and configure fix patches (fixed upstream):
+  - python26.patch
+  - configure-dont-use-locate.patch
+
 * Fri Jan 16 2009 Peter Gordon <peter at thecodergeek.com> - 0.14.1-2
 - Rebuild for the soname bump in openssl-0.9.8j
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	6 Jan 2009 01:25:29 -0000	1.6
+++ sources	21 Feb 2009 00:52:47 -0000	1.7
@@ -1 +1 @@
-6aa0ed4da604b8b160bf12bcd41d5055  libtorrent-rasterbar-0.14.1.tar.gz
+97bb2db5ac21e9a81c96fc0e2abe6d29  libtorrent-rasterbar-0.14.2.tar.gz


--- rb_libtorrent-configure-dont-use-locate.patch DELETED ---


--- rb_libtorrent-python26.patch DELETED ---




More information about the fedora-extras-commits mailing list