[389-ds-base/f15] Bug 723937 - Slapi_Counter API broken on 32-bit F15

Richard Allen Megginson rmeggins at fedoraproject.org
Tue Aug 2 17:06:32 UTC 2011


commit d2e94018bcad1a7b5fbb442ee8d386b5edf2218a
Author: Rich Megginson <rmeggins at redhat.com>
Date:   Tue Aug 2 09:28:18 2011 -0600

    Bug 723937 - Slapi_Counter API broken on  32-bit F15
    
    Bug 723937 - Slapi_Counter API broken on  32-bit F15
    fixed to use configure test for GCC provided 64-bit atomic functions
    (cherry picked from commit 854f5e62fe263105a76ee0c1e19f0fcaddb15f88)

 389-ds-base.spec |    6 +++++-
 sources          |    2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/389-ds-base.spec b/389-ds-base.spec
index 46e1b2b..bfd2a5a 100644
--- a/389-ds-base.spec
+++ b/389-ds-base.spec
@@ -16,7 +16,7 @@
 Summary:          389 Directory Server (base)
 Name:             389-ds-base
 Version:          1.2.9.1
-Release:          %{?relprefix}1%{?prerel}%{?dist}
+Release:          %{?relprefix}2%{?prerel}%{?dist}
 License:          GPLv2 with exceptions
 URL:              http://port389.org/
 Group:            System Environment/Daemons
@@ -276,6 +276,10 @@ exit 0
 %{_libdir}/%{pkgname}/libslapd.so.*
 
 %changelog
+* Tue Aug  2 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.1-2
+- Bug 723937 - Slapi_Counter API broken on  32-bit F15
+-   fixed to use configure test for GCC provided 64-bit atomic functions
+
 * Wed Jul 27 2011 Rich Megginson <rmeggins at redhat.com> - 1.2.9.1-1
 - Bug 663752 - Cert renewal for attrcrypt and encchangelog
 -   this was "re-fixed" due to a deadlock condition with cl2ldif task cancel
diff --git a/sources b/sources
index 55ae96e..59733b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9b289908f76bc738320e99d26d8356cd  389-ds-base-1.2.9.1.tar.bz2
+0506bb3aee1e24df16c37a5546cfc8c0  389-ds-base-1.2.9.1.tar.bz2


More information about the scm-commits mailing list