3.0.3-r164513 (almost final)
This commit is contained in:
parent
532fd9e90a
commit
8b239e693e
@ -5,8 +5,8 @@
|
||||
|
||||
Summary: Spam filter for email which can be invoked from mail delivery agents.
|
||||
Name: spamassassin
|
||||
Version: 3.0.2
|
||||
Release: 9.fc4
|
||||
Version: 3.0.3
|
||||
Release: 0.r164513.fc4
|
||||
License: Apache License
|
||||
Group: Applications/Internet
|
||||
URL: http://spamassassin.apache.org/
|
||||
@ -19,12 +19,9 @@ Source10: spamassassin-helper.sh
|
||||
# Patches 0-99 are RH specific
|
||||
# none yet
|
||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||
Patch100: spamassassin-3.0.3-r122144.patch
|
||||
# Not svn yet... but soon
|
||||
Patch101: spamassassin-3.0.3-r122144-get_envelope_from.patch
|
||||
Patch102: spamassassin-3.0.3-r122144-uri_to_domain.patch
|
||||
Patch103: spamassassin-3.0.3-r122144-multipart-0-parts.patch
|
||||
Patch104: spamassassin-3.0.3-r122144-userdefined-rule-score.patch
|
||||
Patch103: spamassassin-3.0.3-r122144-multipart-0-parts.patch
|
||||
Patch105: spamassassin-3.0.3-r164513.patch
|
||||
# end of patches
|
||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
@ -66,11 +63,9 @@ To filter spam for all users, add that line to /etc/procmailrc
|
||||
# Patches 0-99 are RH specific
|
||||
# none yet
|
||||
# Patches 100+ are SVN backports (DO NOT REUSE!)
|
||||
%patch100 -p1
|
||||
%patch101 -p0
|
||||
%patch102 -p1
|
||||
%patch103 -p0
|
||||
%patch104 -p0
|
||||
%patch105 -p1
|
||||
# end of patches
|
||||
|
||||
%build
|
||||
@ -157,6 +152,9 @@ fi
|
||||
exit 0
|
||||
|
||||
%changelog
|
||||
* Mon Apr 25 Warren Togami <wtogami@redhat.com. - 3.0.3-0.r164513
|
||||
- 3.0.3-r164513 (almost final)
|
||||
|
||||
* Thu Apr 21 2005 Warren Togami <wtogami@redhat.com> - 3.0.2-9
|
||||
- SA#4191 uri_to_domain() is broken for urls with empty port
|
||||
SA#4232 multipart message with 0 parts -> uninitialized in m//
|
||||
|
Loading…
Reference in New Issue
Block a user