Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-keyring for openSUSE:Factory 
checked in at 2026-04-10 17:46:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-keyring (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-keyring.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-keyring"

Fri Apr 10 17:46:56 2026 rev:153 rq:1345423 version:50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-keyring/gnome-keyring.changes      
2025-05-27 18:51:59.589314004 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-keyring.new.21863/gnome-keyring.changes   
2026-04-10 17:48:57.471787243 +0200
@@ -1,0 +2,19 @@
+Mon Mar 23 08:38:21 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Migrate to xz compression and manual service run
+
+-------------------------------------------------------------------
+Mon Mar 16 12:25:31 UTC 2026 - Dominique Leuenberger <[email protected]>
+
+- Update to version 50.0:
+  + daemon: Don't warn about CAP_IPC_LOCK if RLIMIT_MEMLOCK is
+    enough
+  + Replace deprecated security_context_t
+  + meson: Add gkm_marshal header to libgkm sources
+  + meson: allow disabling libcap-ng explicitly
+  + daemon: Replace some messages with warnings
+  + Updated translations.
+- Pass -Dlibcap-ng=disabled to meson: keep libcap-ng support
+  disabled.
+
+-------------------------------------------------------------------

Old:
----
  gnome-keyring-48.0.obscpio

New:
----
  _scmsync.obsinfo
  build.specials.obscpio
  gnome-keyring-50.0.tar.xz

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

Other differences:
------------------
++++++ gnome-keyring.spec ++++++
--- /var/tmp/diff_new_pack.rRoiap/_old  2026-04-10 17:48:58.403825597 +0200
+++ /var/tmp/diff_new_pack.rRoiap/_new  2026-04-10 17:48:58.407825762 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-keyring
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           gnome-keyring
-Version:        48.0
+Version:        50.0
 Release:        0
 Summary:        GNOME Keyring
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          System/GUI/GNOME
 URL:            https://wiki.gnome.org/Projects/GnomeKeyring
-Source0:        %{name}-%{version}.tar.zst
+Source0:        %{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 
 # PATCH-FIX-OPENSUSE gnome-keyring-pam-auth-prompt-password.patch bnc#466732 
bgo#560488 [email protected] -- Make the pam module prompt the password in auth, 
so we can use pam-config. This is a workaround until bnc#477488 is implemented.
@@ -128,6 +128,7 @@
 %build
 %meson \
        -Dssh-agent=true \
+       -Dlibcap-ng=disabled \
        %{nil}
 %meson_build
 

++++++ _scmsync.obsinfo ++++++
mtime: 1774255101
commit: c750a9f3e51aec00cf09ed79e1ba621e82e11386cb8d18dc512ce2e0ab7ad7aa
url: https://src.opensuse.org/GNOME/gnome-keyring
revision: c750a9f3e51aec00cf09ed79e1ba621e82e11386cb8d18dc512ce2e0ab7ad7aa
projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj

++++++ _service ++++++
--- /var/tmp/diff_new_pack.rRoiap/_old  2026-04-10 17:48:58.459827902 +0200
+++ /var/tmp/diff_new_pack.rRoiap/_new  2026-04-10 17:48:58.463828066 +0200
@@ -3,18 +3,17 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/gnome-keyring.git</param>
-    <param name="revision">48.0</param>
+    <param name="revision">50.0</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>
-<!--    <param name="changesgenerate">enable</param> -->
+    <!--    <param name="changesgenerate">enable</param> -->
   </service>
-  <service name="tar" mode="buildtime"/>
-  <service name="recompress" mode="buildtime">
+  <service name="tar" mode="manual"/>
+  <service name="recompress" mode="manual">
     <param name="file">*.tar</param>
-    <param name="compression">zst</param>
+    <param name="compression">xz</param>
   </service>
-  <service name="set_version" mode="manual" />
+  <service name="set_version" mode="manual"/>
 </services>
 
-

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2026-03-24 10:39:39.000000000 +0100
@@ -0,0 +1,5 @@
+*.obscpio
+*.osc
+_build.*
+.pbuild
+osc-collab.*

++++++ gnome-keyring.obsinfo ++++++
--- /var/tmp/diff_new_pack.rRoiap/_old  2026-04-10 17:48:58.583833004 +0200
+++ /var/tmp/diff_new_pack.rRoiap/_new  2026-04-10 17:48:58.587833169 +0200
@@ -1,5 +1,5 @@
 name: gnome-keyring
-version: 48.0
-mtime: 1742287124
-commit: adadbad2fdeb79a654dca37b31349e2a1d527ef0
+version: 50.0
+mtime: 1773616267
+commit: 2ff8b070763ae025b90916a7b98643865819b451
 

Reply via email to