Browse Source

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

kudoh 12 years ago
parent
commit
f9a07fbfbb
1 changed files with 6 additions and 3 deletions
  1. 6 3
      p/pysvn/pysvn-vl.spec

+ 6 - 3
p/pysvn/pysvn-vl.spec

@@ -1,15 +1,15 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           pysvn
-Version:        1.7.0
-Release:        4%{?_dist_release}
+Version:        1.7.6
+Release:        1%{?_dist_release}
 Summary:        Pythonic style bindings for Subversion
 Summary(ja):	Subversion 用の python バインディング
 Group:          Development/Languages
 License:        ASL 1.1
 URL:            http://pysvn.tigris.org/
 Source0:        http://pysvn.barrys-emacs.org/source_kits/%{name}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 BuildRequires:  python-devel
 BuildRequires:  PyXML
 BuildRequires:  subversion-devel
@@ -59,6 +59,9 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py configure --enable-debug --verbose
 %{python_sitearch}/%{name}
 
 %changelog
+* Tue Jul 10 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.7.6-1
+- new upstream release
+
 * Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.7.0-4
 - rebuild with python-2.7.2