rpms/rb_libtorrent/devel rb_libtorrent.spec,1.15,1.16

Ignacio Vazquez-Abrams ivazquez at fedoraproject.org
Sun Nov 30 00:53:55 UTC 2008


Author: ivazquez

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

Modified Files:
	rb_libtorrent.spec 
Log Message:
Fix locations for Python 2.6


Index: rb_libtorrent.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rb_libtorrent/devel/rb_libtorrent.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- rb_libtorrent.spec	29 Nov 2008 17:21:05 -0000	1.15
+++ rb_libtorrent.spec	30 Nov 2008 00:53:25 -0000	1.16
@@ -3,7 +3,7 @@
 
 Name:		rb_libtorrent
 Version:	0.13.1
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 
 Group:		System Environment/Libraries
@@ -181,11 +181,14 @@
 %files	python
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py
-%{python_sitearch}/libtorrent-%{version}-py2.5.egg-info
+%{python_sitearch}/libtorrent-%{version}-py?.?.egg-info
 %{python_sitearch}/libtorrent.so
 
 
 %changelog
+* Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.13.1-5
+- Fix locations for Python 2.6
+
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 0.13.1-4
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list