upstream release 1.0.2
This commit is contained in:
parent
04ea3c2a16
commit
e525c53182
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/libtorrent-rasterbar-0.16.16.tar.gz
|
||||
/libtorrent-rasterbar-0.16.17.tar.gz
|
||||
/libtorrent-rasterbar-1.0.1.tar.gz
|
||||
/libtorrent-rasterbar-1.0.2.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
@@ -11,6 +11,6 @@ package=libtorrent-rasterbar
|
||||
Name: libtorrent-rasterbar
|
||||
Description: Bittorrent library.
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
-Libs: -L${libdir} -ltorrent-rasterbar -lboost_system-mt
|
||||
+Libs: -L${libdir} -ltorrent-rasterbar -lboost_system
|
||||
Libs.private: -lssl -lcrypto
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: rb_libtorrent
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A C++ BitTorrent library aiming to be the best alternative
|
||||
|
||||
@ -169,6 +169,9 @@ rm -fv %{buildroot}%{_libdir}/lib*.a
|
||||
%{python_sitearch}/libtorrent.so
|
||||
|
||||
%changelog
|
||||
* Tue Sep 16 2014 Leigh Scott <leigh123linux@googlemail.com> - 1.0.2-1
|
||||
- upstream release 1.0.2
|
||||
|
||||
* Mon Aug 18 2014 Leigh Scott <leigh123linux@googlemail.com> - 1.0.1-1
|
||||
- upstream release 1.0.1
|
||||
- update patches
|
||||
|
Loading…
Reference in New Issue
Block a user