]> git.pld-linux.org Git - packages/vte.git/commitdiff
- release 2: -ring_append.patch auto/th/vte-0_22_1-2
authorradek <radek@pld-linux.org>
Sun, 27 Sep 2009 22:42:03 +0000 (22:42 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    vte-ring_append.patch -> 1.1
    vte.spec -> 1.144

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

diff --git a/vte-ring_append.patch b/vte-ring_append.patch
new file mode 100644 (file)
index 0000000..e3bf8a4
--- /dev/null
@@ -0,0 +1,11 @@
+--- vte-0.22.1/src/vteseq.c~   2009-09-24 21:25:51.000000000 +0200
++++ vte-0.22.1/src/vteseq.c    2009-09-28 00:34:06.418540003 +0200
+@@ -1060,7 +1060,7 @@
+                       rowdata = _vte_ring_index_writable (screen->row_data, i);
+                       g_assert(rowdata != NULL);
+               } else {
+-                      rowdata = _vte_terminal_ring_append (screen->row_data, FALSE);
++                      rowdata = _vte_terminal_ring_append (terminal, FALSE);
+               }
+               /* Pad out the row. */
+               _vte_row_data_fill (rowdata, &screen->fill_defaults, terminal->column_count);
index a1fa39800181c29800da77731587587c7808a45b..ca262fa433a93353fe6a7307c2cab9b517097393 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -2,11 +2,12 @@ Summary:      VTE terminal widget library
 Summary(pl.UTF-8):     Biblioteka z kontrolkÄ… terminala VTE
 Name:          vte
 Version:       0.22.1
-Release:       1
+Release:       2
 License:       LGPL v2+
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/vte/0.22/%{name}-%{version}.tar.bz2
 # Source0-md5: 81fef1b248717f5fa66fe9e9d86508da
+Patch0:                %{name}-ring_append.patch
 BuildRequires: autoconf >= 2.59-9
 BuildRequires: automake >= 1:1.9
 BuildRequires: gettext-devel
@@ -108,6 +109,7 @@ Dokumentacja API VTE.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__gtkdocize}
This page took 0.036782 seconds and 4 git commands to generate.