From 1a39ff0a0be36f305e4938377aba8f6244c039adf317e7623aeb3a608f30f560 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 19 Mar 2024 13:33:37 +0000 Subject: [PATCH] Accepting request 1159288 from GNOME:Next GNOME 46 OBS-URL: https://build.opensuse.org/request/show/1159288 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gcr?expand=0&rev=104 --- _service | 19 +++++++++++++++++++ gcr-4.1.0.tar.xz | 3 --- gcr-4.2.1.obscpio | 3 +++ gcr.changes | 18 ++++++++++++++++++ gcr.obsinfo | 4 ++++ gcr.spec | 6 +++--- 6 files changed, 47 insertions(+), 6 deletions(-) create mode 100644 _service delete mode 100644 gcr-4.1.0.tar.xz create mode 100644 gcr-4.2.1.obscpio create mode 100644 gcr.obsinfo diff --git a/_service b/_service new file mode 100644 index 0000000..72d8635 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/gcr.git + 4.2.1 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/gcr-4.1.0.tar.xz b/gcr-4.1.0.tar.xz deleted file mode 100644 index 894d1c9..0000000 --- a/gcr-4.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ceaad29284ba919b9216e2888c18ec67240c2c93b3a4856bc5488bbc1f3a383 -size 722776 diff --git a/gcr-4.2.1.obscpio b/gcr-4.2.1.obscpio new file mode 100644 index 0000000..a0fc8fb --- /dev/null +++ b/gcr-4.2.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20348846c5dda3dee09ee7b37a4b182b3405e0e43e141b09d21fc18cef6fb48 +size 5552653 diff --git a/gcr.changes b/gcr.changes index dd3c323..bf62322 100644 --- a/gcr.changes +++ b/gcr.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Mar 4 07:42:58 UTC 2024 - Dominique Leuenberger + +- Update to version 4.2.1: + + gcr-ssh-agent: set `SSH_AUTH_SOCK`. + + gcr-ssh-agent: port avoid deadlock fix. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 12 16:54:35 UTC 2024 - Dominique Leuenberger + +- Update to version 4.2.0: + + gcr-ssh-agent: add command line options to gcr-ssh-agent. + + gcr-ssh-agent: Fix memory leak spotted by ASan. + + gcr-ssh-agent: Port memory safety fixes from gnome-keyring + ssh-agent. + + Updated translations. + ------------------------------------------------------------------- Tue Nov 28 11:24:04 UTC 2023 - Dominique Leuenberger diff --git a/gcr.obsinfo b/gcr.obsinfo new file mode 100644 index 0000000..468d513 --- /dev/null +++ b/gcr.obsinfo @@ -0,0 +1,4 @@ +name: gcr +version: 4.2.1 +mtime: 1709382912 +commit: 7f9dfb291ac475beac911c3868bebd4561267a82 diff --git a/gcr.spec b/gcr.spec index 776b161..bc93fcd 100644 --- a/gcr.spec +++ b/gcr.spec @@ -1,7 +1,7 @@ # # spec file for package gcr # -# 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 @@ -17,14 +17,14 @@ Name: gcr -Version: 4.1.0 +Version: 4.2.1 Release: 0 # FIXME: Verify if the requires in typelib-1_0-Gcr-4 is still correct and required (see bgo#725501). Summary: Library for Crypto UI related tasks License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: http://www.gnome.org -Source0: https://download.gnome.org/sources/gcr/4.1/%{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst Source1: baselibs.conf # PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch