rpms/gpgme/devel gpgme-1.1.2-config_extras.patch, 1.1, 1.2 gpgme.spec, 1.18, 1.19

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Sep 18 19:34:24 UTC 2006


Author: rdieter

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

Modified Files:
	gpgme-1.1.2-config_extras.patch gpgme.spec 
Log Message:
* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-6
- fix gpgme-config --thread=pthread --cflags


gpgme-1.1.2-config_extras.patch:

Index: gpgme-1.1.2-config_extras.patch
===================================================================
RCS file: /cvs/extras/rpms/gpgme/devel/gpgme-1.1.2-config_extras.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gpgme-1.1.2-config_extras.patch	11 May 2006 19:34:16 -0000	1.1
+++ gpgme-1.1.2-config_extras.patch	18 Sep 2006 19:34:23 -0000	1.2
@@ -1,5 +1,5 @@
 --- gpgme-1.1.2/gpgme/gpgme-config.in.config_extras	2005-11-18 17:03:28.000000000 -0600
-+++ gpgme-1.1.2/gpgme/gpgme-config.in	2006-03-06 08:50:57.000000000 -0600
++++ gpgme-1.1.2/gpgme/gpgme-config.in	2006-09-18 14:12:04.000000000 -0500
 @@ -16,15 +16,19 @@
  
  # Configure libgpg-error.
@@ -17,7 +17,7 @@
  
 + at HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread"
 +#libs_pthread="@PTHREAD_LDFLAGS@ @PTHREAD_LIBS@"
-+cflags_pthread="@PTHREAD_CFLAGS@"
++#cflags_pthread="@PTHREAD_CFLAGS@"
 +
  # Configure glib.
  libs_glib="@GLIB_LIBS@"


Index: gpgme.spec
===================================================================
RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gpgme.spec	29 Aug 2006 17:41:52 -0000	1.18
+++ gpgme.spec	18 Sep 2006 19:34:24 -0000	1.19
@@ -2,7 +2,7 @@
 Name:    gpgme
 Summary: GnuPG Made Easy - high level crypto API
 Version: 1.1.2
-Release: 5%{?dist}
+Release: 6%{?dist}
 
 License: LGPL
 Group:   Applications/System
@@ -17,6 +17,8 @@
 BuildRequires: gnupg2 >= 1.9.6
 BuildRequires: libgpg-error-devel >= 0.5
 BuildRequires: pth-devel >= 2.0.4
+# Not really used, only for win32 build
+#BuildRequires: glib2-devel
 
 Requires: gnupg >= 1.2.2
 Requires: gnupg2 >= 1.9.6
@@ -99,6 +101,9 @@
 
 
 %changelog
+* Mon Sep 18 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-6
+- fix gpgme-config --thread=pthread --cflags
+
 * Tue Aug 29 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-5
 - fc6 respin
 




More information about the scm-commits mailing list