Hello community,

here is the log from the commit of package kdebugsettings for openSUSE:Factory 
checked in at 2016-05-29 03:10:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebugsettings (Old)
 and      /work/SRC/openSUSE:Factory/.kdebugsettings.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebugsettings"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebugsettings/kdebugsettings.changes    
2016-03-29 09:57:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebugsettings.new/kdebugsettings.changes       
2016-05-29 03:10:14.000000000 +0200
@@ -1,0 +2,24 @@
+Sat May  7 10:22:11 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+-------------------------------------------------------------------
+Sun Apr 17 06:00:15 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+-------------------------------------------------------------------
+Mon Apr 11 06:37:13 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+
+-------------------------------------------------------------------

Old:
----
  kdebugsettings-15.12.3.tar.xz

New:
----
  kdebugsettings-16.04.1.tar.xz

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

Other differences:
------------------
++++++ kdebugsettings.spec ++++++
--- /var/tmp/diff_new_pack.TJiK0K/_old  2016-05-29 03:10:15.000000000 +0200
+++ /var/tmp/diff_new_pack.TJiK0K/_new  2016-05-29 03:10:15.000000000 +0200
@@ -20,7 +20,7 @@
 Summary:        A KDebug settings module for KDE
 License:        LGPL-2.0+
 Group:          System/GUI/KDE
-Version:        15.12.3
+Version:        16.04.1
 Release:        0
 Url:            https://www.kde.org
 Source0:        kdebugsettings-%{version}.tar.xz

++++++ kdebugsettings-15.12.3.tar.xz -> kdebugsettings-16.04.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.12.3/CMakeLists.txt 
new/kdebugsettings-16.04.1/CMakeLists.txt
--- old/kdebugsettings-15.12.3/CMakeLists.txt   2016-03-10 00:13:11.000000000 
+0100
+++ new/kdebugsettings-16.04.1/CMakeLists.txt   2016-04-27 21:01:05.000000000 
+0200
@@ -12,21 +12,17 @@
 find_package(KF5 ${KF5_VERSION} REQUIRED COMPONENTS 
     CoreAddons 
     Config
-    ConfigWidgets
     DBusAddons 
     I18n 
-    GuiAddons 
-    IconThemes 
     WidgetsAddons
     ItemViews
-    Completion
-    KIO)
+    Completion)
     
 include(FeatureSummary)
 include(ECMAddAppIcon)
 include(ECMInstallIcons)
 include(KDEInstallDirs)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(ECMAddTests)
 include(ECMQtDeclareLoggingCategory)
@@ -36,9 +32,9 @@
 add_definitions("-DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII")
 
 # KDE Application Version, managed by release script
-set (KDE_APPLICATIONS_VERSION_MAJOR "15")
-set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "3")
+set (KDE_APPLICATIONS_VERSION_MAJOR "16")
+set (KDE_APPLICATIONS_VERSION_MINOR "04")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdebugsettings-15.12.3/data/kde.categories 
new/kdebugsettings-16.04.1/data/kde.categories
--- old/kdebugsettings-15.12.3/data/kde.categories      2016-03-10 
00:13:11.000000000 +0100
+++ new/kdebugsettings-16.04.1/data/kde.categories      2016-04-27 
21:01:05.000000000 +0200
@@ -11,9 +11,11 @@
 kf5.kiconthemes KIconThemes
 kf5.kinit.klauncher KLauncher
 kf5.kio.core KIOCore (KIO)
+kf5.kio.widgets KIOWidgets (KIO)
 kf5.kiod KIO Daemon (KIO)
 kf5.kio.kio_http KIO HTTP slave (KIO)
 kf5.kjobwidgets KJobWidgets
+kf5.kio.favicons FavIcons (KIO)
 kf5.kservice.sycoca KSycoca (KService)
 kf5.kxmlgui KXMLGui
 kglobalaccel-runtime KGlobalAccel
@@ -73,7 +75,7 @@
 kscreen.edid libkscreen (edid)
 kscreen.fake libkscreen (fake backend)
 kscreen.qscreen libkscreen (qscreen backend)
-kscreen.xcb_helper libkscreen (xcb helper)
+kscreen.xcb.helper libkscreen (xcb helper)
 kscreen.xrandr libkscreen (xrandr backend)
 kscreen.xrandr11 libkscreen (xrandr1.1 backend)
 ksmserver ksmserver
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kdebugsettings-15.12.3/src/org.kde.kdebugsettings.desktop 
new/kdebugsettings-16.04.1/src/org.kde.kdebugsettings.desktop
--- old/kdebugsettings-15.12.3/src/org.kde.kdebugsettings.desktop       
2016-03-10 00:13:11.000000000 +0100
+++ new/kdebugsettings-16.04.1/src/org.kde.kdebugsettings.desktop       
2016-04-27 21:01:05.000000000 +0200
@@ -3,6 +3,7 @@
 Type=Application
 Exec=kdebugsettings
 GenericName=Debug settings
+GenericName[ast]=Axustes de depuración
 GenericName[ca]=Depuració de l'arranjament
 GenericName[ca@valencia]=Depuració de l'arranjament
 GenericName[cs]=Nastavení ladění
@@ -10,7 +11,6 @@
 GenericName[de]=Debug-Einstellungen
 GenericName[en_GB]=Debug settings
 GenericName[es]=Preferencias de depuración
-GenericName[et]=Silumise seadistused
 GenericName[fi]=Virheenpaikannusasetukset
 GenericName[gl]=Configuración de depuración
 GenericName[hu]=Hibakeresési beállítások
@@ -35,6 +35,7 @@
 GenericName[zh_TW]=除錯設定
 Terminal=false
 Name=KDebugSettings
+Name[ast]=KDebugSettings
 Name[ca]=KDebugSettings
 Name[ca@valencia]=KDebugSettings
 Name[cs]=Nastavení KDebug
@@ -42,7 +43,6 @@
 Name[de]=KDebugSettings
 Name[en_GB]=KDebugSettings
 Name[es]=KDebugSettings
-Name[et]=KDebugSettings
 Name[fi]=KDebugSettings
 Name[gl]=KDebugSettings
 Name[it]=KDebugSettings


Reply via email to