From b7b6be7ecf2019bb2c6e44f88bbd37284ffe2463835af27ce240847d58b92713 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 12 Mar 2007 00:58:50 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=3 --- gpgme-1.1.2-pthread-config.patch | 13 ------------- gpgme-1.1.2.tar.bz2 | 3 --- ...warning.patch => gpgme-1.1.4-warning.patch | 0 gpgme-1.1.4.tar.bz2 | 3 +++ gpgme.changes | 11 +++++++++++ gpgme.spec | 19 +++++++++++++------ 6 files changed, 27 insertions(+), 22 deletions(-) delete mode 100644 gpgme-1.1.2-pthread-config.patch delete mode 100644 gpgme-1.1.2.tar.bz2 rename gpgme-1.1.2-warning.patch => gpgme-1.1.4-warning.patch (100%) create mode 100644 gpgme-1.1.4.tar.bz2 diff --git a/gpgme-1.1.2-pthread-config.patch b/gpgme-1.1.2-pthread-config.patch deleted file mode 100644 index 6de661f..0000000 --- a/gpgme-1.1.2-pthread-config.patch +++ /dev/null @@ -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@" diff --git a/gpgme-1.1.2.tar.bz2 b/gpgme-1.1.2.tar.bz2 deleted file mode 100644 index 4d345b6..0000000 --- a/gpgme-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f3f7cb01238810d4ac52add43eaf14947a9ca41499387f3a7639f1ab8057c3 -size 679263 diff --git a/gpgme-1.1.2-warning.patch b/gpgme-1.1.4-warning.patch similarity index 100% rename from gpgme-1.1.2-warning.patch rename to gpgme-1.1.4-warning.patch diff --git a/gpgme-1.1.4.tar.bz2 b/gpgme-1.1.4.tar.bz2 new file mode 100644 index 0000000..4e2b61c --- /dev/null +++ b/gpgme-1.1.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8dddaf7abc51a33b635bcb6b1864fca72f31fe8e9de3eb70a58e631eed99959 +size 726139 diff --git a/gpgme.changes b/gpgme.changes index 30a36b8..9a68abf 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -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 diff --git a/gpgme.spec b/gpgme.spec index 5d47082..f760165 100644 --- a/gpgme.spec +++ b/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