forked from pool/libsecret
Accepting request 794078 from GNOME:Next
OBS-URL: https://build.opensuse.org/request/show/794078 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libsecret?expand=0&rev=50
This commit is contained in:
parent
445948e3a7
commit
65a319b6c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:57f73e94ec6263a17a077fb809cf8cf424637a897a7f15b4eec42ce4aef52447
|
|
||||||
size 528416
|
|
3
libsecret-0.20.3.tar.xz
Normal file
3
libsecret-0.20.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fcb3c56f8ac4ab9c75b66901fb0104ec7f22aa9a012315a14c0d6dffa5290e4
|
||||||
|
size 526388
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 08:41:27 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- 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 <bjorn.lie@gmail.com>
|
Tue Jan 28 20:42:07 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
%define have_lang 1
|
%define have_lang 1
|
||||||
Name: libsecret
|
Name: libsecret
|
||||||
Version: 0.20.1
|
Version: 0.20.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for accessing the Secret Service API
|
Summary: Library for accessing the Secret Service API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: Development/Libraries/GNOME
|
|
||||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
URL: https://wiki.gnome.org/Projects/Libsecret
|
||||||
Source0: https://download.gnome.org/sources/libsecret/0.20/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/libsecret/0.20/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -51,7 +50,6 @@ secrets. It communicates with the "Secret Service" using DBus.
|
|||||||
|
|
||||||
%package -n libsecret-1-0
|
%package -n libsecret-1-0
|
||||||
Summary: Library for accessing the Secret Service API
|
Summary: Library for accessing the Secret Service API
|
||||||
Group: System/Libraries
|
|
||||||
%if %{have_lang}
|
%if %{have_lang}
|
||||||
# To make the lang package happy
|
# To make the lang package happy
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
@ -63,7 +61,6 @@ secrets. It communicates with the "Secret Service" using DBus.
|
|||||||
|
|
||||||
%package -n typelib-1_0-Secret-1
|
%package -n typelib-1_0-Secret-1
|
||||||
Summary: Introspection bindings for the Secret Service API library
|
Summary: Introspection bindings for the Secret Service API library
|
||||||
Group: System/Libraries
|
|
||||||
|
|
||||||
%description -n typelib-1_0-Secret-1
|
%description -n typelib-1_0-Secret-1
|
||||||
libsecret is a library for storing and retrieving passwords and other
|
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.
|
This package provides the GObject Introspection bindings for libsecret.
|
||||||
|
|
||||||
%package tools
|
%package -n secret-tool
|
||||||
Summary: Tools from the Secret Service API library
|
Summary: Store and retrieve passwords
|
||||||
Group: System/Libraries
|
Obsoletes: libsecret-tools < %{version}
|
||||||
|
Provides: libsecret-tools = %{version}
|
||||||
|
|
||||||
%description tools
|
%description -n secret-tool
|
||||||
libsecret is a library for storing and retrieving passwords and other
|
Secret-tool is a command line tool that can be used to store and
|
||||||
secrets. It communicates with the "Secret Service" using DBus.
|
retrieve passwords.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for the Secret Service API library
|
Summary: Development files for the Secret Service API library
|
||||||
Group: Development/Libraries/GNOME
|
|
||||||
Requires: libsecret-1-0 = %{version}
|
Requires: libsecret-1-0 = %{version}
|
||||||
Requires: typelib-1_0-Secret-1 = %{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
|
%files -n libsecret-1-0
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README
|
%doc NEWS README.md
|
||||||
%{_libdir}/libsecret-1.so.*
|
%{_libdir}/libsecret-1.so.*
|
||||||
|
|
||||||
%files -n typelib-1_0-Secret-1
|
%files -n typelib-1_0-Secret-1
|
||||||
%{_libdir}/girepository-1.0/Secret-1.typelib
|
%{_libdir}/girepository-1.0/Secret-1.typelib
|
||||||
|
|
||||||
%files tools
|
%files -n secret-tool
|
||||||
%{_bindir}/secret-tool
|
%{_bindir}/secret-tool
|
||||||
%{_mandir}/man1/secret-tool.1%{?ext_man}
|
%{_mandir}/man1/secret-tool.1%{?ext_man}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user