Hello community,

here is the log from the commit of package libkolab for openSUSE:Factory 
checked in at 2013-12-11 14:32:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkolab (Old)
 and      /work/SRC/openSUSE:Factory/.libkolab.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkolab"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes        2013-07-10 
17:27:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes   2013-12-11 
14:32:27.000000000 +0100
@@ -1,0 +2,11 @@
+Wed Nov 20 11:03:29 UTC 2013 - a...@ajaissle.de
+
+- Use make macros
+- Bindings require libkolab
+
+-------------------------------------------------------------------
+Sun Nov 10 03:41:42 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Don't build tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkolab.spec ++++++
--- /var/tmp/diff_new_pack.RIhFgE/_old  2013-12-11 14:32:27.000000000 +0100
+++ /var/tmp/diff_new_pack.RIhFgE/_new  2013-12-11 14:32:27.000000000 +0100
@@ -40,7 +40,7 @@
 BuildRequires:  boost-devel
 BuildRequires:  cmake >= 2.6.4
 %if ! 0%{?with_kolab}
-BuildRequires:  libkdepimlibs4-devel >= 4.10.0
+BuildRequires:  libkdepimlibs4-devel >= 4.9
 %else
 # Note on libcalendaring: (essentially) a fork of various KDE 4.9 libraries, 
found in OBS server:Kolab
 BuildRequires:  libcalendaring-devel >= 4.9
@@ -73,6 +73,7 @@
 %package -n php-%{name}%{soname}
 Summary:        PHP Bindings for libkolab
 Group:          Development/Languages/Other
+Requires:       %{name}%{soname} = %{version}
 Provides:       php-kolab = %{version}
 
 %description -n php-%{name}%{soname}
@@ -83,6 +84,7 @@
 %package -n python-%{name}%{soname}
 Summary:        Python bindings for libkolab
 Group:          Development/Languages/Python
+Requires:       %{name}%{soname} = %{version}
 Provides:       python-kolab = %{version}
 
 %description -n python-%{name}%{soname}
@@ -101,7 +103,7 @@
 Requires:       libcalendaring-devel >= 4.9
 %endif
 Requires:       libXerces-c-devel
-Requires:       libkolabxml-devel
+Requires:       libkolabxml-devel >= 0.8.4
 
 %description devel
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -132,13 +134,14 @@
 %endif
         -DPHP_BINDINGS=TRUE -DPHP_INSTALL_DIR=%{php_extdir} \
         -DPYTHON_BINDINGS=TRUE -DPYTHON_INSTALL_DIR=%{python_sitearch} \
+        -DBUILD_TESTS=FALSE \
         ..
 
-  make %{?_smp_mflags}
+  %{__make} %{?_smp_mflags}
 
 %install
   cd build
-  make DESTDIR=%{buildroot} install
+  %{__make} DESTDIR=%{buildroot} install
 
   mkdir -p %{buildroot}/%{_datadir}/%{phpdir}
   mv %{buildroot}/%{php_extdir}/*.php %{buildroot}/%{_datadir}/%{phpdir}/.

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

Reply via email to