diff --git a/libsecret-0.20.1.tar.xz b/libsecret-0.20.1.tar.xz deleted file mode 100644 index 871f374..0000000 --- a/libsecret-0.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447 -size 528416 diff --git a/libsecret-0.20.3.tar.xz b/libsecret-0.20.3.tar.xz new file mode 100644 index 0000000..75d2aa7 --- /dev/null +++ b/libsecret-0.20.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4 +size 526388 diff --git a/libsecret.changes b/libsecret.changes index bf12bdb..63a6539 100644 --- a/libsecret.changes +++ b/libsecret.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Apr 15 08:41:27 UTC 2020 - Bjørn Lie + +- Update to version 0.20.3: + + secret-file-backend: Fix use-after-free in flatpak. + + docs: Add man subdir only if manpage is enabled. + +------------------------------------------------------------------- +Wed Mar 11 10:44:56 UTC 2020 - bjorn.lie@gmail.com + +- Update to version 0.20.2: + + secret-file-collection: force little-endian in GVariant. + + Prefer g_info() over g_message(). + + meson: Don't specify shared_library(). + + docs: Make sure to set install: true. +- Rename sub-package libsecret-tools to secret-tool: Align with the + actual binary provided and remove a rpmlint warning. Add Provides + and Obsoletes to ease upgrades for our end-users. +- Drop Group tag from spec. + ------------------------------------------------------------------- Tue Jan 28 20:42:07 UTC 2020 - Bjørn Lie diff --git a/libsecret.spec b/libsecret.spec index 0438ad9..6faf386 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -18,11 +18,10 @@ %define have_lang 1 Name: libsecret -Version: 0.20.1 +Version: 0.20.3 Release: 0 Summary: Library for accessing the Secret Service API License: LGPL-2.1-or-later -Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/Libsecret Source0: https://download.gnome.org/sources/libsecret/0.20/%{name}-%{version}.tar.xz Source99: baselibs.conf @@ -51,7 +50,6 @@ secrets. It communicates with the "Secret Service" using DBus. %package -n libsecret-1-0 Summary: Library for accessing the Secret Service API -Group: System/Libraries %if %{have_lang} # To make the lang package happy Provides: %{name} = %{version} @@ -63,7 +61,6 @@ secrets. It communicates with the "Secret Service" using DBus. %package -n typelib-1_0-Secret-1 Summary: Introspection bindings for the Secret Service API library -Group: System/Libraries %description -n typelib-1_0-Secret-1 libsecret is a library for storing and retrieving passwords and other @@ -71,17 +68,17 @@ secrets. It communicates with the "Secret Service" using DBus. This package provides the GObject Introspection bindings for libsecret. -%package tools -Summary: Tools from the Secret Service API library -Group: System/Libraries +%package -n secret-tool +Summary: Store and retrieve passwords +Obsoletes: libsecret-tools < %{version} +Provides: libsecret-tools = %{version} -%description tools -libsecret is a library for storing and retrieving passwords and other -secrets. It communicates with the "Secret Service" using DBus. +%description -n secret-tool +Secret-tool is a command line tool that can be used to store and +retrieve passwords. %package devel Summary: Development files for the Secret Service API library -Group: Development/Libraries/GNOME Requires: libsecret-1-0 = %{version} Requires: typelib-1_0-Secret-1 = %{version} @@ -118,13 +115,13 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n libsecret-1-0 %license COPYING -%doc NEWS README +%doc NEWS README.md %{_libdir}/libsecret-1.so.* %files -n typelib-1_0-Secret-1 %{_libdir}/girepository-1.0/Secret-1.typelib -%files tools +%files -n secret-tool %{_bindir}/secret-tool %{_mandir}/man1/secret-tool.1%{?ext_man}