diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-06 12:54:37 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-12-06 12:54:37 +0000 |
commit | f0d8afe9944ebdcf019e9b746b5dc58bbb459787 (patch) | |
tree | a44303fed3541521e51ccc747392f1da3f8f7e21 /centos | |
parent | 21b1eec1aae4e8d5798742d9ca823ecb425a7672 (diff) | |
download | rspamd-f0d8afe9944ebdcf019e9b746b5dc58bbb459787.tar.gz rspamd-f0d8afe9944ebdcf019e9b746b5dc58bbb459787.zip |
Update changelog.
Diffstat (limited to 'centos')
-rw-r--r-- | centos/rspamd.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec index b7e6259b2..5f16cba90 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -8,7 +8,7 @@ %define USE_JUDY 0 Name: rspamd -Version: 0.6.1 +Version: 0.6.2 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -16,7 +16,7 @@ Group: System Environment/Daemons # BSD License (two clause) # http://www.freebsd.org/copyright/freebsd-license.html License: BSD -URL: https://bitbucket.org/vstakhov/rspamd/ +URL: https://rspamd.com BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} %if USE_JUDY BuildRequires: cmake,glib2-devel,gmime-devel,libevent-devel,openssl-devel,lua-devel,Judy-devel @@ -137,6 +137,9 @@ fi %config(noreplace) %{rspamd_confdir}/lua/rspamd.classifiers.lua %changelog +* Tue Dec 06 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.2-1 +- Update to 0.6.2. + * Tue Nov 19 2013 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.6.0-1 - Update to 0.6.0. |