From: Marcin Banasiak Date: Mon, 25 Mar 2013 20:56:17 +0000 (+0100) Subject: Update to 0.34.3 X-Git-Tag: auto/th/vte-0.34.3-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=7e78b7317752a51cdbf28c400660ca221193cc01;p=packages%2Fvte.git Update to 0.34.3 - added -am.patch to fix build with automake 1.13 --- diff --git a/vte-am.patch b/vte-am.patch new file mode 100644 index 0000000..e108e6e --- /dev/null +++ b/vte-am.patch @@ -0,0 +1,10 @@ +--- vte-0.34.3/gnome-pty-helper/configure.in.automake 2013-03-25 21:47:53.571692354 +0100 ++++ vte-0.34.3/gnome-pty-helper/configure.in 2013-03-25 21:48:01.931646994 +0100 +@@ -8,7 +8,6 @@ AC_CONFIG_SRCDIR([gnome-pty.h]) + AC_ISC_POSIX + AC_PROG_CC + AC_STDC_HEADERS +-AM_PROG_CC_STDC + + if test -z "$enable_maintainer_mode"; then + enable_maintainer_mode=yes diff --git a/vte.spec b/vte.spec index 0b22d42..bef9949 100644 --- a/vte.spec +++ b/vte.spec @@ -1,14 +1,15 @@ Summary: VTE terminal widget library Summary(pl.UTF-8): Biblioteka z kontrolką terminala VTE Name: vte -Version: 0.34.2 +Version: 0.34.3 Release: 1 License: LGPL v2+ Group: X11/Libraries Source0: http://ftp.gnome.org/pub/GNOME/sources/vte/0.34/%{name}-%{version}.tar.xz -# Source0-md5: 523eae73bd93d58b9427357774956b22 +# Source0-md5: 125a72b8c2f7dcb908d47320c02cb26d # https://bugzilla.gnome.org/show_bug.cgi?id=663779 Patch0: %{name}-alt-meta.patch +Patch1: %{name}-am.patch BuildRequires: autoconf >= 2.63 BuildRequires: automake >= 1:1.9 BuildRequires: docbook-dtd412-xml @@ -100,6 +101,7 @@ Dokumentacja API VTE (wersja dla GTK+ 3). %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__gtkdocize}