Author: qboosh Date: Sat Jan 8 20:18:37 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 0.8.1 - stick to included libassuan 1.x until sb updates pinentry code for new libassuan
---- Files affected: packages/pinentry: pinentry.spec (1.33 -> 1.34) ---- Diffs: ================================================================ Index: packages/pinentry/pinentry.spec diff -u packages/pinentry/pinentry.spec:1.33 packages/pinentry/pinentry.spec:1.34 --- packages/pinentry/pinentry.spec:1.33 Mon May 17 00:30:01 2010 +++ packages/pinentry/pinentry.spec Sat Jan 8 21:18:32 2011 @@ -1,4 +1,5 @@ # $Revision$, $Date$ +# TODO: use system libassuan 2 instead of included libassuan 1 # # Conditional build: %bcond_without gtk # without GTK+ 1.x dialog @@ -9,12 +10,12 @@ Summary: Simple PIN or passphrase entry dialogs Summary(pl.UTF-8): Proste kontrolki dialogowe do wpisywania PIN-ów lub haseł Name: pinentry -Version: 0.8.0 +Version: 0.8.1 Release: 1 License: GPL v2+ Group: Applications Source0: ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz -# Source0-md5: 590be1b00f9ab63205843c7fed8caf35 +# Source0-md5: 81f99904daee5331eb6738408bb024b6 Patch0: %{name}-system-assuan.patch Patch1: %{name}-info.patch URL: http://www.gnupg.org/ @@ -24,7 +25,7 @@ BuildRequires: gettext-devel %{?with_gtk:BuildRequires: gtk+-devel >= 1.2.0} %{?with_gtk2:BuildRequires: gtk+2-devel >= 2:2.4.0} -BuildRequires: libassuan1-devel >= 1.0.5-2 +#BuildRequires: libassuan-devel BuildRequires: libcap-devel BuildRequires: libstdc++-devel BuildRequires: ncurses-devel @@ -93,7 +94,7 @@ %prep %setup -q -%patch0 -p1 +#patch0 -p1 %patch1 -p1 %if %{with qt4} @@ -103,7 +104,7 @@ cd .. %endif -rm assuan/*.h +#rm assuan/*.h %build %{__aclocal} -I m4 @@ -196,6 +197,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.34 2011/01/08 20:18:32 qboosh +- updated to 0.8.1 +- stick to included libassuan 1.x until sb updates pinentry code for new libassuan + Revision 1.33 2010/05/16 22:30:01 arvenil - up to 0.8.0 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pinentry/pinentry.spec?r1=1.33&r2=1.34&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
