diff --git a/.gitignore b/.gitignore index e13ed33..1a99e20 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Trac-0.11.7.tar.gz +/Trac-0.12.1.tar.gz diff --git a/sources b/sources index c69ecfe..6ee7fc2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cd96dad0e4f25d977c422fd6e985e99 Trac-0.11.7.tar.gz +35a9c53ec35466b24a535d19bb6cdfa2 Trac-0.12.1.tar.gz diff --git a/trac.spec b/trac.spec index e75d8e7..15ca8a9 100644 --- a/trac.spec +++ b/trac.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: trac -Version: 0.11.7 -Release: 2%{?dist} +Version: 0.12.1 +Release: 1%{?dist} Summary: Enhanced wiki and issue tracking system Group: Applications/Internet License: BSD @@ -17,7 +17,7 @@ BuildArch: noarch BuildRequires: python-devel BuildRequires: python-setuptools-devel Requires: python-setuptools -Requires: python-genshi >= 0.5 +Requires: python-genshi >= 0.6 Requires: httpd Provides: trac-webadmin = trac-webadmin-0.1.2-0.7.dev_r4429.fc11 Obsoletes: trac-webadmin < trac-webadmin-0.1.2-0.6 @@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT %{_var}/www/cgi-bin/trac.fcgi %changelog +* Tue Oct 12 2010 Jesse Keating - 0.12.1-1 +- Update to 0.12.1 + * Thu Jul 22 2010 David Malcolm - 0.11.7-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild @@ -255,4 +258,4 @@ rm -rf $RPM_BUILD_ROOT - Rebuild for FC4. * Fri Apr 8 2005 Ville Skyttä - 0.8.1-0.1 -- First build. \ No newline at end of file +- First build.