[trac-spamfilter-plugin] Update to svn revision 10756

Paul Howarth pghmcfc at fedoraproject.org
Sun Jul 17 21:23:54 UTC 2011


commit 5192d5c107ad26a9a81809fa80d7df789214d698
Author: Paul Howarth <paul at city-fan.org>
Date:   Sun Jul 17 22:22:15 2011 +0100

    Update to svn revision 10756
    
    - Update to current svn snapshot
      - Various Blogspam timeout fixes
      - Add links to kill spammy users (Upstream #10093)
      - Add proper check for Defensio and python < 2.6 (Upstream #10195)
      - Add cleanup code to remove obsolete captcha db entries
      - Fix issues with different SQL engines (Upstream #10227)
      - Fix wrong argument count in log message (Upstream #10264)
      - Fix possibly uninitialized value (Upstream #10261)
    - No need for %defattr

 .gitignore                  |    1 +
 pull-from-svn.sh            |    2 +-
 sources                     |    2 +-
 trac-spamfilter-plugin.spec |   16 +++++++++++++---
 4 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b51e39d..d94b899 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /TracSpamFilter-0.2.1dev-r6990.tar.gz
 /TracSpamFilter-0.2.1dev-r9626.tar.bz2
 /TracSpamFilter-0.4.7dev-r10633.tar.bz2
+/TracSpamFilter-0.4.7dev-r10756.tar.bz2
diff --git a/pull-from-svn.sh b/pull-from-svn.sh
index b0b4046..8c8b6ee 100755
--- a/pull-from-svn.sh
+++ b/pull-from-svn.sh
@@ -8,7 +8,7 @@ tarname=TracSpamFilter
 
 # Specify the branch and revision we're after, plus the version upstream calls itself
 branch=0.12
-svnrel=10633
+svnrel=10756
 version=0.4.7
 
 # Pull the desired version from svn
diff --git a/sources b/sources
index a27d278..f2daf64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8113f8e4a84a673bcfad2a062acd9b3d  TracSpamFilter-0.4.7dev-r10633.tar.bz2
+9d1032d7126407c30c56c9a532e365d3  TracSpamFilter-0.4.7dev-r10756.tar.bz2
diff --git a/trac-spamfilter-plugin.spec b/trac-spamfilter-plugin.spec
index 3081b9b..e825703 100644
--- a/trac-spamfilter-plugin.spec
+++ b/trac-spamfilter-plugin.spec
@@ -1,8 +1,8 @@
-%global svnrev 10633
+%global svnrev 10756
 
 Name:           trac-spamfilter-plugin
 Version:        0.4.7
-Release:        0.10.20110305svn%{svnrev}%{?dist}
+Release:        0.11.20110716svn%{svnrev}%{?dist}
 Summary:        Spam-Filter plugin for Trac
 Group:          Applications/Internet
 License:        BSD
@@ -33,12 +33,22 @@ illegitimate/unwanted content) in submitted content.
 %{__python} setup.py install -O1 --skip-build --root %{buildroot}
  
 %files
-%defattr(-,root,root,-)
 %doc README.txt
 %{python_sitelib}/TracSpamFilter-%{version}dev_r%{svnrev}-py*.egg-info/
 %{python_sitelib}/tracspamfilter/
 
 %changelog
+* Sun Jul 17 2011 Paul Howarth <paul at city-fan.org> - 0.4.7-0.11.20110716svn10756
+- Update to current svn snapshot
+  - Various Blogspam timeout fixes
+  - Add links to kill spammy users (Upstream #10093)
+  - Add proper check for Defensio and python < 2.6 (Upstream #10195)
+  - Add cleanup code to remove obsolete captcha db entries
+  - Fix issues with different SQL engines (Upstream #10227)
+  - Fix wrong argument count in log message (Upstream #10264)
+  - Fix possibly uninitialized value (Upstream #10261)
+- No need for %%defattr
+
 * Mon Mar 21 2011 Paul Howarth <paul at city-fan.org> - 0.4.7-0.10.20110305svn10633
 - Update to current svn snapshot
   - Add BlogSpam service


More information about the scm-commits mailing list