Accepting request 1159544 from GNOME:Factory

GNOME 46 (forwarded request 1159288 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1159544
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gcr?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2024-03-20 20:12:43 +00:00 committed by Git OBS Bridge
commit 854e2bd86b
6 changed files with 47 additions and 6 deletions

19
_service Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0"?>
<services>
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gcr.git</param>
<param name="revision">4.2.1</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> -->
</service>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">zst</param>
</service>
<service name="set_version" mode="manual" />
</services>

BIN
gcr-4.1.0.tar.xz (Stored with Git LFS)

Binary file not shown.

3
gcr-4.2.1.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e20348846c5dda3dee09ee7b37a4b182b3405e0e43e141b09d21fc18cef6fb48
size 5552653

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Mar 4 07:42:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org>
- 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 <dimstar@opensuse.org> Tue Nov 28 11:24:04 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

4
gcr.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: gcr
version: 4.2.1
mtime: 1709382912
commit: 7f9dfb291ac475beac911c3868bebd4561267a82

View File

@ -1,7 +1,7 @@
# #
# spec file for package gcr # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
Name: gcr Name: gcr
Version: 4.1.0 Version: 4.2.1
Release: 0 Release: 0
# FIXME: Verify if the requires in typelib-1_0-Gcr-4 is still correct and required (see bgo#725501). # 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 Summary: Library for Crypto UI related tasks
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
Group: Development/Libraries/GNOME Group: Development/Libraries/GNOME
URL: http://www.gnome.org 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 Source1: baselibs.conf
# PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode # 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 Patch1: gcr-bsc932232-use-libgcrypt-allocators.patch