- gnupg-2.0.7
This commit is contained in:
parent
aee2789859
commit
83804cdaf0
@ -1,7 +1,7 @@
|
|||||||
clog
|
clog
|
||||||
gnupg-2.0.4.tar.bz2
|
|
||||||
gnupg-2.0.4.tar.bz2.sig
|
|
||||||
gnupg-2.0.5.tar.bz2
|
gnupg-2.0.5.tar.bz2
|
||||||
gnupg-2.0.5.tar.bz2.sig
|
gnupg-2.0.5.tar.bz2.sig
|
||||||
gnupg-2.0.6.tar.bz2
|
gnupg-2.0.6.tar.bz2
|
||||||
gnupg-2.0.6.tar.bz2.sig
|
gnupg-2.0.6.tar.bz2.sig
|
||||||
|
gnupg-2.0.7.tar.bz2
|
||||||
|
gnupg-2.0.7.tar.bz2.sig
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
--- common/estream.c (revision 4541)
|
|
||||||
+++ common/estream.c (working copy)
|
|
||||||
@@ -861,6 +861,7 @@
|
|
||||||
#endif
|
|
||||||
|
|
||||||
file_cookie->fd = fd;
|
|
||||||
+ file_cookie->no_close = 0;
|
|
||||||
*cookie = file_cookie;
|
|
||||||
*filedes = fd;
|
|
16
gnupg2.spec
16
gnupg2.spec
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Summary: Utility for secure communication and data storage
|
Summary: Utility for secure communication and data storage
|
||||||
Name: gnupg2
|
Name: gnupg2
|
||||||
Version: 2.0.6
|
Version: 2.0.7
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
@ -31,7 +31,7 @@ Patch1: gnupg-1.9.16-testverbose.patch
|
|||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
Requires(postun): /sbin/install-info
|
Requires(postun): /sbin/install-info
|
||||||
|
|
||||||
BuildRequires: libassuan-devel >= 1.0.2
|
BuildRequires: libassuan-devel >= 1.0.3
|
||||||
BuildRequires: libgcrypt-devel => 1.2.2
|
BuildRequires: libgcrypt-devel => 1.2.2
|
||||||
BuildRequires: libgpg-error-devel => 1.4
|
BuildRequires: libgpg-error-devel => 1.4
|
||||||
BuildRequires: libksba-devel >= 1.0.2
|
BuildRequires: libksba-devel >= 1.0.2
|
||||||
@ -51,7 +51,7 @@ BuildRequires: pcsc-lite-libs
|
|||||||
|
|
||||||
# sed/kill used in gpg-agent-(startup/shutdown).sh
|
# sed/kill used in gpg-agent-(startup/shutdown).sh
|
||||||
Requires: fileutils util-linux
|
Requires: fileutils util-linux
|
||||||
Requires: pinentry >= 0.7.1
|
Requires: pinentry
|
||||||
|
|
||||||
Provides: gpg
|
Provides: gpg
|
||||||
Provides: openpgp
|
Provides: openpgp
|
||||||
@ -104,7 +104,7 @@ mkdir -p $HOME/.gnupg
|
|||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--enable-selinux-support \
|
--enable-selinux-support \
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
--disable-optimization
|
# --disable-optimization
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# not smp-safe
|
# not smp-safe
|
||||||
@ -132,7 +132,7 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
|||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# some gpg2 tests (still) FAIL
|
# some gpg2 tests (still) FAIL on non i386 platforms
|
||||||
make -k check ||:
|
make -k check ||:
|
||||||
|
|
||||||
|
|
||||||
@ -177,6 +177,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.7-1
|
||||||
|
- gnupg-2.0.7
|
||||||
|
|
||||||
|
* Fri Aug 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-2
|
||||||
|
- respin (libassuan)
|
||||||
|
|
||||||
* Thu Aug 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-1
|
* Thu Aug 16 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 2.0.6-1
|
||||||
- gnupg-2.0.6
|
- gnupg-2.0.6
|
||||||
- License: GPLv3+
|
- License: GPLv3+
|
||||||
|
Loading…
Reference in New Issue
Block a user