[spambayes] update to 1.1a6

thomasj thomasj at fedoraproject.org
Sun Sep 12 08:49:18 UTC 2010


commit 973582507721443e0609f668c849ef2d7d542fbd
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sun Sep 12 10:49:09 2010 +0200

    update to 1.1a6

 .gitignore     |    1 +
 sources        |    2 +-
 spambayes.spec |   16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index abe4e4c..09836cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 spambayes-1.0.4.tar.gz
+/spambayes-1.1a6.tar.gz
diff --git a/sources b/sources
index 9d90423..926321a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-78c33e79888d410711ff3c7dd7e98d79  spambayes-1.0.4.tar.gz
+d06ed6d097911ddc8db31b4e9663df4b  spambayes-1.1a6.tar.gz
diff --git a/spambayes.spec b/spambayes.spec
index 6cebc0c..ee7ed60 100644
--- a/spambayes.spec
+++ b/spambayes.spec
@@ -1,15 +1,16 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%global pre a6
 
 Name:           spambayes
-Version:        1.0.4
-Release:        10%{?dist}
+Version:        1.1
+Release:        0.1.%{pre}%{?dist}
 Summary:        Bayesian anti-spam filter
 
 Group:          Development/Languages
 License:        Python
 URL:            http://spambayes.sourceforge.net
-Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-Patch0:         %{name}-1.0.4-py25.patch
+Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{pre}.tar.gz
+#Patch0:         %{name}-1.0.4-py25.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -34,8 +35,8 @@ system then uses these clues to examine new messages.
 
 
 %prep
-%setup -q
-%patch0 -p0 -b .py25~
+%setup -q -n %{name}-%{version}%{pre}
+#%patch0 -p0 -b .py25~
 
 # Fix rpmlint warnings
 chmod -x *.txt
@@ -71,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Sep 12 2010 Thomas Janssen <thomasj at fedoraproject.org> 1.1-0.1.a6
+- update to 1.1a6
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 1.0.4-10
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list