Browse Source

--force-log

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@7650 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 11 years ago
parent
commit
d350227406
1 changed files with 13 additions and 3 deletions
  1. 13 3
      lib/libt/libtorrent-rasterbar/libtorrent-rasterbar-vl.spec

+ 13 - 3
lib/libt/libtorrent-rasterbar/libtorrent-rasterbar-vl.spec

@@ -2,7 +2,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		libtorrent-rasterbar
-Version:	0.15.10
+Version:	0.16.9
 Release:	1%{?_dist_release}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 Summary(ja):	最良の代替手段となることを目指す C++ BitTorrent ライブラリ
@@ -25,7 +25,7 @@ BuildRequires:	python-devel
 BuildRequires:	python-setuptools
 BuildRequires:	zlib-devel
 ## Necessary for 'rename'...
-BuildRequires:	util-linux-ng
+BuildRequires:	util-linux
 
 ## The following is taken from it's website listing...mostly.
 %description
@@ -176,8 +176,15 @@ rm -rf %{buildroot}
 
 %files examples
 %{_bindir}/*torrent*
+%{_bindir}/connection_tester
 %{_bindir}/enum_if
-
+%{_bindir}/fragmentation_test
+%{_bindir}/parse_hash_fails
+%{_bindir}/parse_request_log
+%{_bindir}/rss_reader
+%{_bindir}/upnp_test
+%{_bindir}/utp_test
+   
 %files	python
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py
@@ -186,6 +193,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon May 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.16.9-1
+- new upstream release
+
 * Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15.10-1
 - new upstream release
 - changed BuildRequires: util-linux-ng to util-linux