From 41a0fb138b98aa8c3ae660ed0cb67fe62cbbe733d85461263e0dba2c24dcb202 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 14 Jan 2011 14:03:14 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/gpgme revision 29.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=bd74b5d462280bc85adfb343040acbc9 --- gpgme.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gpgme.spec b/gpgme.spec index 98d99b5..3d142e0 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,7 +1,7 @@ # -# spec file for package gpgme (Version 1.3.0) +# spec file for package gpgme # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ BuildRequires: libpth-devel >= 2.0.7 BuildRequires: pth >= 2.0.7 %endif Version: 1.3.0 -Release: 3 +Release: 6 License: GPLv2+ Summary: A Library Designed to Give Applications Easy Access to GnuPG Url: http://www.gnupg.org/related_software/gpgme/ From f411f70725b1296725f0fddb7d3ffa1908fbfee5ec7e08bc33e4acc66bbb9ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Tue, 1 Feb 2011 00:14:42 +0000 Subject: [PATCH 2/2] Accepting request 59525 from home:gberh:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/59525 OBS-URL: https://build.opensuse.org/package/show/Base:System/gpgme?expand=0&rev=17 --- ...e-1.3.0-gpgme-config-remove-extraneous-libs.patch | 12 ++++++++++++ gpgme.changes | 6 ++++++ gpgme.spec | 2 ++ 3 files changed, 20 insertions(+) create mode 100644 gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch diff --git a/gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch b/gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch new file mode 100644 index 0000000..767c215 --- /dev/null +++ b/gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch @@ -0,0 +1,12 @@ +diff -ur gpgme-1.3.0.orig/src/gpgme-config.in gpgme-1.3.0/src/gpgme-config.in +--- gpgme-1.3.0.orig/src/gpgme-config.in 2009-10-23 15:44:56.000000000 +0200 ++++ gpgme-1.3.0/src/gpgme-config.in 2011-01-31 15:40:34.000000000 +0100 +@@ -21,7 +21,7 @@ + + # Network libraries. + assuan_cflags="@LIBASSUAN_CFLAGS@" +-assuan_libs="@LIBASSUAN_LIBS@" ++#assuan_libs="@LIBASSUAN_LIBS@" + + # Configure libgpg-error. + gpg_error_cflags="@GPG_ERROR_CFLAGS@" diff --git a/gpgme.changes b/gpgme.changes index 3e65d52..5fe3aa8 100644 --- a/gpgme.changes +++ b/gpgme.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 31 14:47:20 UTC 2011 - gber@opensuse.org + +- added gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch in + order to remove the extraneuos libassuan from gpgme-config + ------------------------------------------------------------------- Tue Dec 14 13:05:39 UTC 2010 - cristian.rodriguez@opensuse.org diff --git a/gpgme.spec b/gpgme.spec index 3d142e0..87a4e3e 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -32,6 +32,7 @@ Url: http://www.gnupg.org/related_software/gpgme/ Group: Productivity/Security Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2 Source2: baselibs.conf +Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch BuildRequires: libassuan-devel >= 1.1.0 BuildRequires: libgpg-error-devel >= 1.4 PreReq: %install_info_prereq @@ -102,6 +103,7 @@ of standard widgets for common key selection tasks is even planned. %prep %setup -q +%patch0 -p1 %build sh autogen.sh