Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-settings-daemon for 
openSUSE:Factory checked in at 2023-09-20 13:22:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-settings-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.16627 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-settings-daemon"

Wed Sep 20 13:22:21 2023 rev:186 rq:1111879 version:45.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-settings-daemon/gnome-settings-daemon.changes  
    2023-08-09 17:24:17.689022236 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-settings-daemon.new.16627/gnome-settings-daemon.changes
   2023-09-20 13:23:07.873622718 +0200
@@ -1,0 +2,25 @@
+Sat Sep 16 15:31:51 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 45.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Wed Sep  6 03:06:15 UTC 2023 - Luciano Santos <luc1...@opensuse.org>
+
+- Update to version 45.rc:
+  + Smartcards: Rewrite to use p11-kit backend via Gck API.
+  + Updated translations.
+- Replace BuildRequires on pkgconfig(nss) with pkgconfig(gck-2),
+  following upstream change. And nest it under if-with "smartcard",
+  as it's only required when building with smartcard support.
+- Refresh patches with Quilt.
+
+-------------------------------------------------------------------
+Fri Aug 11 10:37:50 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 45.beta:
+  + Fix linkage of GResources.
+  + USB protection: Change wording of notification.
+  + Updated translations.
+
+-------------------------------------------------------------------
@@ -7,0 +33,14 @@
+
+-------------------------------------------------------------------
+Fri Jul  7 19:14:08 UTC 2023 - Bjørn Lie <bjorn....@gmail.com>
+
+- Update to version 45.alpha:
+  + Housekeeping: Clean up x-large and xx-large thumbnails.
+  + Power:
+    - Respect the "nothing" power-button-action for VMs.
+    - Expose number of supported steps for keyboard backlight.
+  + Screensaver: Better explain why out-of-spec D-Bus methods don't
+    work.
+  + USB protection: Fix race conditions and other general
+    improvements.
+  + Updated translations.

Old:
----
  gnome-settings-daemon-44.1.tar.xz

New:
----
  gnome-settings-daemon-45.0.tar.xz

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

Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.ZLinma/_old  2023-09-20 13:23:09.409677748 +0200
+++ /var/tmp/diff_new_pack.ZLinma/_new  2023-09-20 13:23:09.409677748 +0200
@@ -27,16 +27,16 @@
 %bcond_without wacom
 %endif
 
-%define base_ver 44
+%define base_ver 45
 
 Name:           gnome-settings-daemon
-Version:        44.1
+Version:        45.0
 Release:        0
 Summary:        Settings daemon for the GNOME desktop
 License:        GPL-2.0-or-later AND LGPL-2.1-only
 Group:          System/GUI/GNOME
 URL:            https://gitlab.gnome.org/GNOME/gnome-settings-daemon
-Source0:        
https://download.gnome.org/sources/gnome-settings-daemon/44/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/gnome-settings-daemon/45/%{name}-%{version}.tar.xz
 
 # PATCH-FIX-OPENSUSE gnome-settings-daemon-initial-keyboard.patch bsc#979051 
boo#1009515 feder...@suse.com -- Deal with the default keyboard being set from 
xkb instead of GNOME
 Patch1:         gnome-settings-daemon-initial-keyboard.patch
@@ -83,7 +83,6 @@
 BuildRequires:  pkgconfig(libpulse-mainloop-glib) >= 2.0
 BuildRequires:  pkgconfig(librsvg-2.0) >= 2.36.2
 BuildRequires:  pkgconfig(mm-glib) >= 1.0
-BuildRequires:  pkgconfig(nss)
 BuildRequires:  pkgconfig(pango) >= 1.20.0
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.114
 BuildRequires:  pkgconfig(systemd)
@@ -103,6 +102,9 @@
 Requires:       /usr/bin/pkexec
 # For housekeeping plugin, that uses the nautilus dbus service
 Recommends:     nautilus
+%if %{with smartcard}
+BuildRequires:  pkgconfig(gck-2)
+%endif
 %if %{with wacom}
 BuildRequires:  pkgconfig(libwacom) >= 0.7
 %endif

++++++ gnome-settings-daemon-44.1.tar.xz -> gnome-settings-daemon-45.0.tar.xz 
++++++
++++ 47979 lines of diff (skipped)

++++++ gnome-settings-daemon-bgo793253.patch ++++++
--- /var/tmp/diff_new_pack.ZLinma/_old  2023-09-20 13:23:09.913695807 +0200
+++ /var/tmp/diff_new_pack.ZLinma/_new  2023-09-20 13:23:09.917695949 +0200
@@ -1,7 +1,8 @@
-diff -urp 
gnome-settings-daemon-3.33.90.orig/plugins/media-keys/gsd-media-keys-manager.c 
gnome-settings-daemon-3.33.90/plugins/media-keys/gsd-media-keys-manager.c
---- 
gnome-settings-daemon-3.33.90.orig/plugins/media-keys/gsd-media-keys-manager.c  
   2019-08-05 18:40:19.000000000 -0500
-+++ gnome-settings-daemon-3.33.90/plugins/media-keys/gsd-media-keys-manager.c  
2019-08-31 06:38:56.889827801 -0500
-@@ -374,7 +374,7 @@ get_key_string (MediaKey *key)
+Index: b/plugins/media-keys/gsd-media-keys-manager.c
+===================================================================
+--- a/plugins/media-keys/gsd-media-keys-manager.c
++++ b/plugins/media-keys/gsd-media-keys-manager.c
+@@ -350,7 +350,7 @@ get_key_string (MediaKey *key)
        else if (key->custom_path != NULL)
                return g_strdup_printf ("custom:%s", key->custom_path);
        else
@@ -10,7 +11,7 @@
  }
  
  static GStrv
-@@ -416,7 +416,7 @@ get_bindings (GsdMediaKeysManager *manag
+@@ -392,7 +392,7 @@ get_bindings (GsdMediaKeysManager *manag
                                                  key->custom_path);
                binding = g_settings_get_string (settings, "binding");
        } else
@@ -19,9 +20,10 @@
  
          array = g_ptr_array_new ();
          g_ptr_array_add (array, binding);
-diff -urp gnome-settings-daemon-3.33.90.orig/plugins/rfkill/rfkill-glib.c 
gnome-settings-daemon-3.33.90/plugins/rfkill/rfkill-glib.c
---- gnome-settings-daemon-3.33.90.orig/plugins/rfkill/rfkill-glib.c    
2019-08-05 18:40:19.000000000 -0500
-+++ gnome-settings-daemon-3.33.90/plugins/rfkill/rfkill-glib.c 2019-08-31 
06:39:55.674139424 -0500
+Index: b/plugins/rfkill/rfkill-glib.c
+===================================================================
+--- a/plugins/rfkill/rfkill-glib.c
++++ b/plugins/rfkill/rfkill-glib.c
 @@ -268,7 +268,7 @@ op_to_string (unsigned int op)
        case RFKILL_OP_CHANGE_ALL:
                return "CHANGE_ALL";
@@ -31,10 +33,11 @@
        }
  }
  
-diff -urp 
gnome-settings-daemon-3.33.90.orig/plugins/xsettings/xsettings-manager.c 
gnome-settings-daemon-3.33.90/plugins/xsettings/xsettings-manager.c
---- gnome-settings-daemon-3.33.90.orig/plugins/xsettings/xsettings-manager.c   
2019-08-05 18:40:19.000000000 -0500
-+++ gnome-settings-daemon-3.33.90/plugins/xsettings/xsettings-manager.c        
2019-08-31 06:40:54.030448794 -0500
-@@ -268,7 +268,7 @@ xsettings_get_typecode (GVariant *value)
+Index: b/plugins/xsettings/xsettings-manager.c
+===================================================================
+--- a/plugins/xsettings/xsettings-manager.c
++++ b/plugins/xsettings/xsettings-manager.c
+@@ -271,7 +271,7 @@ xsettings_get_typecode (GVariant *value)
      case G_VARIANT_CLASS_TUPLE:
        return XSETTINGS_TYPE_COLOR;
      default:

++++++ gnome-settings-daemon-initial-keyboard.patch ++++++
--- /var/tmp/diff_new_pack.ZLinma/_old  2023-09-20 13:23:09.929696380 +0200
+++ /var/tmp/diff_new_pack.ZLinma/_new  2023-09-20 13:23:09.933696522 +0200
@@ -13,10 +13,11 @@
  plugins/keyboard/gsd-keyboard-manager.c | 18 +++++++++++++-----
  1 file changed, 13 insertions(+), 5 deletions(-)
 
-diff -urp 
gnome-settings-daemon-3.33.90.orig/plugins/keyboard/gsd-keyboard-manager.c 
gnome-settings-daemon-3.33.90/plugins/keyboard/gsd-keyboard-manager.c
---- gnome-settings-daemon-3.33.90.orig/plugins/keyboard/gsd-keyboard-manager.c 
2019-08-05 18:40:19.000000000 -0500
-+++ gnome-settings-daemon-3.33.90/plugins/keyboard/gsd-keyboard-manager.c      
2019-08-31 06:29:26.930806593 -0500
-@@ -331,7 +331,7 @@ update_gtk_im_module (GsdKeyboardManager
+Index: b/plugins/keyboard/gsd-keyboard-manager.c
+===================================================================
+--- a/plugins/keyboard/gsd-keyboard-manager.c
++++ b/plugins/keyboard/gsd-keyboard-manager.c
+@@ -207,7 +207,7 @@ settings_changed (GSettings          *se
  }
  
  static void
@@ -25,7 +26,7 @@
  {
          GVariantBuilder builder;
          GVariant *v;
-@@ -349,7 +349,7 @@ get_sources_from_xkb_config (GsdKeyboard
+@@ -225,7 +225,7 @@ get_sources_from_xkb_config (GsdKeyboard
  
          init_builder_with_sources (&builder, manager->input_sources_settings);
  
@@ -34,7 +35,7 @@
                  g_variant_builder_add (&builder, "(ss)", 
INPUT_SOURCE_TYPE_XKB, DEFAULT_LAYOUT);
                  goto out;
        }
-@@ -528,15 +528,23 @@ maybe_create_initial_settings (GsdKeyboa
+@@ -404,15 +404,23 @@ maybe_create_initial_settings (GsdKeyboa
  
          settings = manager->input_sources_settings;
  

++++++ gnome-settings-daemon-switch-Japanese-default-input-to-mozc.patch ++++++
--- /var/tmp/diff_new_pack.ZLinma/_old  2023-09-20 13:23:09.949697096 +0200
+++ /var/tmp/diff_new_pack.ZLinma/_new  2023-09-20 13:23:09.953697239 +0200
@@ -1,8 +1,8 @@
-Index: gnome-settings-daemon-3.32.1/plugins/keyboard/gsd-keyboard-manager.c
+Index: b/plugins/keyboard/gsd-keyboard-manager.c
 ===================================================================
---- gnome-settings-daemon-3.32.1.orig/plugins/keyboard/gsd-keyboard-manager.c
-+++ gnome-settings-daemon-3.32.1/plugins/keyboard/gsd-keyboard-manager.c
-@@ -524,7 +524,11 @@ get_sources_from_xkb_config (GsdKeyboard
+--- a/plugins/keyboard/gsd-keyboard-manager.c
++++ b/plugins/keyboard/gsd-keyboard-manager.c
+@@ -251,7 +251,11 @@ get_sources_from_xkb_config (GsdKeyboard
                  else
                          id = g_strdup (layouts[i]);
  

Reply via email to