auto-import changelog data from gnome-terminal-2.0.1-4.src.rpm
Mon Sep 02 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-4 - fix incorrect regexp which matched newlines as parts of URLs (#71349)
This commit is contained in:
parent
0863580936
commit
7cb69e598a
@ -13,7 +13,7 @@
|
|||||||
Summary: GNOME Terminal
|
Summary: GNOME Terminal
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 2.0.1
|
Version: 2.0.1
|
||||||
Release: 3
|
Release: 4
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-terminal/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gnome-terminal/%{name}-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -39,6 +39,7 @@ BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|||||||
Patch1: gnome-terminal-2.0.0.90-monospace.patch
|
Patch1: gnome-terminal-2.0.0.90-monospace.patch
|
||||||
Patch2: gnome-terminal-2.0.0.90-padding.patch
|
Patch2: gnome-terminal-2.0.0.90-padding.patch
|
||||||
Patch3: gnome-terminal-2.0.1-newegg.patch
|
Patch3: gnome-terminal-2.0.1-newegg.patch
|
||||||
|
Patch4: profterm-match-regex.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
||||||
@ -49,6 +50,7 @@ GNOME terminal emulator application.
|
|||||||
%patch1 -p1 -b .monospace
|
%patch1 -p1 -b .monospace
|
||||||
%patch2 -p0 -b .padding
|
%patch2 -p0 -b .padding
|
||||||
%patch3 -p1 -b .newegg
|
%patch3 -p1 -b .newegg
|
||||||
|
%patch4 -p0 -b .match-regex
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -94,6 +96,9 @@ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-terminal.
|
|||||||
%{_libdir}/bonobo
|
%{_libdir}/bonobo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-4
|
||||||
|
- fix incorrect regexp which matched newlines as parts of URLs (#71349)
|
||||||
|
|
||||||
* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
|
* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
|
||||||
- Clean up keyboard handling.
|
- Clean up keyboard handling.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user