actually apply size_t patch (#906519)
This commit is contained in:
parent
b27f43e2aa
commit
e0f851f3e1
@ -8,7 +8,7 @@
|
|||||||
Summary: The Cyrus SASL library
|
Summary: The Cyrus SASL library
|
||||||
Name: cyrus-sasl
|
Name: cyrus-sasl
|
||||||
Version: 2.1.26
|
Version: 2.1.26
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: BSD with advertising
|
License: BSD with advertising
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# Source0 originally comes from ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/;
|
# 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
|
%patch43 -p1 -b .null-crypt
|
||||||
%patch44 -p1 -b .release-server_creds
|
%patch44 -p1 -b .release-server_creds
|
||||||
%patch45 -p1 -b .obsolete-macro
|
%patch45 -p1 -b .obsolete-macro
|
||||||
|
%patch46 -p1 -b .size_t
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME - we remove these files directly so that we can avoid using the -f
|
# 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
|
%{_sbindir}/sasl2-shared-mechlist
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-3
|
||||||
|
- actually apply size_t patch (#906519)
|
||||||
|
|
||||||
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-2
|
* Thu Jan 31 2013 Rex Dieter <rdieter@fedoraproject.org> 2.1.26-2
|
||||||
- sasl.h: +#include<sys/types.h> for missing size_t type (#906519)
|
- sasl.h: +#include<sys/types.h> for missing size_t type (#906519)
|
||||||
- tighten subpkg deps via %%?_isa
|
- tighten subpkg deps via %%?_isa
|
||||||
|
Loading…
Reference in New Issue
Block a user