cvsdist 1db3e05
%define gettext_package gnome-terminal
cvsdist 1db3e05
Debarshi Ray c1dca12
%global gettext_version 0.19.8
Debarshi Ray 15820b9
%define glib2_version 2.52.0
Debarshi Ray cdb74c3
%define gtk3_version 3.24.0
Debarshi Ray 6a2bc65
%define vte_version 0.64.0
712f6f5
%define desktop_file_utils_version 0.2.90
cvsdist df6c1f8
0532e53
Name:    gnome-terminal
6756607
Version: 3.40.3
6756607
Release: 1%{?dist}
cdf3734
Summary: Terminal emulator for GNOME
cdf3734
Debarshi Ray c8bd62d
License: GPLv3+ and GFDL and LGPLv2+
0532e53
URL:     https://wiki.gnome.org/Apps/Terminal
0532e53
Source0: https://download.gnome.org/sources/%{name}/3.40/%{name}-%{version}.tar.xz
Debarshi Ray 4267ec3
Source1: org.gnome.Terminal.gschema.override
b44fe1d
Debarshi Ray 150fa91
Patch100: gnome-terminal-cntr-ntfy-autottl-ts.patch
Debarshi Ray b895c4d
Patch101: 0001-build-Don-t-treat-warnings-as-errors.patch
Debarshi Ray c2d7206
4656dc9
BuildRequires: pkgconfig(dconf)
4656dc9
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
4656dc9
BuildRequires: pkgconfig(gsettings-desktop-schemas)
4656dc9
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
4656dc9
BuildRequires: pkgconfig(libnautilus-extension)
4656dc9
BuildRequires: pkgconfig(libpcre2-8)
4656dc9
BuildRequires: pkgconfig(uuid)
4656dc9
BuildRequires: pkgconfig(vte-2.91) >= %{vte_version}
cvsdist 1db3e05
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
4656dc9
BuildRequires: docbook-style-xsl
Debarshi Ray c1dca12
BuildRequires: gettext-devel >= %{gettext_version}
4656dc9
BuildRequires: gnome-shell
Richard Hughes 36c0d07
BuildRequires: itstool
Debarshi Ray cdb74c3
BuildRequires: libxslt
4656dc9
BuildRequires: make
ef8769b
BuildRequires: systemd-rpm-macros
7e3334e
BuildRequires: yelp-tools
4656dc9
# For Patch101.
4656dc9
BuildRequires: autoconf automake libtool
cvsdist 58ec457
David Herrmann 248649a
Requires: dbus
6fad014
Requires: glib2%{?_isa} >= %{glib2_version}
d0a64ec
Requires: gsettings-desktop-schemas
6fad014
Requires: gtk3%{?_isa} >= %{gtk3_version}
981aeaa
Requires: vte291%{?_isa} >= %{vte_version}
d0a64ec
cvsdist df6c1f8
%description
9e41cd9
gnome-terminal is a terminal emulator for GNOME. It features the ability to use
9e41cd9
multiple terminals in a single window (tabs) and profiles support.
cvsdist df6c1f8
86c987f
%package nautilus
86c987f
Summary: GNOME Terminal extension for Nautilus
86c987f
Requires: %{name}%{?_isa} = %{version}-%{release}
86c987f
Debarshi Ray 4048a43
Provides: nautilus-open-terminal = %{version}-%{release}
Debarshi Ray 4048a43
Obsoletes: nautilus-open-terminal < 0.20-8
Debarshi Ray 4048a43
86c987f
%description nautilus
86c987f
This package provides a Nautilus extension that adds the 'Open in Terminal'
86c987f
option to the right-click context menu in Nautilus.
86c987f
cvsdist df6c1f8
%prep
0532e53
%autosetup -p1
cvsdist df6c1f8
cvsdist df6c1f8
%build
0532e53
autoreconf --force --install
Debarshi Ray 8373fb3
%configure \
Debarshi Ray 8373fb3
    --disable-silent-rules \
Debarshi Ray 8373fb3
    --disable-static \
Debarshi Ray d4a4133
    --enable-debug \
Debarshi Ray 8373fb3
    --with-gtk=3.0 \
Debarshi Ray 8373fb3
    --with-nautilus-extension
b162ab7
Debarshi Ray 8373fb3
%make_build
cvsdist df6c1f8
cvsdist df6c1f8
%install
0c41cf5
%make_install
cvsdist df6c1f8
0532e53
rm -f %{buildroot}%{_libdir}/nautilus/extensions-3.0/*.la
86c987f
0532e53
install -p -m 644 %{SOURCE1} %{buildroot}%{_datadir}/glib-2.0/schemas
Debarshi Ray 4267ec3
02e446b
%find_lang %{gettext_package} --with-gnome
cvsdist df6c1f8
42256fc
%check
0532e53
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Terminal.desktop
33ff125
make check
42256fc
cvsdist 1db3e05
%files -f %{gettext_package}.lang
cd481f6
%license COPYING
cd481f6
%doc AUTHORS NEWS
cvsdist df6c1f8
f41c53a
%{_bindir}/gnome-terminal
Debarshi Ray 87450e0
%{_datadir}/metainfo/org.gnome.Terminal.appdata.xml
Debarshi Ray dcf539a
%{_datadir}/applications/org.gnome.Terminal.desktop
Richard Hughes 72bce50
%{_libexecdir}/gnome-terminal-server
Richard Hughes 72bce50
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
Richard Hughes 72bce50
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
Debarshi Ray 4267ec3
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.override
940f480
%{_datadir}/gnome-shell
27a3d78
%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Terminal.svg
27a3d78
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Terminal-symbolic.svg
Debarshi Ray cdb74c3
%{_datadir}/man/man1/gnome-terminal.1*
0d47c62
0d47c62
%dir %{_libdir}/gnome-terminal
0d47c62
%{_libdir}/gnome-terminal/gschemas.compiled
0d47c62
Debarshi Ray 2062c62
%{_userunitdir}/gnome-terminal-server.service
cvsdist df6c1f8
86c987f
%files nautilus
86c987f
%{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so
Debarshi Ray 87450e0
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
86c987f
cvsdist df6c1f8
%changelog
6756607
* Tue Aug 24 2021 David King <amigadave@amigadave.com> - 3.40.3-1
6756607
- Update to 3.40.3
0532e53
- Minor packaging improvements
4656dc9
- Use pkgconfig for BuildRequires
6756607
ef8769b
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 3.40.2-2
ef8769b
- BuildRequire systemd-rpm-macros rather than systemd
ef8769b
0d47c62
* Wed Jun 16 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.2-1
0d47c62
- Update to 3.40.2
0d47c62
- Backport yet-to-be-released patches from upstream to avoid translation
0d47c62
  conflicts
0d47c62
Debarshi Ray a522677
* Tue May 11 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.1-1
Debarshi Ray a522677
- Update to 3.40.1
Debarshi Ray a522677
- Rebase the translations
Debarshi Ray a522677
- Backport yet-to-be-released patches from upstream to avoid translation
Debarshi Ray a522677
  conflicts
Debarshi Ray a522677
Debarshi Ray 0b5dcde
* Tue May 11 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.40.0-1
Debarshi Ray 0b5dcde
- Update to 3.40.0
Debarshi Ray 0b5dcde
Debarshi Ray 8ff318d
* Mon May 10 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.39.90-1
Debarshi Ray 8ff318d
- Update to 3.39.90
Debarshi Ray 8ff318d
- Rebase the patches
Debarshi Ray 8ff318d
- Backport yet-to-be-released patches from upstream to avoid translation
Debarshi Ray 8ff318d
  conflicts
Debarshi Ray 8ff318d
Debarshi Ray a893ed0
* Fri May 07 2021 Debarshi Ray <rishi@fedoraproject.org> - 3.38.3-1
Debarshi Ray a893ed0
- Update to 3.38.3
Debarshi Ray a893ed0
- Rebase the translations
Debarshi Ray a893ed0
- Backport yet-to-be-released patches from upstream to avoid translation
Debarshi Ray a893ed0
  conflicts
Debarshi Ray a893ed0
9bd5071
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.1-3
9bd5071
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
9bd5071
347377a
* Fri Nov 20 2020 Ting-Wei Lan <lantw44@gmail.com> - 3.38.1-2
347377a
- Fix crash when the command line is shorter than 1024 characters
347377a
Debarshi Ray 837d20f
* Mon Oct 12 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.38.1-1
Debarshi Ray 837d20f
- Update to 3.38.1
Debarshi Ray 837d20f
- Backport yet-to-be-released patches from upstream
Debarshi Ray 837d20f
Debarshi Ray 4b0299d
* Sat Sep 26 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.38.0-1
Debarshi Ray 4b0299d
- Update to 3.38.0
Debarshi Ray 4b0299d
- Rebase the patches
Debarshi Ray 4b0299d
- Backport yet-to-be-released patches from upstream
Debarshi Ray 4b0299d
Debarshi Ray cdb74c3
* Sat Sep 26 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.37.90-1
Debarshi Ray cdb74c3
- Update to 3.37.90
Debarshi Ray cdb74c3
- Rebase the patches
Debarshi Ray cdb74c3
Debarshi Ray f309997
* Fri Sep 25 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.2-1
Debarshi Ray f309997
- Update to 3.36.2
Debarshi Ray f309997
- Rebase the patches
Debarshi Ray f309997
467595a
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1.1-4
467595a
- Second attempt - Rebuilt for
467595a
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
467595a
7af59d8
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.1.1-3
7af59d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
7af59d8
Debarshi Ray d4a4133
* Mon Jun 15 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-2
Debarshi Ray d4a4133
- Enable debugging
Debarshi Ray d4a4133
Debarshi Ray bb5f88b
* Mon Apr 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1.1-1
Debarshi Ray bb5f88b
- Update to 3.36.1.1
Debarshi Ray bb5f88b
- Rebase the patches
Debarshi Ray bb5f88b
Debarshi Ray 592190a
* Sun Apr 05 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.1-1
Debarshi Ray 592190a
- Update to 3.36.1
Debarshi Ray 592190a
- Rebase the patches
Debarshi Ray 592190a
Debarshi Ray b840158
* Fri Mar 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.36.0.1-1
Debarshi Ray b840158
- Update to 3.36.0.1
Debarshi Ray b840158
Debarshi Ray 6eeb8ca
* Thu Mar 05 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.92-2
Debarshi Ray 6eeb8ca
- Limit the command line to 1024 characters when used as the title
Debarshi Ray 6eeb8ca
Debarshi Ray afacf76
* Mon Mar 02 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.92-1
Debarshi Ray afacf76
- Update to 3.35.92
Debarshi Ray afacf76
Debarshi Ray c1dca12
* Fri Feb 28 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.91-1
Debarshi Ray c1dca12
- Update to 3.35.91
Debarshi Ray c1dca12
- Rebase the patches
Debarshi Ray c1dca12
- Backport yet-to-be-released patches from upstream to avoid translation
Debarshi Ray c1dca12
  conflicts
Debarshi Ray c1dca12
Debarshi Ray a640932
* Fri Feb 28 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.35.1-1
Debarshi Ray a640932
- Update to 3.35.1
Debarshi Ray a640932
- Rebase the patches
Debarshi Ray a640932
Debarshi Ray bedbde9
* Mon Feb 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 3.34.2-3
Debarshi Ray bedbde9
- Add a "shell-command" flag for debugging.
Debarshi Ray bedbde9
- Backport yet-to-be-released patches from upstream to avoid translation
Debarshi Ray bedbde9
  conflicts.
Debarshi Ray bedbde9
0992d1f
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.2-2
0992d1f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0992d1f
c64c5b7
* Mon Oct 14 2019 Kalev Lember <klember@redhat.com> - 3.34.2-1
c64c5b7
- Update to 3.34.2
c64c5b7
2e8ca0f
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 3.34.1-1
2e8ca0f
- Update to 3.34.1
2e8ca0f
1a86ac2
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
1a86ac2
- Update to 3.34.0
1a86ac2
- Rebase the translations
1a86ac2
b2b6d7b
* Wed Sep 04 2019 Kalev Lember <klember@redhat.com> - 3.33.90-1
b2b6d7b
- Update to 3.33.90
b2b6d7b
- Rebase the patches
b2b6d7b
961cf31
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.32.2-3
961cf31
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
961cf31
Debarshi Ray 150fa91
* Thu Jun 20 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.2-2
Debarshi Ray 150fa91
- Preserve current toolbox, if any, when opening a new terminal
Debarshi Ray 150fa91
4960c3c
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 3.32.2-1
4960c3c
- Update to 3.32.2
4960c3c
ffdc8ae
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 3.32.1-1
ffdc8ae
- Update to 3.32.1
ffdc8ae
- Rebase the translations
ffdc8ae
Debarshi Ray 9f999ad
* Wed Apr 03 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-2
Debarshi Ray 9f999ad
- Automatically update the title with the current foreground process.
Debarshi Ray 9f999ad
- Rewrite the command-notify patches to use the interactive shell's precmd and
Debarshi Ray 9f999ad
  preexec hooks, instead of only the precmd hook and the history.
Debarshi Ray 9f999ad
- Backport yet-to-be-released patches from upstream to avoid translation
Debarshi Ray 9f999ad
  conflicts.
Debarshi Ray 9f999ad
Debarshi Ray ff5d6f6
* Fri Mar 29 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.32.0-1
Debarshi Ray ff5d6f6
- Update to 3.32.0
Debarshi Ray ff5d6f6
Debarshi Ray d1d4ad2
* Fri Mar 29 2019 Debarshi Ray <rishi@fedoraproject.org> - 3.31.92-1
Debarshi Ray d1d4ad2
- Update to 3.31.92
Debarshi Ray d1d4ad2
- Rebase the translations
Debarshi Ray d1d4ad2
Michael Catanzaro f394fd0
* Sat Mar 16 2019 Michael Catanzaro <mcatanzaro@gnome.org> - 3.31.90-4
Michael Catanzaro f394fd0
- Revert previous commit: headerbar will come in 3.32 final
Michael Catanzaro f394fd0
Michael Catanzaro 0e064ef
* Sat Mar 16 2019 Michael Catanzaro <mcatanzaro@gnome.org> - 3.31.90-3
Michael Catanzaro 0e064ef
- Enable the headerbar
Michael Catanzaro 0e064ef
264bcd2
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-2
264bcd2
- Rebuilt against fixed atk (#1626575)
264bcd2
27a3d78
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
27a3d78
- Update to 3.31.90
27a3d78
- Rebase the translations
7e3334e
- Drop obsolete gnome-common build dep
27a3d78
a46454d
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.30.2-2
a46454d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a46454d
1951e9e
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 3.30.2-1
1951e9e
- Update to 3.30.2
1951e9e
- Rebase transparency, command-notify, custom title and translation patches
1951e9e
David Herrmann 248649a
* Thu Oct 11 2018 David Herrmann <dh.herrmann@gmail.com> - 3.30.1-2
David Herrmann 248649a
- Reduce 'dbus-x11' dependency to 'dbus'. The xinit script are no longer the
David Herrmann 248649a
  canonical way to start dbus, but the 'dbus' package is nowadays required to
David Herrmann 248649a
  provide a user and system bus to its dependents.
David Herrmann 248649a
Debarshi Ray d4f12fe
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.0-1
Debarshi Ray d29daed
- Update to 3.30.1
Debarshi Ray d29daed
- Rebase transparency, command-notify, custom title and translation patches
Debarshi Ray d29daed
- Use a GSettings override to separate the new-terminal menuitems
Debarshi Ray d29daed
Debarshi Ray d29daed
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.30.0-1
Debarshi Ray d4f12fe
- Update to 3.30.0
Debarshi Ray d4f12fe
Debarshi Ray 8373fb3
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.29.92-1
Debarshi Ray 8373fb3
- Update to 3.29.92
Debarshi Ray 8373fb3
- Rebase transparency, command-notify, custom title and translation patches
Debarshi Ray 8373fb3
- Remove upstreamed patches
Debarshi Ray 8373fb3
Debarshi Ray c8bd62d
* Fri Jul 27 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-4
Debarshi Ray c8bd62d
- Include LGPLv2+ in the list of licenses
Debarshi Ray c8bd62d
0ce4a91
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-3
0ce4a91
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0ce4a91
Debarshi Ray 4b3ab74
* Mon Jun 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.2-2
Debarshi Ray 4b3ab74
- Backport fix for client-side memory error (GNOME/gnome-terminal#1)
Debarshi Ray 4b3ab74
a829ffe
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
a829ffe
- Update to 3.28.2
a829ffe
Debarshi Ray 6947324
* Fri Apr 13 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.28.1-1
Debarshi Ray 6947324
- Update to 3.28.1
Debarshi Ray 6947324
- Rebase the translations
Debarshi Ray 6947324
Debarshi Ray 31524a7
* Thu Apr 12 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.90-1
Debarshi Ray 31524a7
- Update to 3.27.90
Debarshi Ray 31524a7
- Rebase transparency, command-notify and translation patches
Debarshi Ray 31524a7
Debarshi Ray 9ec2648
* Fri Apr 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.4-1
Debarshi Ray 9ec2648
- Update to 3.27.4
Debarshi Ray 9ec2648
- Rebase transparency, command-notify and translation patches
Debarshi Ray 9ec2648
Debarshi Ray 7444051
* Fri Apr 06 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.3-1
Debarshi Ray 7444051
- Update to 3.27.3
Debarshi Ray 7444051
- Rebase the translations
Debarshi Ray 7444051
Debarshi Ray 4ec8ea1
* Tue Apr 03 2018 Debarshi Ray <rishi@fedoraproject.org> - 3.27.1-1
Debarshi Ray 4ec8ea1
- Update to 3.27.1
Debarshi Ray 4ec8ea1
- Rebase transparency, command-notify and translation patches
Debarshi Ray 4ec8ea1
be83591
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.2-3
be83591
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
be83591
2eb6311
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.26.2-2
2eb6311
- Remove obsolete scriptlets
2eb6311
4b7a8b1
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 3.26.2-1
4b7a8b1
- Update to 3.26.2
4b7a8b1
- Rebase the translations
4b7a8b1
33ff125
* Wed Oct 18 2017 Marek Kasik <mkasik@redhat.com> - 3.26.1-2
33ff125
- Enable unit tests
33ff125
- Resolves: #1502666
33ff125
f0e1b4c
* Thu Oct 12 2017 Kalev Lember <klember@redhat.com> - 3.26.1-1
f0e1b4c
- Update to 3.26.1
f0e1b4c
- Rebase the translations
f0e1b4c
82aebd5
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 3.26.0-1
82aebd5
- Update to 3.26.0
82aebd5
- Rebase downstream patches
82aebd5
abd20b4
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2-3
abd20b4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
abd20b4
6afe7da
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.24.2-2
6afe7da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
6afe7da
2744f12
* Thu May 11 2017 Kalev Lember <klember@redhat.com> - 3.24.2-1
2744f12
- Update to 3.24.2
2744f12
- Rebase the translations
2744f12
4062968
* Thu Apr 13 2017 Kalev Lember <klember@redhat.com> - 3.24.1-1
4062968
- Update to 3.24.1
4062968
- Rebase the translations
4062968
9a532b0
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 3.24.0-1
9a532b0
- Update to 3.24.0
9a532b0
- Rebase the translations
9a532b0
Debarshi Ray 87450e0
* Mon Feb 27 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.23.90-1
Richard Hughes 2d90d58
- Update to 3.23.90
Debarshi Ray 87450e0
- Update translations
Debarshi Ray 87450e0
- Ensure that the transparency scale is sensitive only when a transparent
Debarshi Ray 87450e0
  background is used
Debarshi Ray 87450e0
- Rebase transparency, command-notify and translation patches
Richard Hughes 2d90d58
b3111ef
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.22.1-3
b3111ef
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b3111ef
Debarshi Ray 0401492
* Thu Dec 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-2
Debarshi Ray 0401492
- Backport fix for search-provider crash (RH #1398958)
Debarshi Ray 0401492
- Update translations
Debarshi Ray 0401492
Debarshi Ray a4d1c5a
* Tue Nov 08 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-1
Debarshi Ray a4d1c5a
- Update to 3.22.1
Debarshi Ray a4d1c5a
- Rebase the translations
Debarshi Ray a4d1c5a
- Restore custom terminal titles
Debarshi Ray a4d1c5a
- Restore separate menuitems for opening tabs and windows
Debarshi Ray a4d1c5a
3b367b0
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
3b367b0
- Update to 3.22.0
3b367b0
- Rebase the translations
3b367b0
856b9ad
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 3.21.92-1
856b9ad
- Update to 3.21.92
856b9ad
- Rebase the translations
5fc534c
- Don't set group tags
0c41cf5
- Use make_install macro
856b9ad
a6bece5
* Fri Aug 19 2016 Kalev Lember <klember@redhat.com> - 3.21.90-2
a6bece5
- Backport a patch to fix terminal shrinking with every line entered
a6bece5
be70362
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 3.21.90-1
be70362
- Update to 3.21.90
be70362
- Rebase the translations
be70362
Debarshi Ray 4048a43
* Wed Jun 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.2-2
Debarshi Ray 4048a43
- Add Provides/Obsoletes to replace nautilus-open-terminal
Debarshi Ray 4048a43
Debarshi Ray 54311d4
* Wed May 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.2-1
Debarshi Ray 54311d4
- Update to 3.20.2
Debarshi Ray 54311d4
Debarshi Ray 220f411
* Tue May 10 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-2
Debarshi Ray 220f411
- Rebuild against vte291 ABI fix
Debarshi Ray 220f411
Debarshi Ray 50dbd33
* Mon Apr 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-1
Debarshi Ray 50dbd33
- Update to 3.20.1
Debarshi Ray 50dbd33
- Rebase the translations
Debarshi Ray 50dbd33
4cd2ed8
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
4cd2ed8
- Update to 3.20.0
4cd2ed8
- Rebase the translations
4cd2ed8
Debarshi Ray d489773
* Thu Mar 17 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.92-1
Debarshi Ray d489773
- Update to 3.19.92
Debarshi Ray d489773
- Rebase the translations
Debarshi Ray d489773
3e98075
* Thu Mar 03 2016 Kalev Lember <klember@redhat.com> - 3.19.91-1
3e98075
- Update to 3.19.91
3e98075
- Rebase transparency, command-notify and translation patches
3e98075
Debarshi Ray e11cf09
* Thu Feb 18 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.2-1
Debarshi Ray e11cf09
- Update to 3.19.2
Debarshi Ray e11cf09
- Rebase the translations
Debarshi Ray e11cf09
Debarshi Ray 195ab82
* Thu Feb 18 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.1-2
Debarshi Ray 195ab82
- Adjust the dark terminal override to match the new setting
Debarshi Ray 195ab82
Debarshi Ray ed41b54
* Thu Feb 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.19.1-1
Debarshi Ray ed41b54
- Update to 3.19.1
Debarshi Ray ed41b54
- Rebase transparency, command-notify and translation patches
Debarshi Ray ed41b54
- Dark terminals have been restored upstream
Debarshi Ray ed41b54
63f4bf8
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.18.2-2
63f4bf8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
63f4bf8
Debarshi Ray 20cbc85
* Fri Nov 13 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.18.2-1
Debarshi Ray 20cbc85
- Update to 3.18.2
Debarshi Ray 20cbc85
- Consolidate all downstream features into a single patch to avoid conflicts
Debarshi Ray 20cbc85
- Rebase the translations
Debarshi Ray 20cbc85
Owen W. Taylor 549f127
* Thu Nov 12 2015 Owen Taylor <otaylor@redhat.com> - 3.18.1-3
Owen W. Taylor 746b01c
- Add patch fixing transparent mode under Wayland
Owen W. Taylor 746b01c
31e4670
* Sat Oct 31 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
31e4670
- Drop GConf migrator for F24 (#1276525)
31e4670
6cadeb0
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
6cadeb0
- Update to 3.18.1
6cadeb0
Debarshi Ray feb8879
* Wed Oct 07 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.18.0-1
Debarshi Ray feb8879
- Update to 3.18.0
Debarshi Ray feb8879
- Backport a few upstream fixes
Debarshi Ray feb8879
- Rebase the translations
Debarshi Ray feb8879
Michael Catanzaro b9fd945
* Thu Oct 01 2015 Michael Catanzaro <mcatanzaro@gnome.org> - 3.17.91-2
Michael Catanzaro b9fd945
- Use a symbolic new tab icon
Michael Catanzaro b9fd945
Debarshi Ray 7465f69
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.17.91-1
Debarshi Ray 7465f69
- Update to 3.17.91
Debarshi Ray 7465f69
- Restore translations for dark variant strings
Debarshi Ray 7465f69
- Rebase the translations for transparency strings
Debarshi Ray 7465f69
8004338
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.2-2
8004338
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8004338
Debarshi Ray f4835dd
* Tue May 12 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.2-1
Debarshi Ray f4835dd
- Update to 3.16.2
Debarshi Ray f4835dd
- Rebase the translations for transparency strings
Debarshi Ray f4835dd
68a1698
* Tue Apr 14 2015 Kalev Lember <kalevlember@gmail.com> - 3.16.1-1
68a1698
- Update to 3.16.1
68a1698
Debarshi Ray a19cf5a
* Tue Mar 24 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.16.0-1
Debarshi Ray a19cf5a
- Update to 3.16.0
Debarshi Ray a19cf5a
- Rebase the translations for transparency strings
Debarshi Ray a19cf5a
Debarshi Ray 14c93d7
* Tue Mar 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.92-1
Debarshi Ray 14c93d7
- Update to 3.15.92
Debarshi Ray 324c6b7
- Drop upstreamed patch
Debarshi Ray 14c93d7
- Rebase the translations for transparency strings
Debarshi Ray 14c93d7
Debarshi Ray 01b1868
* Mon Mar 16 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-2
Debarshi Ray 01b1868
- Withdraw the notification on focus-in-event
Debarshi Ray 01b1868
Debarshi Ray 1ab5f00
* Wed Feb 18 2015 Debarshi Ray <rishi@fedoraproject.org> - 3.15.90-1
Debarshi Ray 1ab5f00
- Update to 3.15.90
Debarshi Ray 1ab5f00
- Restore translations for transparency strings
Debarshi Ray 1ab5f00
- Restore dark terminals
Debarshi Ray 1ab5f00
- Add command-notify patches
Debarshi Ray 1ab5f00
8c25cb0
* Mon Jan 26 2015 Adam Williamson <awilliam@redhat.com> - 3.14.2-2
8c25cb0
- backport partial fix for BGO#743395
8c25cb0
40aae83
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.2-1
40aae83
- Update to 3.14.2
40aae83
4024b6f
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.1-1
4024b6f
- Update to 3.14.1
4024b6f
307ee2b
* Sun Sep 21 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
307ee2b
- Update to 3.14.0
307ee2b
5ab0bab
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.92-1
5ab0bab
- Update to 3.13.92
5ab0bab
Debarshi Ray c2d7206
* Fri Sep 12 2014 Debarshi Ray <rishi@fedorapeople.org> - 3.13.90-2
Debarshi Ray c2d7206
- Restore transparency
Debarshi Ray c2d7206
7814ac2
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.90-1
7814ac2
- Update to 3.13.90
7814ac2
130e6c6
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.2-2
130e6c6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
130e6c6
Richard Hughes f14b2f8
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 3.13.2-1
Richard Hughes f14b2f8
- Update to 3.13.2
Richard Hughes f14b2f8
21f134f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.13.1-2
21f134f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
21f134f
86ba11b
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.1-1
86ba11b
- Update to 3.13.1
86ba11b
c9edc36
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-2
c9edc36
- Fix parent class in template definition
c9edc36
15e353d
* Sun Apr 27 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.0-1
15e353d
- Update to 3.13.0
15e353d
19156c7
* Sat Apr 26 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.1-1
19156c7
- Update to 3.12.1
19156c7
Debarshi Ray 4267ec3
* Thu Apr 03 2014 Debarshi Ray <rishi@fedoraproject.org> - 3.12.0-2
Debarshi Ray 4267ec3
- Use the dark theme variant
Debarshi Ray 4267ec3
Richard Hughes 5a1ebe2
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 3.12.0-1
Richard Hughes 5a1ebe2
- Update to 3.12.0
Richard Hughes 5a1ebe2
940f480
* Mon Mar 10 2014 Kevin Fenzi <kevin@scrye.com> 3.11.3-2
940f480
- Rebuild for new gnome-shell
940f480
- Own datadir/gnome-shell for search provider
940f480
Richard Hughes a21f4a7
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.3-1
Richard Hughes a21f4a7
- Update to 3.11.3
Richard Hughes a21f4a7
Richard Hughes 9b8efa8
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 3.11.2-1
Richard Hughes 9b8efa8
- Update to 3.11.2
Richard Hughes 9b8efa8
Richard Hughes cc2d896
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-2
Richard Hughes cc2d896
- Re-issued tarball. Kinda unusual, but such is life.
Richard Hughes cc2d896
Richard Hughes 6e75bb3
* Tue Nov 19 2013 Richard Hughes <rhughes@redhat.com> - 3.11.0-1
Richard Hughes 6e75bb3
- Update to 3.11.0
Richard Hughes 6e75bb3
Richard Hughes 1d3c49c
* Thu Nov 14 2013 Richard Hughes <rhughes@redhat.com> - 3.10.2-1
Richard Hughes 1d3c49c
- Update to 3.10.2
Richard Hughes 1d3c49c
Richard Hughes 2225077
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes 2225077
- Update to 3.10.1
Richard Hughes 2225077
bc65c7b
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
bc65c7b
- Update to 3.10.0
bc65c7b
76c9e36
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.92-1
76c9e36
- Update to 3.9.92
76c9e36
15c2fff
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
15c2fff
- Update to 3.9.90
86c987f
- Package up the nautilus extension in gnome-terminal-nautilus subpackage
15c2fff
07a2aa5
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8.4-2
07a2aa5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
07a2aa5
1dd82a9
* Mon Jul  8 2013 Matthias Clasen <mclasen@redhat.com> - 3.8.4-1
1dd82a9
- Update to 3.8.4
1dd82a9
- Fixes a crash on session resume (#981440)
1dd82a9
fd2466b
* Mon Jun 10 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.3-1
fd2466b
- Update to 3.8.3
42256fc
- Use desktop-file-validate instead of desktop-file-install
fd2466b
Richard Hughes 667e54b
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
Richard Hughes 667e54b
- Update to 3.8.2
Richard Hughes 667e54b
502edf3
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.1-1
502edf3
- Update to 3.8.1
502edf3
742f946
* Tue Apr 02 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0.1-1
742f946
- Update to 3.8.0.1
742f946
625559a
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
625559a
- Update to 3.8.0
625559a
Richard Hughes 85f3b6a
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
Richard Hughes 85f3b6a
- Update to 3.7.92
Richard Hughes 85f3b6a
94d480d
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
94d480d
- Update to 3.7.91
94d480d
64d171f
* Tue Feb 26 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.2-3
64d171f
- Bring back titlebars on maximized terminals
64d171f
99b9f2b
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-2
99b9f2b
- Backport a fix for a crash in terminal_screen_container_style_updated
99b9f2b
cd5899a
* Fri Jan 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.2-1
cd5899a
- Update to 3.7.2
cd5899a
Richard Hughes 66e30e9
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 3.7.1-1
Richard Hughes 66e30e9
- Update to 3.7.1
Richard Hughes 66e30e9
Richard Hughes a1b38f0
* Wed Jan 09 2013 Richard Hughes <hughsient@gmail.com> - 3.7.0-1
Richard Hughes a1b38f0
- Update to 3.7.0
Richard Hughes a1b38f0
d0a64ec
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
d0a64ec
- Update to 3.6.1
d0a64ec
64a6bdb
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
64a6bdb
- Update to 3.6.0
64a6bdb
Richard Hughes 7a252d8
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 7a252d8
- Update to 3.5.90
Richard Hughes 7a252d8
a30c36e
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1.1-2
a30c36e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
a30c36e
0f62a88
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1.1-1
0f62a88
- Update to 3.4.1.1
0f62a88
72f3c05
* Tue Mar 27 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0.1-1
72f3c05
- Update to 3.4.0.1
c1d7181
- Avoid listing files twice in %%files
72f3c05
d13a840
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.0-1
d13a840
- Update to 3.3.0
d13a840
037f1a2
* Thu Jan 12 2012 Matthias Clasen <mclasen@redhat.com> - 3.2.1-2
173efe3
- Update license field (#639132)
173efe3
dc215aa
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
dc215aa
- Rebuilt for glibc bug#747377
dc215aa
5c03dd0
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
5c03dd0
- Update to 3.2.1
5c03dd0
9ddd0fb
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
9ddd0fb
- Update to 3.2.0
9ddd0fb
0b1b506
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
0b1b506
- Update to 3.0.1
0b1b506
f90368f
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 3.0.0-1
f90368f
- Update to 3.0.0
f90368f
5674683
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2.33.90-1
5674683
- Update to 2.33.90
5674683
d205a31
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 2.33.5-3
d205a31
- Rebuild against newer gtk
d205a31
ae91322
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.33.5-2
ae91322
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
ae91322
c54f90f
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.5-1
c54f90f
- Update to 2.33.5
c54f90f
e9b9b3b
* Wed Jan 12 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-2
e9b9b3b
- Make the find dialog work again
e9b9b3b
e2326db
* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.4-1
e2326db
- Update to 2.33.4
e2326db
a48b38f
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.33.3-1
0bc07a5
- Update to 2.33.3
0bc07a5
5230d20
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-2
5230d20
- Rebuild against new gtk
5230d20
317ee7b
* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.2-1
317ee7b
- Update to 2.33.2
317ee7b
- Back to gtk3
317ee7b
Owen W. Taylor c2a0676
* Fri Oct  8 2010 Owen Taylor <otaylor@redhat.com> - 2.33.0-3
Owen W. Taylor c2a0676
- Revert back to a gtk2 build - the gtk3 build has major sizing issues
Owen W. Taylor c2a0676
  (rhbz #641337)
Owen W. Taylor c2a0676
5c93f90
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-2
5c93f90
- Build against gtk3
5c93f90
39b9fc0
* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.33.0-1
39b9fc0
- Update to 2.33.0
39b9fc0
1a01e6a
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
1a01e6a
- Update to 2.32.0
1a01e6a
7ab054c
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
7ab054c
- Update to 2.31.91
7ab054c
b180eed
* Thu Aug 19 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.90-1
b180eed
- Update to 2.31.90
b180eed
d74e8f7
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
d74e8f7
- Update to 2.31.3
d74e8f7
2e1b150
* Tue May  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-2
2e1b150
- Add more translations for search UI
2e1b150
b162ab7
* Tue May  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
b162ab7
- Update to 2.31.2
b162ab7
- Add translations for search UI
b162ab7
5fd85e8
* Tue May  4 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
5fd85e8
- Update to 2.31.1
5fd85e8
95bb567
* Mon Apr 26 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
95bb567
- Update to 2.30.1
95bb567
fea4e00
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
fea4e00
- Update to 2.30.0
fea4e00
808febe
* Thu Mar 11 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.92-1
808febe
- Update to 2.29.92
808febe
f44d3ce
* Sun Feb 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.6-3
f44d3ce
- Add missing libs
f44d3ce
Behdad Esfahbod d821f1f
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-2
Behdad Esfahbod d821f1f
- Second try
Behdad Esfahbod d821f1f
- Drop stale patch
Behdad Esfahbod d821f1f
Behdad Esfahbod bf369f4
* Thu Jan 14 2010 Behdad Esfahbod <behdad@redhat.com> - 2.29.6-1
Behdad Esfahbod bf369f4
- Update to 2.29.6