rpms/gpgme03/devel gpgme-0.3.16-underquoted.patch, NONE, 1.1 gpgme03.spec, 1.5, 1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Jan 6 18:17:18 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/gpgme03/devel
In directory cvs.fedora.redhat.com:/tmp/cvs-serv1690

Modified Files:
	gpgme03.spec 
Added Files:
	gpgme-0.3.16-underquoted.patch 
Log Message:
Fix underquoted definition in gpgme.m4

gpgme-0.3.16-underquoted.patch:

--- NEW FILE gpgme-0.3.16-underquoted.patch ---
diff -Nur gpgme-0.3.16-orig/gpgme/gpgme.m4 gpgme-0.3.16/gpgme/gpgme.m4
--- gpgme-0.3.16-orig/gpgme/gpgme.m4	2002-08-23 21:48:30.000000000 +0200
+++ gpgme-0.3.16/gpgme/gpgme.m4	2005-01-06 19:04:50.006691496 +0100
@@ -6,7 +6,7 @@
 dnl               [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
 dnl Test for libgpgme and define GPGME_CFLAGS and GPGME_LIBS
 dnl
-AC_DEFUN(AM_PATH_GPGME,
+AC_DEFUN([AM_PATH_GPGME],
 [ AC_ARG_WITH(gpgme-prefix,
             AC_HELP_STRING([--with-gpgme-prefix=PFX],
                            [prefix where GPGME is installed (optional)]),


Index: gpgme03.spec
===================================================================
RCS file: /cvs/extras/rpms/gpgme03/devel/gpgme03.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gpgme03.spec	30 Nov 2004 11:04:30 -0000	1.5
+++ gpgme03.spec	6 Jan 2005 18:17:16 -0000	1.6
@@ -1,12 +1,13 @@
 Summary:        GnuPG Made Easy interface library
 Name:           gpgme03
 Version:        0.3.16
-Release:        5
+Release:        6
 Epoch:          0
 License:        GPL
 Group:          Applications/System
 Source:         ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-0.3.16.tar.gz
 Patch:          gpgme-0.3.16-select.patch
+Patch1:         gpgme-0.3.16-underquoted.patch
 URL:            http://www.gnupg.org/related_software/gpgme/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  gnupg >= 0:1.2.0, %{_bindir}/gpgsm
@@ -32,6 +33,7 @@
 %prep
 %setup -q -n gpgme-%{version}
 %patch -p1 -b .select
+%patch1 -p1 -b .underquoted
 
 
 %build
@@ -82,6 +84,9 @@
 
 
 %changelog
+* Thu Jan  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.3.16-6
+- Fix underquoted definition in gpgme.m4.
+
 * Tue Nov 30 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.3.16-5
 - Drop BR pth-devel and build --with-pth=no. It is neither used nor
   linked against libpth. configure.ac does a negative check for pth 1.2.0




More information about the fedora-extras-commits mailing list