[SCM] Samba Shared Repository - branch master updated - b00f6d169c1b5b4da5d8c5167d81a659e1deca13

Stefan Metzmacher metze at samba.org
Sat Jan 3 08:16:33 GMT 2009


The branch, master has been updated
       via  b00f6d169c1b5b4da5d8c5167d81a659e1deca13 (commit)
      from  120dc0e5aa2778a6ad2da80672b0e51ed77f2f53 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit b00f6d169c1b5b4da5d8c5167d81a659e1deca13
Author: Stefan Metzmacher <metze at samba.org>
Date:   Sat Jan 3 09:14:23 2009 +0100

    tevent: raise version to 0.9.1
    
    This 0.9.1 isn't compatible with 0.9.0,
    but it makes only sense to raise the major version
    after we have reached 1.0.0.
    
    metze

-----------------------------------------------------------------------

Summary of changes:
 lib/tevent/configure.ac |    2 +-
 source3/samba4.m4       |    4 +---
 source4/configure.ac    |    2 +-
 3 files changed, 3 insertions(+), 5 deletions(-)


Changeset truncated at 500 lines:

diff --git a/lib/tevent/configure.ac b/lib/tevent/configure.ac
index 22d306b..fe246f5 100644
--- a/lib/tevent/configure.ac
+++ b/lib/tevent/configure.ac
@@ -3,7 +3,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
 AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
 AC_DEFUN([SMB_ENABLE], [echo -n ""])
 AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
-AC_INIT(tevent, 0.9.0)
+AC_INIT(tevent, 0.9.1)
 AC_CONFIG_SRCDIR([tevent.c])
 AC_CONFIG_HEADER(config.h)
 AC_LIBREPLACE_ALL_CHECKS
diff --git a/source3/samba4.m4 b/source3/samba4.m4
index 5199363..8bcc18c 100644
--- a/source3/samba4.m4
+++ b/source3/samba4.m4
@@ -65,7 +65,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
 
 SMB_INCLUDE_MK(../lib/tdb/python.mk) 
 
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.0,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.1,
 	[],
 	[
 		m4_include(../lib/tevent/libtevent.m4)
@@ -114,8 +114,6 @@ SMB_INCLUDE_MK(lib/ldb/python.mk)
 SMB_ENABLE(swig_ldb,YES)
 
 m4_include(lib/tls/config.m4)
-teventdir="../lib/tevent"
-m4_include(../lib/tevent/libtevent.m4)
 
 dnl m4_include(auth/kerberos/config.m4)
 m4_include(auth/gensec/config.m4)
diff --git a/source4/configure.ac b/source4/configure.ac
index debdc39..ef8ad66 100644
--- a/source4/configure.ac
+++ b/source4/configure.ac
@@ -60,7 +60,7 @@ SMB_EXT_LIB_FROM_PKGCONFIG(LIBTDB, tdb >= 1.1.3,
 
 SMB_INCLUDE_MK(../lib/tdb/python.mk) 
 
-SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.0,
+SMB_EXT_LIB_FROM_PKGCONFIG(LIBTEVENT, tevent >= 0.9.1,
 	[],
 	[
 		m4_include(../lib/tevent/libtevent.m4)


-- 
Samba Shared Repository


More information about the samba-cvs mailing list