Hello community,
here is the log from the commit of package kidentitymanagement for
openSUSE:Factory checked in at 2017-05-08 18:51:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kidentitymanagement (Old)
and /work/SRC/openSUSE:Factory/.kidentitymanagement.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kidentitymanagement"
Mon May 8 18:51:31 2017 rev:19 rq:490422 version:17.04.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kidentitymanagement/kidentitymanagement.changes
2017-03-15 00:54:20.304357634 +0100
+++
/work/SRC/openSUSE:Factory/.kidentitymanagement.new/kidentitymanagement.changes
2017-05-08 18:51:32.941319424 +0200
@@ -1,0 +2,35 @@
+Sun Apr 16 10:44:59 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:
+ * Simplify create folder
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:36 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:29 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 indent
+ * Clean up
+ * use for(...:...)
+ * Minor optimization
+ * Port to for(...:..)
+ * Add ECMCoverageOption
+
+-------------------------------------------------------------------
Old:
----
kidentitymanagement-16.12.3.tar.xz
New:
----
kidentitymanagement-17.04.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kidentitymanagement.spec ++++++
--- /var/tmp/diff_new_pack.K3kanl/_old 2017-05-08 18:51:33.677215471 +0200
+++ /var/tmp/diff_new_pack.K3kanl/_new 2017-05-08 18:51:33.681214906 +0200
@@ -16,11 +16,13 @@
#
+%bcond_without lang
+
Name: kidentitymanagement
-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: Identity Management
License: LGPL-2.1+
@@ -50,6 +52,8 @@
%package -n libKF5IdentityManagement5
Summary: KDE PIM Libraries: Identity Management
Group: Development/Libraries/KDE
+Recommends: %{name}-lang
+Provides: %{name} = %{version}
%description -n libKF5IdentityManagement5
The Identity Management library for KDE PIM applications
@@ -65,6 +69,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 kidentitymanagement-%{version}
@@ -74,6 +82,9 @@
%install
%kf5_makeinstall -C build
+ %if %{with lang}
+ %find_lang %{name} --with-man --all-name
+ %endif
%post -n libKF5IdentityManagement5 -p /sbin/ldconfig
%postun -n libKF5IdentityManagement5 -p /sbin/ldconfig
@@ -93,4 +104,9 @@
%{_kf5_mkspecsdir}/qt_KIdentityManagement.pri
%{_kf5_sharedir}/dbus-1/interfaces/kf5_org.kde.pim.IdentityManager.xml
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
%changelog
++++++ kidentitymanagement-16.12.3.tar.xz -> kidentitymanagement-17.04.0.tar.xz
++++++
++++ 18674 lines of diff (skipped)