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