Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2520 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 13 years ago
parent
commit
69cb7a19af

+ 4 - 1
b/bleachbit/bleachbit-vl.spec

@@ -1,7 +1,7 @@
 %define _prefix	/usr
 
 Name:			bleachbit
-Version:		0.8.5
+Version:		0.8.6
 Release:		1%{?_dist_release}
 Summary:		Tool for remove unnecessary files, free space, and maintain privacy
 Summary(ja):		不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
@@ -118,6 +118,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Mon Jan 17 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.6-1
+- new upstream release
+
 * Sun Jan 2 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.8.5-1
 - new upstream release
 - added Requires: python-simplejson

+ 5 - 2
lib/libt/libtorrent-rasterbar/libtorrent-rasterbar-vl.spec

@@ -3,7 +3,7 @@
 
 Name:		libtorrent-rasterbar
 Version:	0.15.4
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 Summary(ja):	最良の代替手段となることを目指す C++ BitTorrent ライブラリ
 
@@ -110,7 +110,6 @@ rm -rf include/libtorrent/asio*
 %configure --disable-static				\
 	--enable-examples				\
 	--enable-python-binding				\
-	--with-asio=system				\
 	--with-zlib=system \
 	--with-boost-libdir=%{_libdir}				\
 	;
@@ -187,6 +186,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Jan 17 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15.4-2
+- rebuilt with openssl-1.0.0c
+- deleted unrecognized configure option (--with-asio)
+
 * Tue Oct 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15.4-1
 - new upstream release