SPECS: pinentry.spec - rel 4; add pinentry-qt4 to pinentry script
arekm
arekm at pld-linux.org
Sat Mar 7 18:50:00 CET 2009
Author: arekm Date: Sat Mar 7 17:50:00 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- rel 4; add pinentry-qt4 to pinentry script
---- Files affected:
SPECS:
pinentry.spec (1.28 -> 1.29)
---- Diffs:
================================================================
Index: SPECS/pinentry.spec
diff -u SPECS/pinentry.spec:1.28 SPECS/pinentry.spec:1.29
--- SPECS/pinentry.spec:1.28 Mon Nov 17 10:00:41 2008
+++ SPECS/pinentry.spec Sat Mar 7 18:49:54 2009
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): Proste kontrolki dialogowe do wpisywania PIN-ów lub haseł
Name: pinentry
Version: 0.7.5
-Release: 3
+Release: 4
License: GPL v2+
Group: Applications
Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz
@@ -118,6 +118,8 @@
exec %{_bindir}/pinentry-gtk-2 "$@"
elif [ -x %{_bindir}/pinentry-gtk ]; then
exec %{_bindir}/pinentry-gtk "$@"
+elif [ -x %{_bindir}/pinentry-qt4 ]; then
+ exec %{_bindir}/pinentry-qt4 "$@"
elif [ -x %{_bindir}/pinentry-qt ]; then
exec %{_bindir}/pinentry-qt "$@"
else
@@ -165,6 +167,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2009/03/07 17:49:54 arekm
+- rel 4; add pinentry-qt4 to pinentry script
+
Revision 1.28 2008/11/17 09:00:41 arekm
- rel 3; fix pinentry script
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pinentry.spec?r1=1.28&r2=1.29&f=u
More information about the pld-cvs-commit
mailing list