Browse Source

new upstream release or rebuild

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@8158 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 10 years ago
parent
commit
59681d1ad9
48 changed files with 368 additions and 71 deletions
  1. 6 1
      p/python-configobj/python-configobj-vl.spec
  2. 78 0
      p/python-coverage/python-coverage-vl.spec
  3. 7 1
      p/python-cssutils/python-cssutils-vl.spec
  4. 7 1
      p/python-dateutil/python-dateutil-vl.spec
  5. 7 1
      p/python-decorator/python-decorator-vl.spec
  6. 7 1
      p/python-django-tagging/python-django-tagging-vl.spec
  7. 7 3
      p/python-django/python-django-vl.spec
  8. 7 1
      p/python-dns/python-dns-vl.spec
  9. 4 1
      p/python-docutils/python-docutils-vl.spec
  10. 6 4
      p/python-dulwich/python-dulwich-vl.spec
  11. 7 8
      p/python-egenix-mx-base/python-egenix-mx-base-vl.spec
  12. 8 2
      p/python-elementtree/python-elementtree-vl.spec
  13. 7 1
      p/python-ethtool/python-ethtool-vl.spec
  14. 4 1
      p/python-funcparserlib/python-funcparserlib-vl.spec
  15. 7 1
      p/python-gdata/python-gdata-vl.spec
  16. 4 1
      p/python-genshi/python-genshi-vl.spec
  17. 5 2
      p/python-hachoir-regex/python-hachoir-regex-vl.spec
  18. 11 1
      p/python-imaging/python-imaging-vl.spec
  19. 7 1
      p/python-iwlib/python-iwlib-vl.spec
  20. 4 1
      p/python-jinja2/python-jinja2-vl.spec
  21. 4 1
      p/python-kconv/python-kconv-vl.spec
  22. 5 2
      p/python-ldap/python-ldap-vl.spec
  23. 7 1
      p/python-logilab-astng/python-logilab-astng-vl.spec
  24. 6 1
      p/python-logilab-common/python-logilab-common-vl.spec
  25. 4 1
      p/python-lxml/python-lxml-vl.spec
  26. 4 1
      p/python-markupsafe/python-markupsafe-vl.spec
  27. 6 1
      p/python-mechanize/python-mechanize-vl.spec
  28. 8 2
      p/python-mutagen/python-mutagen-vl.spec
  29. 7 1
      p/python-numarray/python-numarray-vl.spec
  30. 4 1
      p/python-numeric/python-numeric-vl.spec
  31. 9 3
      p/python-pip/python-pip-vl.spec
  32. 4 1
      p/python-psycopg/python-psycopg-vl.spec
  33. 4 1
      p/python-psycopg2/python-psycopg2-vl.spec
  34. 7 1
      p/python-pyclamav/python-pyclamav-vl.spec
  35. 7 1
      p/python-pycurl/python-pycurl-vl.spec
  36. 9 4
      p/python-pygments/python-pygments-vl.spec
  37. 4 1
      p/python-pykf/python-pykf-vl.spec
  38. 9 4
      p/python-pyrex/python-pyrex-vl.spec
  39. 7 1
      p/python-pyxml/python-pyxml-vl.spec
  40. 7 1
      p/python-rdflib/python-rdflib-vl.spec
  41. 4 1
      p/python-rope/python-rope-vl.spec
  42. 7 1
      p/python-setuptools/python-setuptools-vl.spec
  43. 5 1
      p/python-sexy/python-sexy-vl.spec
  44. 6 1
      p/python-simplejson/python-simplejson-vl.spec
  45. 7 1
      p/python-slip/python-slip-vl.spec
  46. 4 1
      p/python-tornado/python-tornado-vl.spec
  47. 7 1
      p/python-twill/python-twill-vl.spec
  48. 6 1
      p/python-twisted/python-twisted-vl.spec

+ 6 - 1
p/python-configobj/python-configobj-vl.spec

@@ -2,7 +2,7 @@
 
 Name:		python-configobj
 Version:	4.5.3
-Release:	3%{?_dist_release}
+Release:	4%{?_dist_release}
 Summary:	Config file reading, writing, and validation
 Summary(ja):	設定ファイルの読み込み、書き込み、及び評価用のPython ツール
 Group:		System Environment/Libraries
@@ -14,6 +14,8 @@ BuildRequires:	python-devel, python-setuptools
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 ConfigObj is a simple but powerful config file reader and writer: an ini file
@@ -61,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/configobj-*.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-4
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.5.3-3
 - rebuild with python-2.7.2
 

+ 78 - 0
p/python-coverage/python-coverage-vl.spec

@@ -0,0 +1,78 @@
+%define	pkgname	coverage
+
+# Basic Information
+Name:		python-%{pkgname}
+Version:	3.7.1
+Release:	1%{?_dist_release}
+License:	BSD
+Group:		Development/Tools
+URL:		http://nedbatchelder.com/code/coverage
+Source0:	http://pypi.python.org/packages/source/c/%{pkgname}/%{pkgname}-%{version}.tar.gz
+BuildRoot:	%{_tmppath}/%{name}-%{version}-root
+
+Vendor:		Project Vine
+Distribution:	Vine Linux
+Packager:	yasumichi
+
+Summary:	Code coverage measurement for Python
+Summary(ja):	Python 向けのコードカバレッジ測定
+
+# Dependency
+# 以下に依存関係を記述してください 。
+Requires:	python
+BuildRequires:	python-devel
+BuildRequires:	python-setuptools
+
+%description
+the code analysis tools and tracing hooks provided in the Python standard
+library to determine which lines are executable, and which have been executed.
+
+Coverage.py runs on Pythons 2.3 through 3.3, and PyPy 1.8.
+
+Documentation is at `nedbatchelder.com <http://nedbatchelder.com/code/coverage>`_.  Code repository and issue
+tracker are at `bitbucket.org <http://bitbucket.org/ned/coveragepy>`_.
+
+New in 3.5: Branch coverage exclusions, keyboard shortcuts in HTML report.
+
+New in 3.4: Better control over source to measure, and unexecuted files
+can be reported.
+
+New in 3.3: .coveragerc files.
+
+New in 3.2: Branch coverage!
+
+
+
+#%%description -l ja
+#ここに日本語で詳細を記述してください。
+
+%prep
+%setup -q -n coverage-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+%{__rm} -rf ${RPM_BUILD_ROOT}
+%{__python} setup.py install --root=${RPM_BUILD_ROOT}
+
+
+%clean
+%{__rm} -rf ${RPM_BUILD_ROOT}
+
+
+%files
+%defattr(-,root,root)
+%{_bindir}/coverage
+%{_bindir}/coverage-2.7
+%{_bindir}/coverage2
+%{python_sitearch}/%{pkgname}-%{version}-py%{pyver}.egg-info
+%{python_sitearch}/%{pkgname}
+
+
+%changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.7.1-1
+- new upstream release
+
+* Tue Aug 14 2012 Yasumichi Akahoshi <yasumichi@vinelinux.org> 3.5.2-1
+- initial build for Vine Linux

+ 7 - 1
p/python-cssutils/python-cssutils-vl.spec

@@ -6,7 +6,7 @@ Summary: CSS Cascading Style Sheets library for Python
 Summary(ja): Python 用 CSS カスケーディング・スタイル・シート ライブラリ
 Name: python-cssutils
 Version: 0.9.7
-Release: 2%{?betaversion:.%betaversion}%{?_dist_release}
+Release: 3%{?betaversion:.%betaversion}%{?_dist_release}
 License: LGPLv3+
 Group: Development/Libraries
 URL: http://cthedot.de/cssutils/
@@ -18,6 +18,9 @@ BuildRequires: python-devel
 BuildRequires: python-setuptools
 BuildArch: noarch
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 A Python package to parse and build CSS Cascading Style Sheets. DOM only, not
 any rendering facilities.
@@ -89,6 +92,9 @@ done
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-3.b3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.7-2.b3
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-dateutil/python-dateutil-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           python-dateutil
 Version:        1.4.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Powerful extensions to the standard datetime module
 
 Group:          Development/Languages
@@ -14,6 +14,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  python-devel,python-setuptools
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The dateutil module provides powerful extensions to the standard datetime
 module available in Python 2.3+.
@@ -44,6 +47,9 @@ iconv -f ISO-8859-1 -t utf8 NEWS
 %{python_sitelib}/*.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.4.1-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-decorator/python-decorator-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-decorator
 Version:        3.3.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Module to simplify usage of decorators
 
 Group:          Development/Languages
@@ -14,6 +14,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The aim of the decorator module is to simplify the usage of decorators for
 the average programmer, and to popularize decorators usage giving examples
@@ -42,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-3
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.0-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-django-tagging/python-django-tagging-vl.spec

@@ -5,7 +5,7 @@
 
 Name:           python-%{srcname}
 Version:        0.3
-Release:        3.20080217svn%{alphatag}%{?_dist_release}
+Release:        4.20080217svn%{alphatag}%{?_dist_release}
 Summary:        A generic tagging application for Django projects
 
 Group:          Development/Languages
@@ -20,6 +20,9 @@ BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       python-django
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 A generic tagging application for Django projects, which allows association
 of a number of tags with any Model instance and makes retrieval of tags
@@ -45,6 +48,9 @@ simple.
 %{python_sitelib}/*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-4.20080217svnr154
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.3-3.20080217svnr154
 - rebuild with python-2.7.2
 

+ 7 - 3
p/python-django/python-django-vl.spec

@@ -2,18 +2,20 @@ Summary: A high-level Python Web framework
 Summary(ja): Python の高度なウェブフレームワーク
 Name: python-django
 Version: 1.3
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Group: Development/Languages
 BuildArch: noarch
 License: BSD
 URL: http://www.djangoproject.com/
+
 Source0: Django-%{version}.tar.gz
 Source1: simplejson-init.py
-Patch0: Django-hash-compat-13310.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: python-devel
 BuildRequires: python-sphinx
 Requires: python-simplejson
+
 Vendor: Project Vine
 Distribution: Vine Linux
 Packager: owa, munepi
@@ -42,7 +44,6 @@ Python Web framework.
 
 %prep
 %setup -q -n Django-%{version}
-#%patch0 -p3
 
 # remove bundled simplejson
 cd django/utils/simplejson/
@@ -132,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-dns/python-dns-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-dns
 Version:        1.10.0
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        DNS toolkit for Python
 Summary(ja):    Python 用 DNS ツールキット
 
@@ -15,6 +15,9 @@ BuildArch:      noarch
 BuildRequires: python-setuptools
 BuildRequires: python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 dnspython is a DNS toolkit for Python. It supports almost all record
 types. It can be used for queries, zone transfers, and dynamic
@@ -61,6 +64,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/dns
 
 %changelog
+* Sun Jan 12 2014 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-3
+- rebuild with VineSeed environment
+
 * Mon Apr 08 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.0-2
 - add BR: python-devel, python
 

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

@@ -6,7 +6,7 @@ Summary: an open-source text processing system written in Python
 Summary(ja): Pythonで書かれたテキスト処理システム
 Name: python-%{srcname}
 Version: 0.11
-Release: 1%{?_dist_release}
+Release: 2%{?_dist_release}
 Group: Development/Languages
 License: Public Domain and MIT and Python and GPLv2
 URL: http://docutils.sourceforge.net/
@@ -154,6 +154,9 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.11-2
+- rebuild with VineSeed environment
+
 * Fri Sep 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
 - new upstream release
 

+ 6 - 4
p/python-dulwich/python-dulwich-vl.spec

@@ -3,7 +3,7 @@
 %global srcname dulwich
 
 Name:           python-%{srcname}
-Version:        0.9.0
+Version:        0.9.4
 Release:        1%{?_dist_release}
 Summary:        A python implementation of the Git file formats and protocols
 Summary(ja):    Git ファイルフォーマットとプロトコルの python 実装
@@ -12,15 +12,15 @@ Group:          Development/Libraries
 License:        GPLv2+
 URL:            http://samba.org/~jelmer/dulwich/
 Source0:        http://samba.org/~jelmer/%{srcname}/%{srcname}-%{version}.tar.gz
-#Patch0:         01_less_strict_index_tests
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
-#BuildRequires:  python-unittest2
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Dulwich is a pure-Python implementation of the Git file formats and
@@ -30,7 +30,6 @@ Mrs. Git live in the Monty Python sketch.
 
 %prep
 %setup -q -n %{srcname}-%{version}
-#%patch0 -p1
 
 
 %build
@@ -76,6 +75,9 @@ nosetests test_web.py
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.9.4-1
+- new upstream release
+
 * Sat Jul 20 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.0-1
 - new upstream release
 

+ 7 - 8
p/python-egenix-mx-base/python-egenix-mx-base-vl.spec

@@ -5,7 +5,7 @@ Summary: eGenix mx-Extensions for Python - BASE package
 Summary(ja): eGenix 配布 Python DateTime ライブラリ
 Name: python-%{mxlibname}
 Version: 3.1.0
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: eGenix.com Public License (similar to the Python 2.0)
 Group: Development/Libraries
 URL: http://www.egenix.com/files/python/eGenix-mx-Extensions.html
@@ -15,6 +15,9 @@ Buildrequires: python-devel
 Requires: python >= 2.4
 Provides: mxDateTime
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The eGenix mx Extension Series are a collection of
 Python extensions written in ANSI C and Python
@@ -32,13 +35,6 @@ distributed under the eGenix.com Public License.
 %prep
 %setup -q -n %{mxlibname}-%{version}
 
-#%ifarch x86_64
-#%patch0
-#cd mx/stdlib/distutils
-#%patch0
-#%endif
-
-
 %build
 CFLAGS="$RPM_OPT_FLAGS" python setup.py build
 
@@ -63,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_platlib}
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-5
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.0-4
 - rebuild with python-2.7.2
 

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

@@ -8,7 +8,7 @@ Name: python-elementtree
 %define real_version 1.2.6-20050316
 %define real_version_celementtree 1.0.2-20050302
 Version: 1.2.6
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: PSF
 Group: Development/Libraries
 URL: http://effbot.org/zone/element-index.htm
@@ -21,6 +21,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires: expat-devel, python-devel
 Provides: cElementTree.so
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The Element type is a simple but flexible container object, designed
 to store hierarchical data structures, such as simplified XML
@@ -61,6 +64,9 @@ popd
 %{python_sitearch}/*.so
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-5
+- rebuild with VineSeed environment
+
 * Sat Feb 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.6-4
 - rebuild with python-2.7.2
 
@@ -89,7 +95,7 @@ popd
 - rebuild for core
 - use %%setup -q -a 1 instead of unzipping source1
 
-* Tue Mar 30 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-3
+* Wed Mar 30 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-3
 - Use python_sitearch for the C library.
 
 * Tue Mar 29 2005 Konstantin Ryabitsev <icon@linux.duke.edu> - 1.2.6-2

+ 7 - 1
p/python-ethtool/python-ethtool-vl.spec

@@ -5,7 +5,7 @@ Summary: Ethernet settings python bindings
 Summary(ja): ethtool の python バインディング
 Name: python-ethtool
 Version: 0.3
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 URL: http://git.kernel.org/?p=linux/kernel/git/acme/python-ethtool.git
 Source: http://userweb.kernel.org/~acme/python-ethtool/%{name}-%{version}.tar.bz2
 License: GPLv2
@@ -13,6 +13,9 @@ Group: System Environment/Libraries
 BuildRequires: python-devel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Python bindings for the ethtool kernel interface, that allows querying and
 changing of ethernet card settings, such as speed, port, autonegotiation, and
@@ -45,6 +48,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3-3
 - rebuild with python-2.7.2
 

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

@@ -1,5 +1,5 @@
 %define ver 0.3.5
-%define rel 2
+%define rel 3
 
 Summary: Recursive descent parsing library for Python based on functional combinators
 Name: python-funcparserlib
@@ -54,6 +54,9 @@ external DSLs (domain specific languages).
 %{python_sitelib}/funcparserlib
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.5-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-gdata/python-gdata-vl.spec

@@ -4,7 +4,7 @@ Summary:        A Python module for accessing online Google services
 Summary(ja):    オンライン Google サービスにアクセスするための Python モジュール
 Name:           python-gdata
 Version:        1.1.1
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 Group:          Development/Languages
 License:        ASL 2.0
@@ -17,6 +17,9 @@ BuildRequires:  python-devel
 Requires:       python
 Requires:	python-elementtree
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 This is a Python module for accessing online Google services, such as:
 - Blogger
@@ -48,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/gdata
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.1-3
 - rebuild with python-2.7.2
 

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

@@ -1,7 +1,7 @@
 %{!?python_sitearch:    %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define ver 0.6
-%define rel 3
+%define rel 4
 
 Summary: Python toolkit for generation of output for the web
 Name: python-genshi
@@ -50,6 +50,9 @@ python setup.py install --root=${RPM_BUILD_ROOT}
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6-3
 - rebuild with python-2.7.2
 

+ 5 - 2
p/python-hachoir-regex/python-hachoir-regex-vl.spec

@@ -4,7 +4,7 @@
 
 Name:       python-hachoir-regex
 Version:    1.0.5
-Release:    2%{?_dist_release}
+Release:    3%{?_dist_release}
 Summary:    A python library for regular expression (regex or regexp) manupulation.
 
 Group:      System Environment/Libraries
@@ -47,8 +47,11 @@ rm -rf %buildroot
 %{python_sitelib}/hachoir_regex-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-2
 - rebuild with python-2.7.2
 
-* Sat Aug 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-1
+* Fri Aug 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp 1.0.5-1
 - initial build for Vine Linux

+ 11 - 1
p/python-imaging/python-imaging-vl.spec

@@ -2,12 +2,16 @@ Summary: The Python Imaging Library
 Summary(ja): Python イメージ処理ライブラリ
 Name: python-imaging
 Version: 1.1.7
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: Distributable
 Group: Development/Languages
 URL: http://www.pythonware.com/products/pil
+
 Source0: http://effbot.org/downloads/Imaging-%{version}.tar.gz
+
 Patch0: Imaging-1.1.7-setup.lib64.patch
+Patch1: Imaging-1.1.7-freetype-2.5.x.patch
+
 BuildRequires: python-devel >= 2.6
 BuildRequires: libjpeg-devel libpng-devel zlib-devel freetype2-devel
 BuildRequires: xorg-x11-devel
@@ -22,6 +26,7 @@ Obsoletes: Imaging < %{version}
 Obsoletes: python-PIL < %{version}
 Obsoletes: python-Imaging <= %{version}
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+
 Distribution: Vine Linux
 Vendor: Project Vine
 Packager: owa
@@ -42,6 +47,7 @@ Python Imaging Library (PIL) は Python 環境にイメージ処理能力を加
 %ifarch x86_64
 %patch0 -p1 -b .lib64~
 %endif
+%patch1 -p1 -b .ft
 
 
 %build
@@ -81,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-4
+- rebuild with VineSeed environment
+- add Patch0 (Imaging-1.1.7-freetype-2.5.x.patch)
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.7-3
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-iwlib/python-iwlib-vl.spec

@@ -5,7 +5,7 @@ Summary: Wireless settings python bindings
 Summary(ja): wireless-tools の python バインディング
 Name: python-iwlib
 Version: 0.1
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 URL: http://git.fedorahosted.org/git/python-iwlib.git
 Source: http://fedorahosted.org/released/python-iwlib/%{name}-%{version}.tar.bz2
 License: GPLv2
@@ -16,6 +16,9 @@ BuildRequires: wireless-tools-devel
 Requires: wireless-tools
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Python bindings for the iwlib kernel interface,
 that provides functions to examine the wireless network devices
@@ -45,6 +48,9 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1-3
 - rebuild with python-2.7.2
 

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

@@ -7,7 +7,7 @@
 
 Name:		python-jinja2
 Version:	2.5.5
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	General purpose template engine
 Group:		Development/Languages
 License:	BSD
@@ -156,6 +156,9 @@ popd
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.5-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.5.5-2
 - rebuild with python-2.7.2
 

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

@@ -4,7 +4,7 @@ Summary(ja): Python 漢字コードコンバータ
 Group: Development/Libraries
 Name: python-kconv
 Version: 1.1.8p3
-Release: 5%{?_dist_release}
+Release: 6%{?_dist_release}
 License: GPL
 URL: http://apache.noexistent.com/~mak/kconv/kconv/index.html
 Source0: kconv-1.1.8p-3.tar.gz
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc GPL README.EUC LICENCE.EUC README.en_with_EUC_JP
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.8p3-6
+- rebuild with VineSeed environment
+
 * Mon May 02 2011 Shu KONNO <owa@bg.wakwak.com> 1.1.8p3-5
 - rebuilt
 

+ 5 - 2
p/python-ldap/python-ldap-vl.spec

@@ -6,7 +6,7 @@
 
 Name: python-ldap
 Version: 2.3.11
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Epoch: 0
 License: Python
 Group: System Environment/Libraries
@@ -85,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.11-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.3.11-2
 - rebuild with python-2.7.2
 
@@ -131,7 +134,7 @@ rm -rf $RPM_BUILD_ROOT
 * Wed May 17 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-2
 - Put back the epoch line... happy beehive?
 
-* Tue May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-1
+* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.2.0-1
 - Update to 2.2.0
 - Update python-ldap-2.0.6-rpath.patch and rename it to
   python-ldap-2.2.0-dirs.patch.

+ 7 - 1
p/python-logilab-astng/python-logilab-astng-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-logilab-astng
 Version:        0.23.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Python Abstract Syntax Tree New Generation
 
 Group:          Development/Languages
@@ -17,6 +17,9 @@ BuildRequires:  python-devel python-setuptools python-unittest2
 BuildRequires:  python-logilab-common >= 0.56.0
 Requires:       python-logilab-common >= 0.56.0
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The aim of this module is to provide a common base representation of
 python source code for projects such as pychecker, pyreverse,
@@ -60,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.1-2
+- rebuild with VineSeed environment
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23.1-1
 - initial build for Vine Linux
 

+ 6 - 1
p/python-logilab-common/python-logilab-common-vl.spec

@@ -1,6 +1,6 @@
 Name:           python-logilab-common
 Version:        0.57.1
-Release:        1%{?_dist_release}
+Release:        2%{?_dist_release}
 Summary:        Common libraries for Logilab projects
 
 Group:          Development/Libraries
@@ -13,6 +13,8 @@ BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  python-devel python-setuptools python-unittest2
 Requires:       python-egenix-mx-base
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 This package contains several modules providing low level functionality 
@@ -47,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-2
+- rebuild with VineSeed environment
+
 * Wed Apr 18 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.57.1-1
 - initial build for Vine Linux
 

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

@@ -4,7 +4,7 @@ Summary(ja): lxml は libxml2 と libxslt の Python バインディングです
 Name: python-%{_lxml}
 Group: Development/Libraries
 Version: 2.2.6
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 License: BSD
 URL: http://codespeak.net/lxml
 #URL: http://pypi.python.org/pypi/lxml
@@ -46,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/%{_lxml}-*-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.6-3
 - rebuild with python-2.7.2
 

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

@@ -3,7 +3,7 @@
 
 Name: python-markupsafe
 Version: 0.12
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 Summary: Implements a XML/HTML/XHTML Markup safe string for Python
 
 Group: Development/Languages
@@ -95,6 +95,9 @@ popd
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.12-2
 - rebuild with python-2.7.2
 

+ 6 - 1
p/python-mechanize/python-mechanize-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           python-mechanize
 Version:        0.2.2
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Stateful programmatic web browsing
 Summary(ja):	ウェブ・ブラウジング・プログラム用 Python モジュール
 
@@ -17,6 +17,8 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-clientform
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Stateful programmatic web browsing, after Andy Lester's Perl module
@@ -61,6 +63,9 @@ Andy Lester (WWW::Mechanize).  urllib2 was written by Jeremy Hylton.
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.2-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.2.2-2
 - rebuild with python-2.7.2
 

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

@@ -1,5 +1,5 @@
 Name:           python-mutagen
-Version:        1.20
+Version:        1.22
 Release:        1%{?_dist_release}
 Summary:        Mutagen is a Python module to handle audio metadata
 Summary(ja):    Mutagen は音楽のメタデータを扱うためのpythonモジュールです
@@ -13,6 +13,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildArch:      noarch
 BuildRequires:  python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Mutagen is a Python module to handle audio metadata. It supports
 reading ID3 (all versions), APEv2, FLAC, and Ogg Vorbis/FLAC/Theora.
@@ -26,7 +29,7 @@ includes a module to handle generic Ogg bitstreams.
 # Fix non-executable-script error
 sed -i '/^#! \/usr\/bin\/env python/,+1 d' mutagen/__init__.py
 # Fix wrong-file-end-of-line-encoding warning
-sed -i 's/\r//' TUTORIAL
+#sed -i 's/\r//' TUTORIAL
 
 %build
 %{__python} setup.py build
@@ -47,6 +50,9 @@ rm -rf %{buildroot}
 %{python_sitelib}/mutagen-%{version}-*.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.22-1
+- new upstream release
+
 * Wed Jul 04 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.20-1
 - new upstream release
 

+ 7 - 1
p/python-numarray/python-numarray-vl.spec

@@ -3,7 +3,7 @@
 
 Name:           python-numarray
 Version:        1.5.2
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 Summary:        Python array manipulation and computational library
 
 Group:          Development/Languages
@@ -15,6 +15,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  python-devel
 Provides:   %{name}-devel = %{version}-%{release}
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 Numarray provides array manipulation and computational capabilities
 similar to those found in IDL, Matlab, or Octave. Using numarray, it is
@@ -53,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.5.2-3
 - rebuild with python-2.7.2
 

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

@@ -1,7 +1,7 @@
 Summary: Numerical Extension to Python
 Name: python-numeric
 Version: 24.2
-Release: 4%{?_dist_release}
+Release: 5%{?_dist_release}
 License: Python
 URL: http://numpy.sourceforge.net
 Group: Development/Languages
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %{_includedir}/python*/Numeric
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2-5
+- rebuild with VineSeed environment
+
 * Wed Feb 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 24.2-4
 - rebuild with python-2.7.2
 

+ 9 - 3
p/python-pip/python-pip-vl.spec

@@ -4,7 +4,7 @@ Summary:        Pip installs Python packages.  An easy_install replacement
 Summary(ja):    Pip は easy_install を置き換える Python パッケージインストーラです。
 Name:           python-%{srcname}
 Version:        0.8.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 
 Group:          Development/Libraries
 License:        MIT
@@ -17,6 +17,9 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 Requires:       python-setuptools
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 
 Pip is a replacement for `easy_install
@@ -49,6 +52,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
 %{python_sitelib}/pip*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.1-2
 - rebuild with python-2.7.2
 
@@ -69,9 +75,9 @@ mv %{buildroot}%{_bindir}/pip %{buildroot}%{_bindir}/pip-python
 - update to 0.7.1 of pip
 * Fri Jan 1 2010 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1.4
 - fix dependency issue
-* Tue Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
+* Fri Dec 18 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-2
 - fix spec file 
-* Mon Dec 17 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-1
+* Thu Dec 17 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.6.1-1
 - upgrade to 0.6.1 of pip
 * Mon Aug 31 2009 Peter Halliday <phalliday@excelsiorsystems.net> - 0.4-1
 - Initial package

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

@@ -6,7 +6,7 @@ Summary(ja): psycopg は Python の PostgreSQL 用データベースアダプタ
 Name: python-psycopg
 Group: Applications/Databases
 Version: 1.1.21
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 License: GNU GPL2
 URL: http://initd.org/software/initd/psycopg
 Source0: http://initd.org/pub/software/psycopg/psycopg-%{version}.tar.gz
@@ -102,6 +102,9 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.21-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.21-6
 - rebuild with python-2.7.2
 

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

@@ -6,7 +6,7 @@ Summary(ja): psycopg2 は Python の PostgreSQL 用データベースアダプ
 Name: python-psycopg2
 Group: Applications/Databases
 Version: 2.4
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: LGPL or ZPL
 Source: http://initd.org/pub/software/psycopg/psycopg2-%{version}.tar.gz
 Patch0: psycopg2-2.2.2-DA.patch
@@ -96,6 +96,9 @@ fi
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-pyclamav/python-pyclamav-vl.spec

@@ -1,7 +1,7 @@
 Summary: a quick hack to use libclamav with python
 Name: python-pyclamav
 Version: 0.4.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: GPLv2
 Group: Development/Libraries
 URL: http://xael.org/norman/python/pyclamav/
@@ -14,6 +14,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: python-devel
 BuildRequires: clamav-devel >= 0.95
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 pyClamAV is a python binding to libclamav written in C. By using pyClamAV, 
 you can add virus detection capabilities to your python software in an 
@@ -39,6 +42,9 @@ efficient and easy way.
 %{python_sitearch}/pyclamav*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.1-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-pycurl/python-pycurl-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           python-pycurl
 Version:        7.19.0
-Release:        4%{?_dist_release}
+Release:        5%{?_dist_release}
 Summary:        A Python interface to libcurl
 Summary(ja):    libcurl の Python インタフェース
 
@@ -31,6 +31,9 @@ Requires:	curl >= %{libcurl_ver}
 
 Provides:       pycurl = %{version}-%{release}
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 PycURL is a Python interface to libcurl. PycURL can be used to fetch
 objects identified by a URL from a Python program, similar to the
@@ -63,6 +66,9 @@ rm -rf %{buildroot}
 %{python_sitearch}/*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.19.0-5
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.19.0-4
 - rebuild with python-2.7.2
 

+ 9 - 4
p/python-pygments/python-pygments-vl.spec

@@ -5,7 +5,7 @@
 
 Name:           python-pygments
 Version:        1.3.1
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        A syntax highlighting engine written in Python
 
 Group:          Development/Libraries
@@ -21,6 +21,8 @@ BuildRequires:  python3-devel, python3-setuptools
 %endif # if with_python3
 Requires:       python-setuptools, python-imaging
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Pygments is a generic syntax highlighter for general use in all kinds
@@ -133,6 +135,9 @@ popd
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.3.1-2
 - rebuild with python-2.7.2
 
@@ -155,7 +160,7 @@ popd
 * Fri Apr 23 2010 David Malcolm <dmalcolm@redhat.com> - 1.3.1-3
 - add python3 subpackage (BZ#537244), ignoring soft-dep on imaging for now
 
-* Sat Apr 13 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-2
+* Tue Apr 13 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-2
 - added python-imaging as a dependency per BZ#581663.
 
 * Sat Mar  6 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.3.1-1
@@ -176,7 +181,7 @@ popd
 * Sat Nov 29 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1.0-2
 - Rebuild for Python 2.6
 
-* Fri Nov 27 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.0-1
+* Thu Nov 27 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.0-1
 - Updated for upstream 1.0.
 
 * Sun Sep 14 2008 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.11.1-1
@@ -191,7 +196,7 @@ popd
 * Mon Nov 12 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.9-1
 - Updated for upstream 0.9.
 
-* Thu Aug 17 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-2
+* Fri Aug 17 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-2
 - Removed the dos2unix build dependency.
 
 * Thu Jun 28 2007 Steve 'Ashcrow' Milner <me@stevemilner.org> - 0.8.1-1

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

@@ -1,7 +1,7 @@
 %define python_platlib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(1)') 
 Name: python-pykf
 Version: 0.3.4
-Release: 6%{?_dist_release}
+Release: 7%{?_dist_release}
 License: BSD like
 URL: http://www.gembook.jp/tsum/page.pys?wiki=PyKf
 Source0: http://www.gembook.jp/html/download/pykf-%{version}.tgz
@@ -45,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc readme.euc
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.3.4-6
 - rebuild with python-2.7.2
 

+ 9 - 4
p/python-pyrex/python-pyrex-vl.spec

@@ -2,7 +2,7 @@
 %define packagename Pyrex
 Name:           python-pyrex
 Version:        0.9.9
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 BuildArch:	noarch
 Summary:        A compiler/language for writing Python extension modules.
 Group:          Development/Languages
@@ -16,6 +16,8 @@ BuildRequires:  nkf
 BuildRequires:  findutils
 Requires: python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Pyrex is Python with C types.  It is specially designed to allow you to
@@ -56,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/pyrexc
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.9-2
 - rebuild with python-2.7.2
 
@@ -95,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 * Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
 - rebuilt
 
-* Fri Jun 03 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-5
+* Thu Jun 03 2004 John (J5) Palmieri <johnp@redhat.com> - 0:0.9-5
 - Built to rawhide
 
 * Wed May 19 2004 Florian La Roche <Florian.LaRoche@redhat.de>
@@ -130,7 +135,7 @@ rm -rf $RPM_BUILD_ROOT
 - python distutils --record=FILE option doesn't record directories so include
   the site-packages/[directories] manually
 
-* Thu Jan 15 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.2
+* Wed Jan 15 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.2
 - Merge changes from Michel Alexandre Salim <salimma[AT]users.sf.net>
   + Require build system's python version because directories are named
     pythonX.Y
@@ -142,5 +147,5 @@ rm -rf $RPM_BUILD_ROOT
 - Patch around an incompatible change between python 2.2 and python 2.3's
   definition of LONG_LONG being renamed to PY_LONG_LONG
   
-* Fri Jan 09 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.1
+* Thu Jan 09 2003 Toshio Kuratomi <toshio@tiki-lounge.com> - 0:0.9-0.fdr.1
 - Initial RPM release.

+ 7 - 1
p/python-pyxml/python-pyxml-vl.spec

@@ -6,7 +6,7 @@ Summary:	XML libraries for python
 Summary(ja):	Python XML ライブラリ
 Name:		python-pyxml
 Version:	0.8.4
-Release:	6%{?_dist_release}
+Release:	7%{?_dist_release}
 URL:		http://pyxml.sourceforge.net/
 Source0:	http://prdownloads.sourceforge.net/pyxml/PyXML-%{version}.tar.gz
 Patch0: 	PyXML-0.7.1-intern.patch
@@ -24,6 +24,9 @@ Requires:	python, libexpat
 Obsoletes:	%{module}
 Provides:	%{module}
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 An XML package for Python. The distribution contains a validating XML
 parser, an implementation of the SAX and DOM programming interfaces
@@ -63,6 +66,9 @@ CFLAGS="%{optflags}" \
 %{python_sitearch}/*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.8.4-6
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-rdflib/python-rdflib-vl.spec

@@ -6,7 +6,7 @@
 Name:           python-rdflib
 Summary:        Python library for working with RDF
 Version:        3.1.0
-Release:        3%{?_dist_release}
+Release:        4%{?_dist_release}
 
 Group:          Development/Languages
 License:        BSD
@@ -24,6 +24,9 @@ BuildRequires:  python-setuptools
 BuildRequires:  python-nose >= 0.9.2
 %endif
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 RDFLib is a Python library for working with RDF, a simple yet powerful
 language for representing information.
@@ -70,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.0-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 3.1.0-3
 - rebuild with python-2.7.2
 

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

@@ -2,7 +2,7 @@
 # Basic Information
 Name:		python-rope
 Version:	0.9.3
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 License:	GPLv2
 Group:		Development/Libraries
 URL:		http://rope.sf.net/
@@ -54,6 +54,9 @@ BuildRequires:	python-devel
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9.3-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-setuptools/python-setuptools-vl.spec

@@ -2,7 +2,7 @@
 
 Name:           python-setuptools
 Version:        0.6c11
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Download, build, install, upgrade, and uninstall Python packages
 Summary(ja):     Python パッケージのダウンロード、ビルド、インストール、アップグレードおよびアンインストール用ツール
 Group:          Development/Tools
@@ -16,6 +16,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildArch:      noarch
 BuildRequires:  python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 setuptools is a collection of enhancements to the Python distutils that allow
 you to more easily build and distribute Python packages, especially ones that
@@ -58,6 +61,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6c11-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6c11-2
 - rebuild with python-2.7.2
 

+ 5 - 1
p/python-sexy/python-sexy-vl.spec

@@ -2,7 +2,7 @@
 %define real_name sexy-python
 Name:           python-sexy
 Version:        0.1.9
-Release:        6%{?_dist_release}
+Release:        7%{?_dist_release}
 
 Summary:        Python bindings to libsexy
 Summary(ja):    libsexy の Python バインディング
@@ -18,6 +18,7 @@ BuildRequires:  python-devel >= 2
 BuildRequires:  pygtk2-devel >= 2.8.0
 BuildRequires:  libxml2-devel
 Requires:  libsexy >= 0.1.10
+
 Vendor: Project Vine
 Distribution: Vine Linux
 
@@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-7
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.9-6
 - rebuild with python-2.7.2
 

+ 6 - 1
p/python-simplejson/python-simplejson-vl.spec

@@ -7,7 +7,7 @@
 Name:           python-simplejson
 
 Version:        2.1.2
-Release:        2%{?_dist_release}
+Release:        3%{?_dist_release}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -22,6 +22,8 @@ BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-nose
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 simplejson is a simple, fast, complete, correct and extensible JSON
@@ -71,6 +73,9 @@ nosetests -q
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-slip/python-slip-vl.spec

@@ -1,6 +1,6 @@
 Name:       python-slip
 Version:    0.2.14
-Release:    3%{?_dist_release}
+Release:    4%{?_dist_release}
 Summary:    Miscellaneous convenience, extension and workaround code for Python
 
 Group:      System Environment/Libraries
@@ -16,6 +16,9 @@ BuildArch:  noarch
 BuildRequires:  python
 BuildRequires:  python-devel
 
+Vendor: Project Vine
+Distribution: Vine Linux
+
 %description
 The Simple Library for Python packages contain miscellaneous code for
 convenience, extension and workaround purposes.
@@ -89,6 +92,9 @@ rm -rf %buildroot
 %{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.2.14-3
 - rebuild with python-2.7.2
 

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

@@ -4,7 +4,7 @@ Summary(ja): Tornado 高速 Web フレームワーク
 Name: python-%{tornado}
 Group: Development/Web Applications
 Version: 1.2.1
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 License: Apache Licence, Version 2.0
 URL: http://www.tornadoweb.org/
 Source0: %{url}/static/%{tornado}-%{version}.tar.gz
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{tornado}-%{version}/demos/helloworld
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-3
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2.1-2
 - rebuild with python-2.7.2
 

+ 7 - 1
p/python-twill/python-twill-vl.spec

@@ -4,7 +4,7 @@ Summary:	Simple scripting language for Web browsing
 Summary(ja): 	ウェブ・ブラウジング用のシンプルなスクリプト言語
 Name:		python-twill
 Version:	0.9
-Release: 	3%{?_dist_release}
+Release: 	4%{?_dist_release}
 Source0:	http://darcs.idyll.org/~t/projects/twill-%{version}.tar.gz
 License:	MIT
 Group:		Applications/Internet
@@ -16,6 +16,9 @@ BuildRequires:	python-devel python-setuptools
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 BuildArch:	noarch
 
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: Takemikaduchi
 
 %description
 twill is a simple language that allows users to browse the Web from
@@ -64,6 +67,9 @@ twill を使うことで、フォームやクッキー等の標準的なウェ
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-4
+- rebuild with VineSeed environment
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.9-3
 - rebuild with python-2.7.2
 

+ 6 - 1
p/python-twisted/python-twisted-vl.spec

@@ -3,7 +3,7 @@
 Summary:	Event-driven networking engine in Python 
 Summary(ja): 	Pythonで書かれたイベントドリブンなネットワークエンジン
 Name:		python-twisted	
-Version:	12.2.0
+Version:	13.2.0
 Release: 	1%{?_dist_release}
 Source0:	http://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2 
 License:	MIT
@@ -17,6 +17,8 @@ BuildRequires:	python, python-devel
 BuildRequires:	python-zope-interface
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
+Vendor: Project Vine
+Distribution: Vine Linux
 
 %description
 Twisted is a networking engine written in Python, supporting
@@ -102,6 +104,9 @@ python -c "from twisted.plugin import IPlugin, getPlugins;list(getPlugins(IPlugi
 
 
 %changelog
+* Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 13.2.0-1
+- new upstream release
+
 * Sat Oct 27 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 12.2.0-1
 - new upstream release