Hello community, here is the log from the commit of package kmime for openSUSE:Factory checked in at 2017-05-08 18:53:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kmime (Old) and /work/SRC/openSUSE:Factory/.kmime.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kmime" Mon May 8 18:53:21 2017 rev:20 rq:490444 version:17.04.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kmime/kmime.changes 2017-03-15 00:55:24.411287062 +0100 +++ /work/SRC/openSUSE:Factory/.kmime.new/kmime.changes 2017-05-08 18:53:24.785520274 +0200 @@ -1,0 +2,42 @@ +Sun Apr 16 10:45:05 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: + * Minor optimization, the destination is always empty anyway. + * autotest: give the data rows different names, otherwise debugging gets really confusing + +------------------------------------------------------------------- +Wed Apr 12 20:25:44 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: + * None + +------------------------------------------------------------------- +Sat Mar 25 23:10:34 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: + * Add api from new Qt + * Revert "USe QLatin1Char" + * USe QLatin1Char + * Minor optimization + * Use isEmpty() + * increase here too + * increase version + * USe for(..:...) + * Remove temporary allocations when calling KMime::defaultCharset + * Remove deprecated method + * Use nullptr + * Add ECMCoverageOption + +------------------------------------------------------------------- Old: ---- kmime-16.12.3.tar.xz New: ---- kmime-17.04.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kmime.spec ++++++ --- /var/tmp/diff_new_pack.XbnkLi/_old 2017-05-08 18:53:25.457425361 +0200 +++ /var/tmp/diff_new_pack.XbnkLi/_new 2017-05-08 18:53:25.461424795 +0200 @@ -16,12 +16,14 @@ # +%bcond_without lang + %define kf5_version 5.19.0 Name: kmime -Version: 16.12.3 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA) +# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: KDE PIM Libraries: Mime support License: LGPL-2.1+ @@ -42,6 +44,8 @@ %package -n libKF5Mime5 Summary: KDE PIM Libraries: MIME Support Group: Development/Libraries/KDE +Recommends: %{name}-lang +Provides: %{name} = %{version} %description -n libKF5Mime5 This package provides MIME support for KDE PIM applications @@ -55,6 +59,10 @@ This package contains necessary include files and libraries needed to develop KDE PIM applications. +%if %{with lang} +%lang_package +%endif + %prep %setup -q -n kmime-%{version} @@ -64,6 +72,9 @@ %install %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %endif %post -n libKF5Mime5 -p /sbin/ldconfig %postun -n libKF5Mime5 -p /sbin/ldconfig @@ -82,4 +93,9 @@ %{_kf5_includedir}/kmime_version.h %{_kf5_mkspecsdir}/qt_KMime.pri +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog ++++++ kmime-16.12.3.tar.xz -> kmime-17.04.0.tar.xz ++++++ ++++ 6157 lines of diff (skipped)
