0658e0
%global apiver 2.91
0658e0
0658e0
%global fribidi_version 1.0.0
0658e0
%global glib2_version 2.52.0
0658e0
%global gnutls_version 3.2.7
0658e0
%global gtk3_version 3.24.22
0658e0
%global icu_uc_version 4.8
0658e0
%global libsystemd_version 220
0658e0
%global pango_version 1.22.0
0658e0
%global pcre2_version 10.21
0658e0
0658e0
Name:           vte291
0658e0
Version:        0.64.2
0658e0
Release:        2%{?dist}
0658e0
Summary:        Terminal emulator library
0658e0
0658e0
# libvte-2.91.so is generated from LGPLv3+ and MIT sources
0658e0
License:        LGPLv3+ and MIT
0658e0
URL:            https://wiki.gnome.org/Apps/Terminal/VTE
0658e0
Source0:        https://download.gnome.org/sources/vte/0.64/vte-%{version}.tar.xz
0658e0
0658e0
# https://bugzilla.gnome.org/show_bug.cgi?id=711059
0658e0
# https://bugzilla.redhat.com/show_bug.cgi?id=1103380
0658e0
# https://pagure.io/fedora-workstation/issue/216
0658e0
Patch100:       vte291-cntnr-precmd-preexec-scroll.patch
0658e0
0658e0
BuildRequires:  gcc-c++
0658e0
BuildRequires:  gettext
0658e0
BuildRequires:  pkgconfig(fribidi) >= %{fribidi_version}
0658e0
BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
0658e0
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
0658e0
BuildRequires:  pkgconfig(gnutls) >= %{gnutls_version}
0658e0
BuildRequires:  pkgconfig(gobject-2.0) >= %{glib2_version}
0658e0
BuildRequires:  gobject-introspection-devel
0658e0
BuildRequires:  gperf
0658e0
BuildRequires:  gtk-doc
0658e0
BuildRequires:  meson
0658e0
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
0658e0
BuildRequires:  pkgconfig(icu-uc) >= %{icu_uc_version}
0658e0
BuildRequires:  pkgconfig(libpcre2-8) >= %{pcre2_version}
0658e0
BuildRequires:  pkgconfig(libsystemd) >= %{libsystemd_version}
0658e0
BuildRequires:  pkgconfig(pango) >= %{pango_version}
0658e0
BuildRequires:  systemd-rpm-macros
0658e0
BuildRequires:  vala
0658e0
0658e0
Requires:       fribidi >= %{fribidi_version}
0658e0
Requires:       glib2 >= %{glib2_version}
0658e0
Requires:       gnutls%{?_isa} >= %{gnutls_version}
0658e0
Requires:       gtk3%{?_isa} >= %{gtk3_version}
0658e0
Requires:       libicu%{?_isa} >= %{icu_uc_version}
0658e0
Requires:       pango >= %{pango_version}
0658e0
Requires:       pcre2%{?_isa} >= %{pcre2_version}
0658e0
Requires:       systemd >= %{libsystemd_version}
0658e0
Requires:       vte-profile
0658e0
0658e0
Conflicts:      gnome-terminal < 3.20.1-2
0658e0
0658e0
%description
0658e0
VTE is a library implementing a terminal emulator widget for GTK+. VTE
0658e0
is mainly used in gnome-terminal, but can also be used to embed a
0658e0
console/terminal in games, editors, IDEs, etc.
0658e0
0658e0
%package        devel
0658e0
Summary:        Development files for %{name}
0658e0
# vte-2.91 is generated from GPLv3+ sources, while the public headers are
0658e0
# LGPLv3+
0658e0
License:        GPLv3+ and LGPLv3+
0658e0
Requires:       %{name}%{?_isa} = %{version}-%{release}
0658e0
0658e0
%description devel
0658e0
The %{name}-devel package contains libraries and header files for
0658e0
developing applications that use %{name}.
0658e0
0658e0
# vte-profile is deliberately not noarch to avoid having to obsolete a noarch
0658e0
# subpackage in the future when we get rid of the vte3 / vte291 split. Yum is
0658e0
# notoriously bad when handling noarch obsoletes and insists on installing both
0658e0
# of the multilib packages (i686 + x86_64) as the replacement.
0658e0
%package -n     vte-profile
0658e0
Summary:        Profile script for VTE terminal emulator library
0658e0
License:        GPLv3+
0658e0
# vte.sh was previously part of the vte3 package
0658e0
Conflicts:      vte3 < 0.36.1-3
0658e0
0658e0
%description -n vte-profile
0658e0
The vte-profile package contains a profile.d script for the VTE terminal
0658e0
emulator library.
0658e0
0658e0
%prep
0658e0
%setup -q -n vte-%{version}
0658e0
%patch100 -p1 -b .cntnr-precmd-preexec-scroll
0658e0
%if 0%{?flatpak}
0658e0
# Install user units where systemd macros expect them
0658e0
sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
0658e0
%endif
0658e0
0658e0
%build
0658e0
%meson --buildtype=plain -Ddocs=true
0658e0
%meson_build
0658e0
0658e0
%install
0658e0
%meson_install
0658e0
0658e0
%find_lang vte-%{apiver}
0658e0
0658e0
%files -f vte-%{apiver}.lang
0658e0
%license COPYING.LGPL3
0658e0
%license COPYING.XTERM
0658e0
%{_libdir}/libvte-%{apiver}.so.0*
0658e0
%{_libdir}/girepository-1.0/
0658e0
%{_userunitdir}/vte-spawn-.scope.d
0658e0
0658e0
%files devel
0658e0
%license COPYING.GPL3
0658e0
%{_bindir}/vte-%{apiver}
0658e0
%{_includedir}/vte-%{apiver}/
0658e0
%{_libdir}/libvte-%{apiver}.so
0658e0
%{_libdir}/pkgconfig/vte-%{apiver}.pc
0658e0
%{_datadir}/gir-1.0/
0658e0
%{_datadir}/glade/
0658e0
%doc %{_datadir}/gtk-doc/
0658e0
%{_datadir}/vala/
0658e0
0658e0
%files -n vte-profile
0658e0
%license COPYING.GPL3
0658e0
%{_libexecdir}/vte-urlencode-cwd
0658e0
%{_sysconfdir}/profile.d/vte.csh
0658e0
%{_sysconfdir}/profile.d/vte.sh
0658e0
0658e0
%changelog
0658e0
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.64.2-2
0658e0
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
0658e0
  Related: rhbz#1991688
0658e0
0658e0
* Thu Jun 17 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.64.2-1
0658e0
- Update to 0.64.2
0658e0
- Add missing _VTE_CXX_NOEXCEPT to downstream patches (#1973174)
0658e0
- Fix the License fields and ship the correct license texts (#1973299)
0658e0
0658e0
* Thu May 06 2021 Debarshi Ray <rishi@fedoraproject.org> - 0.64.1-1
0658e0
- Update to 0.64.1
0658e0
Resolves: #1957970
0658e0
0658e0
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.62.3-3
0658e0
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
0658e0
0658e0
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 0.62.3-2
0658e0
- Revert a change that limited select all, as decided by Workstation WG
0658e0
0658e0
* Tue Feb 16 2021 Kalev Lember <klember@redhat.com> - 0.62.3-1
0658e0
- Update to 0.62.3
0658e0
- Use https URLs for upstream
0658e0
0658e0
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.62.2-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
0658e0
0658e0
* Mon Jan 25 2021 Kalev Lember <klember@redhat.com> - 0.62.2-1
0658e0
- Update to 0.62.2
0658e0
0658e0
* Wed Dec 16 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.62.1-3
0658e0
- Accommodate 'sudo toolbox' when tracking the active container
0658e0
0658e0
* Tue Nov 03 2020 Jeff Law <law@redhat.com> - 0.62.1-2
0658e0
- Fix bogus volatile caught by gcc-11
0658e0
0658e0
* Thu Oct 08 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.62.1-1
0658e0
- Update to 0.62.1
0658e0
- Rebase downstream patches
0658e0
0658e0
* Thu Sep 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.62.0-1
0658e0
- Update to 0.62.0
0658e0
0658e0
* Thu Sep 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.61.91-1
0658e0
- Update to 0.61.91
0658e0
0658e0
* Thu Sep 24 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.61.90-1
0658e0
- Update to 0.61.90
0658e0
- Rebase downstream patches
0658e0
0658e0
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.60.3-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
0658e0
0658e0
* Thu Jun 04 2020 Kalev Lember <klember@redhat.com> - 0.60.3-1
0658e0
- Update to 0.60.3
0658e0
0658e0
* Sat May 16 2020 Pete Walter <pwalter@fedoraproject.org> - 0.60.2-2
0658e0
- Rebuild for ICU 67
0658e0
0658e0
* Mon Apr 27 2020 Kalev Lember <klember@redhat.com> - 0.60.2-1
0658e0
- Update to 0.60.2
0658e0
0658e0
* Mon Apr 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.60.1-2
0658e0
- Improve legibility when using colours from the system theme
0658e0
0658e0
* Tue Mar 31 2020 Kalev Lember <klember@redhat.com> - 0.60.1-1
0658e0
- Update to 0.60.1
0658e0
0658e0
* Sat Mar 21 2020 Kalev Lember <klember@redhat.com> - 0.60.0-2
0658e0
- Move vte-urlencode-cwd to vte-profile subpackage (#1815769)
0658e0
0658e0
* Fri Mar 06 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.60.0-1
0658e0
- Update to 0.60.0
0658e0
0658e0
* Mon Mar 02 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.59.92-2
0658e0
- Replace C1 controls with C0 to emit OSC 777 from PS0 (RH #1783802)
0658e0
0658e0
* Mon Mar 02 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.59.92-1
0658e0
- Update to 0.59.92
0658e0
0658e0
* Thu Feb 20 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.59.91-1
0658e0
- Update to 0.59.91
0658e0
- Rebase downstream patches
0658e0
0658e0
* Wed Feb 19 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.59.0-1
0658e0
- Update to 0.59.0
0658e0
- Rebase downstream patches
0658e0
0658e0
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.58.3-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
0658e0
0658e0
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 0.58.3-1
0658e0
- Update to 0.58.3
0658e0
- Avoid overriding vte's own -fno-exceptions
0658e0
0658e0
* Mon Oct 14 2019 Kalev Lember <klember@redhat.com> - 0.58.2-1
0658e0
- Update to 0.58.2
0658e0
0658e0
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 0.58.1-1
0658e0
- Update to 0.58.1
0658e0
0658e0
* Fri Oct 04 2019 Adam Williamson <awilliam@redhat.com> - 0.58.0-2
0658e0
- Backport fix for crash due to out of bounds cursor position (#1756567)
0658e0
0658e0
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 0.58.0-1
0658e0
- Update to 0.58.0
0658e0
0658e0
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 0.57.90-1
0658e0
- Update to 0.57.90
0658e0
0658e0
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.57.3-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
0658e0
0658e0
* Tue Jul 02 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.57.3-1
0658e0
- Update to 0.57.3
0658e0
- Rebase downstream patches
0658e0
0658e0
* Wed Jun 19 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.57.0-2
0658e0
- Support tracking the active container inside the terminal
0658e0
0658e0
* Tue Jun 18 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.57.0-1
0658e0
- Update to 0.57.0
0658e0
- Switch to the Meson build system
0658e0
- Rebase downstream patches
0658e0
0658e0
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 0.56.3-1
0658e0
- Update to 0.56.3
0658e0
0658e0
* Mon May 06 2019 Kalev Lember <klember@redhat.com> - 0.56.2-1
0658e0
- Update to 0.56.2
0658e0
0658e0
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 0.56.1-1
0658e0
- Update to 0.56.1
0658e0
0658e0
* Tue Apr 02 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.56.0-2
0658e0
- Add signals proxying an interactive shell's precmd and preexec hooks.
0658e0
0658e0
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 0.56.0-1
0658e0
- Update to 0.56.0
0658e0
0658e0
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 0.55.92-1
0658e0
- Update to 0.55.92
0658e0
0658e0
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 0.55.90-2
0658e0
- Rebuilt against fixed atk (#1626575)
0658e0
0658e0
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 0.55.90-1
0658e0
- Update to 0.55.90
0658e0
0658e0
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.54.3-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
0658e0
0658e0
* Wed Dec 12 2018 Kalev Lember <klember@redhat.com> - 0.54.3-1
0658e0
- Update to 0.54.3
0658e0
0658e0
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 0.54.2-1
0658e0
- Update to 0.54.2
0658e0
0658e0
* Mon Oct 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-4
0658e0
- Removal of utmp logging makes the utmp group unnecessary
0658e0
0658e0
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-3
0658e0
- Tweak the escape sequence emission to unbreak the parsing
0658e0
0658e0
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-2
0658e0
- Tighten the dependencies a bit
0658e0
0658e0
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-1
0658e0
- Update to 0.54.1
0658e0
0658e0
* Thu Oct 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.0-1
0658e0
- Update to 0.54.0
0658e0
0658e0
* Thu Oct 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.53.92-1
0658e0
- Update to 0.53.92
0658e0
0658e0
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.53.0-3
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
0658e0
0658e0
* Mon Jun 18 2018 Kalev Lember <klember@redhat.com> - 0.53.0-2
0658e0
- Require systemd, not initscripts for the utmp group (#1592403)
0658e0
0658e0
* Mon Jun 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.53.0-1
0658e0
- Update to 0.53.0
0658e0
0658e0
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 0.52.2-1
0658e0
- Update to 0.52.2
0658e0
0658e0
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 0.52.1-1
0658e0
- Update to 0.52.1
0658e0
0658e0
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 0.52.0-1
0658e0
- Update to 0.52.0
0658e0
- Remove ldconfig scriptlets
0658e0
0658e0
* Wed Mar 28 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.51.90-1
0658e0
- Update to 0.51.90
0658e0
0658e0
* Wed Mar 28 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.51.3-1
0658e0
- Update to 0.51.3
0658e0
- Rebase downstream patches
0658e0
0658e0
* Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.50.2-3
0658e0
- Switch to %%ldconfig_scriptlets
0658e0
0658e0
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 0.50.2-2
0658e0
- Rebuild
0658e0
0658e0
* Wed Nov 01 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.50.2-1
0658e0
- Update to 0.50.2
0658e0
0658e0
* Thu Oct 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.50.1-1
0658e0
- Update to 0.50.1
0658e0
- Rebase downstream patches
0658e0
0658e0
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 0.50.0-1
0658e0
- Update to 0.50.0
0658e0
- Rebase downstream patches
0658e0
0658e0
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.3-3
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0658e0
0658e0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.3-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0658e0
0658e0
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 0.48.3-1
0658e0
- Update to 0.48.3
0658e0
0658e0
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 0.48.2-1
0658e0
- Update to 0.48.2
0658e0
- Rebase downstream patches
0658e0
0658e0
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 0.48.1-1
0658e0
- Update to 0.48.1
0658e0
0658e0
* Fri Feb 24 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.47.90-1
0658e0
- Update to 0.47.90
0658e0
- Rebase downstream patches
0658e0
0658e0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.1-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
0658e0
0658e0
* Tue Nov 08 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.46.1-1
0658e0
- Update to 0.46.1
0658e0
- Rebase downstream patches
0658e0
0658e0
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.46.0-2
0658e0
- BR vala instead of obsolete vala-tools subpackage
0658e0
0658e0
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 0.46.0-1
0658e0
- Update to 0.46.0
0658e0
0658e0
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 0.45.92-1
0658e0
- Update to 0.45.92
0658e0
0658e0
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.45.90-1
0658e0
- Update to 0.45.90
0658e0
- Rebase downstream patches
0658e0
0658e0
* Fri Jul 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.44.2-2
0658e0
- Add a property to configure the scroll speed
0658e0
0658e0
* Tue May 10 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.44.2-1
0658e0
- Update to 0.44.2
0658e0
- Rebase downstream patches and undo unintentional ABI break
0658e0
0658e0
* Mon Apr 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.44.1-1
0658e0
- Update to 0.44.1
0658e0
0658e0
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 0.44.0-1
0658e0
- Update to 0.44.0
0658e0
0658e0
* Tue Mar 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.92-1
0658e0
- Update to 0.43.92
0658e0
0658e0
* Tue Mar 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.91-1
0658e0
- Update to 0.43.91
0658e0
- Remove BuildRequires on pkgconfig(libpcre2-8)
0658e0
0658e0
* Tue Mar 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.90-1
0658e0
- Update to 0.43.90
0658e0
0658e0
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.43.2-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0658e0
0658e0
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.2-1
0658e0
- Update to 0.43.2
0658e0
0658e0
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.1-1
0658e0
- Update to 0.43.1
0658e0
- Drop upstreamed patch
0658e0
0658e0
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.0-1
0658e0
- Update to 0.43.0
0658e0
- Add BuildRequires on pkgconfig(libpcre2-8)
0658e0
- Disable -Wnonnull
0658e0
0658e0
* Thu Jan 28 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.42.3-1
0658e0
- Update to 0.42.3
0658e0
- Backport upstream patch to fix disappearing lines (GNOME #761097)
0658e0
0658e0
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 0.42.1-1
0658e0
- Update to 0.42.1
0658e0
0658e0
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 0.42.0-1
0658e0
- Update to 0.42.0
0658e0
- Use license macro for COPYING
0658e0
0658e0
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.41.90-1
0658e0
- Update to 0.41.90
0658e0
- Rebased downstream patches after the migration to C++
0658e0
- gnome-pty-helper has been removed
0658e0
0658e0
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40.2-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0658e0
0658e0
* Tue May 12 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.40.2-1
0658e0
- Update to 0.40.2
0658e0
0658e0
* Tue Mar 24 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.40.0-1
0658e0
- Update to 0.40.0
0658e0
0658e0
* Thu Mar 19 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.39.92-1
0658e0
- Update to 0.39.92
0658e0
0658e0
* Tue Feb 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.39.90-1
0658e0
- Update to 0.39.90
0658e0
- Add command-notify patches
0658e0
0658e0
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 0.39.1-1
0658e0
- Update to 0.39.1
0658e0
0658e0
* Mon Dec 01 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.39.0-2
0658e0
- Backport upstream patch to fix zombie shells (GNOME #740929)
0658e0
0658e0
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 0.39.0-1
0658e0
- Update to 0.39.0
0658e0
0658e0
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 0.38.2-1
0658e0
- Update to 0.38.2
0658e0
0658e0
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 0.38.1-1
0658e0
- Update to 0.38.1
0658e0
0658e0
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.38.0-1
0658e0
- Update to 0.38.0
0658e0
0658e0
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.90-1
0658e0
- Update to 0.37.90
0658e0
0658e0
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37.2-3
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0658e0
0658e0
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.2-2
0658e0
- Rebuilt for gobject-introspection 1.41.4
0658e0
0658e0
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 0.37.2-1
0658e0
- Update to 0.37.2
0658e0
0658e0
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37.1-2
0658e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0658e0
0658e0
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.1-1
0658e0
- Update to 0.37.1
0658e0
0658e0
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.0-2
0658e0
- Split out a vte-profile subpackage that can be used with both vte291 / vte3
0658e0
0658e0
* Tue May 06 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.0-1
0658e0
- Initial Fedora package, based on previous vte3 0.36 packaging