From c2eaeb00cc0ca9d79e0b50a2c4fe3df80706ef64 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 2 Oct 2014 21:26:48 +0200 Subject: [PATCH] - updated to 0.9.5 - updated am patch --- gpa-am.patch | 10 +++++----- gpa.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/gpa-am.patch b/gpa-am.patch index e04a800..fdd515d 100644 --- a/gpa-am.patch +++ b/gpa-am.patch @@ -1,11 +1,11 @@ ---- gpa-0.9.4/configure.ac.orig 2013-05-07 21:24:33.235875192 +0200 -+++ gpa-0.9.4/configure.ac 2013-05-07 21:25:02.042540650 +0200 +--- gpa-0.9.5/configure.ac.orig 2014-10-02 21:07:10.715862848 +0200 ++++ gpa-0.9.5/configure.ac 2014-10-02 21:08:48.555858742 +0200 @@ -53,7 +53,7 @@ - NEED_GPGME_VERSION=1.2.0 - + NEED_GPGME_VERSION=1.5.0 + AC_CONFIG_AUX_DIR([build-aux]) -AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) ++AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR(src/gpa.c) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) diff --git a/gpa.spec b/gpa.spec index 568b8f8..1f936b8 100644 --- a/gpa.spec +++ b/gpa.spec @@ -1,27 +1,27 @@ Summary: Gnu Privacy Assistant - Graphical Frontend for the GnuPG Summary(pl.UTF-8): Gnu Privacy Assistant - Graficzny Frontend GnuPG Name: gpa -Version: 0.9.4 +Version: 0.9.5 Release: 1 License: GPL v3+ Group: X11/Applications Source0: ftp://ftp.gnupg.org/gcrypt/gpa/%{name}-%{version}.tar.bz2 -# Source0-md5: 178144d53c35703a59eeb5ab767b4c6c +# Source0-md5: 8d8a6de522e27ef9f40878a296b5244b Patch0: %{name}-am.patch URL: http://www.gnupg.org/related_software/gpa/ BuildRequires: autoconf >= 2.61 BuildRequires: automake >= 1:1.10 -BuildRequires: gettext-devel >= 0.17 -BuildRequires: gpgme-devel >= 1:1.2.0 +BuildRequires: gettext-devel >= 0.18.1 +BuildRequires: gpgme-devel >= 1:1.5.0 BuildRequires: gtk+2-devel >= 2:2.10.0 BuildRequires: libassuan-devel >= 1.1.0 -BuildRequires: libgpg-error-devel >= 1.4 +BuildRequires: libgpg-error-devel >= 1.12 BuildRequires: pkgconfig Requires: gnupg -Requires: gpgme >= 1:1.2.0 +Requires: gpgme >= 1:1.5.0 Requires: gtk+2 >= 2:2.10.0 Requires: libassuan >= 1.1.0 -Requires: libgpg-error >= 1.4 +Requires: libgpg-error >= 1.12 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -- 2.44.0