Browse Source

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

kudoh 13 years ago
parent
commit
eedf5bbb9f

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

@@ -2,7 +2,7 @@
 
 Name: python-beaker
 Version: 1.5.4
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Summary: WSGI middleware layer to provide sessions
 Summary(ja): セッションを提供するための WSGI ミドルウェアレイヤ
 
@@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.4-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sun Jun 20 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.4-1
 - new upstream release
 

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

@@ -5,7 +5,7 @@ Summary:	A simple lightweight interface to Amazon Web Services
 Summary(ja):	シンプル・軽量な Amazon Web サービスへのインターフェイス
 Name:		python-boto
 Version:	2.0b2
-Release:	1%{?_dist_release}
+Release:	2%{?_dist_release}
 License:	MIT
 Group:		Development/Languages
 URL:		http://code.google.com/p/%{pkgname}/
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Aug 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0b2-1
 - new upstream release
 - fixed Release macro

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

@@ -4,7 +4,7 @@
 
 Name:           python-chardet
 Version:        2.0.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Character encoding auto-detection in Python
 Summary(ja):    Python で文字エンコーディングを自動検出
 
@@ -48,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.1-3
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Sat Feb 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.0.1-2
 - rebuilt with python-2.6.4
 

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

@@ -2,7 +2,7 @@
 
 Name:          python-urwid
 Version:       0.9.9.1
-Release:       1%{?_dist_release}
+Release:       2%{?_dist_release}
 Summary:       Console user interface library
 Summary(ja):   コンソールユーザーインターフェースライブラリ
 
@@ -53,6 +53,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/urwid-%{version}*.egg-info
 
 %changelog
+* Wed Sep 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.9.1-2
+- rebuilt with rpm-4.8.1 for pkg-config
+
 * Fri May 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.9.1-1
 - initial build for VineSeed