Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gcr for openSUSE:Factory checked in 
at 2022-02-06 23:53:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcr (Old)
 and      /work/SRC/openSUSE:Factory/.gcr.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcr"

Sun Feb  6 23:53:45 2022 rev:43 rq:951415 version:3.41.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcr/gcr.changes  2021-10-11 15:30:15.690714554 
+0200
+++ /work/SRC/openSUSE:Factory/.gcr.new.1898/gcr.changes        2022-02-06 
23:54:46.578621862 +0100
@@ -1,0 +2,6 @@
+Tue Feb  1 13:47:46 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch: Fix build
+  with meson 060.0 and newer.
+
+-------------------------------------------------------------------

New:
----
  b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch

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

Other differences:
------------------
++++++ gcr.spec ++++++
--- /var/tmp/diff_new_pack.S2oneH/_old  2022-02-06 23:54:47.066618562 +0100
+++ /var/tmp/diff_new_pack.S2oneH/_new  2022-02-06 23:54:47.070618535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gcr
 #
-# 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
@@ -28,6 +28,9 @@
 Source1:        baselibs.conf
 # PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 
[email protected] -- use libgcrypt allocators for FIPS mode
 Patch1:         gcr-bsc932232-use-libgcrypt-allocators.patch
+# PATCH-FIX-UPSTREAM b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch -- Fix 
build with meson 060.0 and newer
+Patch2:         
https://gitlab.gnome.org/GNOME/gcr/-/commit/b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch
+
 # For directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  gettext >= 0.19.8
@@ -189,6 +192,7 @@
 %if 0%{?sle_version}
 %patch1 -p1
 %endif
+%patch2 -p1
 
 %build
 %meson \

++++++ b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8.patch ++++++
>From b3ca1d02bb0148ca787ac4aead164d7c8ce2c4d8 Mon Sep 17 00:00:00 2001
From: Jakub Jirutka <[email protected]>
Date: Wed, 12 Jan 2022 00:24:20 +0100
Subject: [PATCH] meson: Fix unknown kw argument in gnome.generate_gir

This argument has been removed in Meson 0.61.0:

    gck/meson.build:130:2: ERROR: gnome.generate_gir got unknown keyword 
arguments "packages"

https://github.com/mesonbuild/meson/commit/f8fc5cb860465718fe7c79a1bf1fe00659f138de:

> The packages argument to gnome.generate_gir was allowed, but never did 
> anything, so stop passing it.

Fixes #89
---
 gck/meson.build | 1 -
 gcr/meson.build | 1 -
 ui/meson.build  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/gck/meson.build b/gck/meson.build
index 756b486..a21a1e9 100644
--- a/gck/meson.build
+++ b/gck/meson.build
@@ -131,7 +131,6 @@ if get_option('introspection')
     sources: gck_gir_sources,
     namespace: 'Gck',
     nsversion: '@0@'.format(gck_major_version),
-    packages: gck_deps,
     export_packages: 'gck-@0@'.format(gck_major_version),
     includes: [ 'GObject-2.0', 'Gio-2.0' ],
     header: 'gck/gck.h',
diff --git a/gcr/meson.build b/gcr/meson.build
index 2233a44..c83641b 100644
--- a/gcr/meson.build
+++ b/gcr/meson.build
@@ -190,7 +190,6 @@ if get_option('introspection')
     sources: [ gcr_base_public_sources, gcr_base_headers ],
     namespace: 'Gcr',
     nsversion: '@0@'.format(gcr_major_version),
-    packages: gcr_base_deps,
     export_packages: 'gcr-base-@0@'.format(gcr_major_version),
     includes: [
       'GObject-2.0',
diff --git a/ui/meson.build b/ui/meson.build
index e656ea2..32ee057 100644
--- a/ui/meson.build
+++ b/ui/meson.build
@@ -152,7 +152,6 @@ if get_option('introspection')
     export_packages: 'gcr-ui-@0@'.format(gcr_major_version),
     identifier_prefix: 'Gcr',
     symbol_prefix: 'gcr',
-    packages: gcr_ui_deps,
     includes: [
       'GObject-2.0',
       'Gio-2.0',
-- 
GitLab

Reply via email to