diff --git a/cyrus-sasl.spec b/cyrus-sasl.spec index 4043447..625f654 100644 --- a/cyrus-sasl.spec +++ b/cyrus-sasl.spec @@ -8,7 +8,7 @@ Summary: The Cyrus SASL library Name: cyrus-sasl Version: 2.1.26 -Release: 2%{?dist} +Release: 3%{?dist} License: BSD with advertising Group: System Environment/Libraries # Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/; @@ -178,6 +178,7 @@ chmod -x include/*.h %patch43 -p1 -b .null-crypt %patch44 -p1 -b .release-server_creds %patch45 -p1 -b .obsolete-macro +%patch46 -p1 -b .size_t %build # FIXME - we remove these files directly so that we can avoid using the -f @@ -432,6 +433,9 @@ getent passwd %{username} >/dev/null || useradd -r -g %{username} -d %{homedir} %{_sbindir}/sasl2-shared-mechlist %changelog +* Thu Jan 31 2013 Rex Dieter 2.1.26-3 +- actually apply size_t patch (#906519) + * Thu Jan 31 2013 Rex Dieter 2.1.26-2 - sasl.h: +#include for missing size_t type (#906519) - tighten subpkg deps via %%?_isa