Hello community,

here is the log from the commit of package kaccounts-integration for 
openSUSE:Factory checked in at 2016-08-29 15:23:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-15 12:42:29.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-integration.new/kaccounts-integration.changes
 2016-08-29 15:23:57.000000000 +0200
@@ -1,0 +2,23 @@
+Thu Aug 25 22:56:29 UTC 2016 - [email protected]
+
+- Add libkaccounts1 to baselibs.conf.
+  Without libkaccounts1-32bit, neither kaccounts-integration-32bit
+  nor purpose-32bit are installible.
+
+-------------------------------------------------------------------
+Fri Aug 12 10:07:49 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+-------------------------------------------------------------------
+Mon Aug  8 14:43:57 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kaccounts-integration-16.04.3.tar.xz

New:
----
  kaccounts-integration-16.08.0.tar.xz

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

Other differences:
------------------
++++++ kaccounts-integration.spec ++++++
--- /var/tmp/diff_new_pack.z64zcQ/_old  2016-08-29 15:23:58.000000000 +0200
+++ /var/tmp/diff_new_pack.z64zcQ/_new  2016-08-29 15:23:58.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kaccounts-integration
-Version:        16.04.3
+Version:        16.08.0
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0+

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.z64zcQ/_old  2016-08-29 15:23:58.000000000 +0200
+++ /var/tmp/diff_new_pack.z64zcQ/_new  2016-08-29 15:23:58.000000000 +0200
@@ -1 +1,2 @@
 kaccounts-integration
+libkaccounts1

++++++ kaccounts-integration-16.04.3.tar.xz -> 
kaccounts-integration-16.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-16.04.3/CMakeLists.txt 
new/kaccounts-integration-16.08.0/CMakeLists.txt
--- old/kaccounts-integration-16.04.3/CMakeLists.txt    2016-07-02 
18:13:43.000000000 +0200
+++ new/kaccounts-integration-16.08.0/CMakeLists.txt    2016-08-10 
01:27:09.000000000 +0200
@@ -9,8 +9,8 @@
 enable_testing()
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "16")
-set(KDE_APPLICATIONS_VERSION_MINOR "04")
-set(KDE_APPLICATIONS_VERSION_MICRO "3")
+set(KDE_APPLICATIONS_VERSION_MINOR "08")
+set(KDE_APPLICATIONS_VERSION_MICRO "0")
 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")
@@ -21,9 +21,24 @@
 
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Core Widgets)
 find_package(KF5 ${REQUIRED_KF5_VERSION} REQUIRED KCMUtils I18n CoreAddons 
DBusAddons Declarative)
-find_package(AccountsQt5 ${ACCOUNTSQT_DEP_VERSION} REQUIRED CONFIG)
-find_package(SignOnQt5 ${SIGNONQT_DEP_VERSION} REQUIRED CONFIG)
-find_package(LibAccountsGlib ${ACCOUNTSGLIB_DEP_VERSION} REQUIRED)
+
+find_package(AccountsQt5 ${ACCOUNTSQT_DEP_VERSION} CONFIG)
+set_package_properties(AccountsQt5 PROPERTIES DESCRIPTION "Accounts management 
library for Qt applications"
+   URL "https://gitlab.com/accounts-sso/libaccounts-qt";
+   TYPE REQUIRED
+   PURPOSE "Required for building this module")
+
+find_package(SignOnQt5 ${SIGNONQT_DEP_VERSION} CONFIG)
+set_package_properties(SignOnQt5 PROPERTIES DESCRIPTION "D-Bus service which 
performs user authentication on behalf of its clients"
+   URL "https://gitlab.com/accounts-sso/signond";
+   TYPE REQUIRED
+   PURPOSE "Required for building this module")
+
+find_package(LibAccountsGlib ${ACCOUNTSGLIB_DEP_VERSION})
+set_package_properties(LibAccountsGlib PROPERTIES DESCRIPTION "GLib-based 
client library for the accounts database"
+   URL "https://gitlab.com/accounts-sso/libaccounts-glib";
+   TYPE REQUIRED
+   PURPOSE "Required for building this module")
 
 add_definitions (-fexceptions
                  -DQT_NO_KEYWORDS)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-16.04.3/src/daemon/accounts.desktop 
new/kaccounts-integration-16.08.0/src/daemon/accounts.desktop
--- old/kaccounts-integration-16.04.3/src/daemon/accounts.desktop       
2016-07-02 18:13:43.000000000 +0200
+++ new/kaccounts-integration-16.08.0/src/daemon/accounts.desktop       
2016-08-10 01:27:09.000000000 +0200
@@ -14,6 +14,7 @@
 Name[fr]=Comptes
 Name[gl]=Contas
 Name[hu]=Fiókok
+Name[ia]=Contos
 Name[it]=Account
 Name[ko]=계정
 Name[nl]=Accounts
@@ -50,6 +51,7 @@
 Comment[fr]=Gestion des comptes
 Comment[gl]=Xestión das contas
 Comment[hu]=Fiókkezelés
+Comment[ia]=Gestion de contos
 Comment[it]=Gestione account
 Comment[ko]=계정 관리
 Comment[nl]=Accountbeheer
@@ -75,7 +77,7 @@
 Type=Service
 Icon=preferences-system-power-management
 X-KDE-ServiceTypes=KDEDModule
-X-KDE-Library=accounts
+X-KDE-Library=kded_accounts
 X-KDE-DBus-ModuleName=accounts
 X-KDE-Kded-autoload=true
 X-KDE-Kded-load-on-demand=false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-16.04.3/src/kcm_kaccounts.desktop 
new/kaccounts-integration-16.08.0/src/kcm_kaccounts.desktop
--- old/kaccounts-integration-16.04.3/src/kcm_kaccounts.desktop 2016-07-02 
18:13:43.000000000 +0200
+++ new/kaccounts-integration-16.08.0/src/kcm_kaccounts.desktop 2016-08-10 
01:27:09.000000000 +0200
@@ -25,6 +25,7 @@
 Name[fr]=Comptes en ligne
 Name[gl]=Contas de internet
 Name[hu]=Online fiókok
+Name[ia]=Contos in linea
 Name[it]=Account in linea
 Name[ko]=온라인 계정
 Name[nl]=Online accounts
@@ -62,11 +63,12 @@
 Comment[fr]=Configurez vos comptes Internet tels que Google, Live, OwnCloud
 Comment[gl]=Configurar as túas contas de internet como a de Google, Live ou 
Owncloud.
 Comment[hu]=Állítsa be internetes fiókjait (Google, Live, Owncloud, stb)
+Comment[ia]=Configura tu contos de internet tall como Google, Live, OwnCloud
 Comment[it]=Configura i tuoi account internet come Google, Live, ownCloud
 Comment[ko]=Google, Live, Owncloud 등 인터넷 계정 관리
 Comment[nl]=Stel uw internetaccounts in zoals Google, Live, Owncloud
 Comment[nn]=Set opp nettkontoar, for eksempel for Google, Live eller ownCloud
-Comment[pl]=Ustaw swoje konta internetowe, takie jak Google, Live, Owncloud
+Comment[pl]=Tutaj ustaw swoje konto na: Google, Live, Owncloud
 Comment[pt]=Configure as suas contas da Internet, como as do Google, Live, 
Owncloud
 Comment[pt_BR]=Configure suas contas na Internet, como Google, Live, Owncloud
 Comment[ro]=Configurați conturile Internet cum sunt Google, Live, Owncloud
@@ -99,6 +101,7 @@
 X-KDE-Keywords[fr]=Réseau, Google, Live, OwnCloud
 X-KDE-Keywords[gl]=Rede,Google,Live,ownCloud
 X-KDE-Keywords[hu]=Hálózat,Google,Live,Owncloud
+X-KDE-Keywords[ia]=Rete,Google,Live,OwnCloud
 X-KDE-Keywords[it]=Rete,Google,Live,ownCloud
 X-KDE-Keywords[ko]=Network,Google,Live,ownCloud,계정,네트워크
 X-KDE-Keywords[nl]=Netwerk,Google,Live,ownCloud
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-integration-16.04.3/src/lib/CMakeLists.txt 
new/kaccounts-integration-16.08.0/src/lib/CMakeLists.txt
--- old/kaccounts-integration-16.04.3/src/lib/CMakeLists.txt    2016-07-02 
18:13:43.000000000 +0200
+++ new/kaccounts-integration-16.08.0/src/lib/CMakeLists.txt    2016-08-10 
01:27:09.000000000 +0200
@@ -4,7 +4,7 @@
     ${CMAKE_CURRENT_BINARY_DIR}
 )
 
-set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KAccounts")
+set(CMAKECONFIG_INSTALL_DIR "${KDE_INSTALL_FULL_CMAKEPACKAGEDIR}/KAccounts")
 
 include(ECMPackageConfigHelpers)
 include(ECMSetupVersion)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in 
new/kaccounts-integration-16.08.0/src/lib/KAccountsConfig.cmake.in
--- old/kaccounts-integration-16.04.3/src/lib/KAccountsConfig.cmake.in  
2016-07-02 18:13:43.000000000 +0200
+++ new/kaccounts-integration-16.08.0/src/lib/KAccountsConfig.cmake.in  
2016-08-10 01:27:09.000000000 +0200
@@ -9,4 +9,4 @@
 include("${CMAKE_CURRENT_LIST_DIR}/KAccountsTargets.cmake")
 include("${CMAKE_CURRENT_LIST_DIR}/KAccountsMacros.cmake")
 
-set(KACCOUNTS_MACROS_PATH "@CMAKE_INSTALL_PREFIX@/@CMAKECONFIG_INSTALL_DIR@")
+set(KACCOUNTS_MACROS_PATH "@CMAKECONFIG_INSTALL_DIR@")


Reply via email to