diff --git a/.gitignore b/.gitignore index 22e1c05..2106233 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ pigeonhole-snap0592366457df.tar.bz2 /dovecot-2.1.15.tar.gz /dovecot-2.2.rc2.tar.gz /pigeonhole-99eec511aa2c.tar.bz2 +/dovecot-2.2.rc3.tar.gz diff --git a/dovecot.spec b/dovecot.spec index c43a521..7d02c28 100644 --- a/dovecot.spec +++ b/dovecot.spec @@ -2,8 +2,8 @@ Summary: Secure imap and pop3 server Name: dovecot Epoch: 1 Version: 2.2 -%global prever .rc2 -Release: 0%{?dist}.2 +%global prever .rc3 +Release: 0%{?dist}.3 #dovecot itself is MIT, a few sources are PD, pigeonhole is LGPLv2 License: MIT and LGPLv2 Group: System Environment/Daemons @@ -137,6 +137,7 @@ sed -i '/DEFAULT_INCLUDES *=/s|$| '"$(pkg-config --cflags libclucene-core)|" src #required for fdpass.c line 125,190: dereferencing type-punned pointer will break strict-aliasing rules export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" export LDFLAGS="-Wl,-z,now -Wl,-z,relro" +autoreconf -I . -fiv #required for aarch64 support %configure \ INSTALL_DATA="install -c -p -m644" \ --docdir=%{_docdir}/%{name}-%{version} \ @@ -479,6 +480,11 @@ make check %{_libdir}/%{name}/dict/libdriver_pgsql.so %changelog +* Wed Mar 27 2013 Michal Hlavinka - 1:2.2-0.3 +- dovecot updated to 2.2 RC3 +- Fixed a crash when decoding quoted-printable content. +- dsync: Various bugfixes + * Thu Feb 28 2013 Michal Hlavinka - 1:2.2-0.2 - do not print error when NetworkManager is not installed (#916456) diff --git a/sources b/sources index 871baa5..919357e 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -caa145f542e272fcb35ffa50681dd012 dovecot-2.2.rc2.tar.gz +42a94fb8b17295ddc48f7367291827d6 dovecot-2.2.rc3.tar.gz cf4a25c24cd2458314c8ed9d36dc2752 pigeonhole-99eec511aa2c.tar.bz2