rpms/apr-util/devel apr-util-1.2.8-dbddso.patch, 1.2, 1.3 apr-util.spec, 1.34, 1.35

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Mar 23 09:46:02 UTC 2007


Author: jorton

Update of /cvs/dist/rpms/apr-util/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv32634

Modified Files:
	apr-util-1.2.8-dbddso.patch apr-util.spec 
Log Message:
* Fri Mar 23 2007 Joe Orton <jorton at redhat.com> 1.2.8-6
- add DBD DSO lifetime fix (r521327)


apr-util-1.2.8-dbddso.patch:
 Makefile.in      |   29 +++++++++++--
 build-outputs.mk |  115 ++++++++++++++++++++++++++++++++-----------------------
 build.conf       |   22 +++++++++-
 build/dbd.m4     |   45 +++++++++++++++++----
 configure.in     |   19 +++++++++
 dbd/apr_dbd.c    |   72 ++++++++++++++++++----------------
 6 files changed, 207 insertions(+), 95 deletions(-)

Index: apr-util-1.2.8-dbddso.patch
===================================================================
RCS file: /cvs/dist/rpms/apr-util/devel/apr-util-1.2.8-dbddso.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr-util-1.2.8-dbddso.patch	28 Feb 2007 12:52:44 -0000	1.2
+++ apr-util-1.2.8-dbddso.patch	23 Mar 2007 09:45:59 -0000	1.3
@@ -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);


Index: apr-util.spec
===================================================================
RCS file: /cvs/dist/rpms/apr-util/devel/apr-util.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- apr-util.spec	22 Mar 2007 14:17:53 -0000	1.34
+++ apr-util.spec	23 Mar 2007 09:46:00 -0000	1.35
@@ -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 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Fri Mar 23 2007 Joe Orton <jorton at redhat.com> 1.2.8-6
+- add DBD DSO lifetime fix (r521327)
+
 * Thu Mar 22 2007 Joe Orton <jorton at redhat.com> 1.2.8-5
 - drop doxygen documentation (which caused multilib conflicts)
 




More information about the fedora-cvs-commits mailing list