Accepting request 1159542 from GNOME:Factory
baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/1159542 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsecret?expand=0&rev=68
This commit is contained in:
parent
b63038a7fa
commit
dd86813afc
19
_service
19
_service
@ -1,19 +0,0 @@
|
|||||||
<?xml version="1.0"?>
|
|
||||||
<services>
|
|
||||||
<service name="obs_scm" mode="manual">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libsecret.git</param>
|
|
||||||
<param name="revision">0.21.4</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>
|
|
||||||
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:06780863d0f5e1b9631a00998d18aaf7774d5529411c2e14f47da94496d9227b
|
|
||||||
size 1965068
|
|
@ -1,18 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Sun Feb 25 15:27:56 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 0.21.4:
|
|
||||||
+ file-backend: Subscribe before calling dbus.
|
|
||||||
+ meson: Fix crypto option being silently ignored.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 12 15:28:34 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 0.21.3:
|
|
||||||
+ Port PAM module from gnome-keyring.
|
|
||||||
+ secret-tool: Fix memory issues in lock command.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 15 11:33:09 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
Fri Dec 15 11:33:09 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
name: libsecret
|
|
||||||
version: 0.21.4
|
|
||||||
mtime: 1708682003
|
|
||||||
commit: 6b5a6c28afc6dd93c232a4907a87c881079ff91b
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsecret
|
# spec file for package libsecret
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -18,12 +18,12 @@
|
|||||||
|
|
||||||
%define have_lang 1
|
%define have_lang 1
|
||||||
Name: libsecret
|
Name: libsecret
|
||||||
Version: 0.21.4
|
Version: 0.21.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for accessing the Secret Service API
|
Summary: Library for accessing the Secret Service API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
URL: https://wiki.gnome.org/Projects/Libsecret
|
||||||
Source0: %{name}-%{version}.tar.zst
|
Source0: https://download.gnome.org/sources/libsecret/0.21/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
## SLE-only patches start at 1000
|
## SLE-only patches start at 1000
|
||||||
@ -90,8 +90,7 @@ secrets. It communicates with the "Secret Service" using DBus.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -N
|
%setup -q
|
||||||
|
|
||||||
%if 0%{?sle_version}
|
%if 0%{?sle_version}
|
||||||
%patch -P 1000 -p1
|
%patch -P 1000 -p1
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user