Changes of Revision 2
[-] | Added | trac.changes |
1
2 +------------------------------------------------------------------- 3 +Fri Feb 25 20:13:28 UTC 2011 - cs@linux-administrator.com 4 + 5 +- update to version 0.12.2 6 + 7 |
||
[-] | Changed | trac.spec ^ |
34 1
2 # norootforbuild 3 %define pkgname Trac 4 Name: trac 5 -Version: 0.11.7 6 +Version: 0.12.2 7 Release: 1 8 Summary: Integrated scm, wiki, issue tracker and project environment 9 Summary(de): Eine integrierte SCM-, Wiki-, Bugtracker- und Projektumgebung 10
11 BuildRoot: %{_tmppath}/%{name}-%{version}-build 12 PreReq: %insserv_prereq 13 PreReq: %fillup_prereq 14 -PreReq: python >= 2.3 15 -BuildRequires: python >= 2.3 python-devel 16 +PreReq: python >= 2.4 17 +BuildRequires: python >= 2.4 python-devel 18 Requires: subversion-python 19 Requires: python-devel 20 Requires: python-clearsilver 21
22 BuildRequires: python-setuptools 23 Requires: python-setuptools 24 Requires: python-genshi >= 0.5 25 -%if %{suse_version} <= 1020 26 -Requires: python-sqlite 27 -BuildRequires: python-sqlite 28 -%endif 29 +Requires: python-sqlite >= 2.0.7 30 +BuildRequires: python-sqlite >= 2.0.7 31 32 %description 33 Trac is a minimalistic web-based software project management and bug/issue 34 |
||
[+] | Changed | trac-auth.patch ^ |
@@ -1,12 +1,12 @@ ---- trac/web/auth.py.orig 2008-08-06 19:29:03.000000000 +0200 -+++ trac/web/auth.py 2008-08-07 10:08:29.000000000 +0200 -@@ -143,6 +143,9 @@ - - req.authname = remote_user - req.outcookie['trac_auth'] = cookie +--- trac/web/auth.py.orig 2011-01-31 23:05:49.000000000 +0100 ++++ trac/web/auth.py 2011-02-25 21:16:26.146033535 +0100 +@@ -199,6 +199,9 @@ + "expires" property to a date in the past. + """ + req.outcookie['trac_auth'] = '' + auth_domain = self.env.config.get('trac_auth', 'domain') + if len(auth_domain) > 0: + req.outcookie['trac_auth']['domain'] = auth_domain - req.outcookie['trac_auth']['path'] = req.base_path or '/' - - def _do_logout(self, req): + req.outcookie['trac_auth']['path'] = self.auth_cookie_path \ + or req.base_path or '/' + req.outcookie['trac_auth']['expires'] = -10000 | ||
Deleted | Trac-0.11.3.tar.gz ^ | |
Deleted | Trac-0.11.4.tar.gz ^ | |
Deleted | Trac-0.11.5.tar.gz ^ | |
Deleted | Trac-0.11.6.tar.gz ^ | |
Deleted | Trac-0.11.7.tar.gz ^ | |
Changed | Trac-0.12.2.tar.gz ^ |