[trac/el6] Update to 0.12.2

Kevin Fenzi kevin at fedoraproject.org
Tue Dec 20 23:47:36 UTC 2011


commit f940dac44a66b744bce0a49f594aaf28cfb14e65
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Tue Dec 20 16:47:31 2011 -0700

    Update to 0.12.2

 .gitignore                                         |    1 +
 ...-Make-sure-we-use-the-right-python-genshi.patch |   71 ++++++--------------
 sources                                            |    2 +-
 trac.spec                                          |    8 ++-
 4 files changed, 30 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1a99e20..d481edf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Trac-0.11.7.tar.gz
 /Trac-0.12.1.tar.gz
+/Trac-0.12.2.tar.gz
diff --git a/0001-Make-sure-we-use-the-right-python-genshi.patch b/0001-Make-sure-we-use-the-right-python-genshi.patch
index 1447da1..4e5d64f 100644
--- a/0001-Make-sure-we-use-the-right-python-genshi.patch
+++ b/0001-Make-sure-we-use-the-right-python-genshi.patch
@@ -1,24 +1,6 @@
-From 1d35ca60286a4609333c39d0840d38c3ef732144 Mon Sep 17 00:00:00 2001
-From: Jesse Keating <jkeating at redhat.com>
-Date: Tue, 7 Dec 2010 15:33:43 -0800
-Subject: [PATCH] Make sure we use the right python-genshi
-
-This is only needed until the default python genshi is brought up to
-level 0.6 or better.
----
- trac/admin/console.py          |    3 +++
- trac/web/cgi_frontend.py       |    3 +++
- trac/web/chrome.py             |    3 +++
- trac/web/fcgi_frontend.py      |    3 +++
- trac/web/main.py               |    3 +++
- trac/web/modpython_frontend.py |    3 +++
- trac/web/standalone.py         |    3 +++
- 7 files changed, 21 insertions(+), 0 deletions(-)
-
-diff --git a/trac/admin/console.py b/trac/admin/console.py
-index f5ecbe9..f58e697 100755
---- a/trac/admin/console.py
-+++ b/trac/admin/console.py
+diff -Nur Trac-0.12.2.orig/trac/admin/console.py Trac-0.12.2/trac/admin/console.py
+--- Trac-0.12.2.orig/trac/admin/console.py	2011-01-31 15:05:46.000000000 -0700
++++ Trac-0.12.2/trac/admin/console.py	2011-12-20 16:31:13.914204584 -0700
 @@ -12,6 +12,9 @@
  # individuals. For the exact contribution history, see the revision
  # history and logs, available at http://trac.edgewall.org/log/.
@@ -29,10 +11,9 @@ index f5ecbe9..f58e697 100755
  import cmd
  import locale
  import os.path
-diff --git a/trac/web/cgi_frontend.py b/trac/web/cgi_frontend.py
-index 6e6f46e..9533497 100755
---- a/trac/web/cgi_frontend.py
-+++ b/trac/web/cgi_frontend.py
+diff -Nur Trac-0.12.2.orig/trac/web/cgi_frontend.py Trac-0.12.2/trac/web/cgi_frontend.py
+--- Trac-0.12.2.orig/trac/web/cgi_frontend.py	2011-01-31 15:05:49.000000000 -0700
++++ Trac-0.12.2/trac/web/cgi_frontend.py	2011-12-20 16:31:13.914204584 -0700
 @@ -17,6 +17,9 @@
  # Author: Christopher Lenz <cmlenz at gmx.de>
  #         Matthew Good <trac at matt-good.net>
@@ -43,10 +24,9 @@ index 6e6f46e..9533497 100755
  import os
  import pkg_resources
  import sys
-diff --git a/trac/web/chrome.py b/trac/web/chrome.py
-index a034a60..a04b932 100644
---- a/trac/web/chrome.py
-+++ b/trac/web/chrome.py
+diff -Nur Trac-0.12.2.orig/trac/web/chrome.py Trac-0.12.2/trac/web/chrome.py
+--- Trac-0.12.2.orig/trac/web/chrome.py	2011-01-31 15:05:49.000000000 -0700
++++ Trac-0.12.2/trac/web/chrome.py	2011-12-20 16:31:13.914204584 -0700
 @@ -14,6 +14,9 @@
  #
  # Author: Christopher Lenz <cmlenz at gmx.de>
@@ -57,10 +37,9 @@ index a034a60..a04b932 100644
  import datetime
  import itertools
  import os.path
-diff --git a/trac/web/fcgi_frontend.py b/trac/web/fcgi_frontend.py
-index cd7f54f..e1b31b4 100755
---- a/trac/web/fcgi_frontend.py
-+++ b/trac/web/fcgi_frontend.py
+diff -Nur Trac-0.12.2.orig/trac/web/fcgi_frontend.py Trac-0.12.2/trac/web/fcgi_frontend.py
+--- Trac-0.12.2.orig/trac/web/fcgi_frontend.py	2011-01-31 15:05:49.000000000 -0700
++++ Trac-0.12.2/trac/web/fcgi_frontend.py	2011-12-20 16:31:13.915204590 -0700
 @@ -15,6 +15,9 @@
  #
  # Author: Matthew Good <trac at matt-good.net>
@@ -71,10 +50,9 @@ index cd7f54f..e1b31b4 100755
  import os
  import pkg_resources
  import urllib
-diff --git a/trac/web/main.py b/trac/web/main.py
-index a19d69b..decc3af 100644
---- a/trac/web/main.py
-+++ b/trac/web/main.py
+diff -Nur Trac-0.12.2.orig/trac/web/main.py Trac-0.12.2/trac/web/main.py
+--- Trac-0.12.2.orig/trac/web/main.py	2011-01-31 15:05:49.000000000 -0700
++++ Trac-0.12.2/trac/web/main.py	2011-12-20 16:31:13.915204590 -0700
 @@ -16,6 +16,9 @@
  # Author: Christopher Lenz <cmlenz at gmx.de>
  #         Matthew Good <trac at matt-good.net>
@@ -85,10 +63,9 @@ index a19d69b..decc3af 100644
  import cgi
  import dircache
  import fnmatch
-diff --git a/trac/web/modpython_frontend.py b/trac/web/modpython_frontend.py
-index 273fc6f..5e36b6e 100644
---- a/trac/web/modpython_frontend.py
-+++ b/trac/web/modpython_frontend.py
+diff -Nur Trac-0.12.2.orig/trac/web/modpython_frontend.py Trac-0.12.2/trac/web/modpython_frontend.py
+--- Trac-0.12.2.orig/trac/web/modpython_frontend.py	2011-01-31 15:05:49.000000000 -0700
++++ Trac-0.12.2/trac/web/modpython_frontend.py	2011-12-20 16:31:13.916204597 -0700
 @@ -16,6 +16,9 @@
  # Author: Christopher Lenz <cmlenz at gmx.de>
  #         Matthew Good <trac at matt-good.net>
@@ -99,10 +76,9 @@ index 273fc6f..5e36b6e 100644
  import os
  import pkg_resources
  import sys
-diff --git a/trac/web/standalone.py b/trac/web/standalone.py
-index 9e85c74..288575d 100755
---- a/trac/web/standalone.py
-+++ b/trac/web/standalone.py
+diff -Nur Trac-0.12.2.orig/trac/web/standalone.py Trac-0.12.2/trac/web/standalone.py
+--- Trac-0.12.2.orig/trac/web/standalone.py	2011-01-31 15:05:49.000000000 -0700
++++ Trac-0.12.2/trac/web/standalone.py	2011-12-20 16:32:10.681572724 -0700
 @@ -19,6 +19,9 @@
  #         Matthew Good <trac at matt-good.net>
  #         Christopher Lenz <cmlenz at gmx.de>
@@ -112,7 +88,4 @@ index 9e85c74..288575d 100755
 +
  import pkg_resources
  import os
- import sys
--- 
-1.7.3.2
-
+ import select
diff --git a/sources b/sources
index 6ee7fc2..ba6f956 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-35a9c53ec35466b24a535d19bb6cdfa2  Trac-0.12.1.tar.gz
+f70c7676601f2592bcb7871319e62dd7  Trac-0.12.2.tar.gz
diff --git a/trac.spec b/trac.spec
index 70192a2..ca863a1 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.12.1
-Release:        4%{?dist}
+Version:        0.12.2
+Release:        1%{?dist}
 Summary:        Enhanced wiki and issue tracking system
 Group:          Applications/Internet
 License:        BSD
@@ -16,6 +16,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools-devel
+BuildRequires:  python-genshi06
 Requires:       python-setuptools
 Requires:       python-genshi06
 Requires:       httpd
@@ -81,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_var}/www/cgi-bin/trac.fcgi
 
 %changelog
+* Tue Dec 20 2011 Kevin Fenzi <kevin at scrye.com> - 0.12.2-1
+- Update to 0.12.2
+
 * Fri Dec 10 2010 Jesse Keating <jkeating at redhat.com> - 0.12.1-4
 - Update the trac-README.fedora content for global ini
 


More information about the scm-commits mailing list