2004-09-09 05:35:26 +00:00
|
|
|
|
%define gettext_package gnome-terminal
|
|
|
|
|
|
2010-01-14 05:32:24 +00:00
|
|
|
|
%define glib2_version 2.16.0
|
2010-10-07 16:40:37 +00:00
|
|
|
|
%define gtk3_version 2.91.0
|
2007-02-14 14:17:07 +00:00
|
|
|
|
%define gconf_version 2.14.0
|
2010-10-07 16:40:37 +00:00
|
|
|
|
%define vte3_version 0.27
|
2007-02-14 14:17:07 +00:00
|
|
|
|
%define desktop_file_utils_version 0.2.90
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
2008-11-22 04:15:24 +00:00
|
|
|
|
Summary: Terminal emulator for GNOME
|
2004-09-09 05:35:20 +00:00
|
|
|
|
Name: gnome-terminal
|
2010-10-04 23:01:16 +00:00
|
|
|
|
Version: 2.33.0
|
2010-10-07 16:41:30 +00:00
|
|
|
|
Release: 2%{?dist}
|
2009-04-08 17:57:25 +00:00
|
|
|
|
License: GPLv2+ and GFDL
|
|
|
|
|
Group: User Interface/Desktops
|
2004-09-09 05:35:51 +00:00
|
|
|
|
URL: http://www.gnome.org/
|
2010-03-12 03:23:25 +00:00
|
|
|
|
#VCS: git:git://git.gnome.org/gnome-terminal
|
2010-10-04 23:01:16 +00:00
|
|
|
|
Source0: http://download.gnome.org/sources/gnome-terminal/2.33/gnome-terminal-%{version}.tar.bz2
|
2009-07-16 02:57:42 +00:00
|
|
|
|
# http://bugzilla.gnome.org/show_bug.cgi?id=588732
|
|
|
|
|
Source1: profile-new-dialog.ui
|
2010-05-05 02:10:12 +00:00
|
|
|
|
|
2006-05-19 15:45:49 +00:00
|
|
|
|
# Fix gnome.org Bug 338913 – Terminal resized when switching tabs
|
|
|
|
|
Patch2: gnome-terminal-2.15.0-338913-revert-336325.patch
|
2010-10-07 17:06:19 +00:00
|
|
|
|
Patch3: gtk3-build.patch
|
2004-09-09 05:37:16 +00:00
|
|
|
|
|
2004-09-09 05:37:13 +00:00
|
|
|
|
# gconftool-2
|
2007-02-14 14:17:07 +00:00
|
|
|
|
Requires(pre): GConf2 >= %{gconf_version}
|
|
|
|
|
Requires(post): GConf2 >= %{gconf_version}
|
|
|
|
|
Requires(preun): GConf2 >= %{gconf_version}
|
2004-09-09 05:37:13 +00:00
|
|
|
|
|
2007-12-21 06:04:10 +00:00
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2010-10-07 16:40:37 +00:00
|
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
2007-02-14 14:17:07 +00:00
|
|
|
|
BuildRequires: GConf2-devel >= %{gconf_version}
|
2010-10-07 16:40:37 +00:00
|
|
|
|
BuildRequires: vte3-devel >= %{vte3_version}
|
2004-09-09 05:35:26 +00:00
|
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
2009-03-16 16:41:42 +00:00
|
|
|
|
BuildRequires: scrollkeeper
|
2006-10-22 01:33:17 +00:00
|
|
|
|
BuildRequires: gettext
|
2006-05-22 16:52:22 +00:00
|
|
|
|
BuildRequires: gnome-doc-utils
|
2008-06-03 20:23:17 +00:00
|
|
|
|
BuildRequires: intltool
|
2010-02-14 06:03:38 +00:00
|
|
|
|
BuildRequires: gnome-common
|
2010-02-14 06:12:15 +00:00
|
|
|
|
BuildRequires: autoconf automake libtool
|
2010-09-30 03:54:02 +00:00
|
|
|
|
BuildRequires: libSM-devel
|
2004-09-09 05:37:16 +00:00
|
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
|
%description
|
2009-03-16 16:41:42 +00:00
|
|
|
|
gnome-terminal is a terminal emulator for GNOME. It supports translucent
|
2008-11-22 04:15:24 +00:00
|
|
|
|
backgrounds, opening multiple terminals in a single window (tabs) and
|
|
|
|
|
clickable URLs.
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2006-05-19 15:45:49 +00:00
|
|
|
|
%patch2 -p1 -b .338913-revert-336325
|
2010-10-07 17:06:19 +00:00
|
|
|
|
%patch3 -p1 -b .gtk3-build
|
2010-02-14 06:03:38 +00:00
|
|
|
|
|
2010-10-04 23:01:16 +00:00
|
|
|
|
autoreconf -i -f
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
|
|
%build
|
2010-10-07 16:40:37 +00:00
|
|
|
|
%configure --with-gtk=3.0 --disable-scrollkeeper
|
2010-05-05 02:10:12 +00:00
|
|
|
|
|
2007-02-14 14:17:07 +00:00
|
|
|
|
make %{?_smp_mflags}
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
2009-07-16 02:57:42 +00:00
|
|
|
|
cp %{SOURCE1} src
|
|
|
|
|
|
2008-09-25 15:28:34 +00:00
|
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
|
%install
|
|
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
2007-02-14 14:17:07 +00:00
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2004-09-09 05:35:20 +00:00
|
|
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
|
2007-12-06 14:53:03 +00:00
|
|
|
|
sed -i -e "s/Icon=gnome-terminal.png/Icon=gnome-terminal/" \
|
2009-03-16 16:41:42 +00:00
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/gnome-terminal.desktop
|
2007-12-06 14:53:03 +00:00
|
|
|
|
|
2007-04-11 23:23:44 +00:00
|
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
|
--remove-category=Application \
|
|
|
|
|
--add-category=System \
|
2007-12-06 14:53:03 +00:00
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/gnome-terminal.desktop
|
2004-09-09 05:35:26 +00:00
|
|
|
|
|
2007-02-14 14:17:07 +00:00
|
|
|
|
# grr, --disable-scrollkeeper is not good enough
|
2007-08-23 16:16:44 +00:00
|
|
|
|
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
2004-09-09 05:35:26 +00:00
|
|
|
|
|
2007-08-07 17:29:49 +00:00
|
|
|
|
%find_lang %{gettext_package} --with-gnome
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
|
|
%post
|
2010-04-27 00:43:40 +00:00
|
|
|
|
%gconf_schema_upgrade gnome-terminal
|
2006-10-18 19:48:06 +00:00
|
|
|
|
|
|
|
|
|
%pre
|
2010-04-27 00:43:40 +00:00
|
|
|
|
%gconf_schema_prepare gnome-terminal
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
2006-05-17 02:41:35 +00:00
|
|
|
|
%preun
|
2010-04-27 00:43:40 +00:00
|
|
|
|
%gconf_schema_remove gnome-terminal
|
|
|
|
|
|
2006-05-17 02:41:35 +00:00
|
|
|
|
|
2004-09-09 05:35:26 +00:00
|
|
|
|
%files -f %{gettext_package}.lang
|
2004-09-09 05:37:13 +00:00
|
|
|
|
%defattr(-,root,root,-)
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
2008-01-31 03:43:43 +00:00
|
|
|
|
%doc AUTHORS COPYING NEWS README
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
2006-09-08 16:28:36 +00:00
|
|
|
|
%{_bindir}/gnome-terminal
|
2004-09-09 05:35:20 +00:00
|
|
|
|
%{_datadir}/gnome-terminal
|
2006-09-08 16:28:36 +00:00
|
|
|
|
%{_datadir}/omf/gnome-terminal
|
|
|
|
|
%{_datadir}/applications/gnome-terminal.desktop
|
2004-09-09 05:35:20 +00:00
|
|
|
|
%{_sysconfdir}/gconf/schemas/gnome-terminal.schemas
|
|
|
|
|
|
|
|
|
|
%changelog
|
2010-10-07 16:40:37 +00:00
|
|
|
|
* Thu Oct 7 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-2
|
|
|
|
|
- Build against gtk3
|
|
|
|
|
|
2010-10-04 23:01:16 +00:00
|
|
|
|
* Mon Oct 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-1
|
|
|
|
|
- Update to 2.33.0
|
|
|
|
|
|
2010-09-30 03:39:31 +00:00
|
|
|
|
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
|
|
|
|
|
- Update to 2.32.0
|
|
|
|
|
|
2010-08-31 16:53:39 +00:00
|
|
|
|
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
|
|
|
|
|
- Update to 2.31.91
|
|
|
|
|
|
2010-08-19 16:02:56 +00:00
|
|
|
|
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
|
|
|
|
|
- Update to 2.31.90
|
|
|
|
|
|
2010-05-27 15:43:54 +00:00
|
|
|
|
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
|
|
|
|
|
- Update to 2.31.3
|
|
|
|
|
|
2010-05-05 03:12:37 +00:00
|
|
|
|
* Tue May 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
|
|
|
|
|
- Add more translations for search UI
|
|
|
|
|
|
2010-05-05 02:10:12 +00:00
|
|
|
|
* Tue May 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
|
|
|
|
|
- Update to 2.31.2
|
|
|
|
|
- Add translations for search UI
|
|
|
|
|
|
2010-05-04 04:26:48 +00:00
|
|
|
|
* Tue May 4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
|
|
|
|
|
- Update to 2.31.1
|
|
|
|
|
|
2010-04-27 00:43:40 +00:00
|
|
|
|
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
|
|
|
|
|
- Update to 2.30.1
|
|
|
|
|
|
2010-03-29 16:15:16 +00:00
|
|
|
|
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
|
|
|
|
|
- Update to 2.30.0
|
|
|
|
|
|
2010-03-12 03:23:25 +00:00
|
|
|
|
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
|
|
|
|
|
- Update to 2.29.92
|
|
|
|
|
|
2010-02-14 06:03:38 +00:00
|
|
|
|
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-3
|
|
|
|
|
- Add missing libs
|
|
|
|
|
|
2010-01-14 05:50:41 +00:00
|
|
|
|
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-2
|
|
|
|
|
- Second try
|
|
|
|
|
- Drop stale patch
|
|
|
|
|
|
2010-01-14 05:32:24 +00:00
|
|
|
|
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-1
|
|
|
|
|
- Update to 2.29.6
|
|
|
|
|
|
2009-12-22 18:37:35 +00:00
|
|
|
|
* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.29.1-1
|
|
|
|
|
- Update to 2.29.1
|
|
|
|
|
|
2009-09-22 00:46:55 +00:00
|
|
|
|
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
|
|
|
|
|
- Update to 2.28.0
|
|
|
|
|
|
2009-09-07 22:00:46 +00:00
|
|
|
|
* Mon Sep 7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
|
|
|
|
|
- Update to 2.27.92
|
|
|
|
|
|
2009-08-20 02:09:03 +00:00
|
|
|
|
* Wed Aug 19 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.91-1
|
|
|
|
|
- Update to 2.27.91
|
|
|
|
|
|
2009-07-25 00:48:30 +00:00
|
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.2-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
2009-07-16 02:57:42 +00:00
|
|
|
|
* Wed Jul 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.2-2
|
|
|
|
|
- Fix a stubborn icon
|
|
|
|
|
|
2009-05-20 17:38:03 +00:00
|
|
|
|
* Wed May 20 2009 Ray Strode <rstrode@redhat.com> 2.26.2-1
|
|
|
|
|
- Update to 2.26.2
|
|
|
|
|
|
2009-04-27 06:28:35 +00:00
|
|
|
|
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
|
|
|
|
|
- Don't drop schemas translations from po files
|
|
|
|
|
|
2009-04-14 00:45:32 +00:00
|
|
|
|
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
|
|
|
|
|
- Update to 2.26.1
|
|
|
|
|
- See http://download.gnome.org/sources/gnome-terminal/2.26/gnome-terminal-2.26.1.news
|
|
|
|
|
|
2009-04-08 17:57:25 +00:00
|
|
|
|
* Wed Apr 8 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
|
|
|
|
|
- Incorporate upstream patch to make session saving work better
|
|
|
|
|
|
2009-03-16 16:41:42 +00:00
|
|
|
|
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
|
|
|
|
|
- Update to 2.26.0
|
|
|
|
|
|
2009-02-24 23:31:16 +00:00
|
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
2009-02-18 05:11:05 +00:00
|
|
|
|
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
|
2009-03-16 16:41:42 +00:00
|
|
|
|
- Update to 2.25.91
|
2009-02-18 05:11:05 +00:00
|
|
|
|
|
2009-01-20 17:55:23 +00:00
|
|
|
|
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.5-1
|
|
|
|
|
- Update to 2.25.5
|
|
|
|
|
|
2008-12-17 23:21:51 +00:00
|
|
|
|
* Wed Dec 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.3-2
|
2008-12-17 17:45:35 +00:00
|
|
|
|
- Update to 2.25.3
|
|
|
|
|
|
2008-11-25 06:06:29 +00:00
|
|
|
|
* Tue Nov 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.2-2
|
2008-11-25 05:53:51 +00:00
|
|
|
|
- Update to 2.24.2
|
|
|
|
|
|
2008-11-22 04:15:24 +00:00
|
|
|
|
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-4
|
|
|
|
|
- Tweak %%description
|
|
|
|
|
|
2008-11-20 18:03:40 +00:00
|
|
|
|
* Thu Nov 20 2008 Behdad Esfahbod <besfahbo@redhat.com> - 2.24.1-3
|
|
|
|
|
- Require vte >= 0.17.0
|
|
|
|
|
- Resolves: #472330
|
|
|
|
|
|
2008-10-22 02:23:43 +00:00
|
|
|
|
* Tue Oct 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
|
|
|
|
|
- Make tab switching shortcuts work again
|
|
|
|
|
|
2008-10-20 18:48:08 +00:00
|
|
|
|
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
|
|
|
|
|
- Update to 2.24.1
|
|
|
|
|
|
2008-09-25 15:28:34 +00:00
|
|
|
|
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
|
|
|
|
|
- Save some space
|
|
|
|
|
|
2008-09-22 15:43:09 +00:00
|
|
|
|
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
|
|
|
|
|
- Update to 2.24.0
|
|
|
|
|
|
2008-09-02 23:20:04 +00:00
|
|
|
|
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
|
|
|
|
|
- Update to 2.23.91
|
|
|
|
|
|
2008-08-24 00:50:32 +00:00
|
|
|
|
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2008-08-05 05:07:49 +00:00
|
|
|
|
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
|
|
|
|
|
- Update to 2.23.6
|
|
|
|
|
|
2008-06-18 17:35:22 +00:00
|
|
|
|
* Wed Jun 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.4.2-1
|
|
|
|
|
- Update to 2.23.4.2
|
|
|
|
|
|
2008-06-04 19:43:17 +00:00
|
|
|
|
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.3.1-1
|
|
|
|
|
- Update to 2.23.3.1
|
|
|
|
|
|
2008-06-03 18:19:01 +00:00
|
|
|
|
* Tue Jun 3 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.3-1
|
|
|
|
|
- Update to 2.23.3
|
|
|
|
|
|
2008-05-21 21:35:04 +00:00
|
|
|
|
* Wed May 21 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.22.1-2
|
|
|
|
|
- fix license tag (GFDL+ is the same as GFDL)
|
|
|
|
|
|
2008-04-07 13:53:22 +00:00
|
|
|
|
* Mon Apr 7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
|
|
|
|
|
- Update to 2.22.1
|
|
|
|
|
|
2008-03-11 03:21:06 +00:00
|
|
|
|
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
|
|
|
|
|
- Update to 2.22.0
|
|
|
|
|
|
2008-02-26 18:50:28 +00:00
|
|
|
|
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
|
|
|
|
|
- Update to 2.21.92
|
|
|
|
|
|
2008-02-14 02:47:45 +00:00
|
|
|
|
* Wed Feb 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91.1-1
|
|
|
|
|
- Update to 2.21.91.1
|
|
|
|
|
|
2008-02-13 05:29:26 +00:00
|
|
|
|
* Wed Feb 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
|
|
|
|
|
- Update to 2.21.91
|
|
|
|
|
|
2008-02-06 05:47:58 +00:00
|
|
|
|
* Wed Feb 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-2
|
|
|
|
|
- Remove OnlyShowIn from the desktop file (#258901)
|
|
|
|
|
|
2008-01-31 03:43:43 +00:00
|
|
|
|
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
|
|
|
|
|
- Update to 2.21.90
|
|
|
|
|
|
|
|
|
|
* Tue Jan 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
|
2008-01-15 05:32:50 +00:00
|
|
|
|
- Update to 2.21.5
|
|
|
|
|
|
2007-12-21 06:04:10 +00:00
|
|
|
|
* Fri Dec 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
|
|
|
|
|
- Update to 2.21.4
|
|
|
|
|
|
2007-12-06 14:30:27 +00:00
|
|
|
|
* Thu Dec 6 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
|
|
|
|
|
- Update to 2.21.3
|
|
|
|
|
|
2007-11-27 06:34:03 +00:00
|
|
|
|
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.3-1
|
|
|
|
|
- Update to 2.18.3
|
|
|
|
|
|
2007-09-18 04:24:43 +00:00
|
|
|
|
* Tue Sep 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.2-1
|
|
|
|
|
- Update to 2.18.2
|
|
|
|
|
|
2007-08-22 21:43:23 +00:00
|
|
|
|
* Wed Aug 22 2007 Adam Jackson <ajax@redhat.com> - 2.18.1-3
|
|
|
|
|
- Rebuild for PPC toolchain bug
|
2007-08-23 16:16:44 +00:00
|
|
|
|
- Fix build for rarian
|
2007-08-22 21:43:23 +00:00
|
|
|
|
|
2007-08-07 17:29:49 +00:00
|
|
|
|
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-2
|
|
|
|
|
- Update license field
|
|
|
|
|
- Use %%find_lang for help files
|
|
|
|
|
|
2007-06-19 00:07:41 +00:00
|
|
|
|
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
|
|
|
|
|
- Update to 2.18.1
|
|
|
|
|
|
2007-03-13 05:28:47 +00:00
|
|
|
|
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
|
|
|
|
- Update to 2.18.0
|
|
|
|
|
|
2007-02-28 04:42:07 +00:00
|
|
|
|
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.92-1
|
|
|
|
|
- Update to 2.17.92
|
|
|
|
|
|
2007-02-15 17:35:48 +00:00
|
|
|
|
* Thu Feb 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-3
|
|
|
|
|
- Add System to desktop file categories
|
|
|
|
|
|
2007-02-14 14:17:07 +00:00
|
|
|
|
* Wed Feb 14 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-2
|
|
|
|
|
- Package review feedback
|
|
|
|
|
|
2007-02-13 18:06:12 +00:00
|
|
|
|
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
|
|
|
|
|
- Update to 2.17.91
|
|
|
|
|
|
2007-01-23 06:09:48 +00:00
|
|
|
|
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.90-1
|
|
|
|
|
- Update to 2.17.90
|
|
|
|
|
|
2006-10-22 01:33:17 +00:00
|
|
|
|
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
|
|
|
|
|
- Update to 2.16.1
|
|
|
|
|
|
2006-10-18 19:48:06 +00:00
|
|
|
|
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-3
|
|
|
|
|
- Fix scripts according to packaging guidelines
|
|
|
|
|
|
2006-09-08 16:28:36 +00:00
|
|
|
|
* Fri Sep 8 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
|
|
|
|
|
- Fix directory ownership issues (#205679)
|
|
|
|
|
|
2006-09-05 04:24:39 +00:00
|
|
|
|
* Tue Sep 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
|
|
|
|
|
- Update to 2.16.0
|
|
|
|
|
|
2006-08-02 19:05:21 +00:00
|
|
|
|
* Wed Aug 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1.fc6
|
|
|
|
|
- Update to 2.15.4
|
|
|
|
|
|
2006-07-12 18:59:50 +00:00
|
|
|
|
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
|
|
|
|
|
- Update to 2.15.2
|
|
|
|
|
|
2006-07-12 06:09:58 +00:00
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.1-2.1
|
|
|
|
|
- rebuild
|
|
|
|
|
|
2006-05-30 01:23:39 +00:00
|
|
|
|
* Mon May 29 2006 Kristian Høgsberg <krh@redhat.com> - 2.15.1-2
|
|
|
|
|
- Update transparency patch to use gdk_screen_is_composited().
|
|
|
|
|
|
2006-05-22 16:23:11 +00:00
|
|
|
|
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
|
|
|
|
|
- Update to 2.15.1
|
|
|
|
|
|
2006-05-19 15:45:49 +00:00
|
|
|
|
* Thu May 18 2006 Dan Williams <dcbw@redhat.com> - 2.15.0-2
|
|
|
|
|
- Revert gnome.org #336325 (fixes #338913 – Terminal resized when switching tabs)
|
|
|
|
|
|
2006-05-17 02:19:54 +00:00
|
|
|
|
* Tue May 16 2006 Matthias Clasen <mclasen@redhat.com> 2.15.0-1
|
|
|
|
|
- Update to 2.15.0
|
|
|
|
|
|
2006-05-12 03:18:45 +00:00
|
|
|
|
* Thu May 11 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-13
|
|
|
|
|
- Close the about dialog
|
|
|
|
|
|
2006-05-10 12:42:00 +00:00
|
|
|
|
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-12
|
|
|
|
|
- Rebuild
|
|
|
|
|
|
2006-04-25 20:46:41 +00:00
|
|
|
|
* Tue Apr 25 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-11
|
|
|
|
|
- Bump for rawhide build.
|
|
|
|
|
|
2006-04-25 20:18:08 +00:00
|
|
|
|
* Tue Apr 25 2006 Kristian Høgsberg <krh@redhat.com> - 2.14.1-10
|
|
|
|
|
- Fix selection atom name intialization (patch from Kjartan Maaras).
|
2006-04-25 20:40:59 +00:00
|
|
|
|
- Lower vte requirement to 0.12.0-2 which is what fc5-bling has.
|
2006-04-25 20:18:08 +00:00
|
|
|
|
|
2006-04-19 14:50:40 +00:00
|
|
|
|
* Wed Apr 19 2006 Ray Strode <rstrode@redhat.com> 2.14.1-9
|
|
|
|
|
- Require newer vte (bug 189341)
|
|
|
|
|
|
2006-04-18 05:26:36 +00:00
|
|
|
|
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-8
|
|
|
|
|
- Bump for rawhide build.
|
|
|
|
|
|
2006-04-18 05:22:51 +00:00
|
|
|
|
* Tue Apr 18 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-7
|
|
|
|
|
- Only use ARGB visual if a compositing manager is running to avoid
|
|
|
|
|
slow-down caused by automatic compositor.
|
|
|
|
|
|
2006-04-17 21:16:59 +00:00
|
|
|
|
* Mon Apr 17 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-6
|
|
|
|
|
- Bumpd for rawhide build.
|
|
|
|
|
|
2006-04-17 21:09:32 +00:00
|
|
|
|
* Mon Apr 17 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-5
|
|
|
|
|
- Fix gnome-terminal-2.14.1-real-transparency.patch to check for
|
|
|
|
|
window->priv != NULL before dereferencing.
|
|
|
|
|
|
2006-04-13 19:15:58 +00:00
|
|
|
|
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-4
|
|
|
|
|
- Bump for rawhide build.
|
|
|
|
|
|
2006-04-13 19:13:44 +00:00
|
|
|
|
* Thu Apr 13 2006 Kristian Høgsberg <krh@redhat.com> 2.14.1-3
|
2006-04-17 21:09:32 +00:00
|
|
|
|
- Add gnome-terminal-2.14.1-real-transparency.patch for extra bling points.
|
2006-04-13 19:13:44 +00:00
|
|
|
|
|
2006-04-10 14:29:08 +00:00
|
|
|
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
|
|
|
|
|
- Update to 2.14.1
|
|
|
|
|
|
2006-03-13 05:29:47 +00:00
|
|
|
|
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
|
|
|
|
|
- Update to 2.14.0
|
|
|
|
|
|
2006-03-05 02:20:43 +00:00
|
|
|
|
* Sat Mar 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.93-1
|
|
|
|
|
- Update to 2.13.93
|
|
|
|
|
|
|
|
|
|
* Sat Mar 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
|
2006-03-04 05:30:56 +00:00
|
|
|
|
- Update to 2.13.92
|
|
|
|
|
|
2006-02-12 19:17:51 +00:00
|
|
|
|
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
|
|
|
|
|
- Update to 2.13.91
|
|
|
|
|
|
2006-02-11 03:17:55 +00:00
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-2.1
|
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
|
2006-02-09 05:11:51 +00:00
|
|
|
|
* Thu Feb 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
|
|
|
|
|
- Re-add "Open Link" menuitems
|
|
|
|
|
|
2006-02-07 11:56:12 +00:00
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
|
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
|
2006-01-31 02:28:17 +00:00
|
|
|
|
* 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
|
|
|
|
|
|
2006-01-19 17:56:51 +00:00
|
|
|
|
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
|
|
|
|
|
- Update to 2.13.3
|
|
|
|
|
|
2006-01-17 05:03:16 +00:00
|
|
|
|
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
|
|
|
|
|
- Update to 2.13.2
|
|
|
|
|
|
2006-01-13 18:54:35 +00:00
|
|
|
|
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.1-1
|
|
|
|
|
- Update to 2.13.1
|
2006-01-13 18:57:31 +00:00
|
|
|
|
- Remove upstreamed patches
|
2006-01-13 18:54:35 +00:00
|
|
|
|
|
2006-01-05 19:43:13 +00:00
|
|
|
|
* Thu Jan 4 2006 Christopher Aillon <caillon@redhat.com> 2.13.0-2
|
|
|
|
|
- Revert patch from gnome bug 98715 to fix 176029, 176642
|
|
|
|
|
|
2005-12-15 14:39:10 +00:00
|
|
|
|
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.0-1
|
|
|
|
|
- Update to 2.13.0
|
|
|
|
|
|
2005-12-09 22:40:44 +00:00
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2005-11-28 21:35:37 +00:00
|
|
|
|
* Mon Nov 28 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-2
|
|
|
|
|
- Respect the show_input_method_menu setting.
|
|
|
|
|
|
2005-09-08 14:51:08 +00:00
|
|
|
|
* Thu Sep 8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
|
|
|
|
|
- Update to 2.12.0
|
|
|
|
|
|
2005-08-17 06:51:24 +00:00
|
|
|
|
* Tue Aug 16 2005 Warren Togami <wtogami@redhat.com> - 2.11.2-1
|
|
|
|
|
- rebuild for new cairo and 2.11.2
|
|
|
|
|
|
2005-07-11 15:29:23 +00:00
|
|
|
|
* Mon Jul 11 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
|
2005-08-17 06:51:24 +00:00
|
|
|
|
- Newer upstream version
|
2005-07-11 15:29:23 +00:00
|
|
|
|
|
2005-05-04 14:18:36 +00:00
|
|
|
|
* Wed May 4 2005 Ray Strode <rstrode@redhat.com> 2.10.0-2
|
|
|
|
|
- Fix ne translation (bug 152240).
|
|
|
|
|
|
2005-03-25 19:12:29 +00:00
|
|
|
|
* Fri Mar 25 2005 Christopher Aillon <caillon@redhat.com> 2.10.0-1
|
|
|
|
|
- Update to 2.10.0
|
|
|
|
|
|
2005-02-02 20:26:55 +00:00
|
|
|
|
* Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.2-1
|
|
|
|
|
- Update to 2.9.2
|
|
|
|
|
|
2004-11-04 05:50:55 +00:00
|
|
|
|
* Thu Nov 4 2004 Ray Strode <rstrode@redhat.com> 2.8.0-2
|
|
|
|
|
- rebuild for rawhide
|
|
|
|
|
|
|
|
|
|
* Thu Nov 4 2004 Ray Strode <rstrode@redhat.com> 2.8.0-1
|
|
|
|
|
- Update to 2.8.0 (bug #136034)
|
|
|
|
|
|
2004-09-09 05:37:23 +00:00
|
|
|
|
* Fri Jul 30 2004 Ray Strode <rstrode@redhat.com> 2.7.3-1
|
|
|
|
|
- Update to 2.7.3
|
|
|
|
|
|
2004-09-09 05:37:16 +00:00
|
|
|
|
* Fri Jun 18 2004 Ray Strode <rstrode@redhat.com> 2.6.0-4
|
|
|
|
|
- patch a build busting type mismatch in libegg files
|
|
|
|
|
|
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 05:37:13 +00:00
|
|
|
|
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
|
|
|
|
|
- #111015 BR scrollkeeper gettext
|
|
|
|
|
|
|
|
|
|
* Wed Mar 31 2004 Mark McLoughlin <markmc@redhat.com> 2.6.0-1
|
|
|
|
|
- Update to 2.6.0
|
|
|
|
|
|
2004-09-09 05:36:40 +00:00
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.90-1
|
|
|
|
|
- update to 2.5.90
|
|
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 05:36:21 +00:00
|
|
|
|
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.1-1
|
|
|
|
|
- update to 2.5.1
|
|
|
|
|
|
2004-09-09 05:36:15 +00:00
|
|
|
|
* Wed Sep 17 2003 Alexander Larsson <alexl@redhat.com> 2.4.0.1-1
|
|
|
|
|
- update to 2.4.0.1
|
|
|
|
|
|
|
|
|
|
* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.3.1-1
|
|
|
|
|
- update to gnome 2.3
|
|
|
|
|
|
|
|
|
|
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
|
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
|
|
|
|
|
- 2.2.2
|
|
|
|
|
- require latest vte
|
|
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
2004-09-09 05:35:51 +00:00
|
|
|
|
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 2.2.1-3
|
|
|
|
|
- remove Xft buildreq
|
|
|
|
|
|
|
|
|
|
* Thu Feb 6 2003 Jeremy Katz <katzj@redhat.com> 2.2.1-2
|
|
|
|
|
- confusion about build roots abounds...
|
|
|
|
|
|
|
|
|
|
* Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 2.2.1-1
|
|
|
|
|
- 2.2.1
|
|
|
|
|
|
|
|
|
|
* Sun Jan 26 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- require gtk 2.2, pango 1.2
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
* Tue Jan 21 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.2.0
|
|
|
|
|
|
|
|
|
|
* Fri Jan 10 2003 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.1.4
|
|
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- merge nalin's branch to HEAD, bump some dependency versions
|
|
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Nalin Dahyabhai <nalin@redhat.com> 2.1.3-0
|
|
|
|
|
- initial update to 2.1.3
|
|
|
|
|
|
|
|
|
|
* Tue Dec 10 2002 Tim Powers <timp@redhat.com> 2.0.1-6
|
|
|
|
|
- rebuild to fix broken deps on old libvte
|
|
|
|
|
- build on all arches
|
|
|
|
|
|
2004-09-09 05:35:42 +00:00
|
|
|
|
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-5
|
|
|
|
|
- fix goofy audible bell checkbox (backport from HEAD)
|
|
|
|
|
|
2004-09-09 05:35:37 +00:00
|
|
|
|
* Mon Sep 2 2002 Nalin Dahyabhai <nalin@redhat.com> 2.0.1-4
|
|
|
|
|
- fix incorrect regexp which matched newlines as parts of URLs (#71349)
|
|
|
|
|
|
2004-09-09 05:35:35 +00:00
|
|
|
|
* Fri Aug 23 2002 Jonathan Blandford <jrb@redhat.com>
|
|
|
|
|
- Clean up keyboard handling.
|
|
|
|
|
|
2004-09-09 05:35:29 +00:00
|
|
|
|
* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- require latest vte
|
|
|
|
|
|
2004-09-09 05:35:26 +00:00
|
|
|
|
* Thu Aug 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.0.1 released version instead of cvs snap
|
|
|
|
|
- clean up unpackaged files
|
|
|
|
|
|
|
|
|
|
* Thu Aug 8 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- pick up widget padding
|
|
|
|
|
|
|
|
|
|
* Wed Jul 24 2002 Owen Taylor <otaylor@redhat.com>
|
|
|
|
|
- Use monospace preference for system font
|
|
|
|
|
|
|
|
|
|
* Thu Jul 18 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- rebuild in new environment
|
|
|
|
|
|
|
|
|
|
* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.0.0.90 cvs snap
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 2.0.0
|
|
|
|
|
- use desktop-file-install
|
|
|
|
|
- put bonobo server file in file list
|
|
|
|
|
- put help files in file list
|
|
|
|
|
- apply some fixes from CVS (or rather, that I'm going to
|
|
|
|
|
check in to CVS soon)
|
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
|
|
* Fri Jun 14 2002 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
|
- add patch to handle vte abi change
|
|
|
|
|
|
|
|
|
|
* Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- add patch to get a decent default monospace font
|
|
|
|
|
|
|
|
|
|
* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild, had bin compat issues
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- don't obsolete/provide gnome-core
|
|
|
|
|
|
|
|
|
|
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.9.7
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- rebuild in different environment
|
|
|
|
|
- build requires bonobo activation
|
|
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.9.6.90
|
|
|
|
|
- provide gnome-core
|
|
|
|
|
|
|
|
|
|
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.9.5
|
|
|
|
|
- obsolete gnome-core
|
|
|
|
|
|
|
|
|
|
* Fri Apr 26 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.9.4.91, fixes scrollback thing
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- 1.9.4.90
|
|
|
|
|
- move it to VTE, let's see how this goes
|
|
|
|
|
|
|
|
|
|
* Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
- Initial build.
|
|
|
|
|
|
|
|
|
|
|