Update to 3.35.1
This commit is contained in:
parent
f7c50171c8
commit
4a7a05916f
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@ gnome-keyring-2.31.4.tar.bz2
|
|||||||
/gnome-keyring-3.31.90.tar.xz
|
/gnome-keyring-3.31.90.tar.xz
|
||||||
/gnome-keyring-3.31.91.tar.xz
|
/gnome-keyring-3.31.91.tar.xz
|
||||||
/gnome-keyring-3.34.0.tar.xz
|
/gnome-keyring-3.34.0.tar.xz
|
||||||
|
/gnome-keyring-3.35.1.tar.xz
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
%global gcrypt_version 1.2.2
|
%global gcrypt_version 1.2.2
|
||||||
|
|
||||||
Name: gnome-keyring
|
Name: gnome-keyring
|
||||||
Version: 3.34.0
|
Version: 3.35.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Framework for managing passwords and other secrets
|
Summary: Framework for managing passwords and other secrets
|
||||||
|
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
URL: https://wiki.gnome.org/Projects/GnomeKeyring
|
||||||
Source0: https://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/3.35/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
||||||
@ -92,6 +92,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
|
|||||||
%{_datadir}/GConf/gsettings/*.convert
|
%{_datadir}/GConf/gsettings/*.convert
|
||||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||||
%{_datadir}/p11-kit/modules/gnome-keyring.module
|
%{_datadir}/p11-kit/modules/gnome-keyring.module
|
||||||
|
%dir %{_datadir}/xdg-desktop-portal
|
||||||
|
%dir %{_datadir}/xdg-desktop-portal/portals
|
||||||
|
%{_datadir}/xdg-desktop-portal/portals/gnome-keyring.portal
|
||||||
%{_mandir}/man1/gnome-keyring.1*
|
%{_mandir}/man1/gnome-keyring.1*
|
||||||
%{_mandir}/man1/gnome-keyring-3.1*
|
%{_mandir}/man1/gnome-keyring-3.1*
|
||||||
%{_mandir}/man1/gnome-keyring-daemon.1*
|
%{_mandir}/man1/gnome-keyring-daemon.1*
|
||||||
@ -101,6 +104,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.1-1
|
||||||
|
- Update to 3.35.1
|
||||||
|
|
||||||
* Mon Sep 30 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
* Mon Sep 30 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
|
||||||
- Update to 3.34.0
|
- Update to 3.34.0
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (gnome-keyring-3.34.0.tar.xz) = 09f84bdf5ea415a55baf6a57dba2889cdf592005d273335029107ea3f83152447b3263cd190810930aae41af22dd508e765e649da3c8a9afa127db1d298bb72a
|
SHA512 (gnome-keyring-3.35.1.tar.xz) = 07dc3132bc72b2e3fa2b67ee270265e055983b9e8aa0f220d69ad6e8e3a36a2f99c33352598e3ce3f35ef4c904faa1be62ba09966a7ee19914600c542f2bca2d
|
||||||
|
Loading…
Reference in New Issue
Block a user