From 6a969a86272653d1a283433e219a54d2c32c3c27 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:07:23 +0100 Subject: [PATCH] automatic version update by autodist [release 1.1.1-1mamba;Sun May 16 2021] --- pinentry.spec | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/pinentry.spec b/pinentry.spec index 57109b5..327b27c 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -1,17 +1,16 @@ Name: pinentry -Version: 1.1.0 -Release: 2mamba +Version: 1.1.1 +Release: 1mamba Summary: A collection of simple PIN or passphrase entry dialogs Group: Applications/Security Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.gnupg.org +URL: https://www.gnupg.org/ Source: ftp://ftp.gnupg.org/gcrypt/pinentry/pinentry-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: ldconfig BuildRequires: libX11-devel BuildRequires: libXcursor-devel BuildRequires: libXext-devel @@ -23,6 +22,7 @@ BuildRequires: libassuan-devel BuildRequires: libatk-devel BuildRequires: libcairo-devel BuildRequires: libcap-devel +BuildRequires: libefl-devel BuildRequires: libfltk-devel BuildRequires: libfontconfig-devel BuildRequires: libfreetype-devel @@ -31,8 +31,8 @@ BuildRequires: libgcr-devel BuildRequires: libgdk-pixbuf-devel BuildRequires: libglib-devel BuildRequires: libgpg-error-devel -BuildRequires: libgtk-devel BuildRequires: libgtk2-devel +BuildRequires: libgtk3-devel BuildRequires: libharfbuzz-devel BuildRequires: libncurses-devel BuildRequires: libp11-kit-devel @@ -42,7 +42,6 @@ BuildRequires: libsecret-devel BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END Requires(post):%{__install_info} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description A collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project. @@ -51,11 +50,18 @@ A collection of simple PIN or passphrase entry dialogs which utilize the Assuan Summary: A simple PIN entry dialog based on qt libraries Group: Graphical Desktop/Applications/Security Provides: pinentry-qt4 -Obsoletes: pinentry-qt4 +Obsoletes: pinentry-qt4 < 1.1.1 %description qt A of simple PIN or passphrase entry dialog based on qt libraries which utilize the Assuan protocol as described by the aegypten project. +%package efl +Summary: A simple PIN entry dialog based on efl libraries +Group: Graphical Desktop/Applications/Security + +%description efl +A of simple PIN or passphrase entry dialog based on efl libraries which utilize the Assuan protocol as described by the aegypten project. + %package gtk2 Summary: A simple PIN entry dialog based on Gtk2 libraries Group: Graphical Desktop/Applications/Security @@ -169,6 +175,11 @@ exit 0 %doc AUTHORS COPYING #%doc ChangeLog NEWS README THANKS TODO + +%files efl +%defattr(-,root,root) +%{_bindir}/pinentry-efl + %files qt %defattr(-,root,root) %{_bindir}/pinentry-qt @@ -182,6 +193,9 @@ exit 0 %{_bindir}/pinentry-gnome3 %changelog +* Sun May 16 2021 Automatic Build System 1.1.1-1mamba +- automatic version update by autodist + * Mon Dec 14 2020 Silvan Calarco 1.1.0-2mamba - rebuilt with debug package