Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8f7b910840 |
4
_service
4
_service
@@ -3,11 +3,11 @@
|
||||
<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">37d3912f25d81942984ab1d90db5f1cc469a879a</param>
|
||||
<param name="revision">0.21.7</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>
|
||||
<param name="changesgenerate">disable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libsecret.git</param>
|
||||
<param name="changesrevision">37d3912f25d81942984ab1d90db5f1cc469a879a</param></service></servicedata>
|
||||
BIN
libsecret-0.21.6+5.obscpio
LFS
BIN
libsecret-0.21.6+5.obscpio
LFS
Binary file not shown.
BIN
libsecret-0.21.7.obscpio
LFS
Normal file
BIN
libsecret-0.21.7.obscpio
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 07:11:23 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.21.7:
|
||||
+ docs: Fix return comment of secret_value_get_text
|
||||
+ bash-completion:
|
||||
- Fix man section number in secret-tool completion file
|
||||
- Integrate external extended bash-completion script
|
||||
- Require minimal version for bash-completion
|
||||
+ meson: Use newlines for build options
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 06:17:39 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: libsecret
|
||||
version: 0.21.6+5
|
||||
mtime: 1737912224
|
||||
commit: 37d3912f25d81942984ab1d90db5f1cc469a879a
|
||||
version: 0.21.7
|
||||
mtime: 1742336217
|
||||
commit: 0936f740c02b60f02657729cd99f581db4517a41
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%define have_lang 1
|
||||
Name: libsecret
|
||||
Version: 0.21.6+5
|
||||
Version: 0.21.7
|
||||
Release: 0
|
||||
Summary: Library for accessing the Secret Service API
|
||||
License: LGPL-2.1-or-later
|
||||
|
||||
Reference in New Issue
Block a user