Hello community,
here is the log from the commit of package kaccounts-providers for
openSUSE:Factory checked in at 2017-05-08 18:47:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
and /work/SRC/openSUSE:Factory/.kaccounts-providers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaccounts-providers"
Mon May 8 18:47:10 2017 rev:23 rq:490364 version:17.04.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes
2017-03-15 00:51:50.253588922 +0100
+++
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes
2017-05-08 18:47:11.474264742 +0200
@@ -1,0 +2,32 @@
+Sun Apr 16 10:44:49 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:18 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:14 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:
+ * Use Google api keys from the e.V. account
+ * Add Google Drive scopes
+ * Add .arcconfig
+
+-------------------------------------------------------------------
Old:
----
kaccounts-providers-16.12.3.tar.xz
New:
----
kaccounts-providers-17.04.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kaccounts-providers.spec ++++++
--- /var/tmp/diff_new_pack.ZR0f9x/_old 2017-05-08 18:47:12.086178213 +0200
+++ /var/tmp/diff_new_pack.ZR0f9x/_new 2017-05-08 18:47:12.090177648 +0200
@@ -16,11 +16,13 @@
#
+%bcond_without lang
+
Name: kaccounts-providers
-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 Accounts Providers
License: GPL-2.0+
@@ -42,11 +44,16 @@
BuildRequires: pkgconfig(Qt5Qml)
BuildRequires: pkgconfig(Qt5Widgets)
Requires: signon-plugin-oauth2
+Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
KDE Accounts Providers.
+%if %{with lang}
+%lang_package
+%endif
+
%prep
%setup -q
@@ -55,7 +62,10 @@
%make_jobs
%install
- make %{?_smp_mflags} DESTDIR=%{buildroot} install -C build
+ %make_install -C build
+ %if %{with lang}
+ %find_lang %{name} --with-man --all-name
+ %endif
%files
%defattr(-,root,root)
@@ -66,4 +76,9 @@
%{_kf5_appstreamdir}/
%{_datadir}/kpackage/
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
%changelog
++++++ kaccounts-providers-16.12.3.tar.xz -> kaccounts-providers-17.04.0.tar.xz
++++++
++++ 6308 lines of diff (skipped)