Browse Source

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

kudoh 11 years ago
parent
commit
425eebac57

+ 4 - 1
p/python-beaker/python-beaker-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-beaker
-Version: 1.6.3
+Version: 1.6.4
 Release: 1%{?_dist_release}
 Summary: WSGI middleware layer to provide sessions
 Summary(ja): セッションを提供するための WSGI ミドルウェアレイヤ
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.4-1
+- new upstream release
+
 * Sun Mar 18 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.6.3-1
 - new upstream release
 

+ 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.35
+Version:        2.36
 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
+* Fri Sep 14 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.36-1
+- new upstream release
+
 * Tue Jul 31 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.35-1
 - new upstream release