[cyrus-sasl] actually apply size_t patch (#906519)

Rex Dieter rdieter at fedoraproject.org
Thu Jan 31 21:19:31 UTC 2013


commit e0f851f3e134d16a9efdee89f34e2aa6a34e36c7
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Jan 31 15:19:24 2013 -0600

    actually apply size_t patch (#906519)

 cyrus-sasl.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <rdieter at fedoraproject.org> 2.1.26-3
+- actually apply size_t patch (#906519)
+
 * Thu Jan 31 2013 Rex Dieter <rdieter at fedoraproject.org> 2.1.26-2
 - sasl.h: +#include<sys/types.h> for missing size_t type (#906519)
 - tighten subpkg deps via %%?_isa


More information about the scm-commits mailing list