Browse Source

updated trac to 0.11.6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@604 ec354946-7b23-47d6-9f5a-488ba84defc7
owa 14 years ago
parent
commit
aee8df4a9a
1 changed files with 8 additions and 3 deletions
  1. 8 3
      t/trac/trac-vl.spec

+ 8 - 3
t/trac/trac-vl.spec

@@ -1,6 +1,6 @@
-%define python_sitelib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(0)')
+## %define python_sitelib %(python -c 'from distutils.sysconfig import get_python_lib; print get_python_lib(0)')
 %define name trac
-%define version 0.11.4
+%define version 0.11.6
 %define release 1%{?_dist_release}
 %define japanize ja1
 
@@ -18,7 +18,7 @@ URL: http://trac.edgewall.org/
 
 BuildArch: noarch
 Requires: python, python-genshi >= 0.5, python-setuptools >= 0.6b1
-Requires: pysqlite
+#Requires: pysqlite
 BuildRequires: python-devel, python-genshi >= 0.5, python-setuptools >= 0.6b1
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
@@ -72,6 +72,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/trac
 
 %changelog
+* Wed Mar 17 2010 Shu KONNO <owa@bg.wakwak.com> 0.11.6-1
+- updated Trac to 0.11.6.ja1
+- rebuilt with python-2.6
+- dropt BR: pysqlite (included in python-2.6)
+
 * Sat Apr 25 2009 IWAI, Masaharu <iwai@alib.jp> 0.11.4-1
 - new upstream release
 - update default charset patch (Patch0)