rpms/gnupg2/EL-5 .cvsignore, 1.19, 1.20 gnupg2.spec, 1.60, 1.61 sources, 1.21, 1.22

Rex Dieter rdieter at fedoraproject.org
Tue Feb 17 20:48:41 UTC 2009


Author: rdieter

Update of /cvs/pkgs/rpms/gnupg2/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15351

Modified Files:
	.cvsignore gnupg2.spec sources 
Log Message:
* Tue Feb 17 2009 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.9-1
- gnupg2-2.0.9 (#479032)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg2/EL-5/.cvsignore,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- .cvsignore	21 Dec 2007 21:36:39 -0000	1.19
+++ .cvsignore	17 Feb 2009 20:48:10 -0000	1.20
@@ -1,3 +1,2 @@
-clog
-gnupg-2.0.8.tar.bz2
-gnupg-2.0.8.tar.bz2.sig
+gnupg-2.0.9.tar.bz2
+gnupg-2.0.9.tar.bz2.sig


Index: gnupg2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg2/EL-5/gnupg2.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- gnupg2.spec	21 Dec 2007 21:36:39 -0000	1.60
+++ gnupg2.spec	17 Feb 2009 20:48:10 -0000	1.61
@@ -9,7 +9,7 @@
 
 Summary: Utility for secure communication and data storage
 Name:    gnupg2
-Version: 2.0.8
+Version: 2.0.9
 Release: 1%{?dist}
 
 License: GPLv3+
@@ -33,10 +33,13 @@
 BuildRequires: libgcrypt-devel => 1.2.2
 BuildRequires: libgpg-error-devel => 1.4
 BuildRequires: libksba-devel >= 1.0.2
+%ifnarch s390 s390x
 BuildRequires: libusb-devel
-BuildRequires: openldap-devel
 %if 0%{?fedora} > 3 || 0%{?rhel} > 4
 BuildRequires: pcsc-lite-libs
+%else
+%define pcsclib libpcsclite.so.0
+%endif
 %endif
 BuildRequires: pth-devel
 BuildRequires: readline-devel ncurses-devel
@@ -89,10 +92,8 @@
 # pcsc-lite library major: 0 in 1.2.0, 1 in 1.2.9+ (dlopen()'d in pcsc-wrapper)
 # Note: this is just the name of the default shared lib to load in scdaemon,
 # it can use other implementations too (including non-pcsc ones).
-%if 0%{?fedora} > 3 || 0%{?rhel} > 4
+%if "x%{?pcsclib}" == "x%{nil}"
 %global pcsclib %(basename $(ls -1 %{_libdir}/libpcsclite.so.? 2>/dev/null ) 2>/dev/null )
-%else
-%define pcsclib libpcsclite.so.0
 %endif
 
 sed -i -e 's/"libpcsclite\.so"/"%{pcsclib}"/' scd/{scdaemon,pcsc-wrapper}.c
@@ -134,7 +135,7 @@
 %check
 # need scratch gpg database for tests
 mkdir -p $HOME/.gnupg
-# some gpg2 tests (still) FAIL on non i386 platforms
+# some gpg2 tests (still) FAIL (on non-i386 platforms?)
 make -k check ||:
 
 
@@ -179,6 +180,9 @@
 
 
 %changelog
+* Tue Feb 17 2009 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.9-1
+- gnupg2-2.0.9 (#479032)
+
 * Thu Dec 20 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.8-1
 - gnupg2-2.0.8
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnupg2/EL-5/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	21 Dec 2007 21:36:39 -0000	1.21
+++ sources	17 Feb 2009 20:48:10 -0000	1.22
@@ -1,2 +1,2 @@
-fc4377ca67e1bf687eeaf22e79c0b9d1  gnupg-2.0.8.tar.bz2
-5f4fefbca2568910e3628b4d8ea3d485  gnupg-2.0.8.tar.bz2.sig
+b41f3f6716a74c46a609a71853e85c7b  gnupg-2.0.9.tar.bz2
+29a90f2bdd27d79b7e9a0885f119832a  gnupg-2.0.9.tar.bz2.sig




More information about the fedora-extras-commits mailing list