2004-09-09 05:35:26 +00:00
|
|
|
%define gettext_package gnome-terminal
|
|
|
|
|
2018-04-13 17:53:52 +00:00
|
|
|
%define glib2_version 2.50.0
|
|
|
|
%define gtk3_version 3.22.27
|
2018-05-21 19:12:13 +00:00
|
|
|
%define vte_version 0.52.2
|
2007-02-14 14:17:07 +00:00
|
|
|
%define desktop_file_utils_version 0.2.90
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
Name: gnome-terminal
|
2018-05-21 19:12:13 +00:00
|
|
|
Version: 3.28.2
|
2018-07-13 03:02:55 +00:00
|
|
|
Release: 3%{?dist}
|
2016-09-14 06:18:58 +00:00
|
|
|
Summary: Terminal emulator for GNOME
|
|
|
|
|
2012-01-12 06:30:56 +00:00
|
|
|
License: GPLv3+ and GFDL
|
2004-09-09 05:35:51 +00:00
|
|
|
URL: http://www.gnome.org/
|
2018-04-13 15:48:14 +00:00
|
|
|
Source0: http://download.gnome.org/sources/gnome-terminal/3.28/gnome-terminal-%{version}.tar.xz
|
2014-04-03 12:34:06 +00:00
|
|
|
Source1: org.gnome.Terminal.gschema.override
|
2011-01-12 16:25:37 +00:00
|
|
|
|
2018-06-08 15:34:25 +00:00
|
|
|
Patch0: 0001-client-legacy-Fix-invalid-free.patch
|
2015-02-23 17:28:17 +00:00
|
|
|
|
2016-11-08 12:04:35 +00:00
|
|
|
Patch100: gnome-terminal-notify-open-title-transparency.patch
|
2018-06-08 15:34:25 +00:00
|
|
|
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
|
2014-09-12 12:44:28 +00:00
|
|
|
|
2007-12-21 06:04:10 +00:00
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2010-11-12 01:30:02 +00:00
|
|
|
BuildRequires: gtk3-devel >= %{gtk3_version}
|
2011-02-22 16:39:15 +00:00
|
|
|
BuildRequires: gsettings-desktop-schemas-devel
|
2014-05-07 11:35:04 +00:00
|
|
|
BuildRequires: vte291-devel >= %{vte_version}
|
2004-09-09 05:35:26 +00:00
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
2006-10-22 01:33:17 +00:00
|
|
|
BuildRequires: gettext
|
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
|
2012-08-22 08:00:19 +00:00
|
|
|
BuildRequires: itstool
|
2013-01-16 16:10:33 +00:00
|
|
|
BuildRequires: dconf-devel
|
|
|
|
BuildRequires: libuuid-devel
|
2013-08-09 21:20:34 +00:00
|
|
|
BuildRequires: nautilus-devel
|
2014-03-10 21:25:25 +00:00
|
|
|
BuildRequires: gnome-shell
|
2016-08-18 10:08:51 +00:00
|
|
|
BuildRequires: pcre2-devel
|
2016-05-11 10:54:26 +00:00
|
|
|
BuildRequires: systemd
|
2015-02-23 17:12:43 +00:00
|
|
|
BuildRequires: vala-devel
|
2004-09-09 05:37:16 +00:00
|
|
|
|
2015-04-17 08:22:55 +00:00
|
|
|
Requires: dbus-x11
|
2014-04-26 16:18:43 +00:00
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
2012-10-16 17:13:38 +00:00
|
|
|
Requires: gsettings-desktop-schemas
|
2014-04-26 16:18:43 +00:00
|
|
|
Requires: gtk3%{?_isa} >= %{gtk3_version}
|
2014-05-07 11:35:04 +00:00
|
|
|
Requires: vte291%{?_isa} >= %{vte_version}
|
2012-10-16 17:13:38 +00:00
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
%description
|
2013-01-25 20:26:09 +00:00
|
|
|
gnome-terminal is a terminal emulator for GNOME. It features the ability to use
|
|
|
|
multiple terminals in a single window (tabs) and profiles support.
|
2004-09-09 05:35:20 +00:00
|
|
|
|
2013-08-09 21:20:34 +00:00
|
|
|
%package nautilus
|
|
|
|
Summary: GNOME Terminal extension for Nautilus
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2016-06-01 10:13:42 +00:00
|
|
|
Provides: nautilus-open-terminal = %{version}-%{release}
|
|
|
|
Obsoletes: nautilus-open-terminal < 0.20-8
|
|
|
|
|
2013-08-09 21:20:34 +00:00
|
|
|
%description nautilus
|
|
|
|
This package provides a Nautilus extension that adds the 'Open in Terminal'
|
|
|
|
option to the right-click context menu in Nautilus.
|
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2018-06-08 15:34:25 +00:00
|
|
|
%patch0 -p1 -b .client-free
|
2016-11-08 12:04:35 +00:00
|
|
|
%patch100 -p1 -b .notify-open-title-transparency
|
2018-06-08 15:34:25 +00:00
|
|
|
%patch101 -p1 -b .warnings
|
2004-09-09 05:35:20 +00:00
|
|
|
|
|
|
|
%build
|
2015-02-18 15:46:24 +00:00
|
|
|
autoreconf -f -i
|
2018-04-03 18:03:19 +00:00
|
|
|
%configure --disable-static --disable-migration --with-gtk=3.0 --with-nautilus-extension
|
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
|
|
|
|
|
|
|
%install
|
2016-09-14 06:19:35 +00:00
|
|
|
%make_install
|
2004-09-09 05:35:20 +00:00
|
|
|
|
2013-08-09 21:20:34 +00:00
|
|
|
rm -f $RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.la
|
|
|
|
|
2014-04-03 12:34:06 +00:00
|
|
|
cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/glib-2.0/schemas
|
|
|
|
|
2007-08-07 17:29:49 +00:00
|
|
|
%find_lang %{gettext_package} --with-gnome
|
2004-09-09 05:35:20 +00:00
|
|
|
|
2013-06-10 22:07:00 +00:00
|
|
|
%check
|
2015-02-23 18:07:12 +00:00
|
|
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.Terminal.desktop
|
2017-10-18 13:12:38 +00:00
|
|
|
make check
|
2013-06-10 22:07:00 +00:00
|
|
|
|
2004-09-09 05:35:26 +00:00
|
|
|
%files -f %{gettext_package}.lang
|
2015-05-10 19:16:59 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc AUTHORS NEWS
|
2004-09-09 05:35:20 +00:00
|
|
|
|
2006-09-08 16:28:36 +00:00
|
|
|
%{_bindir}/gnome-terminal
|
2017-02-27 17:03:46 +00:00
|
|
|
%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
|
2015-02-23 18:07:12 +00:00
|
|
|
%{_datadir}/applications/org.gnome.Terminal.desktop
|
2013-01-16 17:23:07 +00:00
|
|
|
%{_libexecdir}/gnome-terminal-server
|
|
|
|
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
|
2014-04-03 12:34:06 +00:00
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
|
2014-03-10 21:25:25 +00:00
|
|
|
%{_datadir}/gnome-shell
|
2016-05-11 10:54:26 +00:00
|
|
|
%{_userunitdir}/gnome-terminal-server.service
|
2004-09-09 05:35:20 +00:00
|
|
|
|
2013-08-09 21:20:34 +00:00
|
|
|
%files nautilus
|
|
|
|
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
|
2017-02-27 17:03:46 +00:00
|
|
|
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
|
2013-08-09 21:20:34 +00:00
|
|
|
|
2004-09-09 05:35:20 +00:00
|
|
|
%changelog
|
2018-07-13 03:02:55 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-04 10:45:13 +00:00
|
|
|
* Mon Jun 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-2
|
|
|
|
- Backport fix for client-side memory error (GNOME/gnome-terminal#1)
|
|
|
|
|
2018-05-21 19:12:13 +00:00
|
|
|
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
|
|
|
|
- Update to 3.28.2
|
|
|
|
|
2018-04-13 15:48:14 +00:00
|
|
|
* Fri Apr 13 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.1-1
|
|
|
|
- Update to 3.28.1
|
|
|
|
- Rebase the translations
|
|
|
|
|
2018-04-12 17:21:08 +00:00
|
|
|
* Thu Apr 12 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.90-1
|
|
|
|
- Update to 3.27.90
|
|
|
|
- Rebase transparency, command-notify and translation patches
|
|
|
|
|
2018-04-06 16:27:27 +00:00
|
|
|
* Fri Apr 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.4-1
|
|
|
|
- Update to 3.27.4
|
|
|
|
- Rebase transparency, command-notify and translation patches
|
|
|
|
|
2018-04-06 11:50:22 +00:00
|
|
|
* Fri Apr 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.3-1
|
|
|
|
- Update to 3.27.3
|
|
|
|
- Rebase the translations
|
|
|
|
|
2018-04-03 18:03:19 +00:00
|
|
|
* Tue Apr 03 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
|
|
|
|
- Update to 3.27.1
|
|
|
|
- Rebase transparency, command-notify and translation patches
|
|
|
|
|
2018-02-07 13:35:08 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-06 09:48:49 +00:00
|
|
|
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
|
|
|
|
- Remove obsolete scriptlets
|
|
|
|
|
2017-11-02 10:45:41 +00:00
|
|
|
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
|
|
|
|
- Update to 3.26.2
|
|
|
|
- Rebase the translations
|
|
|
|
|
2017-10-18 13:12:38 +00:00
|
|
|
* Wed Oct 18 2017 Marek Kasik <mkasik@redhat.com> - 3.26.1-2
|
|
|
|
- Enable unit tests
|
|
|
|
- Resolves: #1502666
|
|
|
|
|
2017-10-12 12:38:25 +00:00
|
|
|
* Thu Oct 12 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
|
|
|
|
- Update to 3.26.1
|
|
|
|
- Rebase the translations
|
|
|
|
|
2017-09-14 18:04:46 +00:00
|
|
|
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
|
|
|
|
- Update to 3.26.0
|
|
|
|
- Rebase downstream patches
|
|
|
|
|
2017-08-02 22:07:56 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 10:54:33 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-11 07:01:57 +00:00
|
|
|
* Thu May 11 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
|
|
|
|
- Update to 3.24.2
|
|
|
|
- Rebase the translations
|
|
|
|
|
2017-04-13 10:35:04 +00:00
|
|
|
* Thu Apr 13 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
|
|
|
|
- Update to 3.24.1
|
|
|
|
- Rebase the translations
|
|
|
|
|
2017-03-22 19:11:29 +00:00
|
|
|
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
|
|
|
|
- Update to 3.24.0
|
|
|
|
- Rebase the translations
|
|
|
|
|
2017-02-27 17:03:46 +00:00
|
|
|
* Mon Feb 27 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.90-1
|
2017-02-14 12:26:11 +00:00
|
|
|
- Update to 3.23.90
|
2017-02-27 17:03:46 +00:00
|
|
|
- Update translations
|
|
|
|
- Ensure that the transparency scale is sensitive only when a transparent
|
|
|
|
background is used
|
|
|
|
- Rebase transparency, command-notify and translation patches
|
2017-02-14 12:26:11 +00:00
|
|
|
|
2017-02-10 11:30:22 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-12-15 15:13:22 +00:00
|
|
|
* Thu Dec 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-2
|
|
|
|
- Backport fix for search-provider crash (RH #1398958)
|
|
|
|
- Update translations
|
|
|
|
|
2016-11-08 12:04:35 +00:00
|
|
|
* Tue Nov 08 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-1
|
|
|
|
- Update to 3.22.1
|
|
|
|
- Rebase the translations
|
|
|
|
- Restore custom terminal titles
|
|
|
|
- Restore separate menuitems for opening tabs and windows
|
|
|
|
|
2016-09-19 09:23:11 +00:00
|
|
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
|
|
|
|
- Update to 3.22.0
|
|
|
|
- Rebase the translations
|
|
|
|
|
2016-09-14 06:18:07 +00:00
|
|
|
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
|
|
|
|
- Update to 3.21.92
|
|
|
|
- Rebase the translations
|
2016-09-14 06:18:22 +00:00
|
|
|
- Don't set group tags
|
2016-09-14 06:19:35 +00:00
|
|
|
- Use make_install macro
|
2016-09-14 06:18:07 +00:00
|
|
|
|
2016-08-19 05:55:21 +00:00
|
|
|
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
|
|
|
|
- Backport a patch to fix terminal shrinking with every line entered
|
|
|
|
|
2016-08-18 10:08:51 +00:00
|
|
|
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
|
|
|
|
- Update to 3.21.90
|
|
|
|
- Rebase the translations
|
|
|
|
|
2016-06-01 10:13:42 +00:00
|
|
|
* Wed Jun 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.2-2
|
|
|
|
- Add Provides/Obsoletes to replace nautilus-open-terminal
|
|
|
|
|
2016-05-11 10:34:55 +00:00
|
|
|
* Wed May 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.2-1
|
|
|
|
- Update to 3.20.2
|
|
|
|
|
2016-05-10 16:01:46 +00:00
|
|
|
* Tue May 10 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-2
|
|
|
|
- Rebuild against vte291 ABI fix
|
|
|
|
|
2016-04-11 16:36:36 +00:00
|
|
|
* Mon Apr 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-1
|
|
|
|
- Update to 3.20.1
|
|
|
|
- Rebase the translations
|
|
|
|
|
2016-03-22 06:13:58 +00:00
|
|
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
|
|
|
- Update to 3.20.0
|
|
|
|
- Rebase the translations
|
|
|
|
|
2016-03-17 15:50:33 +00:00
|
|
|
* Thu Mar 17 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.92-1
|
|
|
|
- Update to 3.19.92
|
|
|
|
- Rebase the translations
|
|
|
|
|
2016-03-03 13:40:41 +00:00
|
|
|
* Thu Mar 03 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
|
|
|
|
- Update to 3.19.91
|
|
|
|
- Rebase transparency, command-notify and translation patches
|
|
|
|
|
2016-02-18 18:38:04 +00:00
|
|
|
* Thu Feb 18 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.2-1
|
|
|
|
- Update to 3.19.2
|
|
|
|
- Rebase the translations
|
|
|
|
|
2016-02-18 15:20:18 +00:00
|
|
|
* Thu Feb 18 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.1-2
|
|
|
|
- Adjust the dark terminal override to match the new setting
|
|
|
|
|
2016-02-11 19:36:36 +00:00
|
|
|
* Thu Feb 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.1-1
|
|
|
|
- Update to 3.19.1
|
|
|
|
- Rebase transparency, command-notify and translation patches
|
|
|
|
- Dark terminals have been restored upstream
|
|
|
|
|
2016-02-03 22:34:46 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-11-13 14:28:50 +00:00
|
|
|
* Fri Nov 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.18.2-1
|
|
|
|
- Update to 3.18.2
|
|
|
|
- Consolidate all downstream features into a single patch to avoid conflicts
|
|
|
|
- Rebase the translations
|
|
|
|
|
2015-11-12 17:13:12 +00:00
|
|
|
* Thu Nov 12 2015 Owen Taylor <otaylor@redhat.com> - 3.18.1-3
|
2015-10-20 18:54:44 +00:00
|
|
|
- Add patch fixing transparent mode under Wayland
|
|
|
|
|
2015-10-31 11:20:05 +00:00
|
|
|
* Sat Oct 31 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
|
|
|
|
- Drop GConf migrator for F24 (#1276525)
|
|
|
|
|
2015-10-14 07:32:04 +00:00
|
|
|
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
|
|
|
|
- Update to 3.18.1
|
|
|
|
|
2015-10-07 11:10:08 +00:00
|
|
|
* Wed Oct 07 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.18.0-1
|
|
|
|
- Update to 3.18.0
|
|
|
|
- Backport a few upstream fixes
|
|
|
|
- Rebase the translations
|
|
|
|
|
2015-10-01 15:06:06 +00:00
|
|
|
* Thu Oct 01 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.91-2
|
|
|
|
- Use a symbolic new tab icon
|
|
|
|
|
2015-09-14 16:22:36 +00:00
|
|
|
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
|
|
|
|
- Update to 3.17.91
|
|
|
|
- Restore translations for dark variant strings
|
|
|
|
- Rebase the translations for transparency strings
|
|
|
|
|
2015-06-17 09:04:53 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-05-12 12:59:28 +00:00
|
|
|
* Tue May 12 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.2-1
|
|
|
|
- Update to 3.16.2
|
|
|
|
- Rebase the translations for transparency strings
|
|
|
|
|
2015-04-14 10:31:48 +00:00
|
|
|
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
|
|
|
|
- Update to 3.16.1
|
|
|
|
|
2015-03-24 12:26:57 +00:00
|
|
|
* Tue Mar 24 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.0-1
|
|
|
|
- Update to 3.16.0
|
|
|
|
- Rebase the translations for transparency strings
|
|
|
|
|
2015-03-17 12:13:54 +00:00
|
|
|
* Tue Mar 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.92-1
|
|
|
|
- Update to 3.15.92
|
2015-03-17 12:50:40 +00:00
|
|
|
- Drop upstreamed patch
|
2015-03-17 12:13:54 +00:00
|
|
|
- Rebase the translations for transparency strings
|
|
|
|
|
2015-03-16 14:16:27 +00:00
|
|
|
* Mon Mar 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-2
|
|
|
|
- Withdraw the notification on focus-in-event
|
|
|
|
|
2015-02-18 15:46:24 +00:00
|
|
|
* Wed Feb 18 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-1
|
|
|
|
- Update to 3.15.90
|
|
|
|
- Restore translations for transparency strings
|
|
|
|
- Restore dark terminals
|
|
|
|
- Add command-notify patches
|
|
|
|
|
2015-01-29 22:24:22 +00:00
|
|
|
* Mon Jan 26 2015 Adam Williamson <awilliam@redhat.com> - 3.14.2-2
|
|
|
|
- backport partial fix for BGO#743395
|
|
|
|
|
2014-11-10 22:18:45 +00:00
|
|
|
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
|
|
|
|
- Update to 3.14.2
|
|
|
|
|
2014-10-13 21:34:23 +00:00
|
|
|
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
|
|
|
|
- Update to 3.14.1
|
|
|
|
|
2014-09-21 10:34:53 +00:00
|
|
|
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
|
|
|
- Update to 3.14.0
|
|
|
|
|
2014-09-14 11:16:46 +00:00
|
|
|
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
|
|
|
|
- Update to 3.13.92
|
|
|
|
|
2014-09-12 12:44:28 +00:00
|
|
|
* Fri Sep 12 2014 Debarshi Ray <rishi@fedorapeople.org> - 3.13.90-2
|
|
|
|
- Restore transparency
|
|
|
|
|
2014-08-18 21:33:24 +00:00
|
|
|
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
|
|
|
|
- Update to 3.13.90
|
|
|
|
|
2014-08-16 18:08:58 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-24 17:08:09 +00:00
|
|
|
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-1
|
|
|
|
- Update to 3.13.2
|
|
|
|
|
2014-06-07 17:34:47 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-05-28 18:44:01 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
|
|
|
|
- Update to 3.13.1
|
|
|
|
|
2014-05-28 11:22:34 +00:00
|
|
|
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-2
|
|
|
|
- Fix parent class in template definition
|
|
|
|
|
2014-04-27 20:32:27 +00:00
|
|
|
* Sun Apr 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-1
|
|
|
|
- Update to 3.13.0
|
|
|
|
|
2014-04-26 16:16:18 +00:00
|
|
|
* Sat Apr 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
|
|
|
|
- Update to 3.12.1
|
|
|
|
|
2014-04-03 12:34:06 +00:00
|
|
|
* Thu Apr 03 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.0-2
|
|
|
|
- Use the dark theme variant
|
|
|
|
|
2014-03-24 21:56:45 +00:00
|
|
|
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
|
|
|
|
- Update to 3.12.0
|
|
|
|
|
2014-03-10 21:25:25 +00:00
|
|
|
* Mon Mar 10 2014 Kevin Fenzi <kevin@scrye.com> 3.11.3-2
|
|
|
|
- Rebuild for new gnome-shell
|
|
|
|
- Own datadir/gnome-shell for search provider
|
|
|
|
|
2014-02-19 20:12:44 +00:00
|
|
|
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
|
|
|
|
- Update to 3.11.3
|
|
|
|
|
2014-02-19 10:47:45 +00:00
|
|
|
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
|
|
|
|
- Update to 3.11.2
|
|
|
|
|
2013-11-25 15:23:00 +00:00
|
|
|
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-2
|
|
|
|
- Re-issued tarball. Kinda unusual, but such is life.
|
|
|
|
|
2013-11-19 11:59:56 +00:00
|
|
|
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
|
|
|
|
- Update to 3.11.0
|
|
|
|
|
2013-11-14 19:16:37 +00:00
|
|
|
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
|
|
|
|
- Update to 3.10.2
|
|
|
|
|
2013-10-29 01:32:19 +00:00
|
|
|
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
|
|
|
|
- Update to 3.10.1
|
|
|
|
|
2013-09-24 23:57:54 +00:00
|
|
|
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
|
|
|
|
- Update to 3.10.0
|
|
|
|
|
2013-09-18 12:03:28 +00:00
|
|
|
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
|
|
|
|
- Update to 3.9.92
|
|
|
|
|
2013-08-09 20:55:35 +00:00
|
|
|
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
|
|
|
|
- Update to 3.9.90
|
2013-08-09 21:20:34 +00:00
|
|
|
- Package up the nautilus extension in gnome-terminal-nautilus subpackage
|
2013-08-09 20:55:35 +00:00
|
|
|
|
2013-08-03 15:50:56 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-08 23:11:10 +00:00
|
|
|
* Mon Jul 8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-1
|
|
|
|
- Update to 3.8.4
|
|
|
|
- Fixes a crash on session resume (#981440)
|
|
|
|
|
2013-06-10 21:19:09 +00:00
|
|
|
* Mon Jun 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.3-1
|
|
|
|
- Update to 3.8.3
|
2013-06-10 22:07:00 +00:00
|
|
|
- Use desktop-file-validate instead of desktop-file-install
|
2013-06-10 21:19:09 +00:00
|
|
|
|
2013-05-13 20:17:43 +00:00
|
|
|
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
|
|
|
|
- Update to 3.8.2
|
|
|
|
|
2013-04-15 20:14:09 +00:00
|
|
|
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
|
|
|
|
- Update to 3.8.1
|
|
|
|
|
2013-04-02 20:44:03 +00:00
|
|
|
* Tue Apr 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0.1-1
|
|
|
|
- Update to 3.8.0.1
|
|
|
|
|
2013-03-26 02:07:50 +00:00
|
|
|
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
|
|
|
|
- Update to 3.8.0
|
|
|
|
|
2013-03-19 10:00:45 +00:00
|
|
|
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
|
|
|
|
- Update to 3.7.92
|
|
|
|
|
2013-03-07 12:47:07 +00:00
|
|
|
* Thu Mar 7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
|
|
|
|
- Update to 3.7.91
|
|
|
|
|
2013-02-27 00:21:15 +00:00
|
|
|
* Tue Feb 26 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.2-3
|
|
|
|
- Bring back titlebars on maximized terminals
|
|
|
|
|
2013-01-25 20:14:40 +00:00
|
|
|
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-2
|
|
|
|
- Backport a fix for a crash in terminal_screen_container_style_updated
|
|
|
|
|
2013-01-25 11:43:09 +00:00
|
|
|
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-1
|
|
|
|
- Update to 3.7.2
|
|
|
|
|
2013-01-16 13:16:00 +00:00
|
|
|
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
|
|
|
|
- Update to 3.7.1
|
|
|
|
|
2013-01-09 10:33:16 +00:00
|
|
|
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.0-1
|
|
|
|
- Update to 3.7.0
|
|
|
|
|
2012-10-16 17:13:38 +00:00
|
|
|
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
|
|
|
|
- Update to 3.6.1
|
|
|
|
|
2012-09-26 03:46:42 +00:00
|
|
|
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
|
|
|
|
- Update to 3.6.0
|
|
|
|
|
2012-08-21 19:00:29 +00:00
|
|
|
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
|
|
|
|
- Update to 3.5.90
|
|
|
|
|
2012-07-27 05:34:29 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-16 21:11:09 +00:00
|
|
|
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
|
|
|
|
- Update to 3.4.1.1
|
|
|
|
|
2012-03-26 22:07:03 +00:00
|
|
|
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0.1-1
|
|
|
|
- Update to 3.4.0.1
|
2012-03-26 22:10:04 +00:00
|
|
|
- Avoid listing files twice in %%files
|
2012-03-26 22:07:03 +00:00
|
|
|
|
2012-02-07 15:56:55 +00:00
|
|
|
* Tue Feb 7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.0-1
|
|
|
|
- Update to 3.3.0
|
|
|
|
|
2012-01-12 06:31:22 +00:00
|
|
|
* Thu Jan 12 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
|
2012-01-12 06:30:56 +00:00
|
|
|
- Update license field (#639132)
|
|
|
|
|
2011-10-26 23:57:29 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-18 11:45:26 +00:00
|
|
|
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
|
|
|
|
- Update to 3.2.1
|
|
|
|
|
2011-09-28 01:23:58 +00:00
|
|
|
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
|
|
|
|
- Update to 3.2.0
|
|
|
|
|
2011-04-26 14:51:35 +00:00
|
|
|
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
|
|
|
|
- Update to 3.0.1
|
|
|
|
|
2011-04-04 16:32:37 +00:00
|
|
|
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
|
|
|
|
- Update to 3.0.0
|
|
|
|
|
2011-02-22 16:29:28 +00:00
|
|
|
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.33.90-1
|
|
|
|
- Update to 2.33.90
|
|
|
|
|
2011-02-11 04:53:48 +00:00
|
|
|
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.33.5-3
|
|
|
|
- Rebuild against newer gtk
|
|
|
|
|
2011-02-09 04:35:12 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-02-02 18:02:16 +00:00
|
|
|
* Wed Feb 2 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
|
|
|
|
- Update to 2.33.5
|
|
|
|
|
2011-01-12 16:20:23 +00:00
|
|
|
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-2
|
|
|
|
- Make the find dialog work again
|
|
|
|
|
2011-01-11 21:07:10 +00:00
|
|
|
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-1
|
|
|
|
- Update to 2.33.4
|
|
|
|
|
2011-01-07 22:22:47 +00:00
|
|
|
* Fri Jan 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.3-1
|
2011-01-07 22:20:11 +00:00
|
|
|
- Update to 2.33.3
|
|
|
|
|
2010-12-03 15:55:44 +00:00
|
|
|
* Fri Dec 3 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-2
|
|
|
|
- Rebuild against new gtk
|
|
|
|
|
2010-11-12 01:30:02 +00:00
|
|
|
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-1
|
|
|
|
- Update to 2.33.2
|
|
|
|
- Back to gtk3
|
|
|
|
|
2010-10-08 22:03:44 +00:00
|
|
|
* Fri Oct 8 2010 Owen Taylor <otaylor@redhat.com> - 2.33.0-3
|
|
|
|
- Revert back to a gtk2 build - the gtk3 build has major sizing issues
|
|
|
|
(rhbz #641337)
|
|
|
|
|
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
|