Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deepin-branding-openSUSE for 
openSUSE:Factory checked in at 2021-06-02 22:10:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-branding-openSUSE (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-branding-openSUSE.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-branding-openSUSE"

Wed Jun  2 22:10:43 2021 rev:2 rq:891652 version:15.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/deepin-branding-openSUSE/deepin-branding-openSUSE.changes
        2021-04-26 16:39:22.878052428 +0200
+++ 
/work/SRC/openSUSE:Factory/.deepin-branding-openSUSE.new.1898/deepin-branding-openSUSE.changes
      2021-06-02 22:10:53.328125777 +0200
@@ -1,0 +2,5 @@
+Fri May  7 03:07:12 UTC 2021 - Hillwood Yang <[email protected]>
+
+- Change defaut theme as deepin-dark 
+ 
+-------------------------------------------------------------------

New:
----
  com.deepin.xsettings.gschema.xml

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

Other differences:
------------------
++++++ deepin-branding-openSUSE.spec ++++++
--- /var/tmp/diff_new_pack.RnoTNV/_old  2021-06-02 22:10:53.864125733 +0200
+++ /var/tmp/diff_new_pack.RnoTNV/_new  2021-06-02 22:10:53.868125732 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package deepin-branding-openSUSE
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 # Copyright (c) 2017 Hillwood Yang <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,9 +13,10 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define deepin_desktop_schemas_version %(rpm -q --queryformat '%%{VERSION}' 
deepin-desktop-schemas)
 %define deepin_launcher_version %(rpm -q --queryformat '%%{VERSION}' 
deepin-launcher)
 
@@ -23,16 +24,17 @@
 Version:        15.0
 Release:        0
 Summary:        openSUSE Branding of the Deepin Desktop Environment
-License:        GPL-2.0+
-URL:            https://github.com/linuxdeepin
+License:        GPL-2.0-or-later
 Group:          System/GUI/Other
+URL:            https://github.com/linuxdeepin
 Source0:        deepin-launcher.svg
 Source1:        com.deepin.dde.appearance.gschema.xml
 Source2:        com.deepin.dde.desktop.gschema.xml
 Source3:        com.deepin.dde.dock.gschema.xml
+Source4:        com.deepin.xsettings.gschema.xml
 BuildRequires:  deepin-desktop-schemas
-BuildRequires:  deepin-launcher
 BuildRequires:  deepin-icon-theme
+BuildRequires:  deepin-launcher
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -41,6 +43,7 @@
 
 %package -n deepin-desktop-schemas-branding-openSUSE
 Summary:        openSUSE Branding of the Deepin Desktop Environment
+Group:          System/GUI/Other
 Requires:       deepin-desktop-schemas
 Conflicts:      otherproviders(deepin-desktop-schemas-branding)
 Provides:       deepin-desktop-schemas-branding = 
%{deepin_desktop_schemas_version}
@@ -51,6 +54,7 @@
 
 %package -n deepin-launcher-branding-openSUSE
 Summary:        openSUSE Branding of the Deepin Launcher
+Group:          System/GUI/Other
 Requires:       deepin-launcher
 Conflicts:      otherproviders(deepin-launcher-schemas-branding)
 Provides:       deepin-launcher-branding = %{deepin_launcher_version}
@@ -66,7 +70,7 @@
 %install
 install -d %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
 install -d %{buildroot}%{_datadir}/glib-2.0/schemas/
-install -m 0644 %{SOURCE1} %{SOURCE2} %{SOURCE3} 
%{buildroot}%{_datadir}/glib-2.0/schemas/
+install -m 0644 %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} 
%{buildroot}%{_datadir}/glib-2.0/schemas/
 
 pushd %{_datadir}/icons/bloom/places
 ICON=`ls`
@@ -79,7 +83,6 @@
     install -m 0644 %{SOURCE0} 
%{buildroot}%{_datadir}/icons/bloom-dark/places/$i/
 done
 
-
 %files -n deepin-desktop-schemas-branding-openSUSE
 %defattr(-,root,root,-)
 %{_datadir}/glib-2.0/schemas/*.xml

++++++ com.deepin.dde.appearance.gschema.xml ++++++
--- /var/tmp/diff_new_pack.RnoTNV/_old  2021-06-02 22:10:53.896125731 +0200
+++ /var/tmp/diff_new_pack.RnoTNV/_new  2021-06-02 22:10:53.896125731 +0200
@@ -2,7 +2,7 @@
 <schemalist>
   <schema path="/com/deepin/dde/appearance/" id="com.deepin.dde.appearance" 
gettext-domain="DDE">
     <key type="s" name="gtk-theme">
-      <default>'deepin'</default>
+      <default>'deepin-dark'</default>
       <summary>Gtk+ theme</summary>
       <description>
         Basename of the default theme used by gtk+.

++++++ com.deepin.xsettings.gschema.xml ++++++
<?xml version="1.0" encoding="UTF-8"?>
<schemalist>
  <schema id="com.deepin.xsettings" path="/com/deepin/xsettings/">
    <key type="s" name="theme-name">
      <default>'deepin-dark'</default>
      <summary>System theme</summary>
      <description>
        Theme to use for gtk+ and qt.
      </description>
    </key>
    <key type="s" name="icon-theme-name">
      <default>'deepin'</default>
      <summary>Icon theme</summary>
      <description>
        Icon theme to use for the panel, nautilus etc.
      </description>
    </key>
    <key type="s" name="icon-theme-fallback">
      <default>'hicolor'</default>
      <summary>Fallback icon theme</summary>
      <description>
        Name of a icon theme to fall back to.
      </description>
    </key>
    <key type="s" name="sound-theme-name">
      <default>'deepin'</default>
      <summary>System sound theme</summary>
      <description>Set the system sound theme</description>
    </key>
    <key type="s" name="gtk-theme-name">
      <default>'deepin'</default>
      <summary>Gtk+ theme</summary>
      <description>
        Basename of the default theme used by gtk+.
      </description>
    </key>
    <key type="s" name="gtk-cursor-theme-name">
      <default>'bloom'</default>
      <summary>Cursor theme</summary>
      <description>
        Cursor theme name. Used only by Xservers that support the Xcursor 
extension.
      </description>
    </key>
    <key type="s" name="gtk-font-name">
      <default>'sans-serif 10.5'</default>
      <summary>Default font</summary>
      <description>
        Name of the default font used by gtk+.
      </description>
    </key>
    <key type="s" name="gtk-key-theme-name">
      <default>'Default'</default>
      <summary>Gtk+ Keybinding Theme</summary>
      <description>
        Basename of the default keybinding theme used by gtk+.
      </description>
    </key>
    <!--
    GtkColorPalette has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="s" name="gtk-color-palette">
      <default>'black:white:gray50:red:purple:blue:light 
blue:green:yellow:orange:lavender:brown:goldenrod4:dodger blue:pink:light 
green:gray10:gray30:gray75:gray90'</default>
      <summary>Palette used in the color selector</summary>
      <description>
        Palette used in the color selector as defined by the 
'gtk-color-palette' setting.
      </description>
    </key>
    -->
    <!--
    GtkToolbarStyle has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="s" name="gtk-toolbar-style">
      <default>'both-horiz'</default>
      <summary>Toolbar Style</summary>
      <description>
        Toolbar Style. Valid values are "both", "both-horiz", "icons",
        and "text"
      </description>
    </key>
    -->
    <!--
    GtkToolbarIconSize has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="s" name="gtk-toolbar-icon-size">
      <default>'large'</default>
      <summary>Toolbar Icon Size</summary>
      <description>
        Size of icons in toolbars, either "small" or "large".
      </description>
    </key>
    -->
    <!--
    GtkColorScheme has been deprecated since version 3.8 and should not be used 
in newly-written code.
    <key type="s" name="gtk-color-scheme">
      <default>''</default>
      <summary></summary>
      <description>
        A palette of named colors for use in themes.
      </description>
    </key>
    -->
    <!--
    GtkIMPreeditStyle has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="s" name="gtk-im-preedit-style">
      <default>'callback'</default>
      <summary>GTK IM Status Style</summary>
      <description>
        Name of the GTK+ input method Status Style used by gtk+.
      </description>
    </key>
    -->
    <!--
    GtkIMStatusStyle has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="s" name="gtk-im-status-style">
      <default>'callback'</default>
      <summary></summary>
      <description>
        How to draw the input method statusbar.
      </description>
    </key>
    -->
    <!--
    <key type="s" name="gtk-im-module">
      <default>''</default>
      <summary>GTK IM Module</summary>
      <description>
        Name of the input method module used by GTK+.
      </description>
    </key>
    <key type="s" name="gtk-modules">
      <default>''</default>
      <summary>GTK modules</summary>
      <description>
        List of currently active GTK modules.
      </description>
    </key>
    <key type="s" name="gtk-menubar-accel">
      <default>'F10'</default>
      <summary>Menubar accelerator</summary>
      <description>
        Keyboard shortcut to open the menu bars.
      </description>
    </key>
    -->
    <key type="s" name="xft-hintstyle">
      <default>'hintfull'</default>
      <summary>Xft hintstyle</summary>
      <description>
        What degree of hinting to use; hintnone, hintslight, hintmedium, or 
hintfull.
      </description>
    </key>
    <key type="s" name="xft-rgba">
      <default>'rgb'</default>
      <summary>Xft RGBA</summary>
      <description>
        Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr.
      </description>
    </key>
    <key type="i" name="cursor-blink-time">
      <range min="100" max="2500" />
      <default>1200</default>
      <summary>Cursor Blink Time</summary>
      <description>
        Length of the cursor blink cycle, in milliseconds.
      </description>
    </key>
    <key type="i" name="gtk-cursor-blink-timeout">
      <range min="1" max="2147483647" />
      <default>10</default>
      <summary>Cursor Blink Timeout</summary>
      <description>
        Time after which the cursor stops blinking, in seconds.
      </description>
    </key>
    <key type="i" name="double-click-time">
      <range min="0" max="2147483647" />
      <default>250</default>
      <summary>Double click time</summary>
      <description>
        Maximum time allowed between two clicks for them to be considered a 
double click (in milliseconds).
      </description>
    </key>
    <key type="i" name="double-click-distance">
      <range min="0" max="2147483647" />
      <default>5</default>
      <summary>Double click distance</summary>
      <description>
        Maximum distance allowed between two clicks for them to be considered a 
double click (in pixels).
      </description>
    </key>
    <key type="i" name="dnd-drag-threshold">
      <range min="1" max="2147483647" />
      <default>8</default>
      <summary>Dnd drag threshold</summary>
      <description>
        A palette of named colors for use in themes.
      </description>
    </key>
    <key type="i" name="gtk-cursor-theme-size">
      <range min="0" max="128" />
      <default>24</default>
      <summary>Timeout before click repeat</summary>
      <description>
        Timeout in milliseconds before a click starts repeating (onspinner 
buttons for example).
      </description>
    </key>
    <!--
    GtkTimeoutInitial has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="i" name="gtk-timeout-initial">
      <range min="0" max="2147483647" />
      <default>500</default>
      <summary></summary>
      <description>
        Starting value for timeouts, when button is pressed.
      </description>
    </key>
    -->
    <!--
    GtkTimeoutRepeat has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="i" name="gtk-timeout-repeat">
      <range min="0" max="2147483647" />
      <default>20</default>
      <summary>Timeout between click repeats</summary>
      <description>
        Timeout in milliseconds between repeated clicks when a button is left 
pressed.
      </description>
    </key>
    -->
    <key type="i" name="gtk-recent-files-max-age">
      <range min="-1" max="2147483647" />
      <default>30</default>
      <summary></summary>
      <description>
        The maximum age, in days, of the items inside the recently used 
resources list.
        Items older than this setting will be excised from the list.
        If set to 0, the list will always be empty; if set to -1, no item will 
be removed.
      </description>
    </key>
    <key type="i" name="xft-dpi">
      <range min="-1" max="1048576" />
      <default>-1</default>
      <summary>Xft DPI</summary>
      <description>
        Resolution for Xft, in 1024 * dots/inch. -1 to use default value.
        Do not modify it manually.
      </description>
    </key>
    <key type="b" name="cursor-blink">
      <default>true</default>
      <summary>Cursor Blink</summary>
      <description>
        Whether the cursor should blink.
      </description>
    </key>
    <key type="b" name="enable-event-sounds">
      <default>true</default>
      <summary>Enable sound event</summary>
      <description>
        Whether to play any event sounds at all.
      </description>
    </key>
    <key type="b" name="enable-input-feedback-sounds">
      <default>true</default>
      <summary>Enable input feedback sounds</summary>
      <description>
        Whether to play event sounds as feedback to user input.
      </description>
    </key>
    <!--
    GtkCanChangeAccels has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="b" name="gtk-can-change-accels">
      <default>false</default>
      <summary>Can Change Accels</summary>
      <description>
        Whether the user can dynamically type a new accelerator when
        positioned over an active menuitem.
      </description>
    </key>
    -->
    <!--
    <key type="b" name="gtk-menu-images">
      <default>false</default>
      <summary>Menu images</summary>
      <description>
        Whether images should be shown in menus.
      </description>
    </key>
    <key type="b" name="gtk-button-images">
      <default>false</default>
      <summary>Button images</summary>
      <description>
        Whether images should be shown on buttons.
      </description>
    </key>
    <key type="b" name="gtk-enable-animations">
      <default>true</default>
      <summary>Enable Animations</summary>
      <description>
        Whether animations should be displayed. Note: This is a global key,
        it changes the behaviour of the window manager, the panel etc.
      </description>
    </key>
    -->
    <!--
    GtkShowInputMethodMenu has been deprecated since version 3.10 and should 
not be used in newly-written code.
    <key type="b" name="gtk-show-input-method-menu">
      <default>false</default>
      <summary></summary>
      <description>
        Whether the context menus of entries and text views should offer to 
change the input method.
      </description>
    </key>
    -->
    <!--
    GtkShowUnicodeMenu has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="b" name="gtk-show-unicode-menu">
      <default>false</default>
      <summary></summary>
      <description>
        Whether the context menus of entries and text views should offer to 
insert control characters.
      </description>
    </key>
    -->
    <!--
    GtkAutoMnemonics has been deprecated since version 3.10 and should not be 
used in newly-written code.
    <key type="b" name="gtk-auto-mnemonics">
      <default>true</default>
      <summary></summary>
      <description>
        Whether mnemonics should be automatically shown and hidden when the 
user presses the mnemonic activator.
      </description>
    </key>
    -->
    <key type="b" name="gtk-recent-files-enabled">
      <default>true</default>
      <summary>Recent files enabled</summary>
      <description>
        Whether GTK+ should keep track of items inside the recently used 
resources list.
      </description>
    </key>
    <!--
    <key type="b" name="gtk-shell-shows-app-menu">
      <default>false</default>
      <summary>Show app menu</summary>
      <description>
        Set to TRUE if the desktop environment is displaying the app menu, 
FALSE if the app should display it itself.
      </description>
    </key>
    -->
    <key type="b" name="xft-antialias">
      <default>true</default>
      <summary>Xft antialias</summary>
      <description>
        Whether to antialias Xft fonts; 0=no, 1=yes, -1=default.
      </description>
    </key>
    <key type="b" name="xft-hinting">
      <default>true</default>
      <summary>Xft hinting</summary>
      <description>
        Whether to hint Xft fonts; 0=no, 1=yes, -1=default.
      </description>
    </key>
    <key type="d" name="scale-factor">
      <range min="0" max="10" />
      <default>1</default>
      <summary>Text Scale Factor</summary>
      <description>
        Text scale for Gdk.
      </description>
    </key>
    <key type="i" name="window-scale">
      <range min="1" max="10" />
      <default>1</default>
      <summary>Gdk Window Scale Factor</summary>
      <description>
        Window scale for Gdk.
      </description>
    </key>
    <key type="s" name="individual-scaling">
      <default>''</default>
      <summary>Scaling factors for individual screen</summary>
      <description>
        Semicolon-separated list of name=value pairs, as used in 
QT_SCREEN_SCALE_FACTORS.
      </description>
    </key>
    <key type="s" name="qt-active-color">
      <default>'0,33153,65535,65535'</default>
      <summary></summary>
      <description></description>
    </key>
    <key type="s" name="qt-font-name">
        <default>''</default>
        <summary></summary>
        <description></description>
    </key>
    <key type="s" name="qt-mono-font-name">
        <default>''</default>
        <summary></summary>
        <description></description>
    </key>
    <key type="d" name="qt-font-point-size">
        <range min="0" max="30" />
        <default>10.5</default>
        <summary></summary>
        <description></description>
    </key>
    <key type="i" name="dtk-window-radius">
      <default>18</default>
      <summary>The window radius last time</summary>
    </key>
  </schema>
</schemalist>

Reply via email to