rpms/gnupg2/devel gnupg-1.9.91-readline.patch, NONE, 1.1 gnupg2.spec, 1.46, 1.47 sources, 1.13, 1.14

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Fri Oct 6 12:57:10 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/gnupg2/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26450

Modified Files:
	gnupg2.spec sources 
Added Files:
	gnupg-1.9.91-readline.patch 
Log Message:
* Thu Oct 05 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.9.91-1
- 1.9.91


gnupg-1.9.91-readline.patch:

--- NEW FILE gnupg-1.9.91-readline.patch ---
--- 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


Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- gnupg2.spec	4 Oct 2006 19:42:57 -0000	1.46
+++ gnupg2.spec	6 Oct 2006 12:57:10 -0000	1.47
@@ -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 @@
 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 @@
 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 @@
 %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 @@
 %{_bindir}/gpgkey2ssh
 %{_bindir}/gpgparsemail
 %{_bindir}/gpgsm*
+%{_bindir}/gpgsplit
+%{_bindir}/gpg-zip
 %{_bindir}/kbxutil
 %{_bindir}/scdaemon
 %{_bindir}/watchgnupg
@@ -157,6 +162,7 @@
 %{_libdir}/gnupg/
 %{_libexecdir}/*
 %{_infodir}/*
+%{_mandir}/man?/*
 %{kde_scriptdir}/env/*.sh
 %{kde_scriptdir}/shutdown/*.sh
 
@@ -166,6 +172,9 @@
 
 
 %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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	4 Oct 2006 19:42:57 -0000	1.13
+++ sources	6 Oct 2006 12:57:10 -0000	1.14
@@ -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




More information about the scm-commits mailing list