devel/gnupg2 gnupg-1.9.15-test.patch,NONE,1.1 gnupg2.spec,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun May 8 19:07:14 UTC 2005


Author: mschwendt

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

Modified Files:
	gnupg2.spec 
Added Files:
	gnupg-1.9.15-test.patch 
Log Message:
* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.15-4
- Add patch0 temporarily to get some output from failing test.



gnupg-1.9.15-test.patch:

--- NEW FILE gnupg-1.9.15-test.patch ---
diff -Nur gnupg-1.9.15-orig/tests/asschk.c gnupg-1.9.15/tests/asschk.c
--- gnupg-1.9.15-orig/tests/asschk.c	2003-01-09 14:09:54.000000000 +0100
+++ gnupg-1.9.15/tests/asschk.c	2005-05-08 20:59:25.000000000 +0200
@@ -273,6 +273,7 @@
   while (nleft > 0)
     {
       int n;
+      printf("nleft = %d\nn = %d\npending_len = %d\n",nleft,n,pending_len);
 
       if (pending_len)
         {
diff -Nur gnupg-1.9.15-orig/tests/runtest gnupg-1.9.15/tests/runtest
--- gnupg-1.9.15-orig/tests/runtest	2004-02-20 14:46:35.000000000 +0100
+++ gnupg-1.9.15/tests/runtest	2005-05-08 21:00:43.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"
 


Index: gnupg2.spec
===================================================================
RCS file: /cvs/extras/devel/gnupg2/gnupg2.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnupg2.spec	7 May 2005 15:58:59 -0000	1.5
+++ gnupg2.spec	8 May 2005 19:07:12 -0000	1.6
@@ -3,13 +3,14 @@
 Summary: GNU utility for secure communication and data storage
 Name:    gnupg2
 Version: 1.9.15
-Release: 3%{?dist_tag}
+Release: 4%{?dist_tag}
 
 License: GPL
 Group:   Applications/System
 Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig
 URL:     http://www.gnupg.org/
+Patch0:  gnupg-1.9.15-test.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Obsoletes: newpg < 0.9.5
@@ -63,6 +64,7 @@
 
 %prep
 %setup -q -n gnupg-%{version}
+%patch0 -p1 -b .test
 
 
 %build
@@ -124,6 +126,9 @@
 
 
 %changelog
+* Sun May  8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 1.9.15-4
+- Add patch0 temporarily to get some output from failing test.
+
 * Sat May  7 2005 David Woodhouse <dwmw2 at infradead.org> 1.9.15-3
 - Rebuild.
 




More information about the fedora-extras-commits mailing list