rpms/gnupg2/FC-3 gnupg-1.9.16-testverbose.patch, NONE, 1.1 gnupg-1.9.18-lvalue.patch, NONE, 1.1 gnupg2.spec, 1.6, 1.7

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Aug 8 20:27:15 UTC 2005


Author: rdieter

Update of /cvs/extras/rpms/gnupg2/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11877

Modified Files:
	gnupg2.spec 
Added Files:
	gnupg-1.9.16-testverbose.patch gnupg-1.9.18-lvalue.patch 
Log Message:
don't forget to check in the patches
respin build one more time


gnupg-1.9.16-testverbose.patch:

--- NEW FILE gnupg-1.9.16-testverbose.patch ---
diff -Nur gnupg-1.9.16-orig/tests/runtest gnupg-1.9.16/tests/runtest
--- gnupg-1.9.16-orig/tests/runtest	2004-02-20 14:46:35.000000000 +0100
+++ gnupg-1.9.16/tests/runtest	2005-05-10 07:49:56.000000000 +0200
@@ -1,4 +1,4 @@
 #!/bin/sh
 [ -x "$1" ] && exec $1 $2
-exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
+exec ./asschk --verbose --no-echo -DGPGSM=${GPGSM} <"$1"
 

gnupg-1.9.18-lvalue.patch:

--- NEW FILE gnupg-1.9.18-lvalue.patch ---
--- gnupg-1.9.18/g10/misc.c.lvalue	2005-07-27 09:18:04.000000000 -0500
+++ gnupg-1.9.18/g10/misc.c	2005-08-08 14:00:37.000000000 -0500
@@ -986,7 +986,7 @@
     }
     else {
 	int rc;
-	char *buffer;
+	unsigned char *buffer;
 
 	rc = gcry_mpi_aprint( GCRYMPI_FMT_HEX, &buffer, NULL, a );
 	assert( !rc );


Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/rpms/gnupg2/FC-3/gnupg2.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnupg2.spec	8 Aug 2005 20:25:29 -0000	1.6
+++ gnupg2.spec	8 Aug 2005 20:27:13 -0000	1.7
@@ -6,7 +6,7 @@
 Summary: GNU utility for secure communication and data storage
 Name:    gnupg2
 Version: 1.9.18
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Group:   Applications/System
 Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
@@ -136,7 +136,7 @@
 
 
 %changelog
-* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.9.18-3
+* Mon Aug  8 2005 Rex Dieter <rexdieter[AT]users.sf.net> - 1.9.18-4
 - 1.9.18
 - drop pth patch (--enable-gpg build fixed)
 - update description (from README)




More information about the scm-commits mailing list