Accepting request 1241181 from GNOME:Factory
Re-submit, as bash-completion is now submitted OBS-URL: https://build.opensuse.org/request/show/1241181 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecret?expand=0&rev=37
This commit is contained in:
commit
79a4554f2e
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">0.21.5</param>
|
||||
<param name="revision">37d3912f25d81942984ab1d90db5f1cc469a879a</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">enable</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libsecret.git</param>
|
||||
<param name="changesrevision">37d3912f25d81942984ab1d90db5f1cc469a879a</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddbf28ba0da0557c8c6ac3505e034ee05ca705ec53551a45e992ade220952a60
|
||||
size 1972236
|
3
libsecret-0.21.6+5.obscpio
Normal file
3
libsecret-0.21.6+5.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dcb24183f0783e4013a2214d27adb4137b57067c2dcee37b25466b1bc1a92d6
|
||||
size 1974284
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 26 18:01:56 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.21.6+5:
|
||||
+ Integrate external extended bash-completion script
|
||||
+ Fix man section number in the secret-tool completion file
|
||||
+ Update secret-value.c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 16 09:28:11 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 0.21.6:
|
||||
+ meson:
|
||||
- Make dbus-run-session optional
|
||||
- Actually include bash-completion subdir
|
||||
- Add pkgconfig(bash-completion) BuildRequires: New optional
|
||||
dependency, following this, add new sub-package
|
||||
secret-tool-bash-completion.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 08:02:14 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libsecret
|
||||
version: 0.21.5
|
||||
mtime: 1736909282
|
||||
commit: c9b3e4e98b3e0a271275e05b1cd9587864612062
|
||||
version: 0.21.6+5
|
||||
mtime: 1737912224
|
||||
commit: 37d3912f25d81942984ab1d90db5f1cc469a879a
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define have_lang 1
|
||||
Name: libsecret
|
||||
Version: 0.21.5
|
||||
Version: 0.21.6+5
|
||||
Release: 0
|
||||
Summary: Library for accessing the Secret Service API
|
||||
License: LGPL-2.1-or-later
|
||||
@ -38,6 +38,7 @@ BuildRequires: meson >= 0.50
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: vala >= 0.17.2.12
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(bash-completion)
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(gio-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
@ -76,6 +77,18 @@ Provides: libsecret-tools = %{version}
|
||||
Secret-tool is a command line tool that can be used to store and
|
||||
retrieve passwords.
|
||||
|
||||
%package -n secret-tool-bash-completion
|
||||
Summary: Secret-tool bash completion support
|
||||
Requires: bash-completion
|
||||
Requires: secret-tool
|
||||
Supplements: (secret-tool and bash-completion)
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n secret-tool-bash-completion
|
||||
Secret-tool is a command line tool that can be used to store and
|
||||
retrieve passwords.
|
||||
This package provides the bash-completion-support
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the Secret Service API library
|
||||
Requires: libsecret-1-0 = %{version}
|
||||
@ -124,6 +137,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%{_bindir}/secret-tool
|
||||
%{_mandir}/man1/secret-tool.1%{?ext_man}
|
||||
|
||||
%files -n secret-tool-bash-completion
|
||||
%{_datadir}/bash-completion/completions/secret-tool
|
||||
|
||||
%files devel
|
||||
%{_libdir}/libsecret-1.so
|
||||
%{_libdir}/pkgconfig/libsecret-1.pc
|
||||
|
Loading…
x
Reference in New Issue
Block a user