This commit is contained in:
parent
1228b8fc5a
commit
b7b6be7ecf
@ -1,13 +0,0 @@
|
||||
--- gpgme/gpgme-config.in 2005/11/17 18:45:14 1136
|
||||
+++ gpgme/gpgme-config.in 2006/03/06 10:33:57 1170
|
||||
@@ -25,6 +25,10 @@
|
||||
libs_pth="@PTH_LDFLAGS@ @PTH_LIBS@"
|
||||
cflags_pth="@PTH_CFLAGS@"
|
||||
|
||||
+@HAVE_PTHREAD_TRUE@thread_modules="$thread_modules pthread"
|
||||
+libs_pthread="-lpthread"
|
||||
+cflags_pthread=""
|
||||
+
|
||||
# Configure glib.
|
||||
libs_glib="@GLIB_LIBS@"
|
||||
cflags_glib="@GLIB_CFLAGS@"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b1f3f7cb01238810d4ac52add43eaf14947a9ca41499387f3a7639f1ab8057c3
|
||||
size 679263
|
3
gpgme-1.1.4.tar.bz2
Normal file
3
gpgme-1.1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8dddaf7abc51a33b635bcb6b1864fca72f31fe8e9de3eb70a58e631eed99959
|
||||
size 726139
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 9 14:44:53 CET 2007 - ltinkl@suse.cz
|
||||
|
||||
- update to latest version (1.1.4), needed for gpa
|
||||
* Detect and bail out on double plaintext messages. This is required
|
||||
so that applications can properly detect the signed parts of a
|
||||
message. Actual there is now a double protection as GnuPG 1.4.7
|
||||
will detect this case too.
|
||||
* Fixed a memory leak in gpgme_data_release_and_get_mem.
|
||||
* Fixed a bug in Windows command line quoting.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 5 00:47:08 CET 2007 - ro@suse.de
|
||||
|
||||
|
19
gpgme.spec
19
gpgme.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gpgme (Version 1.1.2)
|
||||
# spec file for package gpgme (Version 1.1.4)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -17,10 +17,9 @@ License: GNU General Public License (GPL)
|
||||
Group: Productivity/Security
|
||||
PreReq: %install_info_prereq
|
||||
Autoreqprov: on
|
||||
Version: 1.1.2
|
||||
Release: 41
|
||||
Version: 1.1.4
|
||||
Release: 1
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}-pthread-config.patch
|
||||
Patch1: %{name}-%{version}-warning.patch
|
||||
URL: http://www.gnupg.org/related_software/gpgme/
|
||||
Summary: A Library Designed to Give Applications Easy Access to GnuPG
|
||||
@ -91,7 +90,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch
|
||||
%patch1
|
||||
autoreconf --force --install
|
||||
|
||||
@ -130,6 +128,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%_libdir/libgpgme.so.*
|
||||
%_libdir/libgpgme-pthread.so.*
|
||||
%_libdir/libgpgme-pth.so.*
|
||||
%prefix/share/common-lisp/source/gpgme
|
||||
|
||||
%_infodir/gpgme*
|
||||
|
||||
@ -145,7 +144,15 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%prefix/share/aclocal/gpgme.m4
|
||||
%prefix/include/gpgme.h
|
||||
|
||||
%changelog -n gpgme
|
||||
%changelog
|
||||
* Fri Mar 09 2007 - ltinkl@suse.cz
|
||||
- update to latest version (1.1.4), needed for gpa
|
||||
* Detect and bail out on double plaintext messages. This is required
|
||||
so that applications can properly detect the signed parts of a
|
||||
message. Actual there is now a double protection as GnuPG 1.4.7
|
||||
will detect this case too.
|
||||
* Fixed a memory leak in gpgme_data_release_and_get_mem.
|
||||
* Fixed a bug in Windows command line quoting.
|
||||
* Mon Feb 05 2007 - ro@suse.de
|
||||
- updated filelist
|
||||
* Wed Sep 20 2006 - anosek@suse.cz
|
||||
|
Loading…
x
Reference in New Issue
Block a user