Browse Source

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

kudoh 10 years ago
parent
commit
bb1af34e76

+ 4 - 1
n/nautilus-python/nautilus-python-vl.spec

@@ -1,6 +1,6 @@
 Name:		nautilus-python
 Version:	1.1
-Release:	2%{?_dist_release}
+Release:	3%{?_dist_release}
 Summary:	Python bindings for Nautilus
 Summary(ja):	Nautilus 用の python バインディング
 Group:		Development/Libraries
@@ -86,6 +86,9 @@ find $RPM_BUILD_ROOT -name '*.la' -delete
 
 
 %changelog
+* Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.1.0-3
+- rebuilt with new toolchain
+
 * Tue Feb 21 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-2
 - rebuild with python-2.7.2
 

+ 5 - 2
p/pysvn/pysvn-vl.spec

@@ -1,8 +1,8 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pysvn
-Version:        1.7.6
-Release:        3%{?_dist_release}
+Version:        1.7.8
+Release:        1%{?_dist_release}
 Summary:        Pythonic style bindings for Subversion
 Summary(ja):	Subversion 用の python バインディング
 Group:          Development/Languages
@@ -57,6 +57,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{python_sitearch}/%{name}
 
 %changelog
+* Tue Apr 29 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.8-1
+- new upstream release
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 1.7.6-3
 - rebuild with VineSeed environment
 

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

@@ -6,8 +6,8 @@
 
 Name:           python-simplejson
 
-Version:        2.1.2
-Release:        3%{?_dist_release}
+Version:        3.4.1
+Release:        1%{?_dist_release}
 Summary:        Simple, fast, extensible JSON encoder/decoder for Python
 
 Group:          System Environment/Libraries
@@ -64,7 +64,7 @@ nosetests -q
 
 %files
 %defattr(-,root,root,-)
-%doc docs LICENSE.txt
+%doc CHANGES.txt LICENSE.txt
 %dir %{python_sitearch}/simplejson
 %{python_sitearch}/simplejson-*.egg-info
 %{python_sitearch}/simplejson/*.py*
@@ -73,6 +73,9 @@ nosetests -q
 
 
 %changelog
+* Sat May 03 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 3.4.1-1
+- new upstream release
+
 * Sun Jan 12 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.1.2-3
 - rebuild with VineSeed environment