upstream release 0.16.9
This commit is contained in:
parent
7b0992c050
commit
1bb60882b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@
|
||||
/libtorrent-rasterbar-0.16.4.tar.gz
|
||||
/libtorrent-rasterbar-0.16.7.tar.gz
|
||||
/libtorrent-rasterbar-0.16.8.tar.gz
|
||||
/libtorrent-rasterbar-0.16.9.tar.gz
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- a/tools/parse_hash_fails.cpp
|
||||
+++ b/tools/parse_hash_fails.cpp
|
||||
@@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
-#include <string>
|
||||
+#include <cstring>
|
||||
#include "libtorrent/file.hpp"
|
||||
|
||||
using namespace libtorrent;
|
@ -1,5 +1,5 @@
|
||||
Name: rb_libtorrent
|
||||
Version: 0.16.8
|
||||
Version: 0.16.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A C++ BitTorrent library aiming to be the best alternative
|
||||
|
||||
@ -77,8 +77,9 @@ License: Boost
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description python
|
||||
The %{name}-python package contains Python language bindings (the 'libtorrent'
|
||||
module) that allow it to be used from within Python applications.
|
||||
The %{name}-python package contains Python language bindings
|
||||
(the 'libtorrent'module) that allow it to be used from within
|
||||
Python applications.
|
||||
|
||||
|
||||
%prep
|
||||
@ -163,11 +164,14 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
|
||||
%{_bindir}/upnp_test
|
||||
|
||||
%files python
|
||||
%doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py
|
||||
%doc AUTHORS ChangeLog COPYING.Boost
|
||||
%{python_sitearch}/python_libtorrent-%{version}-py?.?.egg-info
|
||||
%{python_sitearch}/libtorrent.so
|
||||
|
||||
%changelog
|
||||
* Thu May 09 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0.16.9-1
|
||||
- upstream release 0.16.9
|
||||
|
||||
* Sun Feb 24 2013 Rahul Sundaram <sundaram@fedoraproject.org> - 0.16.8-1
|
||||
- upstream release 0.16.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user