Compare commits

1 Commits
main ... 1.1

6 changed files with 10 additions and 155 deletions

View File

@@ -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.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">disable</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
libsecret-0.20.5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

BIN
libsecret-0.21.7.obscpio (Stored with Git LFS)

Binary file not shown.

View File

@@ -1,121 +1,3 @@
-------------------------------------------------------------------
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>
- Merge secret-tool-bash-completions into main package;
the overhead for the small *-completions package outweighs
the one file.
-------------------------------------------------------------------
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>
- Update to version 0.21.5:
+ session: Tolerate non-approved DH parameter usage in FIPS mode
+ Add some missing GIR annotations
+ meson:
- Create default test setup with D-Bus
- Use env.prepend() for test environment setup
- Fix license field
+ build:
- Remove self-inclusion from secret-item.h
- Fix compiler warnings in Vala tests
+ tests: Fix "\|" used in test-secret-tool.sh not portable
+ Fix typo in D-Bus XML
+ docs:
- Fix minor gi-docgen reference
- Fix Python example
- Mention file backend
- Fix link in README
+ Several CI-related updates
+ Updated translations.
-------------------------------------------------------------------
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>
- Update to version 0.21.2:
+ Support GnuTLS as an alternative crypto backend.
+ Fix LeakSanitizer issues.
+ secret-tool: Verify that the parsed stdin password is vaild
UTF-8.
+ Fix markup syntax for SecretSchema.
+ Public secret_attributes_validate method.
+ Updated translations.
-------------------------------------------------------------------
Tue Nov 28 10:58:59 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -p N instead of deprecated %patchN.
-------------------------------------------------------------------
Tue Sep 19 23:38:29 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
- Update to version 0.21.1:
+ Fix updating credentials by another process in the same Flatpak
sandbox.
+ Migrate to g_memdup2.
+ Updated translations.
-------------------------------------------------------------------
Thu Aug 10 15:12:02 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.21.0:
+ Unlock the keyring before getting secret attributes
+ file-backend: avoid deadlock when portal op is canceled
+ Properly chain-up GTasks around GDBusProxy::init_async
+ Fix nullable in secret_collection_for_alias_*
+ Fix finish function for search
+ secret-paths: Fix a little memory leak
+ Stop using GSlice
+ docs:
- port to gi-docgen
- fix example in usage docs
+ Several CI fixes
+ Updated translations.
-------------------------------------------------------------------
Tue Feb 22 09:28:12 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@@ -1,4 +0,0 @@
name: libsecret
version: 0.21.7
mtime: 1742336217
commit: 0936f740c02b60f02657729cd99f581db4517a41

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsecret
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2022 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.7
Version: 0.20.5
Release: 0
Summary: Library for accessing the Secret Service API
License: LGPL-2.1-or-later
URL: https://wiki.gnome.org/Projects/Libsecret
Source0: %{name}-%{version}.tar.zst
Source0: https://download.gnome.org/sources/libsecret/0.20/%{name}-%{version}.tar.xz
Source99: baselibs.conf
## SLE-only patches start at 1000
@@ -38,7 +38,6 @@ 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)
@@ -72,8 +71,6 @@ This package provides the GObject Introspection bindings for libsecret.
Summary: Store and retrieve passwords
Obsoletes: libsecret-tools < %{version}
Provides: libsecret-tools = %{version}
Obsoletes: secret-tool-bash-completion < %{version}
Provides: secret-tool-bash-completion = %{version}
%description -n secret-tool
Secret-tool is a command line tool that can be used to store and
@@ -93,10 +90,9 @@ secrets. It communicates with the "Secret Service" using DBus.
%endif
%prep
%autosetup -N
%setup -q
%if 0%{?sle_version}
%patch -P 1000 -p1
%patch1000 -p1
%endif
%build
@@ -112,7 +108,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%endif
%fdupes %{buildroot}/%{_prefix}
%ldconfig_scriptlets -n libsecret-1-0
%post -n libsecret-1-0 -p /sbin/ldconfig
%postun -n libsecret-1-0 -p /sbin/ldconfig
%files -n libsecret-1-0
%license COPYING
@@ -125,7 +122,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n secret-tool
%{_bindir}/secret-tool
%{_mandir}/man1/secret-tool.1%{?ext_man}
%{_datadir}/bash-completion/
%files devel
%{_libdir}/libsecret-1.so