Browse Source

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

kudoh 12 years ago
parent
commit
a13525f892

+ 5 - 2
b/bleachbit/bleachbit-vl.spec

@@ -1,8 +1,8 @@
 %define _prefix	/usr
 
 Name: bleachbit
-Version: 0.9.2
-Release: 2%{?_dist_release}
+Version: 0.9.3
+Release: 1%{?_dist_release}
 Summary: Tool for remove unnecessary files, free space, and maintain privacy
 Summary(ja): 不要ファイルの削除、スペースの解放、プライバシーの保全のためのツール
 Group: Applications/System
@@ -120,6 +120,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Wed Aug 01 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.3-1
+- new upstream release
+
 * Sat Jun 16 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-2
 - added Patch1 to add liferea-1.8 support
 

+ 4 - 1
p/python-distutils-extra/python-distutils-extra-vl.spec

@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-distutils-extra
-Version:        2.34
+Version:        2.35
 Release:        1%{?_dist_release}
 Summary:        Integrate more support into Python's distutils
 
@@ -44,6 +44,9 @@ chmod a+x %{buildroot}%{python_sitelib}/DistUtilsExtra/command/build_extra.py
 
 
 %changelog
+* Tue Jul 31 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.35-1
+- new upstream release
+
 * Sat Jul 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.34-1
 - new upstream release