Hello community,

here is the log from the commit of package kaccounts-providers for 
openSUSE:Factory checked in at 2018-08-22 14:18:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kaccounts-providers (Old)
 and      /work/SRC/openSUSE:Factory/.kaccounts-providers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kaccounts-providers"

Wed Aug 22 14:18:37 2018 rev:39 rq:630507 version:18.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kaccounts-providers/kaccounts-providers.changes  
2018-07-18 22:42:02.409327876 +0200
+++ 
/work/SRC/openSUSE:Factory/.kaccounts-providers.new/kaccounts-providers.changes 
    2018-08-22 14:18:41.854116409 +0200
@@ -1,0 +2,27 @@
+Sat Aug 18 14:13:36 UTC 2018 - wba...@tmo.at
+
+- Remove unnecessary BuildRequires that are actually dependencies
+  of kaccounts-integration-devel
+- Remove unused Qt5Widgets BuildRequires
+
+-------------------------------------------------------------------
+Thu Aug 16 22:01:30 UTC 2018 - christo...@krop.fr
+
+- Update to 18.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.08.0.php
+- Changes since 18.07.80:
+  * None
+
+-------------------------------------------------------------------
+Thu Jul 26 13:00:30 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+- Changes since 18.04.3:
+  * Fix Twitter tooltip
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ kaccounts-providers.spec ++++++
--- /var/tmp/diff_new_pack.5HJA3t/_old  2018-08-22 14:18:42.314117498 +0200
+++ /var/tmp/diff_new_pack.5HJA3t/_new  2018-08-22 14:18:42.314117498 +0200
@@ -19,11 +19,11 @@
 %bcond_without lang
 
 Name:           kaccounts-providers
-Version:        18.04.3
+Version:        18.08.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE Accounts Providers
 License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
@@ -37,24 +37,16 @@
 BuildRequires:  ki18n-devel
 BuildRequires:  kio-devel
 BuildRequires:  kpackage-devel
-BuildRequires:  libaccounts-glib-devel
-BuildRequires:  libaccounts-qt5-devel
-BuildRequires:  libsignon-qt5-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(Qt5Qml)
-BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:       signon-plugin-oauth2
-%if %{with lang}
 Recommends:     %{name}-lang
-%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 KDE Accounts Providers.
 
-%if %{with lang}
 %lang_package
-%endif
 
 %prep
 %setup -q

++++++ kaccounts-providers-18.04.3.tar.xz -> kaccounts-providers-18.08.0.tar.xz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kaccounts-providers-18.04.3/CMakeLists.txt 
new/kaccounts-providers-18.08.0/CMakeLists.txt
--- old/kaccounts-providers-18.04.3/CMakeLists.txt      2018-07-10 
02:13:22.000000000 +0200
+++ new/kaccounts-providers-18.08.0/CMakeLists.txt      2018-08-10 
02:12:52.000000000 +0200
@@ -3,8 +3,8 @@
 cmake_minimum_required(VERSION 2.8.12)
 
 set(KDE_APPLICATIONS_VERSION_MAJOR "18")
-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(REQUIRED_QT_VERSION "5.2.0")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-18.04.3/po/nn/kaccounts-providers.po 
new/kaccounts-providers-18.08.0/po/nn/kaccounts-providers.po
--- old/kaccounts-providers-18.04.3/po/nn/kaccounts-providers.po        
2018-07-10 02:13:22.000000000 +0200
+++ new/kaccounts-providers-18.08.0/po/nn/kaccounts-providers.po        
2018-08-10 02:12:52.000000000 +0200
@@ -15,6 +15,9 @@
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=n != 1;\n"
 "X-Generator: Lokalize 2.0\n"
+"X-Environment: kde\n"
+"X-Accelerator-Marker: &\n"
+"X-Text-Markup: kde4\n"
 
 #: plugins/owncloud-ui/qmlhelper.cpp:148
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-18.04.3/po/zh_CN/kaccounts-providers.po 
new/kaccounts-providers-18.08.0/po/zh_CN/kaccounts-providers.po
--- old/kaccounts-providers-18.04.3/po/zh_CN/kaccounts-providers.po     
2018-07-10 02:13:22.000000000 +0200
+++ new/kaccounts-providers-18.08.0/po/zh_CN/kaccounts-providers.po     
2018-08-10 02:12:52.000000000 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2017-02-24 04:08+0100\n"
-"PO-Revision-Date: 2018-07-03 17:40\n"
+"PO-Revision-Date: 2018-07-24 08:46\n"
 "Last-Translator: guoyunhebrave <guoyunhebr...@gmail.com>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-18.04.3/po/zh_TW/kaccounts-providers.po 
new/kaccounts-providers-18.08.0/po/zh_TW/kaccounts-providers.po
--- old/kaccounts-providers-18.04.3/po/zh_TW/kaccounts-providers.po     
2018-07-10 02:13:22.000000000 +0200
+++ new/kaccounts-providers-18.08.0/po/zh_TW/kaccounts-providers.po     
2018-08-10 02:12:52.000000000 +0200
@@ -139,6 +139,3 @@
 #: tmp/twitter-microblog.service.in.h:3 tmp/twitter.provider.in.h:1
 msgid "Twitter"
 msgstr "Twitter"
-
-#~ msgid "Includes your Timeline and Mentions"
-#~ msgstr "包括您的時間軸與關注"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kaccounts-providers-18.04.3/providers/twitter.provider.in 
new/kaccounts-providers-18.08.0/providers/twitter.provider.in
--- old/kaccounts-providers-18.04.3/providers/twitter.provider.in       
2018-07-07 11:30:54.000000000 +0200
+++ new/kaccounts-providers-18.08.0/providers/twitter.provider.in       
2018-08-06 22:47:40.000000000 +0200
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <provider id="twitter">
   <_name>Twitter</_name>
+  <_description>Twitter</_description>
   <icon>im-twitter</icon>
   <translations>kaccounts-providers</translations>
   <domains>.*twitter\.com</domains>


Reply via email to