3.0.3-r164513 (almost final)

This commit is contained in:
Warren Togami 2005-04-26 02:00:25 +00:00
parent 532fd9e90a
commit 8b239e693e

View File

@ -5,8 +5,8 @@
Summary: Spam filter for email which can be invoked from mail delivery agents. Summary: Spam filter for email which can be invoked from mail delivery agents.
Name: spamassassin Name: spamassassin
Version: 3.0.2 Version: 3.0.3
Release: 9.fc4 Release: 0.r164513.fc4
License: Apache License License: Apache License
Group: Applications/Internet Group: Applications/Internet
URL: http://spamassassin.apache.org/ URL: http://spamassassin.apache.org/
@ -19,12 +19,9 @@ Source10: spamassassin-helper.sh
# Patches 0-99 are RH specific # Patches 0-99 are RH specific
# none yet # none yet
# Patches 100+ are SVN backports (DO NOT REUSE!) # 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 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 Patch103: spamassassin-3.0.3-r122144-multipart-0-parts.patch
Patch104: spamassassin-3.0.3-r122144-userdefined-rule-score.patch Patch105: spamassassin-3.0.3-r164513.patch
# end of patches # end of patches
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
Buildroot: %{_tmppath}/%{name}-root 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 # Patches 0-99 are RH specific
# none yet # none yet
# Patches 100+ are SVN backports (DO NOT REUSE!) # Patches 100+ are SVN backports (DO NOT REUSE!)
%patch100 -p1
%patch101 -p0 %patch101 -p0
%patch102 -p1
%patch103 -p0 %patch103 -p0
%patch104 -p0 %patch105 -p1
# end of patches # end of patches
%build %build
@ -157,6 +152,9 @@ fi
exit 0 exit 0
%changelog %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 * 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#4191 uri_to_domain() is broken for urls with empty port
SA#4232 multipart message with 0 parts -> uninitialized in m// SA#4232 multipart message with 0 parts -> uninitialized in m//