Hello community,

here is the log from the commit of package kde-gtk-config5 for openSUSE:Factory 
checked in at 2016-04-07 13:28:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-gtk-config5 (Old)
 and      /work/SRC/openSUSE:Factory/.kde-gtk-config5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-gtk-config5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-gtk-config5/kde-gtk-config5.changes  
2016-03-03 15:13:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kde-gtk-config5.new/kde-gtk-config5.changes     
2016-04-07 13:28:38.000000000 +0200
@@ -1,0 +2,16 @@
+Tue Mar 29 16:20:41 UTC 2016 - [email protected]
+
+- Update to 5.6.1
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.6.1.php
+
+-------------------------------------------------------------------
+Sun Mar 20 09:19:48 UTC 2016 - [email protected]
+
+- Update to 5.6.0
+  * New feature release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.6.0.php
+
+-------------------------------------------------------------------

Old:
----
  kde-gtk-config-5.5.5.tar.xz

New:
----
  kde-gtk-config-5.6.1.tar.xz

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

Other differences:
------------------
++++++ kde-gtk-config5.spec ++++++
--- /var/tmp/diff_new_pack.0e1joB/_old  2016-04-07 13:28:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0e1joB/_new  2016-04-07 13:28:39.000000000 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without lang
 Name:           kde-gtk-config5
-Version:        5.5.5
+Version:        5.6.1
 Release:        0
 Summary:        KCM Module to Configure GTK2 and GTK3 Applications Appearance 
Under KDE
 License:        LGPL-3.0+ and GPL-3.0+

++++++ gtk3-settings.ini-kde4.template ++++++
--- /var/tmp/diff_new_pack.0e1joB/_old  2016-04-07 13:28:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0e1joB/_new  2016-04-07 13:28:39.000000000 +0200
@@ -1,5 +1,5 @@
 [Settings]
-gtk-font-name=Oxygen Regular 9
+gtk-font-name=Noto Sans Regular 10
 gtk-theme-name=@@THEME_NAME@@
 gtk-icon-theme-name=breeze
 gtk-fallback-icon-theme=gnome

++++++ gtkrc-2.0-kde4.template ++++++
--- /var/tmp/diff_new_pack.0e1joB/_old  2016-04-07 13:28:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0e1joB/_new  2016-04-07 13:28:39.000000000 +0200
@@ -2,10 +2,10 @@
 include "/etc/gtk-2.0/gtkrc"
 style "user-font"
 {
-       font_name="Oxygen Regular"
+       font_name="Noto Sans Regular"
 }
 widget_class "*" style "user-font"
-gtk-font-name="Oxygen Regular 9"
+gtk-font-name="Noto Sans Regular 10"
 gtk-theme-name="@@THEME_NAME@@"
 gtk-icon-theme-name="breeze"
 gtk-fallback-icon-theme="gnome"

++++++ kde-gtk-config-5.5.5.tar.xz -> kde-gtk-config-5.6.1.tar.xz ++++++
++++ 4351 lines of diff (skipped)

++++++ kde_gtk_config.suse.sh ++++++
--- /var/tmp/diff_new_pack.0e1joB/_old  2016-04-07 13:28:39.000000000 +0200
+++ /var/tmp/diff_new_pack.0e1joB/_new  2016-04-07 13:28:39.000000000 +0200
@@ -19,9 +19,9 @@
 
 # Create the file if it doesn't exist
 if [ ! -e "$GTK2_THEME_RC" ]; then
-  # oxygen-gtk, the default
-  if [ -e "$GTK2_DATADIR/oxygen-gtk/gtk-2.0/gtkrc" ] ; then
-    THEME="oxygen-gtk"
+  # Breeze, the default
+  if [ -e "$GTK2_DATADIR/Breeze/gtk-2.0/gtkrc" ] ; then
+    THEME="Breeze"
   # else use QtCurve engine
   elif [ -e "$GTK2_DATADIR/QtCurve/gtk-2.0/gtkrc" ] ; then
     THEME="QtCurve"
@@ -35,9 +35,9 @@
 # GTK3
 # Create the file if it doesn't exist
 if [ ! -e "$GTK3_THEME_RC" ]; then
-  # oxygen-gtk, the default
-  if [ -e "$GTK3_DATADIR/oxygen-gtk/gtk-3.0/oxygenrc" ] ; then
-    THEME="oxygen-gtk"
+  # Breeze, the default
+  if [ -e "$GTK3_DATADIR/Breeze/gtk-3.0/gtk.css" ] ; then
+    THEME="Breeze"
   fi
   if [ -n "$THEME" ]; then
     mkdir -p "$GTK3_HOME_CONFDIR"


Reply via email to