Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (20031cebcf3fa9e3d3a780707a9f0667dbe32acc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (20031cebcf3fa9e3d3a780707a9f0667dbe32acc)
  • Date: Wed, 1 Dec 2010 15:56:38 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

python-pypi/trac-ldapplugin/12.patch | 11 +++++++++++
python-pypi/trac-ldapplugin/HISTORY | 5 +++++
python-pypi/trac-ldapplugin/PRE_BUILD | 1 +
3 files changed, 17 insertions(+)

New commits:
commit 20031cebcf3fa9e3d3a780707a9f0667dbe32acc
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

trac-ldapplugin: 0.6.0 is compatible with Trac 0.12

diff --git a/python-pypi/trac-ldapplugin/12.patch
b/python-pypi/trac-ldapplugin/12.patch
new file mode 100644
index 0000000..ab85bbb
--- /dev/null
+++ b/python-pypi/trac-ldapplugin/12.patch
@@ -0,0 +1,11 @@
+--- setup.py.orig 2009-05-07 19:25:54.000000000 +0400
++++ setup.py 2010-12-02 00:38:07.275726702 +0300
+@@ -14,7 +14,7 @@
+ license='BSD',
+ url='http://trac-hacks.org/wiki/LdapPlugin',
+ keywords = "trac ldap permission group acl",
+- install_requires = [ 'Trac>=0.11', 'Trac<0.12'],
++ install_requires = [ 'Trac>=0.11', 'Trac<0.13'],
+ packages = find_packages(exclude=['ez_setup', '*.tests*']),
+ package_data = { },
+ entry_points = {
diff --git a/python-pypi/trac-ldapplugin/HISTORY
b/python-pypi/trac-ldapplugin/HISTORY
index 134014f..f4b4965 100644
--- a/python-pypi/trac-ldapplugin/HISTORY
+++ b/python-pypi/trac-ldapplugin/HISTORY
@@ -1,3 +1,8 @@
+2010-12-02 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=2
+ * PRE_BUILD: apply the patch
+ * 12.patch: added to fix compatibility with Trac 0.12
+
2009-12-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: added, to apply the patch
diff --git a/python-pypi/trac-ldapplugin/PRE_BUILD
b/python-pypi/trac-ldapplugin/PRE_BUILD
index a331efb..199ef17 100755
--- a/python-pypi/trac-ldapplugin/PRE_BUILD
+++ b/python-pypi/trac-ldapplugin/PRE_BUILD
@@ -1,4 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

+patch -p0 < "$SPELL_DIRECTORY/12.patch" &&
patch -p0 < "$SPELL_DIRECTORY/perm.patch"




Archive powered by MHonArc 2.6.24.

Top of Page