[trac-spamfilter-plugin] Update to current svn snapshot (1.0.6, r13735)

Paul Howarth pghmcfc at fedoraproject.org
Mon Feb 16 15:59:46 UTC 2015


commit c9465c44c0bc160eec69f2b1c6363ebaf189ec98
Author: Paul Howarth <paul at city-fan.org>
Date:   Mon Feb 16 15:58:38 2015 +0000

    Update to current svn snapshot (1.0.6, r13735)
    
    - Update to current svn snapshot
    - BuildRequire everything that we Require to avoid unpleasant dependency
      surprises with the built package
    - Go to great trouble to set %lang on translations

 .gitignore                  |    1 +
 pull-from-svn.sh            |    4 ++--
 sources                     |    2 +-
 trac-spamfilter-plugin.spec |   36 +++++++++++++++++++++++++++++++-----
 4 files changed, 35 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b5990df..2d0a387 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /TracSpamFilter-0.4.7dev-r10756.tar.bz2
 /TracSpamFilter-0.7.3dev-r11702.tar.bz2
 /TracSpamFilter-0.8.0dev-r11796.tar.bz2
+/TracSpamFilter-1.0.6dev-r13735.tar.bz2
diff --git a/pull-from-svn.sh b/pull-from-svn.sh
index b375ae2..6f100f2 100755
--- a/pull-from-svn.sh
+++ b/pull-from-svn.sh
@@ -8,8 +8,8 @@ tarname=TracSpamFilter
 
 # Specify the branch and revision we're after, plus the version upstream calls itself
 branch=1.0
-svnrel=11796
-version=0.8.0
+svnrel=13735
+version=1.0.6
 
 # Pull the desired version from svn
 svn checkout -r ${svnrel} ${site}${repo}/${branch}/${svnname} ${tarname}-${version}
diff --git a/sources b/sources
index 721b8d2..dba5f92 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f89adc343c57921742f29370f0b72386  TracSpamFilter-0.8.0dev-r11796.tar.bz2
+24ce8b5326894b3d9375e9253d9855e7  TracSpamFilter-1.0.6dev-r13735.tar.bz2
diff --git a/trac-spamfilter-plugin.spec b/trac-spamfilter-plugin.spec
index dd25caf..275e272 100644
--- a/trac-spamfilter-plugin.spec
+++ b/trac-spamfilter-plugin.spec
@@ -1,8 +1,8 @@
-%global svnrev 11796
+%global svnrev 13735
 
 Name:           trac-spamfilter-plugin
-Version:        0.8.0
-Release:        0.18.20130913svn%{svnrev}%{?dist}
+Version:        1.0.6
+Release:        0.19.20150216svn%{svnrev}%{?dist}
 Summary:        Spam-Filter plugin for Trac
 Group:          Applications/Internet
 License:        BSD
@@ -11,12 +11,16 @@ Source0:        TracSpamFilter-%{version}dev-r%{svnrev}.tar.bz2
 Source1:        pull-from-svn.sh
 BuildArch:      noarch
 BuildRequires:  python2-devel
+BuildRequires:  python-dns
+BuildRequires:  python-pillow
 BuildRequires:  python-setuptools
-Requires:       trac >= 1.0
+BuildRequires:  spambayes
+BuildRequires:  trac >= 1.0
 Requires:       python-dns
 Requires:       python-pillow
 Requires:       python-setuptools
 Requires:       spambayes
+Requires:       trac >= 1.0
 
 %description
 TracSpamFilter is a plugin for Trac (http://trac.edgewall.com/) that provides
@@ -35,9 +39,31 @@ illegitimate/unwanted content) in submitted content.
 %files
 %doc README.txt
 %{python_sitelib}/TracSpamFilter-%{version}dev_r%{svnrev}-py*.egg-info/
-%{python_sitelib}/tracspamfilter/
+%dir %{python_sitelib}/tracspamfilter/
+%{python_sitelib}/tracspamfilter/*.py*
+%{python_sitelib}/tracspamfilter/captcha/
+%{python_sitelib}/tracspamfilter/filters/
+%{python_sitelib}/tracspamfilter/fonts/
+%{python_sitelib}/tracspamfilter/htdocs/
+%{python_sitelib}/tracspamfilter/templates/
+%dir %{python_sitelib}/tracspamfilter/locale/
+%dir %{python_sitelib}/tracspamfilter/locale/de/
+%dir %{python_sitelib}/tracspamfilter/locale/de/LC_MESSAGES/
+%lang(de) %{python_sitelib}/tracspamfilter/locale/de/LC_MESSAGES/tracspamfilter.mo
+%dir %{python_sitelib}/tracspamfilter/locale/fr/
+%dir %{python_sitelib}/tracspamfilter/locale/fr/LC_MESSAGES/
+%lang(fr) %{python_sitelib}/tracspamfilter/locale/fr/LC_MESSAGES/tracspamfilter.mo
+%dir %{python_sitelib}/tracspamfilter/locale/ko/
+%dir %{python_sitelib}/tracspamfilter/locale/ko/LC_MESSAGES/
+%lang(ko) %{python_sitelib}/tracspamfilter/locale/ko/LC_MESSAGES/tracspamfilter.mo
 
 %changelog
+* Mon Feb 16 2015 Paul Howarth <paul at city-fan.org> - 1.0.6-0.19.20150216svn13735
+- Update to current svn snapshot
+- BuildRequire everything that we Require to avoid unpleasant dependency
+  surprises with the built package
+- Go to great trouble to set %%lang on translations
+
 * Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-0.18.20130913svn11796
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list