Hello community,

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

Package is "kimap"

Mon May  8 18:51:43 2017 rev:19 rq:490426 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kimap/kimap.changes      2017-03-15 
00:54:21.084247286 +0100
+++ /work/SRC/openSUSE:Factory/.kimap.new/kimap.changes 2017-05-08 
18:51:45.215585563 +0200
@@ -1,0 +2,46 @@
+Sun Apr 16 10:45:01 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:
+  * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:38 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:30 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:
+  * initialize some variable (found by cppcheck)
+  * Fix some warning reported by cppcheck
+  * Remove duplicate code
+  * Minor optimization
+  * Minor optimization
+  * Port to STL iterator
+  * Use qAsConst when possible. Minor optimization
+  * Minor optimization
+  * Optimization
+  * Improve error message in case of bad KIMAP_LOGFILE
+  * Wsuggest-override
+  * Improve logging of SASL errors
+  * Remove some foreach
+  * Use Q_ENUM
+  * Use isEmpty here
+  * Minor optimization
+  * Add ECMCoverageOption
+
+-------------------------------------------------------------------

Old:
----
  kimap-16.12.3.tar.xz

New:
----
  kimap-17.04.0.tar.xz

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

Other differences:
------------------
++++++ kimap.spec ++++++
--- /var/tmp/diff_new_pack.JaHKUi/_old  2017-05-08 18:51:47.023330201 +0200
+++ /var/tmp/diff_new_pack.JaHKUi/_new  2017-05-08 18:51:47.023330201 +0200
@@ -16,12 +16,14 @@
 #
 
 
+%bcond_without lang
+
 %define kf5_version 5.19.0
 Name:           kimap
-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: IMAP library
 License:        LGPL-2.1+
@@ -45,6 +47,8 @@
 %package -n libKF5IMAP5
 Summary:        KDE PIM Libraries: IMAP APIs
 Group:          Development/Libraries/KDE
+Recommends:     %{name}-lang
+Provides:       %{name} = %{version}
 
 %description  -n libKF5IMAP5
 This package contains the libray for IMAP support
@@ -61,6 +65,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 kimap-%{version}
 
@@ -70,6 +78,9 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5IMAP5 -p /sbin/ldconfig
 %postun -n libKF5IMAP5 -p /sbin/ldconfig
@@ -90,4 +101,9 @@
 %{_kf5_includedir}/kimap_version.h
 %{_kf5_mkspecsdir}/qt_KIMAP.pri
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ kimap-16.12.3.tar.xz -> kimap-17.04.0.tar.xz ++++++
++++ 13833 lines of diff (skipped)


Reply via email to