]> git.pld-linux.org Git - packages/vte.git/commitdiff
Update to 0.34.3 auto/th/vte-0.34.3-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 25 Mar 2013 20:56:17 +0000 (21:56 +0100)
committerMarcin Banasiak <marcin.banasiak@gmail.com>
Mon, 25 Mar 2013 20:56:17 +0000 (21:56 +0100)
- added -am.patch to fix build with automake 1.13

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

diff --git a/vte-am.patch b/vte-am.patch
new file mode 100644 (file)
index 0000000..e108e6e
--- /dev/null
@@ -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
index 0b22d42cdd356f1e91587c906a465078610993d0..bef994932819fe45f8b003dba805c50f4fff6013 100644 (file)
--- 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}
This page took 0.038929 seconds and 4 git commands to generate.