This commit is contained in:
parent
5ff9f2ee33
commit
dbe0c139b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11417edafca4d1cefc3ac1c9259d66d0fcbf3ea4bbff7c26672bd697972d5353
|
||||
size 803763
|
3
gpgme-1.1.8.tar.bz2
Normal file
3
gpgme-1.1.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f73a219e0b389f25c8d9b563eb8e0a9ffd9dd038d91b572eaf0ea33beff05e2
|
||||
size 827069
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 18 11:54:55 CET 2009 - puzel@suse.cz
|
||||
|
||||
- update to 1.1.8
|
||||
* SIGPIPE is now again ignored as described in the manual. Fixes
|
||||
regresion introduced with 1.1.6.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 12:42:41 CET 2008 - puzel@suse.cz
|
||||
|
||||
|
16
gpgme.spec
16
gpgme.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gpgme (Version 1.1.7)
|
||||
# spec file for package gpgme (Version 1.1.8)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -24,10 +24,10 @@ License: GPL v2 or later
|
||||
Group: Productivity/Security
|
||||
PreReq: %install_info_prereq
|
||||
AutoReqProv: on
|
||||
Version: 1.1.7
|
||||
Version: 1.1.8
|
||||
Release: 1
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
||||
Patch1: %{name}-1.1.6-makecheck.patch
|
||||
Patch1: %{name}-%{version}-makecheck.patch
|
||||
Url: http://www.gnupg.org/related_software/gpgme/
|
||||
Summary: A Library Designed to Give Applications Easy Access to GnuPG
|
||||
Requires: gpg2
|
||||
@ -142,9 +142,9 @@ sh autogen.sh
|
||||
# in case configure picks GnuPG-1.x, e.g. from /usr/local, this would cause
|
||||
# testsuite failures:
|
||||
%configure --disable-static \
|
||||
--with-gpg-version=2.0.9 \
|
||||
--with-gpgsm-version=2.0.9 \
|
||||
--with-gpgconf-version=2.0.9 \
|
||||
--with-gpg-version=2.0.10 \
|
||||
--with-gpgsm-version=2.0.10 \
|
||||
--with-gpgconf-version=2.0.10 \
|
||||
--with-gpg=%_bindir/gpg2 \
|
||||
--with-gpgsm=%_bindir/gpgsm \
|
||||
--with-gpgconf=%_bindir/gpgconf
|
||||
@ -197,6 +197,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/gpgme.h
|
||||
|
||||
%changelog
|
||||
* Wed Feb 18 2009 puzel@suse.cz
|
||||
- update to 1.1.8
|
||||
* SIGPIPE is now again ignored as described in the manual. Fixes
|
||||
regresion introduced with 1.1.6.
|
||||
* Mon Dec 08 2008 puzel@suse.cz
|
||||
- update to 1.1.7
|
||||
- using GPGME_KEYLIST_MODE_LOCAL combined with
|
||||
|
Loading…
x
Reference in New Issue
Block a user