rpms/gpgme/FC-5 gpgme.spec,1.15,1.16

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu May 11 19:35:06 UTC 2006


Author: rdieter

Update of /cvs/extras/rpms/gpgme/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4242

Modified Files:
	gpgme.spec 
Log Message:
* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-3
- add back support for gpgme-config --thread=pthread



Index: gpgme.spec
===================================================================
RCS file: /cvs/extras/rpms/gpgme/FC-5/gpgme.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- gpgme.spec	3 Mar 2006 13:00:38 -0000	1.15
+++ gpgme.spec	11 May 2006 19:35:05 -0000	1.16
@@ -2,7 +2,7 @@
 Name:    gpgme
 Summary: GnuPG Made Easy - high level crypto API
 Version: 1.1.2
-Release: 1%{?dist}
+Release: 3%{?dist}
 
 License: LGPL
 Group:   Applications/System
@@ -11,6 +11,8 @@
 Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2.sig
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+Patch1: gpgme-1.1.2-config_extras.patch
+
 BuildRequires: gnupg >= 1.2.2
 BuildRequires: gnupg2 >= 1.9.6
 BuildRequires: libgpg-error-devel >= 0.5
@@ -41,6 +43,8 @@
 %prep
 %setup -q
 
+%patch1 -p1 -b .config_extras
+
 
 %build
 %configure \
@@ -95,6 +99,12 @@
 
 
 %changelog
+* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-3
+- add back support for gpgme-config --thread=pthread
+
+* Mon Mar 6 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-2
+- drop extraneous libs from gpgme-config
+
 * Fri Mar 3 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.2-1
 - 1.1.2
 - drop upstreamed gpgme-1.1.0-tests.patch




More information about the fedora-extras-commits mailing list