diff --git a/apr-util-1.2.8-dbddso.patch b/apr-util-1.2.8-dbddso.patch index 9289f1f..d186b10 100644 --- a/apr-util-1.2.8-dbddso.patch +++ b/apr-util-1.2.8-dbddso.patch @@ -229,7 +229,7 @@ #if APU_HAVE_MYSQL DRIVER_LOAD("mysql", apr_dbd_mysql_driver, pool); #endif -@@ -94,62 +92,67 @@ +@@ -94,62 +92,68 @@ #if APU_HAVE_SOME_OTHER_BACKEND DRIVER_LOAD("firebird", apr_dbd_other_driver, pool); #endif @@ -282,6 +282,7 @@ -#endif + +#ifdef APU_DSO_BUILD ++ pool = apr_hash_pool_get(drivers); #ifdef WIN32 sprintf(path, "apr_dbd_%s.dll", name); diff --git a/apr-util.spec b/apr-util.spec index 7c46be0..b9c2e37 100644 --- a/apr-util.spec +++ b/apr-util.spec @@ -4,7 +4,7 @@ Summary: Apache Portable Runtime Utility library Name: apr-util Version: 1.2.8 -Release: 5 +Release: 6 License: Apache Software License 2.0 Group: System Environment/Libraries URL: http://apr.apache.org/ @@ -138,6 +138,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/*.pc %changelog +* Fri Mar 23 2007 Joe Orton 1.2.8-6 +- add DBD DSO lifetime fix (r521327) + * Thu Mar 22 2007 Joe Orton 1.2.8-5 - drop doxygen documentation (which caused multilib conflicts)