Browse Source

new upstream release

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@9546 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 9 years ago
parent
commit
a55d32ee9d

+ 8 - 3
p/python-beaker/python-beaker-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name: python-beaker
-Version: 1.6.4
-Release: 2%{?_dist_release}
+Version: 1.7.0
+Release: 1%{?_dist_release}
 Summary: WSGI middleware layer to provide sessions
 Summary(ja): セッションを提供するための WSGI ミドルウェアレイヤ
 
@@ -41,12 +41,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE CHANGELOG
+#%doc CHANGELOG
 %{python_sitelib}/beaker/
 %{python_sitelib}/Beaker*
 
 
 %changelog
+* Wed May 06 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.0-1
+- new upstream release
+- deleted %%doc
+  -- these files were not exist..
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.6.4-2
 - rebuild with VineSeed environment
 

+ 8 - 2
p/python-boto/python-boto-vl.spec

@@ -4,14 +4,15 @@
 Summary:	A simple lightweight interface to Amazon Web Services
 Summary(ja):	シンプル・軽量な Amazon Web サービスへのインターフェイス
 Name:		python-boto
-Version:	2.20.1
+Version:	2.38.0
 Release:	1%{?_dist_release}
 License:	MIT
 Group:		Development/Languages
 URL:		https://github.com/boto/%{pkgname}
 #URL:		http://code.google.com/p/boto/
-Source:		https://github.com/downloads/boto/boto/%{pkgname}-%{version}.tar.gz
+Source:		https://github.com/downloads/boto/boto/%{pkgname}-%{version}.zip
 BuildRequires:	python-devel, python-setuptools
+BuildRequires:	unzip
 BuildArch:	noarch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
@@ -44,6 +45,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Wed May 06 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.38.0-1
+- new upstream release
+- added BuildRequires:	unzip
+  -- changed archive type tar.gz to zip
+
 * Sat Dec 14 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.20.1-1
 - new upstream release
 - fixed %%doc

+ 4 - 1
p/python-chardet/python-chardet-vl.spec

@@ -3,7 +3,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-chardet
-Version:        2.2.1
+Version:        2.3.0
 Release:        1%{?_dist_release}
 Summary:        Character encoding auto-detection in Python
 Summary(ja):    Python で文字エンコーディングを自動検出
@@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed May 06 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3.0-1
+- new upstream release
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-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.37
+Version:        2.38
 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
+* Wed May 06 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.38-1
+- new upstream release
+
 * Sat Sep 22 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.37-1
 - new upstream release