- Update to 2.13.90
- Add patch to not specify a default invisible char, let GTK+ handle it
This commit is contained in:
parent
710fda0362
commit
ad20f67abf
@ -4,3 +4,4 @@ gnome-terminal-2.13.0.tar.bz2
|
|||||||
gnome-terminal-2.13.1.tar.bz2
|
gnome-terminal-2.13.1.tar.bz2
|
||||||
gnome-terminal-2.13.2.tar.bz2
|
gnome-terminal-2.13.2.tar.bz2
|
||||||
gnome-terminal-2.13.3.tar.bz2
|
gnome-terminal-2.13.3.tar.bz2
|
||||||
|
gnome-terminal-2.13.90.tar.bz2
|
||||||
|
@ -12,12 +12,13 @@
|
|||||||
|
|
||||||
Summary: GNOME Terminal
|
Summary: GNOME Terminal
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 2.13.3
|
Version: 2.13.90
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://www.gnome.org/
|
URL: http://www.gnome.org/
|
||||||
Source0: gnome-terminal-%{version}.tar.bz2
|
Source0: gnome-terminal-%{version}.tar.bz2
|
||||||
Source1: ne.po
|
Source1: ne.po
|
||||||
Patch0: gnome-terminal-2.12.0-inputmethod.patch
|
Patch0: gnome-terminal-2.12.0-inputmethod.patch
|
||||||
|
Patch1: gnome-terminal-2.13.90-invisible-char.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
|
|
||||||
@ -53,6 +54,7 @@ GNOME terminal emulator application.
|
|||||||
%setup -q
|
%setup -q
|
||||||
cp ${RPM_SOURCE_DIR}/ne.po po
|
cp ${RPM_SOURCE_DIR}/ne.po po
|
||||||
%patch0 -p1 -b .inputmethod
|
%patch0 -p1 -b .inputmethod
|
||||||
|
%patch1 -p0 -b .invisible-char
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -101,6 +103,10 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-terminal.
|
|||||||
%{_libdir}/bonobo
|
%{_libdir}/bonobo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 30 2006 Christopher Aillon <caillon@redhat.com> 2.13.90-1
|
||||||
|
- Update to 2.13.90
|
||||||
|
- Add patch to not specify a default invisible char, let GTK+ handle it
|
||||||
|
|
||||||
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
|
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
|
||||||
- Update to 2.13.3
|
- Update to 2.13.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user