Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package accountsservice for openSUSE:Factory
checked in at 2024-02-15 20:59:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/accountsservice (Old)
and /work/SRC/openSUSE:Factory/.accountsservice.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accountsservice"
Thu Feb 15 20:59:28 2024 rev:87 rq:1146629 version:23.13.9
Changes:
--------
--- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes
2023-11-29 21:19:20.590101712 +0100
+++
/work/SRC/openSUSE:Factory/.accountsservice.new.1815/accountsservice.changes
2024-02-15 20:59:54.226945751 +0100
@@ -1,0 +2,9 @@
+Wed Feb 14 10:39:36 UTC 2024 - Dominique Leuenberger <[email protected]>
+
+- First part to fix build with GCC 14:
+ + Inject patched mocklibc-1.0.tar.gz: only some header
+ modifications to address implicit declaration of print_indent.
+ + Add accountsservice-mocklib-gcc14.patch: patch meson'
+ subproject definition to validate the injected tarball.
+
+-------------------------------------------------------------------
New:
----
accountsservice-mocklib-gcc14.patch
mocklibc-1.0.tar.gz
BETA DEBUG BEGIN:
New: modifications to address implicit declaration of print_indent.
+ Add accountsservice-mocklib-gcc14.patch: patch meson'
subproject definition to validate the injected tarball.
BETA DEBUG END:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ accountsservice.spec ++++++
--- /var/tmp/diff_new_pack.Afv4br/_old 2024-02-15 20:59:55.454988913 +0100
+++ /var/tmp/diff_new_pack.Afv4br/_new 2024-02-15 20:59:55.454988913 +0100
@@ -1,7 +1,7 @@
#
# spec file for package accountsservice
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,14 +27,18 @@
Group: System/Daemons
URL: https://www.freedesktop.org/wiki/Software/AccountsService/
Source0:
https://www.freedesktop.org/software/accountsservice/%{name}-%{version}.tar.xz
+# Patched mocklibc source to fix build with GCC 14
+Source1: mocklibc-1.0.tar.gz
+# PATCH-FIX-UPSTREAM accountsservice-mocklib-gcc14.patch -- Fix meson checksum
to accept patched tarball
+Patch0: accountsservice-mocklib-gcc14.patch
-# WARNING: do not remove/significantly change patch0 without updating the
relevant patch in gdm too
+# WARNING: do not remove/significantly change patch1 without updating the
relevant patch in gdm too
# PATCH-FIX-OPENSUSE accountsservice-sysconfig.patch bnc#688071
[email protected] -- Read/write autologin configuration from sysconfig, like
gdm (see gdm-sysconfig-settings.patch) WAS PATCH-FIX-OPENSUSE
-Patch0: accountsservice-sysconfig.patch
+Patch1: accountsservice-sysconfig.patch
# PATCH-FIX-OPENSUSE accountsservice-filter-suse-accounts.patch
[email protected] -- Filter out some system users that are specific to openSUSE
-Patch1: accountsservice-filter-suse-accounts.patch
+Patch2: accountsservice-filter-suse-accounts.patch
# PATCH-FIX-OPENSUSE harden_accounts-daemon.service.patch [email protected] --
For details please see
https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
-Patch2: harden_accounts-daemon.service.patch
+Patch3: harden_accounts-daemon.service.patch
## SLE and Leap only patches start at 1000
# PATCH-FEATURE-SLE as-fate318433-prevent-same-account-multi-logins.patch
fate#318433 [email protected] -- prevent multiple simultaneous login.
@@ -112,9 +116,12 @@
%prep
%setup -q
+# inject patched mocklibc tarball into package cache
+cp %{SOURCE1} subprojects/packagecache/
%patch -P 0 -p1
%patch -P 1 -p1
%patch -P 2 -p1
+%patch -P 3 -p1
# SLE and Leap patches start at 1000
%if 0%{?sle_version}
++++++ accountsservice-mocklib-gcc14.patch ++++++
Index: accountsservice-23.13.9/subprojects/mocklibc.wrap
===================================================================
--- accountsservice-23.13.9.orig/subprojects/mocklibc.wrap
+++ accountsservice-23.13.9/subprojects/mocklibc.wrap
@@ -3,7 +3,7 @@ directory = mocklibc-1.0
source_url =
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/mocklibc/mocklibc-1.0.tar.gz
source_filename = mocklibc-1.0.tar.gz
-source_hash = b2236a6af1028414783e9734a46ea051916ec226479d6a55a3bb823bff68f120
+source_hash = 48966f7a5d3f2139ffdc1e700de7deb9390f852cd4f2a7b97e55029c14097c6e
patch_url = https://wrapdb.mesonbuild.com/v1/projects/mocklibc/1.0/2/get_zip
patch_filename = mocklibc-1.0-2-wrap.zip