GNOME 46 (forwarded request 1159286 from dimstar)
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecret?expand=0&rev=35
This commit is contained in:
parent
2cc437cfef
commit
96bfa9d8d7
19
_service
Normal file
19
_service
Normal 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/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:e4a341496a0815e64c8d3b8fabab33d7bae7efdeab77b843669731d5b181dcee
|
||||
size 194440
|
3
libsecret-0.21.4.obscpio
Normal file
3
libsecret-0.21.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:06780863d0f5e1b9631a00998d18aaf7774d5529411c2e14f47da94496d9227b
|
||||
size 1965068
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
4
libsecret.obsinfo
Normal file
4
libsecret.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libsecret
|
||||
version: 0.21.4
|
||||
mtime: 1708682003
|
||||
commit: 6b5a6c28afc6dd93c232a4907a87c881079ff91b
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libsecret
|
||||
#
|
||||
# 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
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%define have_lang 1
|
||||
Name: libsecret
|
||||
Version: 0.21.2
|
||||
Version: 0.21.4
|
||||
Release: 0
|
||||
Summary: Library for accessing the Secret Service API
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
||||
Source0: https://download.gnome.org/sources/libsecret/0.21/%{name}-%{version}.tar.xz
|
||||
Source0: %{name}-%{version}.tar.zst
|
||||
Source99: baselibs.conf
|
||||
|
||||
## SLE-only patches start at 1000
|
||||
@ -90,7 +90,8 @@ secrets. It communicates with the "Secret Service" using DBus.
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -N
|
||||
|
||||
%if 0%{?sle_version}
|
||||
%patch -P 1000 -p1
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user