Hello community, here is the log from the commit of package libsecret for openSUSE:Factory checked in at 2020-04-18 00:27:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsecret (Old) and /work/SRC/openSUSE:Factory/.libsecret.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsecret" Sat Apr 18 00:27:25 2020 rev:26 rq:794361 version:0.20.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libsecret/libsecret.changes 2020-02-03 11:11:32.109790856 +0100 +++ /work/SRC/openSUSE:Factory/.libsecret.new.2738/libsecret.changes 2020-04-18 00:27:34.421697387 +0200 @@ -1,0 +2,20 @@ +Wed Apr 15 08:41:27 UTC 2020 - Bjørn Lie <[email protected]> + +- 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 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- libsecret-0.20.1.tar.xz New: ---- libsecret-0.20.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsecret.spec ++++++ --- /var/tmp/diff_new_pack.H7uWqm/_old 2020-04-18 00:27:35.845700335 +0200 +++ /var/tmp/diff_new_pack.H7uWqm/_new 2020-04-18 00:27:35.845700335 +0200 @@ -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 @@ %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 @@ %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 @@ This package provides the GObject Introspection bindings for libsecret. -%package tools -Summary: Tools from the Secret Service API library -Group: System/Libraries - -%description tools -libsecret is a library for storing and retrieving passwords and other -secrets. It communicates with the "Secret Service" using DBus. +%package -n secret-tool +Summary: Store and retrieve passwords +Obsoletes: libsecret-tools < %{version} +Provides: libsecret-tools = %{version} + +%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 @@ %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} ++++++ libsecret-0.20.1.tar.xz -> libsecret-0.20.3.tar.xz ++++++ ++++ 5536 lines of diff (skipped)
