Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2013-08-30 11:41:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ldb (Old)
 and      /work/SRC/openSUSE:Factory/.ldb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ldb"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2013-07-03 10:24:24.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes     2013-08-30 
11:41:51.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Aug 29 10:43:09 UTC 2013 - lmue...@suse.com
+
+- Consolidate python files in independent pyldb subpackages.
+- Add pyldb to baselibs.conf.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ldb.spec ++++++
--- /var/tmp/diff_new_pack.knVKFK/_old  2013-08-30 11:41:52.000000000 +0200
+++ /var/tmp/diff_new_pack.knVKFK/_new  2013-08-30 11:41:52.000000000 +0200
@@ -87,6 +87,26 @@
 Tools to manipulate ldb files
 
 
+%package -n pyldb
+Summary:        Python bindings for the LDB library
+Group:          Development/Libraries/Python
+Requires:       %{libldb_name} = %{version}
+PreReq:         /sbin/ldconfig
+
+%description -n pyldb
+This package contains the python bindings for the LDB library.
+
+
+%package -n pyldb-devel
+Summary:        Development files for the Python bindings for the LDB library
+Group:          Development/Libraries/Python
+Requires:       pyldb = %{version}
+
+%description -n pyldb-devel
+This package contains the development files for the Python bindings for the
+LDB library.
+
+
 %prep
 %setup -n ldb-%{version} -q
 
@@ -124,10 +144,13 @@
 
 %postun -n %{libldb_name} -p /sbin/ldconfig
 
+%post -n pyldb -p /sbin/ldconfig
+
+%postun -n pyldb -p /sbin/ldconfig
+
 %files -n %{libldb_name}
 %defattr(-,root,root)
 %{_libdir}/libldb.so.*
-%{_libdir}/libpyldb-util.so.*
 %dir %{_libdir}/ldb
 %{_libdir}/ldb/asq.so
 %{_libdir}/ldb/paged_results.so
@@ -145,14 +168,10 @@
 %{_includedir}/ldb_handlers.h
 %{_includedir}/ldb_module.h
 %{_includedir}/ldb_version.h
-%{_includedir}/pyldb.h
 %{_libdir}/libldb.so
 %dir %{_libdir}/ldb
 %{_libdir}/ldb/libldb-cmdline.so
-%{_libdir}/libpyldb-util.so
 %{_libdir}/pkgconfig/ldb.pc
-%{_libdir}/pkgconfig/pyldb-util.pc
-%{python_sitearch}/ldb.so
 
 %files -n ldb-tools
 %defattr(-,root,root)
@@ -163,4 +182,15 @@
 %{_bindir}/ldbrename
 %{_bindir}/ldbsearch
 
+%files -n pyldb
+%defattr(-,root,root,-)
+%{python_sitearch}/ldb.so
+%{_libdir}/libpyldb-util.so.*
+
+%files -n pyldb-devel
+%defattr(-,root,root,-)
+%{_includedir}/pyldb.h
+%{_libdir}/libpyldb-util.so
+%{_libdir}/pkgconfig/pyldb-util.pc
+
 %changelog

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.knVKFK/_old  2013-08-30 11:41:52.000000000 +0200
+++ /var/tmp/diff_new_pack.knVKFK/_new  2013-08-30 11:41:52.000000000 +0200
@@ -1 +1,2 @@
 libldb1
+pyldb

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

Reply via email to