]> git.pld-linux.org Git - packages/gpa.git/commitdiff
- updated to 0.9.5 auto/th/gpa-0.9.5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Oct 2014 19:26:48 +0000 (21:26 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 2 Oct 2014 19:26:48 +0000 (21:26 +0200)
- updated am patch

gpa-am.patch
gpa.spec

index e04a800ddd2e9f7e0f18f23e1ca5602796747960..fdd515d06083bc7fcf230058d19b2e5a7cbfdc8e 100644 (file)
@@ -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)
  
index 568b8f8377282e373c24cf1f372566bd71964cb9..1f936b85a122d5d03598e8803bfd798f94f7afa6 100644 (file)
--- 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
This page took 0.088016 seconds and 4 git commands to generate.