Hello community,

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

Package is "incidenceeditor"

Mon May  8 18:46:51 2017 rev:13 rq:490358 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/incidenceeditor/incidenceeditor.changes  
2017-03-15 00:51:35.659653908 +0100
+++ /work/SRC/openSUSE:Factory/.incidenceeditor.new/incidenceeditor.changes     
2017-05-08 18:46:52.620930733 +0200
@@ -1,0 +2,45 @@
+Sun Apr 16 10:44:48 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:
+  * Use default constructor
+  * use  static method QFileInfo::exists() here
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:17 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:13 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:
+  * Fix wording: not for KDE, use KDE as vendor name
+  * Use QLatin1Char
+  * Use new mailtransport
+  * Use new libkdepim
+  * adapt to new mailtransport
+  * Use new libkdepimakonadi
+  * Adapt to libkdepimakonadi
+  * Port to for(..:..)
+  * Not necessary to add break after a return
+  * Fix some warning reported by cppcheck
+  * Minor optimization
+  * Avoid to use contains + value => use directly value
+  * Use QLatin1Char when possible
+  * Use Q_NULLPTR
+  * Add ECMCoverageOption
+
+-------------------------------------------------------------------

Old:
----
  incidenceeditor-16.12.3.tar.xz

New:
----
  incidenceeditor-17.04.0.tar.xz

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

Other differences:
------------------
++++++ incidenceeditor.spec ++++++
--- /var/tmp/diff_new_pack.FdIh1A/_old  2017-05-08 18:46:53.280837417 +0200
+++ /var/tmp/diff_new_pack.FdIh1A/_new  2017-05-08 18:46:53.280837417 +0200
@@ -16,11 +16,13 @@
 #
 
 
+%bcond_without lang
+
 Name:           incidenceeditor
-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:        Incidenceeditor library
 License:        GPL-2.0+ and LGPL-2.1+
@@ -51,11 +53,16 @@
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains the incidenceeditor library.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 
@@ -66,6 +73,9 @@
 
 %install
 %kf5_makeinstall -C build
+%if %{with lang}
+  %find_lang %{name} --with-man --all-name
+%endif
 
 %package -n libKF5IncidenceEditor5
 Summary:        Incidenceeditor Library
@@ -115,4 +125,9 @@
 %config %{_kf5_configdir}/incidenceeditor.categories
 %config %{_kf5_configdir}/incidenceeditor.renamecategories
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ incidenceeditor-16.12.3.tar.xz -> incidenceeditor-17.04.0.tar.xz ++++++
++++ 181504 lines of diff (skipped)


Reply via email to