Hello community,

here is the log from the commit of package libkolab-qt5 for openSUSE:Factory 
checked in at 2017-02-10 09:49:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkolab-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.libkolab-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkolab-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkolab-qt5/libkolab-qt5.changes        
2016-10-28 12:27:05.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libkolab-qt5.new/libkolab-qt5.changes   
2017-02-10 09:50:14.767480940 +0100
@@ -1,0 +2,5 @@
+Mon Feb  6 15:37:12 UTC 2017 - adam.ma...@suse.de
+
+- use individual libboost-*-devel packages instead of boost-devel
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libkolab-qt5.spec ++++++
--- /var/tmp/diff_new_pack.LphbJG/_old  2017-02-10 09:50:15.399391593 +0100
+++ /var/tmp/diff_new_pack.LphbJG/_new  2017-02-10 09:50:15.399391593 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkolab-qt5
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,26 +27,36 @@
 Group:          Development/Libraries/C and C++
 Url:            https://kolab.org/about/libkolab
 Source:         libkolab-%{version}.tar.gz
-BuildRequires:  boost-devel
-BuildRequires:  cmake >= 2.8.9
-BuildRequires:  libkolabxml-devel >= 1.1.1
-BuildRequires:  libxerces-c-devel
-BuildRequires:  php-devel >= 5.3
-BuildRequires:  python-devel
-BuildRequires:  swig >= 2.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  akonadi-notes-devel
 BuildRequires:  akonadi-server-devel
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_atomic-devel
+BuildRequires:  libboost_chrono-devel
+BuildRequires:  libboost_date_time-devel
+BuildRequires:  libboost_program_options-devel
+BuildRequires:  libboost_system-devel
+BuildRequires:  libboost_thread-devel
+%else
+BuildRequires:  boost-devel
+%endif
+BuildRequires:  cmake >= 2.8.9
 BuildRequires:  kcalcore-devel
 BuildRequires:  kcalutils-devel
 BuildRequires:  kcontacts-devel
 BuildRequires:  kcoreaddons-devel
 BuildRequires:  kmime-devel
+BuildRequires:  libkolabxml-devel >= 1.1.1
+BuildRequires:  libxerces-c-devel
+BuildRequires:  php-devel >= 5.3
+BuildRequires:  pkgconfig
+BuildRequires:  python-devel
+BuildRequires:  swig >= 2.0
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(Qt5Qml)
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5Widgets)
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -66,9 +76,9 @@
 Summary:        PHP Bindings for libkolab
 Group:          Development/Languages/Other
 Requires:       %{libname} = %{version}
+Conflicts:      otherproviders(php-kolab)
 Provides:       php-kolab = %{version}
 Obsoletes:      php-kolab < %{version}
-Conflicts:      otherproviders(php-kolab)
 
 %description -n php-%{libname}
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -79,9 +89,9 @@
 Summary:        Python bindings for libkolab
 Group:          Development/Languages/Python
 Requires:       %{libname} = %{version}
+Conflicts:      otherproviders(python-kolab)
 Provides:       python-kolab = %{version}
 Obsoletes:      python-kolab < %{version}
-Conflicts:      otherproviders(python-kolab)
 
 %description -n python-%{libname}
 libkolab provides conversions from/to KDE containers, mime message handling 
and facilities
@@ -149,7 +159,6 @@
 EOF
 
 %post -n %{libname} -p /sbin/ldconfig
-
 %postun -n %{libname} -p /sbin/ldconfig
 
 %files -n %{libname}


Reply via email to