]> git.pld-linux.org Git - packages/pinentry.git/commitdiff
- updated to 0.8.3 auto/th/pinentry-0.8.3-1 auto/ti/pinentry-0.8.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 May 2013 19:03:39 +0000 (21:03 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 7 May 2013 19:03:39 +0000 (21:03 +0200)
- added am patch (fixes build with automake 1.13+)

pinentry-am.patch [new file with mode: 0644]
pinentry.spec

diff --git a/pinentry-am.patch b/pinentry-am.patch
new file mode 100644 (file)
index 0000000..369019a
--- /dev/null
@@ -0,0 +1,11 @@
+--- pinentry-0.8.3/configure.ac.orig   2013-04-26 12:23:27.000000000 +0200
++++ pinentry-0.8.3/configure.ac        2013-05-07 21:00:47.685935015 +0200
+@@ -44,7 +44,7 @@
+ AC_INIT([pinentry],[mym4_full_version], [http://bugs.gnupg.org])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ AC_CONFIG_SRCDIR(pinentry/pinentry.h)
+ AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
index b23965c29c2a67379eb5246e36a845032ab30aec..3ca3893c0e891b242382ed4a5fbe6fecc27a37e9 100644 (file)
@@ -9,15 +9,16 @@
 Summary:       Simple PIN or passphrase entry dialogs
 Summary(pl.UTF-8):     Proste kontrolki dialogowe do wpisywania PIN-ów lub haseł
 Name:          pinentry
-Version:       0.8.2
+Version:       0.8.3
 Release:       1
 License:       GPL v2+
 Group:         Applications
 Source0:       ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.bz2
-# Source0-md5: 82e6114e5e27a8ab36f314b332a6e024
+# Source0-md5: 2ae681cbca0d9fb774b2c90b11ebf56c
 Patch0:                %{name}-system-assuan.patch
 Patch1:                %{name}-info.patch
-Patch2:                0001-Fix-qt4-pinentry-window-created-in-the-background.patch
+Patch2:                %{name}-am.patch
+Patch3:                0001-Fix-qt4-pinentry-window-created-in-the-background.patch
 URL:           http://www.gnupg.org/
 %{?with_qt4:BuildRequires:     QtGui-devel}
 BuildRequires: autoconf >= 2.57
@@ -98,6 +99,7 @@ Prosta kontrolka dialogowa do wpisywania PIN-ów lub haseł dla Qt4.
 #patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %if %{with qt4}
 cd qt4
This page took 0.065015 seconds and 4 git commands to generate.