Hello community,
here is the log from the commit of package kaccounts-integration for
openSUSE:Factory checked in at 2016-06-20 11:06:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-integration (Old)
and /work/SRC/openSUSE:Factory/.kaccounts-integration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kaccounts-integration"
Changes:
--------
---
/work/SRC/openSUSE:Factory/kaccounts-integration/kaccounts-integration.changes
2016-06-12 18:52:40.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
2016-06-20 11:06:20.000000000 +0200
@@ -1,0 +2,17 @@
+Wed Jun 15 10:26:49 UTC 2016 - [email protected]
+
+- Split out libkaccounts1 per shared library packaing policy:
+ + Recommend the main package from libkaccounts1.
+ + Require libkaccounts1 instead of the main package by -devel.
+ + Move the /sbin/ldconfig post/postun scriptlets from the main
+ package to libkaccounts1.
+
+-------------------------------------------------------------------
+Fri Jun 10 17:50:29 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.2
+ * KDE Applications 16.04.2
+ * https://www.kde.org/announcements/announce-applications-16.04.2.php
+
+
+-------------------------------------------------------------------
Old:
----
kaccounts-integration-16.04.1.tar.xz
New:
----
kaccounts-integration-16.04.2.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.h1Yltd/_old 2016-06-20 11:06:21.000000000 +0200
+++ /var/tmp/diff_new_pack.h1Yltd/_new 2016-06-20 11:06:21.000000000 +0200
@@ -17,7 +17,7 @@
Name: kaccounts-integration
-Version: 16.04.1
+Version: 16.04.2
Release: 0
Summary: KDE Accounts Providers
License: GPL-2.0+
@@ -37,8 +37,8 @@
BuildRequires: kio-devel
BuildRequires: kwallet-devel
BuildRequires: kwidgetsaddons-devel
-BuildRequires: libaccounts-qt5-devel
BuildRequires: libaccounts-glib-devel
+BuildRequires: libaccounts-qt5-devel
BuildRequires: libsignon-qt5-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
@@ -54,12 +54,22 @@
and services across the KDE desktop, including: Google,
Facebook, Owncloud, IMAP, Jabber and others.
+%package -n libkaccounts1
+Summary: KDE Accounts Providers - System Library
+Group: System/Libraries
+Recommends: %{name}
+
+%description -n libkaccounts1
+Small system to administer web accounts for the sites
+and services across the KDE desktop, including: Google,
+Facebook, Owncloud, IMAP, Jabber and others.
+
%package devel
Summary: KDE Accounts Providers - Development Files
Group: Development/Libraries/KDE
-Requires: %{name} = %{version}
Requires: kcoreaddons-devel
Requires: libaccounts-qt5-devel
+Requires: libkaccounts1 = %{version}
Requires: pkgconfig(Qt5Core) >= 5.2.0
%description devel
@@ -77,18 +87,21 @@
%install
%kf5_makeinstall -C build
-%post -p /sbin/ldconfig
+%post -n libkaccounts1 -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%postun -n libkaccounts1 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING
-%{_kf5_libdir}/libkaccounts.so*
%{_kf5_plugindir}/
%{_kf5_servicesdir}/
%_kf5_qmldir/
+%files -n libkaccounts1
+%defattr(-,root,root)
+%{_kf5_libdir}/libkaccounts.so*
+
%files devel
%defattr(-,root,root)
%{_kf5_prefix}/include/KAccounts/
++++++ kaccounts-integration-16.04.1.tar.xz ->
kaccounts-integration-16.04.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/kaccounts-integration-16.04.1/CMakeLists.txt
new/kaccounts-integration-16.04.2/CMakeLists.txt
--- old/kaccounts-integration-16.04.1/CMakeLists.txt 2016-04-27
21:12:28.000000000 +0200
+++ new/kaccounts-integration-16.04.2/CMakeLists.txt 2016-06-07
14:26:57.000000000 +0200
@@ -10,7 +10,7 @@
set(KDE_APPLICATIONS_VERSION_MAJOR "16")
set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "1")
+set(KDE_APPLICATIONS_VERSION_MICRO "2")
set(KACCOUNTS_VERSION
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
set(KACCOUNTS_SOVERSION "1")
set(REQUIRED_QT_VERSION "5.2.0")