7f23b0
%define gettext_package gnome-terminal
7f23b0
7f23b0
%global gettext_version 0.19.8
7f23b0
%define glib2_version 2.52.0
7f23b0
%define gtk3_version 3.24.0
7f23b0
%define vte_version 0.64.0
7f23b0
%define desktop_file_utils_version 0.2.90
7f23b0
456945
Name:    gnome-terminal
456945
Version: 3.40.3
456945
Release: 1%{?dist}
7f23b0
Summary: Terminal emulator for GNOME
7f23b0
7f23b0
License: GPLv3+ and GFDL and LGPLv2+
456945
URL:     https://wiki.gnome.org/Apps/Terminal
456945
Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz
7f23b0
Source1: org.gnome.Terminal.gschema.override
7f23b0
7f23b0
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
7f23b0
456945
BuildRequires: pkgconfig(dconf)
456945
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
456945
BuildRequires: pkgconfig(gsettings-desktop-schemas)
456945
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
456945
BuildRequires: pkgconfig(libnautilus-extension)
456945
BuildRequires: pkgconfig(libpcre2-8)
456945
BuildRequires: pkgconfig(uuid)
456945
BuildRequires: pkgconfig(vte-2.91) >= %{vte_version}
7f23b0
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
456945
BuildRequires: docbook-style-xsl
7f23b0
BuildRequires: gettext-devel >= %{gettext_version}
456945
BuildRequires: gcc
456945
BuildRequires: gnome-shell
7f23b0
BuildRequires: itstool
7f23b0
BuildRequires: libxslt
7f23b0
BuildRequires: make
456945
BuildRequires: systemd-rpm-macros
456945
BuildRequires: yelp-tools
7f23b0
7f23b0
Requires: dbus
7f23b0
Requires: glib2%{?_isa} >= %{glib2_version}
7f23b0
Requires: gsettings-desktop-schemas
7f23b0
Requires: gtk3%{?_isa} >= %{gtk3_version}
7f23b0
Requires: vte291%{?_isa} >= %{vte_version}
7f23b0
7f23b0
%description
7f23b0
gnome-terminal is a terminal emulator for GNOME. It features the ability to use
7f23b0
multiple terminals in a single window (tabs) and profiles support.
7f23b0
7f23b0
%package nautilus
7f23b0
Summary: GNOME Terminal extension for Nautilus
7f23b0
Requires: %{name}%{?_isa} = %{version}-%{release}
7f23b0
7f23b0
Provides: nautilus-open-terminal = %{version}-%{release}
7f23b0
Obsoletes: nautilus-open-terminal < 0.20-8
7f23b0
7f23b0
%description nautilus
7f23b0
This package provides a Nautilus extension that adds the 'Open in Terminal'
7f23b0
option to the right-click context menu in Nautilus.
7f23b0
7f23b0
%prep
456945
%autosetup -p1
7f23b0
7f23b0
%build
7f23b0
%configure \
7f23b0
    --disable-silent-rules \
7f23b0
    --disable-static \
7f23b0
    --enable-debug \
7f23b0
    --with-gtk=3.0 \
7f23b0
    --with-nautilus-extension
7f23b0
7f23b0
%make_build
7f23b0
7f23b0
%install
7f23b0
%make_install
7f23b0
456945
rm -f %{buildroot}%{_libdir}/nautilus/extensions-3.0/*.la
7f23b0
456945
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas
7f23b0
7f23b0
%find_lang %{gettext_package} --with-gnome
7f23b0
7f23b0
%check
456945
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.desktop
7f23b0
make check
7f23b0
7f23b0
%files -f %{gettext_package}.lang
7f23b0
%license COPYING
7f23b0
%doc AUTHORS NEWS
7f23b0
7f23b0
%{_bindir}/gnome-terminal
7f23b0
%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
7f23b0
%{_datadir}/applications/org.gnome.Terminal.desktop
7f23b0
%{_libexecdir}/gnome-terminal-server
7f23b0
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
7f23b0
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
7f23b0
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
7f23b0
%{_datadir}/gnome-shell
7f23b0
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Terminal.svg
7f23b0
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Terminal-symbolic.svg
7f23b0
%{_datadir}/man/man1/gnome-terminal.1*
456945
456945
%dir %{_libdir}/gnome-terminal
456945
%{_libdir}/gnome-terminal/gschemas.compiled
456945
7f23b0
%{_userunitdir}/gnome-terminal-server.service
7f23b0
7f23b0
%files nautilus
7f23b0
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
7f23b0
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
7f23b0
456945
7f23b0
%changelog
456945
* Thu Sep 16 2021 David King <amigadave@amigadave.com> - 3.40.3-1
456945
- Update to 3.40.3 (#1998957)
456945
7f23b0
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.40.1-2
7f23b0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
7f23b0
  Related: rhbz#1991688
7f23b0
7f23b0
* Tue May 11 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.1-1
7f23b0
- Update to 3.40.1
7f23b0
- Rebase the patches
7f23b0
- Backport yet-to-be-released patches from upstream to avoid translation
7f23b0
  conflicts
7f23b0
Resolves: #1959384
7f23b0
7f23b0
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 3.38.1-4
7f23b0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
7f23b0
7f23b0
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.1-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
7f23b0
7f23b0
* Fri Nov 20 2020 Ting-Wei Lan <lantw44@gmail.com> - 3.38.1-2
7f23b0
- Fix crash when the command line is shorter than 1024 characters
7f23b0
7f23b0
* Mon Oct 12 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.38.1-1
7f23b0
- Update to 3.38.1
7f23b0
- Backport yet-to-be-released patches from upstream
7f23b0
7f23b0
* Sat Sep 26 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.38.0-1
7f23b0
- Update to 3.38.0
7f23b0
- Rebase the patches
7f23b0
- Backport yet-to-be-released patches from upstream
7f23b0
7f23b0
* Sat Sep 26 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.90-1
7f23b0
- Update to 3.37.90
7f23b0
- Rebase the patches
7f23b0
7f23b0
* Fri Sep 25 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.2-1
7f23b0
- Update to 3.36.2
7f23b0
- Rebase the patches
7f23b0
7f23b0
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1.1-4
7f23b0
- Second attempt - Rebuilt for
7f23b0
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7f23b0
7f23b0
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1.1-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7f23b0
7f23b0
* Mon Jun 15 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-2
7f23b0
- Enable debugging
7f23b0
7f23b0
* Mon Apr 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-1
7f23b0
- Update to 3.36.1.1
7f23b0
- Rebase the patches
7f23b0
7f23b0
* Sun Apr 05 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1-1
7f23b0
- Update to 3.36.1
7f23b0
- Rebase the patches
7f23b0
7f23b0
* Fri Mar 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.0.1-1
7f23b0
- Update to 3.36.0.1
7f23b0
7f23b0
* Thu Mar 05 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.92-2
7f23b0
- Limit the command line to 1024 characters when used as the title
7f23b0
7f23b0
* Mon Mar 02 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.92-1
7f23b0
- Update to 3.35.92
7f23b0
7f23b0
* Fri Feb 28 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.91-1
7f23b0
- Update to 3.35.91
7f23b0
- Rebase the patches
7f23b0
- Backport yet-to-be-released patches from upstream to avoid translation
7f23b0
  conflicts
7f23b0
7f23b0
* Fri Feb 28 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.1-1
7f23b0
- Update to 3.35.1
7f23b0
- Rebase the patches
7f23b0
7f23b0
* Mon Feb 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.34.2-3
7f23b0
- Add a "shell-command" flag for debugging.
7f23b0
- Backport yet-to-be-released patches from upstream to avoid translation
7f23b0
  conflicts.
7f23b0
7f23b0
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.2-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
7f23b0
7f23b0
* Mon Oct 14 2019 Kalev Lember <klember@redhat.com> - 3.34.2-1
7f23b0
- Update to 3.34.2
7f23b0
7f23b0
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
7f23b0
- Update to 3.34.1
7f23b0
7f23b0
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
7f23b0
- Update to 3.34.0
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
7f23b0
- Update to 3.33.90
7f23b0
- Rebase the patches
7f23b0
7f23b0
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.2-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
7f23b0
7f23b0
* Thu Jun 20 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.2-2
7f23b0
- Preserve current toolbox, if any, when opening a new terminal
7f23b0
7f23b0
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 3.32.2-1
7f23b0
- Update to 3.32.2
7f23b0
7f23b0
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
7f23b0
- Update to 3.32.1
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Wed Apr 03 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-2
7f23b0
- Automatically update the title with the current foreground process.
7f23b0
- Rewrite the command-notify patches to use the interactive shell's precmd and
7f23b0
  preexec hooks, instead of only the precmd hook and the history.
7f23b0
- Backport yet-to-be-released patches from upstream to avoid translation
7f23b0
  conflicts.
7f23b0
7f23b0
* Fri Mar 29 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-1
7f23b0
- Update to 3.32.0
7f23b0
7f23b0
* Fri Mar 29 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.31.92-1
7f23b0
- Update to 3.31.92
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Sat Mar 16 2019 Michael Catanzaro <mcatanzaro@gnome.org> - 3.31.90-4
7f23b0
- Revert previous commit: headerbar will come in 3.32 final
7f23b0
7f23b0
* Sat Mar 16 2019 Michael Catanzaro <mcatanzaro@gnome.org> - 3.31.90-3
7f23b0
- Enable the headerbar
7f23b0
7f23b0
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-2
7f23b0
- Rebuilt against fixed atk (#1626575)
7f23b0
7f23b0
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
7f23b0
- Update to 3.31.90
7f23b0
- Rebase the translations
7f23b0
- Drop obsolete gnome-common build dep
7f23b0
7f23b0
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.2-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
7f23b0
7f23b0
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
7f23b0
- Update to 3.30.2
7f23b0
- Rebase transparency, command-notify, custom title and translation patches
7f23b0
7f23b0
* Thu Oct 11 2018 David Herrmann <dh.herrmann@gmail.com> - 3.30.1-2
7f23b0
- Reduce 'dbus-x11' dependency to 'dbus'. The xinit script are no longer the
7f23b0
  canonical way to start dbus, but the 'dbus' package is nowadays required to
7f23b0
  provide a user and system bus to its dependents.
7f23b0
7f23b0
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.0-1
7f23b0
- Update to 3.30.1
7f23b0
- Rebase transparency, command-notify, custom title and translation patches
7f23b0
- Use a GSettings override to separate the new-terminal menuitems
7f23b0
7f23b0
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.0-1
7f23b0
- Update to 3.30.0
7f23b0
7f23b0
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.92-1
7f23b0
- Update to 3.29.92
7f23b0
- Rebase transparency, command-notify, custom title and translation patches
7f23b0
- Remove upstreamed patches
7f23b0
7f23b0
* Fri Jul 27 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-4
7f23b0
- Include LGPLv2+ in the list of licenses
7f23b0
7f23b0
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7f23b0
7f23b0
* Mon Jun 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-2
7f23b0
- Backport fix for client-side memory error (GNOME/gnome-terminal#1)
7f23b0
7f23b0
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
7f23b0
- Update to 3.28.2
7f23b0
7f23b0
* Fri Apr 13 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.1-1
7f23b0
- Update to 3.28.1
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Apr 12 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.90-1
7f23b0
- Update to 3.27.90
7f23b0
- Rebase transparency, command-notify and translation patches
7f23b0
7f23b0
* Fri Apr 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.4-1
7f23b0
- Update to 3.27.4
7f23b0
- Rebase transparency, command-notify and translation patches
7f23b0
7f23b0
* Fri Apr 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.3-1
7f23b0
- Update to 3.27.3
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Tue Apr 03 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
7f23b0
- Update to 3.27.1
7f23b0
- Rebase transparency, command-notify and translation patches
7f23b0
7f23b0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
7f23b0
7f23b0
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
7f23b0
- Remove obsolete scriptlets
7f23b0
7f23b0
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
7f23b0
- Update to 3.26.2
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Wed Oct 18 2017 Marek Kasik <mkasik@redhat.com> - 3.26.1-2
7f23b0
- Enable unit tests
7f23b0
- Resolves: #1502666
7f23b0
7f23b0
* Thu Oct 12 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
7f23b0
- Update to 3.26.1
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
7f23b0
- Update to 3.26.0
7f23b0
- Rebase downstream patches
7f23b0
7f23b0
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
7f23b0
7f23b0
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7f23b0
7f23b0
* Thu May 11 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
7f23b0
- Update to 3.24.2
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Apr 13 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
7f23b0
- Update to 3.24.1
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
7f23b0
- Update to 3.24.0
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Mon Feb 27 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.90-1
7f23b0
- Update to 3.23.90
7f23b0
- Update translations
7f23b0
- Ensure that the transparency scale is sensitive only when a transparent
7f23b0
  background is used
7f23b0
- Rebase transparency, command-notify and translation patches
7f23b0
7f23b0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1-3
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
7f23b0
7f23b0
* Thu Dec 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-2
7f23b0
- Backport fix for search-provider crash (RH #1398958)
7f23b0
- Update translations
7f23b0
7f23b0
* Tue Nov 08 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-1
7f23b0
- Update to 3.22.1
7f23b0
- Rebase the translations
7f23b0
- Restore custom terminal titles
7f23b0
- Restore separate menuitems for opening tabs and windows
7f23b0
7f23b0
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
7f23b0
- Update to 3.22.0
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
7f23b0
- Update to 3.21.92
7f23b0
- Rebase the translations
7f23b0
- Don't set group tags
7f23b0
- Use make_install macro
7f23b0
7f23b0
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
7f23b0
- Backport a patch to fix terminal shrinking with every line entered
7f23b0
7f23b0
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
7f23b0
- Update to 3.21.90
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Wed Jun 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.2-2
7f23b0
- Add Provides/Obsoletes to replace nautilus-open-terminal
7f23b0
7f23b0
* Wed May 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.2-1
7f23b0
- Update to 3.20.2
7f23b0
7f23b0
* Tue May 10 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-2
7f23b0
- Rebuild against vte291 ABI fix
7f23b0
7f23b0
* Mon Apr 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-1
7f23b0
- Update to 3.20.1
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
7f23b0
- Update to 3.20.0
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Mar 17 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.92-1
7f23b0
- Update to 3.19.92
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Mar 03 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
7f23b0
- Update to 3.19.91
7f23b0
- Rebase transparency, command-notify and translation patches
7f23b0
7f23b0
* Thu Feb 18 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.2-1
7f23b0
- Update to 3.19.2
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Feb 18 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.1-2
7f23b0
- Adjust the dark terminal override to match the new setting
7f23b0
7f23b0
* Thu Feb 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.1-1
7f23b0
- Update to 3.19.1
7f23b0
- Rebase transparency, command-notify and translation patches
7f23b0
- Dark terminals have been restored upstream
7f23b0
7f23b0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.2-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
7f23b0
7f23b0
* Fri Nov 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.18.2-1
7f23b0
- Update to 3.18.2
7f23b0
- Consolidate all downstream features into a single patch to avoid conflicts
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Nov 12 2015 Owen Taylor <otaylor@redhat.com> - 3.18.1-3
7f23b0
- Add patch fixing transparent mode under Wayland
7f23b0
7f23b0
* Sat Oct 31 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
7f23b0
- Drop GConf migrator for F24 (#1276525)
7f23b0
7f23b0
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
7f23b0
- Update to 3.18.1
7f23b0
7f23b0
* Wed Oct 07 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.18.0-1
7f23b0
- Update to 3.18.0
7f23b0
- Backport a few upstream fixes
7f23b0
- Rebase the translations
7f23b0
7f23b0
* Thu Oct 01 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.91-2
7f23b0
- Use a symbolic new tab icon
7f23b0
7f23b0
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
7f23b0
- Update to 3.17.91
7f23b0
- Restore translations for dark variant strings
7f23b0
- Rebase the translations for transparency strings
7f23b0
7f23b0
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7f23b0
7f23b0
* Tue May 12 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.2-1
7f23b0
- Update to 3.16.2
7f23b0
- Rebase the translations for transparency strings
7f23b0
7f23b0
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
7f23b0
- Update to 3.16.1
7f23b0
7f23b0
* Tue Mar 24 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.0-1
7f23b0
- Update to 3.16.0
7f23b0
- Rebase the translations for transparency strings
7f23b0
7f23b0
* Tue Mar 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.92-1
7f23b0
- Update to 3.15.92
7f23b0
- Drop upstreamed patch
7f23b0
- Rebase the translations for transparency strings
7f23b0
7f23b0
* Mon Mar 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-2
7f23b0
- Withdraw the notification on focus-in-event
7f23b0
7f23b0
* Wed Feb 18 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-1
7f23b0
- Update to 3.15.90
7f23b0
- Restore translations for transparency strings
7f23b0
- Restore dark terminals
7f23b0
- Add command-notify patches
7f23b0
7f23b0
* Mon Jan 26 2015 Adam Williamson <awilliam@redhat.com> - 3.14.2-2
7f23b0
- backport partial fix for BGO#743395
7f23b0
7f23b0
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
7f23b0
- Update to 3.14.2
7f23b0
7f23b0
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
7f23b0
- Update to 3.14.1
7f23b0
7f23b0
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
7f23b0
- Update to 3.14.0
7f23b0
7f23b0
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
7f23b0
- Update to 3.13.92
7f23b0
7f23b0
* Fri Sep 12 2014 Debarshi Ray <rishi@fedorapeople.org> - 3.13.90-2
7f23b0
- Restore transparency
7f23b0
7f23b0
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
7f23b0
- Update to 3.13.90
7f23b0
7f23b0
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7f23b0
7f23b0
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-1
7f23b0
- Update to 3.13.2
7f23b0
7f23b0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
7f23b0
7f23b0
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
7f23b0
- Update to 3.13.1
7f23b0
7f23b0
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-2
7f23b0
- Fix parent class in template definition
7f23b0
7f23b0
* Sun Apr 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-1
7f23b0
- Update to 3.13.0
7f23b0
7f23b0
* Sat Apr 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
7f23b0
- Update to 3.12.1
7f23b0
7f23b0
* Thu Apr 03 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.0-2
7f23b0
- Use the dark theme variant
7f23b0
7f23b0
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
7f23b0
- Update to 3.12.0
7f23b0
7f23b0
* Mon Mar 10 2014 Kevin Fenzi <kevin@scrye.com> 3.11.3-2
7f23b0
- Rebuild for new gnome-shell
7f23b0
- Own datadir/gnome-shell for search provider
7f23b0
7f23b0
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
7f23b0
- Update to 3.11.3
7f23b0
7f23b0
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
7f23b0
- Update to 3.11.2
7f23b0
7f23b0
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-2
7f23b0
- Re-issued tarball. Kinda unusual, but such is life.
7f23b0
7f23b0
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
7f23b0
- Update to 3.11.0
7f23b0
7f23b0
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
7f23b0
- Update to 3.10.2
7f23b0
7f23b0
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
7f23b0
- Update to 3.10.1
7f23b0
7f23b0
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
7f23b0
- Update to 3.10.0
7f23b0
7f23b0
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
7f23b0
- Update to 3.9.92
7f23b0
7f23b0
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
7f23b0
- Update to 3.9.90
7f23b0
- Package up the nautilus extension in gnome-terminal-nautilus subpackage
7f23b0
7f23b0
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
7f23b0
7f23b0
* Mon Jul  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-1
7f23b0
- Update to 3.8.4
7f23b0
- Fixes a crash on session resume (#981440)
7f23b0
7f23b0
* Mon Jun 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.3-1
7f23b0
- Update to 3.8.3
7f23b0
- Use desktop-file-validate instead of desktop-file-install
7f23b0
7f23b0
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
7f23b0
- Update to 3.8.2
7f23b0
7f23b0
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
7f23b0
- Update to 3.8.1
7f23b0
7f23b0
* Tue Apr 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0.1-1
7f23b0
- Update to 3.8.0.1
7f23b0
7f23b0
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
7f23b0
- Update to 3.8.0
7f23b0
7f23b0
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
7f23b0
- Update to 3.7.92
7f23b0
7f23b0
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
7f23b0
- Update to 3.7.91
7f23b0
7f23b0
* Tue Feb 26 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.2-3
7f23b0
- Bring back titlebars on maximized terminals
7f23b0
7f23b0
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-2
7f23b0
- Backport a fix for a crash in terminal_screen_container_style_updated
7f23b0
7f23b0
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-1
7f23b0
- Update to 3.7.2
7f23b0
7f23b0
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
7f23b0
- Update to 3.7.1
7f23b0
7f23b0
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.0-1
7f23b0
- Update to 3.7.0
7f23b0
7f23b0
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
7f23b0
- Update to 3.6.1
7f23b0
7f23b0
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
7f23b0
- Update to 3.6.0
7f23b0
7f23b0
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
7f23b0
- Update to 3.5.90
7f23b0
7f23b0
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1.1-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7f23b0
7f23b0
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
7f23b0
- Update to 3.4.1.1
7f23b0
7f23b0
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0.1-1
7f23b0
- Update to 3.4.0.1
7f23b0
- Avoid listing files twice in %%files
7f23b0
7f23b0
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.0-1
7f23b0
- Update to 3.3.0
7f23b0
7f23b0
* Thu Jan 12 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
7f23b0
- Update license field (#639132)
7f23b0
7f23b0
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
7f23b0
- Rebuilt for glibc bug#747377
7f23b0
7f23b0
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
7f23b0
- Update to 3.2.1
7f23b0
7f23b0
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
7f23b0
- Update to 3.2.0
7f23b0
7f23b0
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
7f23b0
- Update to 3.0.1
7f23b0
7f23b0
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
7f23b0
- Update to 3.0.0
7f23b0
7f23b0
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.33.90-1
7f23b0
- Update to 2.33.90
7f23b0
7f23b0
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.33.5-3
7f23b0
- Rebuild against newer gtk
7f23b0
7f23b0
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.5-2
7f23b0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
7f23b0
7f23b0
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
7f23b0
- Update to 2.33.5
7f23b0
7f23b0
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-2
7f23b0
- Make the find dialog work again
7f23b0
7f23b0
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-1
7f23b0
- Update to 2.33.4
7f23b0
7f23b0
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.3-1
7f23b0
- Update to 2.33.3
7f23b0
7f23b0
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-2
7f23b0
- Rebuild against new gtk
7f23b0
7f23b0
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-1
7f23b0
- Update to 2.33.2
7f23b0
- Back to gtk3
7f23b0
7f23b0
* Fri Oct  8 2010 Owen Taylor <otaylor@redhat.com> - 2.33.0-3
7f23b0
- Revert back to a gtk2 build - the gtk3 build has major sizing issues
7f23b0
  (rhbz #641337)
7f23b0
7f23b0
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-2
7f23b0
- Build against gtk3
7f23b0
7f23b0
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-1
7f23b0
- Update to 2.33.0
7f23b0
7f23b0
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
7f23b0
- Update to 2.32.0
7f23b0
7f23b0
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
7f23b0
- Update to 2.31.91
7f23b0
7f23b0
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
7f23b0
- Update to 2.31.90
7f23b0
7f23b0
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
7f23b0
- Update to 2.31.3
7f23b0
7f23b0
* Tue May  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
7f23b0
- Add more translations for search UI
7f23b0
7f23b0
* Tue May  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
7f23b0
- Update to 2.31.2
7f23b0
- Add translations for search UI
7f23b0
7f23b0
* Tue May  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
7f23b0
- Update to 2.31.1
7f23b0
7f23b0
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
7f23b0
- Update to 2.30.1
7f23b0
7f23b0
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
7f23b0
- Update to 2.30.0
7f23b0
7f23b0
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
7f23b0
- Update to 2.29.92
7f23b0
7f23b0
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-3
7f23b0
- Add missing libs
7f23b0
7f23b0
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-2
7f23b0
- Second try
7f23b0
- Drop stale patch
7f23b0
7f23b0
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-1
7f23b0
- Update to 2.29.6