Hello community,

here is the log from the commit of package libkdepim for openSUSE:Factory 
checked in at 2017-05-08 18:57:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdepim (Old)
 and      /work/SRC/openSUSE:Factory/.libkdepim.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdepim"

Mon May  8 18:57:42 2017 rev:13 rq:490502 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdepim/libkdepim.changes      2017-03-15 
01:59:09.481977687 +0100
+++ /work/SRC/openSUSE:Factory/.libkdepim.new/libkdepim.changes 2017-05-08 
18:57:43.524970155 +0200
@@ -1,0 +2,42 @@
+Sun Apr 16 10:45:16 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * Fix some clazy warning
+  * Return the exact number of emails found.
+  * Avoid showing same email (email without display name and email without it, 
it's not necessary)
+  * Be sure to not show same emails with different case
+  * Avoid to compile several times
+  * Start to implement exclude some duplicate emails
+  * Fix autotest name
+  * Make sure that we can cleanup list with email without displayname
+  * Fix autotest name
+  * Not necessary to put it here. It will call it each time that we create a
+  * Update it
+  * Use private symbol + fix export symbol
+  * it was moved in *akonadi*
+
+-------------------------------------------------------------------
+Wed Apr 12 20:26:03 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Cache toLower result
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:49 CET 2017 - [email protected]
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  libkdepim-16.12.3.tar.xz

New:
----
  libkdepim-17.04.0.tar.xz

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

Other differences:
------------------
++++++ libkdepim.spec ++++++
--- /var/tmp/diff_new_pack.M3RusJ/_old  2017-05-08 18:57:44.280863375 +0200
+++ /var/tmp/diff_new_pack.M3RusJ/_new  2017-05-08 18:57:44.280863375 +0200
@@ -16,8 +16,10 @@
 #
 
 
+%bcond_without lang
+
 Name:           libkdepim
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
 Summary:        Base package of kdepim
 # FIXME: use correct group, see 
"https://en.opensuse.org/openSUSE:Package_group_guidelines";
@@ -46,13 +48,23 @@
 BuildRequires:  pkgconfig(Qt5Test)
 BuildRequires:  pkgconfig(Qt5UiTools)
 BuildRequires:  pkgconfig(Qt5Widgets)
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %ix86 x86_64 %arm aarch64 mips mips64
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the libkdepim library.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -63,6 +75,9 @@
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+%endif
 
 %package -n libKF5Libkdepim5
 Summary:        libkdepim library
@@ -73,9 +88,22 @@
 %description -n libKF5Libkdepim5
 The libkdepim library
 
+%package -n libKF5LibkdepimAkonadi5
+Summary:        libkdepim Akonadi library
+License:        LGPL-2.1+
+Group:          System/Libraries
+Requires:       %{name} >= %{version}
+
+%description -n libKF5LibkdepimAkonadi5
+The libkdepim library for Akonadi related functions
+
+
 %post -n libKF5Libkdepim5  -p /sbin/ldconfig
 %postun -n libKF5Libkdepim5 -p /sbin/ldconfig
 
+%post -n libKF5LibkdepimAkonadi5  -p /sbin/ldconfig
+%postun -n libKF5LibkdepimAkonadi5 -p /sbin/ldconfig
+
 %package devel
 Summary:        Development package for libkdepim
 License:        LGPL-2.1+
@@ -83,6 +111,7 @@
 Requires:       akonadi-contacts-devel
 Requires:       akonadi-server-devel
 Requires:       libKF5Libkdepim5 = %{version}
+Requires:       libKF5LibkdepimAkonadi5 = %{version}
 
 %description devel
 The development package for the libkdepim libraries
@@ -91,11 +120,17 @@
 %defattr(-,root,root)
 %{_includedir}/KF5/Libkdepim/
 %{_includedir}/KF5/libkdepim_version.h
+%{_includedir}/KF5/LibkdepimAkonadi/
+%{_includedir}/KF5/libkdepimakonadi/
 %{_libdir}/cmake/KF5Libkdepim/
 %{_libdir}/cmake/MailTransportDBusService/
 %{_libdir}/libKF5Libkdepim.so
+%{_libdir}/libKF5LibkdepimAkonadi.so
 %{_libdir}/qt5/mkspecs/modules/qt_Libkdepim.pri
+%{_libdir}/qt5/mkspecs/modules/qt_LibkdepimAkonadi.pri
 %{_includedir}/KF5/libkdepim/
+%{_includedir}/KF5/libkdepimakonadi_version.h
+%{_libdir}/cmake/KF5LibkdepimAkonadi/
 
 %files
 %defattr(-,root,root)
@@ -112,4 +147,13 @@
 %defattr(-,root,root)
 %{_libdir}/libKF5Libkdepim.so.*
 
+%files -n libKF5LibkdepimAkonadi5
+%defattr(-,root,root)
+%{_libdir}/libKF5LibkdepimAkonadi.so.*
+
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ libkdepim-16.12.3.tar.xz -> libkdepim-17.04.0.tar.xz ++++++
++++ 131360 lines of diff (skipped)


Reply via email to