Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package accountsservice for openSUSE:Factory checked in at 2022-02-09 20:37:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/accountsservice (Old) and /work/SRC/openSUSE:Factory/.accountsservice.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "accountsservice" Wed Feb 9 20:37:57 2022 rev:75 rq:952657 version:0.6.55 Changes: -------- --- /work/SRC/openSUSE:Factory/accountsservice/accountsservice.changes 2021-11-06 18:17:44.428875532 +0100 +++ /work/SRC/openSUSE:Factory/.accountsservice.new.1898/accountsservice.changes 2022-02-09 20:37:59.254201960 +0100 @@ -1,0 +2,6 @@ +Tue Feb 1 09:20:24 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com> + +- Add ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch: Fix build + with meson 0.61.0. + +------------------------------------------------------------------- New: ---- ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ accountsservice.spec ++++++ --- /var/tmp/diff_new_pack.K32jl6/_old 2022-02-09 20:38:00.154204113 +0100 +++ /var/tmp/diff_new_pack.K32jl6/_new 2022-02-09 20:38:00.162204132 +0100 @@ -1,7 +1,7 @@ # # spec file for package accountsservice # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,6 +38,8 @@ Patch4: accountsservice-fix-gdm-crash.patch # PATCH-FIX-OPENSUSE harden_accounts-daemon.service.patch jseg...@suse.com -- For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort Patch5: harden_accounts-daemon.service.patch +# PATCH-FIX-UPSTREAM ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch -- Fix build with meson 0.61.0 +Patch6: https://gitlab.freedesktop.org/accountsservice/accountsservice/-/commit/ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch ## SLE and Leap only patches start at 1000 # PATCH-FEATURE-SLE as-fate318433-prevent-same-account-multi-logins.patch fate#318433 cxi...@suse.com -- prevent multiple simultaneous login. @@ -106,6 +108,7 @@ %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 # SLE and Leap patches start at 1000 %if 0%{?sle_version} ++++++ ac9b14f1c1bbca413987d0bbfeaad05804107e9a.patch ++++++ >From ac9b14f1c1bbca413987d0bbfeaad05804107e9a Mon Sep 17 00:00:00 2001 From: Luca Boccassi <bl...@debian.org> Date: Sun, 31 Oct 2021 12:29:14 +0000 Subject: [PATCH] Fix build with meson 0.60 Positional parameters to merge_file() were never allowed and always ignored, so just drop it. See: https://github.com/mesonbuild/meson/issues/9441 Fixes #97 --- data/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/data/meson.build b/data/meson.build index 70edf89..9e80299 100644 --- a/data/meson.build +++ b/data/meson.build @@ -33,7 +33,6 @@ configure_file( policy = act_namespace.to_lower() + '.policy' i18n.merge_file( - policy, input: policy + '.in', output: policy, po_dir: po_dir, -- GitLab