rebuilt with libassuan 3.0.1 [release 1.3.1-2mamba;Sat Jul 06 2024]
This commit is contained in:
parent
efc7dbba86
commit
fdaec22718
@ -1,13 +1,13 @@
|
||||
Name: pinentry
|
||||
Version: 1.3.0
|
||||
Release: 1mamba
|
||||
Version: 1.3.1
|
||||
Release: 2mamba
|
||||
Summary: A collection of simple PIN or passphrase entry dialogs
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnupg.org/
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||
Source: https://gnupg.org/ftp/gcrypt/pinentry/pinentry-%{version}.tar.bz2
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
@ -34,6 +34,7 @@ BuildRequires: libgtk2-devel
|
||||
BuildRequires: libharfbuzz-devel
|
||||
BuildRequires: libkf6-kguiaddons-devel
|
||||
BuildRequires: libkf6-kwindowsystem-devel
|
||||
BuildRequires: libluajit-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpango-devel
|
||||
@ -41,6 +42,7 @@ BuildRequires: libsecret-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: qt6-qtbase-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libassuan-devel >= 3.0.1
|
||||
Requires(post):%{__install_info}
|
||||
Requires(post): chkconfig
|
||||
|
||||
@ -219,6 +221,7 @@ fi
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pinentry-qt
|
||||
%{_datadir}/applications/org.gnupg.pinentry-qt.desktop
|
||||
%{_datadir}/pixmaps/pinentry.png
|
||||
|
||||
%files gtk2
|
||||
%defattr(-,root,root)
|
||||
@ -229,6 +232,12 @@ fi
|
||||
%{_bindir}/pinentry-gnome3
|
||||
|
||||
%changelog
|
||||
* Sat Jul 06 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-2mamba
|
||||
- rebuilt with libassuan 3.0.1
|
||||
|
||||
* Sat Jul 06 2024 Automatic Build System <autodist@openmamba.org> 1.3.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Mar 19 2024 Automatic Build System <autodist@openmamba.org> 1.3.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user