Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2014-05-26 14:40:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-05-10 08:31:44.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes     2014-05-26 
14:40:22.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 23 15:39:36 UTC 2014 - [email protected]
+
+- Require pkg-config from the devel sub packages and do not BuildRequire it
+  from libldb.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ldb.spec ++++++
--- /var/tmp/diff_new_pack.vmbeZT/_old  2014-05-26 14:40:23.000000000 +0200
+++ /var/tmp/diff_new_pack.vmbeZT/_new  2014-05-26 14:40:23.000000000 +0200
@@ -60,11 +60,6 @@
 %package -n %{libldb_name}
 Summary:        An LDAP-like embedded database
 Group:          System/Libraries
-%if 0%{?suse_version} > 1020
-BuildRequires:  pkg-config
-%else
-BuildRequires:  pkgconfig
-%endif
 PreReq:         /sbin/ldconfig
 
 %description -n %{libldb_name}
@@ -77,6 +72,11 @@
 Summary:        Libraries and Header Files to Develop Programs with ldb1 
Support
 Group:          Development/Libraries/C and C++
 Requires:       %{libldb_name} = %{version}
+%if 0%{?suse_version} > 1020
+Requires:       pkg-config
+%else
+Requires:       pkgconfig
+%endif
 
 %description -n libldb-devel
 Ldb is an LDAP-like embedded database.
@@ -106,6 +106,11 @@
 Summary:        Development files for the Python bindings for the LDB library
 Group:          Development/Libraries/Python
 Requires:       pyldb = %{version}
+%if 0%{?suse_version} > 1020
+Requires:       pkg-config
+%else
+Requires:       pkgconfig
+%endif
 
 %description -n pyldb-devel
 This package contains the development files for the Python bindings for the



-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to