Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2012-08-23 16:04:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldb (Old)
 and      /work/SRC/openSUSE:Factory/.ldb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldb", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2012-06-13 10:38:20.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes     2012-08-23 
16:04:20.000000000 +0200
@@ -1,0 +2,42 @@
+Thu Aug 16 09:46:57 UTC 2012 - lmue...@suse.com
+
+- Remove superfluous ldb-tools rpmlintrc file.
+
+-------------------------------------------------------------------
+Thu Aug  9 18:06:08 UTC 2012 - lmue...@suse.com
+
+- Update to 1.1.10.
+  + Enhancements and fixes to the s3 read, sesssetup, and server functions
+  + s3: Fix a crash in reply_lockingX_error
+  + s3:libsmb, smbd, and s4:libcli: add EXTENDED_SIGNATURE support in tcon
+  + s3:rpc_server: make usage of session_extract_session_key()
+  + s3:smb2_*: make use of SMBD_SMB2_*()
+  + s4 and libcli: enahncements and fixes
+
+-------------------------------------------------------------------
+Tue Aug  7 22:18:19 UTC 2012 - lmue...@suse.com
+
+- Update to 1.1.9.
+  + Ensure rename target does not exist before deleting old record.
+  + Add parameter to avoid NULL format string flagged by -Werror=format.
+- Update to 1.1.8.
+  + Fixes for pyldb.
+  + Drop support for tdb_compat.
+- BuildRequire pytalloc-devel.
+
+-------------------------------------------------------------------
+Thu Jun 28 16:29:25 UTC 2012 - lmue...@suse.com
+
+- Disable rpath while configure.
+
+-------------------------------------------------------------------
+Wed Jun 13 14:16:37 UTC 2012 - dd...@suse.com
+
+- Tag GPL-3.0+ based on tdb license; (bnc#765270).
+
+-------------------------------------------------------------------
+Sun Jun  3 21:18:46 UTC 2012 - lmue...@suse.com
+
+- Define library name and use it instead of libldb1.
+
+-------------------------------------------------------------------

Old:
----
  ldb-1.1.6.tar.gz
  ldb-tools.rpmlintrc

New:
----
  ldb-1.1.10.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ldb.spec ++++++
--- /var/tmp/diff_new_pack.EXHgCv/_old  2012-08-23 16:04:21.000000000 +0200
+++ /var/tmp/diff_new_pack.EXHgCv/_new  2012-08-23 16:04:21.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package ldb (Version 1.1.6)
+# spec file for package ldb
 #
 # Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -15,14 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define talloc_version 2.0.7
 %define tdb_version 1.2.10
-%define tevent_version 0.9.15
-
+%define tevent_version 0.9.16
 
 Name:           ldb
 #!BuildIgnore: libtalloc
@@ -30,20 +28,21 @@
 BuildRequires:  libtdb-devel >= %{tdb_version}
 BuildRequires:  libtevent-devel >= %{tevent_version}
 BuildRequires:  popt-devel
-BuildRequires:  python-tdb >= %{tdb_version}
+BuildRequires:  pytalloc-devel >= %{talloc_version}
 BuildRequires:  python-devel
+BuildRequires:  python-tdb >= %{tdb_version}
 BuildRequires:  python-tevent >= %{tevent_version}
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %define        build_make_smp_mflags %{?_smp_mflags}
 %else
 %define        build_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-License:        LGPL-3.0+
-Group:          System/Libraries
 Url:            http://ldb.samba.org/
-Version:        1.1.6
+Version:        1.1.10
 Release:        0
 Summary:        An LDAP-like embedded database
+License:        GPL-3.0+
+Group:          System/Libraries
 Source:         http://download.samba.org/pub/ldb/ldb-%{version}.tar.gz
 Source4:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -52,8 +51,8 @@
 Ldb is an LDAP-like embedded database.
 
 
-%package -n libldb1
-License:        LGPL-3.0+
+%define libldb_name libldb1
+%package -n %{libldb_name}
 Summary:        An LDAP-like embedded database
 Group:          System/Libraries
 %if 0%{?suse_version} > 1020
@@ -63,17 +62,16 @@
 %endif
 PreReq:         /sbin/ldconfig
 
-%description -n libldb1
+%description -n %{libldb_name}
 Ldb is an LDAP-like embedded database.
 
 This package includes the ldb1 library.
 
 
 %package -n libldb-devel
-License:        LGPL-3.0+
 Summary:        Libraries and Header Files to Develop Programs with ldb1 
Support
 Group:          Development/Libraries/C and C++
-Requires:       libldb1 = %{version}
+Requires:       %{libldb_name} = %{version}
 
 %description -n libldb-devel
 Ldb is an LDAP-like embedded database.
@@ -82,7 +80,6 @@
 
 
 %package -n ldb-tools
-License:        LGPL-3.0+
 Summary:        Tools to manipulate ldb files
 Group:          Development/Libraries/C and C++
 
@@ -107,34 +104,31 @@
 CONFIGURE_OPTIONS="\
        --prefix=%{_prefix} \
        --libdir=%{_libdir} \
+       --disable-rpath \
        --with-modulesdir=%{_libdir} \
-       --bundled-libraries=tdb2 \
+       --bundled-libraries=NONE \
+       --builtin-libraries=replace \
 "
 ./configure ${CONFIGURE_OPTIONS}
 %{__make} %{build_make_smp_mflags} \
        all
 
 %check
+# make test doesn't work with --disable-rpath
 #%{__make} test
 
 %install
 DESTDIR=${RPM_BUILD_ROOT} make install
 
-%post -n libldb1
-/sbin/ldconfig
+%post -n %{libldb_name} -p /sbin/ldconfig
 
-%postun -n libldb1
-/sbin/ldconfig
+%postun -n %{libldb_name} -p /sbin/ldconfig
 
-%files -n libldb1
+%files -n %{libldb_name}
 %defattr(-,root,root)
 %{_libdir}/libldb.so.*
 %{_libdir}/libpyldb-util.so.*
 %dir %{_libdir}/ldb
-%{_libdir}/ldb/libccan.so.*
-%{_libdir}/ldb/libpytalloc-util.so.*
-%{_libdir}/ldb/libtdb.so.*
-%{_libdir}/ldb/libtdb_compat.so
 %{_libdir}/ldb/asq.so
 %{_libdir}/ldb/paged_results.so
 %{_libdir}/ldb/paged_searches.so
@@ -152,7 +146,6 @@
 %{_includedir}/ldb_module.h
 %{_includedir}/ldb_version.h
 %{_includedir}/pyldb.h
-%{_includedir}/pytalloc.h
 %{_libdir}/libldb.so
 %dir %{_libdir}/ldb
 %{_libdir}/ldb/libldb-cmdline.so
@@ -160,8 +153,6 @@
 %{_libdir}/pkgconfig/ldb.pc
 %{_libdir}/pkgconfig/pyldb-util.pc
 %{python_sitearch}/ldb.so
-%{python_sitearch}/talloc.so
-%{python_sitearch}/tdb.so
 
 %files -n ldb-tools
 %defattr(-,root,root)
@@ -171,9 +162,5 @@
 %{_bindir}/ldbmodify
 %{_bindir}/ldbrename
 %{_bindir}/ldbsearch
-%{_bindir}/tdbbackup
-%{_bindir}/tdbdump
-%{_bindir}/tdbrestore
-%{_bindir}/tdbtool
 
 %changelog

++++++ ldb-1.1.6.tar.gz -> ldb-1.1.10.tar.gz ++++++
++++ 74348 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to