Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2015-10-03 20:18:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-providers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-providers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2015-07-14 17:41:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes 
    2015-10-03 20:18:11.000000000 +0200
@@ -1,0 +2,23 @@
+Sun Sep 13 18:58:50 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Wed Aug 19 19:42:40 UTC 2015 - cgiboude...@gmx.com
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 07:09:33 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kaccounts-providers-15.04.3.tar.xz

New:
----
  kaccounts-providers-15.08.1.tar.xz

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

Other differences:
------------------
++++++ kaccounts-providers.spec ++++++
--- /var/tmp/diff_new_pack.aNIC3U/_old  2015-10-03 20:18:12.000000000 +0200
+++ /var/tmp/diff_new_pack.aNIC3U/_new  2015-10-03 20:18:12.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kaccounts-providers
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Summary:        KDE Accounts Providers
 License:        GPL-2.0+
@@ -26,10 +26,12 @@
 BuildRequires:  cmake
 BuildRequires:  extra-cmake-modules
 BuildRequires:  intltool
+BuildRequires:  kaccounts-integration-devel
 BuildRequires:  kf5-filesystem
 BuildRequires:  libaccounts-glib-devel
 BuildRequires:  libaccounts-qt5-devel
-BuildRequires:  pkgconfig
+BuildRequires:  libsignon-qt5-devel
+BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ kaccounts-providers-15.04.3.tar.xz -> kaccounts-providers-15.08.1.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-15.04.3/.reviewboardrc 
new/kaccounts-providers-15.08.1/.reviewboardrc
--- old/kaccounts-providers-15.04.3/.reviewboardrc      1970-01-01 
01:00:00.000000000 +0100
+++ new/kaccounts-providers-15.08.1/.reviewboardrc      2015-04-21 
14:11:27.000000000 +0200
@@ -0,0 +1,3 @@
+REPOSITORY = "git://anongit.kde.org/kaccounts-providers"
+REVIEWBOARD_URL = "https://git.reviewboard.kde.org";
+TARGET_GROUPS = "kde-telepathy"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-15.04.3/CMakeLists.txt 
new/kaccounts-providers-15.08.1/CMakeLists.txt
--- old/kaccounts-providers-15.04.3/CMakeLists.txt      2015-03-20 
16:38:39.000000000 +0100
+++ new/kaccounts-providers-15.08.1/CMakeLists.txt      2015-04-21 
14:11:27.000000000 +0200
@@ -5,8 +5,8 @@
 find_package(ECM 1.0.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules" 
${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
-find_package(AccountsFileDir REQUIRED)
 find_package(Intltool REQUIRED)
+find_package(KAccounts REQUIRED)
 
 include(KDEInstallDirs)
 include(KDECMakeSettings)
@@ -18,6 +18,4 @@
 add_subdirectory(providers)
 add_subdirectory(webkit-options)
 
-if("${CMAKE_BINARY_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
-  feature_summary(WHAT ALL   FATAL_ON_MISSING_REQUIRED_PACKAGES)
-endif()
+feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-15.04.3/cmake/modules/FindAccountsFileDir.cmake 
new/kaccounts-providers-15.08.1/cmake/modules/FindAccountsFileDir.cmake
--- old/kaccounts-providers-15.04.3/cmake/modules/FindAccountsFileDir.cmake     
2015-03-20 16:38:39.000000000 +0100
+++ new/kaccounts-providers-15.08.1/cmake/modules/FindAccountsFileDir.cmake     
1970-01-01 01:00:00.000000000 +0100
@@ -1,49 +0,0 @@
-find_package(PkgConfig REQUIRED)
-
-execute_process(
-    COMMAND "${PKG_CONFIG_EXECUTABLE}" --variable=prefix libaccounts-glib
-    OUTPUT_VARIABLE _pkgconfig_invoke_result
-    RESULT_VARIABLE _pkgconfig_failed)
-
-if (_pkgconfig_failed)
-    message(FAILED "Couldn't find the prefix for libaccounts-glib")
-else()
-    string(REGEX REPLACE "[\r\n]"                  " " 
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    string(REGEX REPLACE " +$"                     ""  
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    set(ACCOUNTS_PREFIX_DIR ${_pkgconfig_invoke_result})
-endif()
-
-execute_process(
-    COMMAND "${PKG_CONFIG_EXECUTABLE}" --variable=providerfilesdir 
libaccounts-glib
-    OUTPUT_VARIABLE _pkgconfig_invoke_result
-    RESULT_VARIABLE _pkgconfig_failed)
-
-if (_pkgconfig_failed)
-    message(FAILED "Couldn't find the providerfilesdir for libaccounts-glib")
-else()
-    string(REGEX REPLACE "[\r\n]"                  " " 
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    string(REGEX REPLACE " +$"                     ""  
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    if (NOT CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
-        string(REPLACE ${ACCOUNTS_PREFIX_DIR} ${CMAKE_INSTALL_PREFIX} 
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    endif()
-    set(ACCOUNTS_PROVIDERS_DIR ${_pkgconfig_invoke_result})
-endif()
-
-execute_process(
-    COMMAND "${PKG_CONFIG_EXECUTABLE}" --variable=servicefilesdir 
libaccounts-glib
-    OUTPUT_VARIABLE _pkgconfig_invoke_result
-    RESULT_VARIABLE _pkgconfig_failed)
-
-if (_pkgconfig_failed)
-    message(FAILED "Couldn't find the servicefilesdir for libaccounts-glib")
-else()
-    string(REGEX REPLACE "[\r\n]"                  " " 
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    string(REGEX REPLACE " +$"                     ""  
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    if (NOT CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
-        string(REPLACE ${ACCOUNTS_PREFIX_DIR} ${CMAKE_INSTALL_PREFIX} 
_pkgconfig_invoke_result "${_pkgconfig_invoke_result}")
-    endif()
-    set(ACCOUNTS_SERVICES_DIR ${_pkgconfig_invoke_result})
-endif()
-
-find_package_handle_standard_args(AccountsFileDir DEFAULT_MSG
-                                  ACCOUNTS_SERVICES_DIR ACCOUNTS_PROVIDERS_DIR)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-15.04.3/providers/CMakeLists.txt 
new/kaccounts-providers-15.08.1/providers/CMakeLists.txt
--- old/kaccounts-providers-15.04.3/providers/CMakeLists.txt    2015-03-20 
16:38:39.000000000 +0100
+++ new/kaccounts-providers-15.08.1/providers/CMakeLists.txt    2015-04-21 
14:11:27.000000000 +0200
@@ -1,7 +1,4 @@
 file(GLOB provider_in_files *.provider.in)
 foreach(provider_in_file ${provider_in_files})
-    get_filename_component(provider_filename ${provider_in_file} NAME_WE)
-    set(provider_file 
${CMAKE_CURRENT_BINARY_DIR}/${provider_filename}.provider)
-    execute_process(COMMAND intltool-merge -x -u --no-translations 
${provider_in_file} ${provider_file})
-    install(FILES ${provider_file} DESTINATION ${ACCOUNTS_PROVIDERS_DIR})
+    kaccounts_add_provider(${provider_in_file})
 endforeach()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-15.04.3/providers/google.provider.in 
new/kaccounts-providers-15.08.1/providers/google.provider.in
--- old/kaccounts-providers-15.04.3/providers/google.provider.in        
2015-03-20 16:38:39.000000000 +0100
+++ new/kaccounts-providers-15.08.1/providers/google.provider.in        
2015-04-21 14:11:27.000000000 +0200
@@ -20,7 +20,18 @@
           <!-- HACK: access_type is non standard, but Google requires it in
                order to return a refresh token -->
           <setting name="ResponseType">code</setting>
-          <setting name="Scope" 
type="as">['https://docs.google.com/feeds/','https://www.googleapis.com/auth/googletalk','https://www.googleapis.com/auth/userinfo.email','https://www.googleapis.com/auth/userinfo.profile','https://picasaweb.google.com/data/','https://www.googleapis.com/auth/calendar','https://www.google.com/m8/feeds/','https://www.googleapis.com/auth/tasks']</setting>
+          <setting name="Scope" type="as">[
+              'https://docs.google.com/feeds/',
+              'https://www.googleapis.com/auth/googletalk',
+              'https://www.googleapis.com/auth/youtube.upload',
+              'https://www.googleapis.com/auth/youtube',
+              'https://www.googleapis.com/auth/userinfo.email',
+              'https://www.googleapis.com/auth/userinfo.profile',
+              'https://picasaweb.google.com/data/',
+              'https://www.googleapis.com/auth/calendar',
+              'https://www.google.com/m8/feeds/',
+              'https://www.googleapis.com/auth/tasks'
+          ]</setting>
           <setting name="AllowedSchemes" type="as">['https','http']</setting>
           <setting 
name="ClientId">876209205844-9e3g6ocf6ejv48dap37et84ks35rdre0.apps.googleusercontent.com</setting>
           <setting name="ClientSecret">LvV-hkunrdMj4Ijr74rT6kH7</setting>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-15.04.3/services/CMakeLists.txt 
new/kaccounts-providers-15.08.1/services/CMakeLists.txt
--- old/kaccounts-providers-15.04.3/services/CMakeLists.txt     2015-03-20 
16:38:39.000000000 +0100
+++ new/kaccounts-providers-15.08.1/services/CMakeLists.txt     2015-04-21 
14:11:27.000000000 +0200
@@ -1,7 +1,4 @@
 file(GLOB service_files_in *.service.in)
 foreach(service_file_in ${service_files_in})
-    get_filename_component(service_filename ${service_file_in} NAME_WE)
-    set(service_file ${CMAKE_CURRENT_BINARY_DIR}/${service_filename}.service)
-    execute_process(COMMAND intltool-merge -x -u --no-translations 
${service_file_in} ${service_file})
-    install(FILES ${service_file} DESTINATION ${ACCOUNTS_SERVICES_DIR})
+    kaccounts_add_service(${service_file_in})
 endforeach()
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-15.04.3/webkit-options/CMakeLists.txt 
new/kaccounts-providers-15.08.1/webkit-options/CMakeLists.txt
--- old/kaccounts-providers-15.04.3/webkit-options/CMakeLists.txt       
2015-03-20 16:38:39.000000000 +0100
+++ new/kaccounts-providers-15.08.1/webkit-options/CMakeLists.txt       
2015-04-21 14:11:27.000000000 +0200
@@ -1,5 +1,5 @@
-set(WEBKIT_CONFIG_DESTINATION /etc/signon-ui/webkit-options.d/)
+set(WEBKIT_CONFIG_DESTINATION 
${KDE_INSTALL_FULL_SYSCONFDIR}/signon-ui/webkit-options.d/)
 install(FILES www.facebook.com.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION})
 install(FILES accounts.google.com.conf DESTINATION 
${WEBKIT_CONFIG_DESTINATION})
 install(FILES api.twitter.com.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION})
-install(FILES identi.ca.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION})
\ No newline at end of file
+install(FILES identi.ca.conf DESTINATION ${WEBKIT_CONFIG_DESTINATION})


Reply via email to