- 1.9.91
This commit is contained in:
parent
2c20fda3fe
commit
f730c58d1f
10
gnupg-1.9.91-readline.patch
Normal file
10
gnupg-1.9.91-readline.patch
Normal file
@ -0,0 +1,10 @@
|
||||
--- gnupg-1.9.91/common/gpgrlhelp.c.readline 2006-09-22 03:01:00.000000000 -0500
|
||||
+++ gnupg-1.9.91/common/gpgrlhelp.c 2006-10-05 07:40:43.000000000 -0500
|
||||
@@ -31,6 +31,7 @@
|
||||
|
||||
#ifdef HAVE_LIBREADLINE
|
||||
#define GNUPG_LIBREADLINE_H_INCLUDED
|
||||
+#include <stdio.h>
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
||||
#endif
|
15
gnupg2.spec
15
gnupg2.spec
@ -11,8 +11,8 @@
|
||||
|
||||
Summary: Utility for secure communication and data storage
|
||||
Name: gnupg2
|
||||
Version: 1.9.22
|
||||
Release: 8%{?dist}
|
||||
Version: 1.9.91
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL
|
||||
Group: Applications/System
|
||||
@ -25,6 +25,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Source10: gpg-agent-startup.sh
|
||||
Source11: gpg-agent-shutdown.sh
|
||||
|
||||
# http://lists.gnupg.org/pipermail/gnupg-devel/2006-October/023237.html
|
||||
Patch1: gnupg-1.9.91-readline.patch
|
||||
Patch2: gnupg-1.9.16-testverbose.patch
|
||||
|
||||
Obsoletes: newpg < 0.9.5
|
||||
@ -32,7 +34,7 @@ Obsoletes: newpg < 0.9.5
|
||||
Requires(post): /sbin/install-info
|
||||
Requires(postun): /sbin/install-info
|
||||
|
||||
BuildRequires: libassuan-devel >= 0.9.0
|
||||
BuildRequires: libassuan-devel >= 0.9.2
|
||||
BuildRequires: libgcrypt-devel => 1.2.0
|
||||
BuildRequires: libgpg-error-devel => 1.4
|
||||
BuildRequires: libksba-devel >= 1.0.0
|
||||
@ -77,6 +79,7 @@ alongside; in act we suggest to do this.
|
||||
%prep
|
||||
%setup -q -n gnupg-%{version}
|
||||
|
||||
%patch1 -p1 -b .readline
|
||||
%patch2 -p1 -b .testverbose
|
||||
|
||||
# pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
|
||||
@ -149,6 +152,8 @@ fi
|
||||
%{_bindir}/gpgkey2ssh
|
||||
%{_bindir}/gpgparsemail
|
||||
%{_bindir}/gpgsm*
|
||||
%{_bindir}/gpgsplit
|
||||
%{_bindir}/gpg-zip
|
||||
%{_bindir}/kbxutil
|
||||
%{_bindir}/scdaemon
|
||||
%{_bindir}/watchgnupg
|
||||
@ -157,6 +162,7 @@ fi
|
||||
%{_libdir}/gnupg/
|
||||
%{_libexecdir}/*
|
||||
%{_infodir}/*
|
||||
%{_mandir}/man?/*
|
||||
%{kde_scriptdir}/env/*.sh
|
||||
%{kde_scriptdir}/shutdown/*.sh
|
||||
|
||||
@ -166,6 +172,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-1
|
||||
- 1.9.91
|
||||
|
||||
* Wed Oct 04 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.22-8
|
||||
- respin
|
||||
|
||||
|
5
sources
5
sources
@ -1,3 +1,2 @@
|
||||
ccea28fbab26bcb01890f2687d71f900 gnupg-1.9.22.tar.bz2
|
||||
02ef9a70cfa097cfe11b33600adc2b72 gnupg-1.9.22.tar.bz2.sig
|
||||
916de7ac125b31c5df517c068ac51ecf gnupg-1.9.23.tar.bz2.sig
|
||||
1f79e05ebbda709234a6488cc8f02d82 gnupg-1.9.91.tar.bz2.sig
|
||||
fb6838f6e2e26e5f00271ce588fd080b gnupg-1.9.91.tar.bz2
|
||||
|
Loading…
Reference in New Issue
Block a user