78b4eab
%global apiver 2.91
78b4eab
acdaf4f
%global fribidi_version 1.0.0
acdaf4f
%global glib2_version 2.40.0
Debarshi Ray ab1d97e
%global gnutls_version 3.2.7
a7cf96e
%global gtk3_version 3.19.5
Debarshi Ray 355cf28
%global pango_version 1.22.0
Debarshi Ray ab1d97e
%global pcre2_version 10.21
Debarshi Ray ab1d97e
78b4eab
Name:           vte291
090e070
Version:        0.58.1
090e070
Release:        1%{?dist}
78b4eab
Summary:        Terminal emulator library
78b4eab
78b4eab
License:        LGPLv2+
78b4eab
URL:            http://www.gnome.org/
b067afd
Source0:        http://download.gnome.org/sources/vte/0.58/vte-%{version}.tar.xz
78b4eab
Debarshi Ray 7308132
# https://bugzilla.gnome.org/show_bug.cgi?id=711059
Debarshi Ray f1ae7f9
# https://bugzilla.redhat.com/show_bug.cgi?id=1103380
Debarshi Ray 3a1a7ca
Patch100:       vte291-cntnr-precmd-preexec-scroll.patch
Debarshi Ray 7308132
Debarshi Ray 741663f
BuildRequires:  gcc-c++
78b4eab
BuildRequires:  gettext
acdaf4f
BuildRequires:  pkgconfig(fribidi) >= %{fribidi_version}
acdaf4f
BuildRequires:  pkgconfig(gio-2.0) >= %{glib2_version}
acdaf4f
BuildRequires:  pkgconfig(glib-2.0) >= %{glib2_version}
Debarshi Ray ab1d97e
BuildRequires:  pkgconfig(gnutls) >= %{gnutls_version}
acdaf4f
BuildRequires:  pkgconfig(gobject-2.0) >= %{glib2_version}
78b4eab
BuildRequires:  gobject-introspection-devel
Debarshi Ray 7308132
BuildRequires:  gperf
Debarshi Ray 355cf28
BuildRequires:  gtk-doc
Debarshi Ray 355cf28
BuildRequires:  meson
Debarshi Ray ab1d97e
BuildRequires:  pkgconfig(gtk+-3.0) >= %{gtk3_version}
Debarshi Ray ab1d97e
BuildRequires:  pkgconfig(libpcre2-8) >= %{pcre2_version}
Debarshi Ray 355cf28
BuildRequires:  pkgconfig(pango) >= %{pango_version}
ae11908
BuildRequires:  vala
78b4eab
acdaf4f
Requires:       fribidi >= %{fribidi_version}
acdaf4f
Requires:       glib2 >= %{glib2_version}
Debarshi Ray ab1d97e
Requires:       gnutls%{?_isa} >= %{gnutls_version}
Debarshi Ray ab1d97e
Requires:       gtk3%{?_isa} >= %{gtk3_version}
Debarshi Ray 355cf28
Requires:       pango >= %{pango_version}
Debarshi Ray ab1d97e
Requires:       pcre2%{?_isa} >= %{pcre2_version}
cff0940
Requires:       vte-profile
78b4eab
Debarshi Ray 955c24e
Conflicts:      gnome-terminal < 3.20.1-2
Debarshi Ray 955c24e
78b4eab
%description
78b4eab
VTE is a library implementing a terminal emulator widget for GTK+. VTE
78b4eab
is mainly used in gnome-terminal, but can also be used to embed a
78b4eab
console/terminal in games, editors, IDEs, etc.
78b4eab
78b4eab
%package        devel
78b4eab
Summary:        Development files for %{name}
78b4eab
Requires:       %{name}%{?_isa} = %{version}-%{release}
78b4eab
78b4eab
%description devel
78b4eab
The %{name}-devel package contains libraries and header files for
78b4eab
developing applications that use %{name}.
78b4eab
cff0940
# vte-profile is deliberately not noarch to avoid having to obsolete a noarch
cff0940
# subpackage in the future when we get rid of the vte3 / vte291 split. Yum is
cff0940
# notoriously bad when handling noarch obsoletes and insists on installing both
cff0940
# of the multilib packages (i686 + x86_64) as the replacement.
cff0940
%package -n     vte-profile
cff0940
Summary:        Profile script for VTE terminal emulator library
cff0940
License:        GPLv3+
cff0940
# vte.sh was previously part of the vte3 package
cff0940
Conflicts:      vte3 < 0.36.1-3
cff0940
cff0940
%description -n vte-profile
cff0940
The vte-profile package contains a profile.d script for the VTE terminal
cff0940
emulator library.
cff0940
78b4eab
%prep
78b4eab
%setup -q -n vte-%{version}
Debarshi Ray 3a1a7ca
%patch100 -p1 -b .cntnr-precmd-preexec-scroll
78b4eab
78b4eab
%build
Debarshi Ray 355cf28
%meson --buildtype=plain -Ddocs=true
Debarshi Ray 355cf28
%meson_build
78b4eab
78b4eab
%install
Debarshi Ray 355cf28
%meson_install
78b4eab
78b4eab
%find_lang vte-%{apiver}
78b4eab
78b4eab
%files -f vte-%{apiver}.lang
Debarshi Ray 68bd26b
%license COPYING.GPL3
Debarshi Ray 68bd26b
%doc NEWS
78b4eab
%{_libdir}/libvte-%{apiver}.so.0*
78b4eab
%{_libdir}/girepository-1.0/
78b4eab
78b4eab
%files devel
78b4eab
%{_bindir}/vte-%{apiver}
78b4eab
%{_includedir}/vte-%{apiver}/
78b4eab
%{_libdir}/libvte-%{apiver}.so
78b4eab
%{_libdir}/pkgconfig/vte-%{apiver}.pc
78b4eab
%{_datadir}/gir-1.0/
78b4eab
%doc %{_datadir}/gtk-doc/
78b4eab
%{_datadir}/vala/
78b4eab
cff0940
%files -n vte-profile
cff0940
%{_sysconfdir}/profile.d/vte.sh
cff0940
78b4eab
%changelog
090e070
* Mon Oct 07 2019 Kalev Lember <klember@redhat.com> - 0.58.1-1
090e070
- Update to 0.58.1
090e070
09b6f35
* Fri Oct 04 2019 Adam Williamson <awilliam@redhat.com> - 0.58.0-2
09b6f35
- Backport fix for crash due to out of bounds cursor position (#1756567)
09b6f35
b067afd
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 0.58.0-1
b067afd
- Update to 0.58.0
b067afd
079183d
* Mon Aug 12 2019 Kalev Lember <klember@redhat.com> - 0.57.90-1
079183d
- Update to 0.57.90
079183d
a61983c
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.57.3-2
a61983c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
a61983c
acdaf4f
* Tue Jul 02 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.57.3-1
acdaf4f
- Update to 0.57.3
acdaf4f
- Rebase downstream patches
acdaf4f
Debarshi Ray 3a1a7ca
* Wed Jun 19 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.57.0-2
Debarshi Ray 3a1a7ca
- Support tracking the active container inside the terminal
Debarshi Ray 3a1a7ca
Debarshi Ray 355cf28
* Tue Jun 18 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.57.0-1
Debarshi Ray 355cf28
- Update to 0.57.0
Debarshi Ray 355cf28
- Switch to the Meson build system
Debarshi Ray 355cf28
- Rebase downstream patches
Debarshi Ray 355cf28
a7cf96e
* Tue May 07 2019 Kalev Lember <klember@redhat.com> - 0.56.3-1
a7cf96e
- Update to 0.56.3
a7cf96e
967e186
* Mon May 06 2019 Kalev Lember <klember@redhat.com> - 0.56.2-1
967e186
- Update to 0.56.2
967e186
3f4ccc6
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 0.56.1-1
3f4ccc6
- Update to 0.56.1
3f4ccc6
Debarshi Ray 53d075d
* Tue Apr 02 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.56.0-2
Debarshi Ray 53d075d
- Add signals proxying an interactive shell's precmd and preexec hooks.
Debarshi Ray 53d075d
5610143
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 0.56.0-1
5610143
- Update to 0.56.0
5610143
dc33e7e
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 0.55.92-1
dc33e7e
- Update to 0.55.92
dc33e7e
7a5e671
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 0.55.90-2
7a5e671
- Rebuilt against fixed atk (#1626575)
7a5e671
e9d973f
* Tue Feb 19 2019 Kalev Lember <klember@redhat.com> - 0.55.90-1
e9d973f
- Update to 0.55.90
e9d973f
16087f6
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.54.3-2
16087f6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
16087f6
24dfbe7
* Wed Dec 12 2018 Kalev Lember <klember@redhat.com> - 0.54.3-1
24dfbe7
- Update to 0.54.3
24dfbe7
e13f316
* Fri Oct 26 2018 Kalev Lember <klember@redhat.com> - 0.54.2-1
e13f316
- Update to 0.54.2
e13f316
Debarshi Ray 1aad121
* Mon Oct 08 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-4
Debarshi Ray 1aad121
- Removal of utmp logging makes the utmp group unnecessary
Debarshi Ray 1aad121
Debarshi Ray 94ec580
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-3
Debarshi Ray 94ec580
- Tweak the escape sequence emission to unbreak the parsing
Debarshi Ray 94ec580
Debarshi Ray ab1d97e
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-2
Debarshi Ray ab1d97e
- Tighten the dependencies a bit
Debarshi Ray ab1d97e
Debarshi Ray dc7d7af
* Fri Oct 05 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.1-1
Debarshi Ray dc7d7af
- Update to 0.54.1
Debarshi Ray dc7d7af
Debarshi Ray 3faa123
* Thu Oct 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.54.0-1
Debarshi Ray 3faa123
- Update to 0.54.0
Debarshi Ray 3faa123
Debarshi Ray 270dd15
* Thu Oct 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.53.92-1
Debarshi Ray 270dd15
- Update to 0.53.92
Debarshi Ray 270dd15
7c9f160
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.53.0-3
7c9f160
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
7c9f160
028e865
* Mon Jun 18 2018 Kalev Lember <klember@redhat.com> - 0.53.0-2
028e865
- Require systemd, not initscripts for the utmp group (#1592403)
028e865
Debarshi Ray 12738e9
* Mon Jun 04 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.53.0-1
Debarshi Ray 12738e9
- Update to 0.53.0
Debarshi Ray 12738e9
31a8d1b
* Mon May 21 2018 Kalev Lember <klember@redhat.com> - 0.52.2-1
31a8d1b
- Update to 0.52.2
31a8d1b
9cbc53f
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 0.52.1-1
9cbc53f
- Update to 0.52.1
9cbc53f
721bb12
* Tue Apr 03 2018 Kalev Lember <klember@redhat.com> - 0.52.0-1
721bb12
- Update to 0.52.0
cb74355
- Remove ldconfig scriptlets
721bb12
Debarshi Ray c13a50e
* Wed Mar 28 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.51.90-1
Debarshi Ray c13a50e
- Update to 0.51.90
Debarshi Ray c13a50e
Debarshi Ray 959a864
* Wed Mar 28 2018 Debarshi Ray <rishi@fedoraproject.org> - 0.51.3-1
Debarshi Ray 959a864
- Update to 0.51.3
Debarshi Ray 959a864
- Rebase downstream patches
Debarshi Ray 959a864
a85b0d4
* Thu Feb 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.50.2-3
a85b0d4
- Switch to %%ldconfig_scriptlets
a85b0d4
ab873a5
* Thu Nov 02 2017 Kalev Lember <klember@redhat.com> - 0.50.2-2
ab873a5
- Rebuild
ab873a5
Debarshi Ray 7dce419
* Wed Nov 01 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.50.2-1
Debarshi Ray 7dce419
- Update to 0.50.2
Debarshi Ray 7dce419
Debarshi Ray acefea5
* Thu Oct 05 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.50.1-1
Debarshi Ray acefea5
- Update to 0.50.1
Debarshi Ray acefea5
- Rebase downstream patches
Debarshi Ray acefea5
9cb9eda
* Thu Sep 14 2017 Kalev Lember <klember@redhat.com> - 0.50.0-1
9cb9eda
- Update to 0.50.0
9cb9eda
- Rebase downstream patches
9cb9eda
43d4380
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.3-3
43d4380
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
43d4380
760f477
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.3-2
760f477
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
760f477
d8ae8b9
* Wed May 10 2017 Kalev Lember <klember@redhat.com> - 0.48.3-1
d8ae8b9
- Update to 0.48.3
d8ae8b9
fa8642c
* Wed Apr 12 2017 Kalev Lember <klember@redhat.com> - 0.48.2-1
fa8642c
- Update to 0.48.2
fa8642c
- Rebase downstream patches
fa8642c
366120d
* Wed Mar 22 2017 Kalev Lember <klember@redhat.com> - 0.48.1-1
366120d
- Update to 0.48.1
366120d
Debarshi Ray d2ede39
* Fri Feb 24 2017 Debarshi Ray <rishi@fedoraproject.org> - 0.47.90-1
Debarshi Ray d2ede39
- Update to 0.47.90
Debarshi Ray d2ede39
- Rebase downstream patches
Debarshi Ray d2ede39
d51c0be
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.46.1-2
d51c0be
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
d51c0be
Debarshi Ray 1c815c0
* Tue Nov 08 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.46.1-1
Debarshi Ray 1c815c0
- Update to 0.46.1
Debarshi Ray 1c815c0
- Rebase downstream patches
Debarshi Ray 1c815c0
ae11908
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.46.0-2
ae11908
- BR vala instead of obsolete vala-tools subpackage
ae11908
da13555
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 0.46.0-1
da13555
- Update to 0.46.0
da13555
2a01f73
* Wed Sep 14 2016 Kalev Lember <klember@redhat.com> - 0.45.92-1
2a01f73
- Update to 0.45.92
2a01f73
8f57b4a
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.45.90-1
8f57b4a
- Update to 0.45.90
8f57b4a
- Rebase downstream patches
8f57b4a
Debarshi Ray f1ae7f9
* Fri Jul 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.44.2-2
Debarshi Ray f1ae7f9
- Add a property to configure the scroll speed
Debarshi Ray f1ae7f9
Debarshi Ray 955c24e
* Tue May 10 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.44.2-1
Debarshi Ray 955c24e
- Update to 0.44.2
Debarshi Ray 955c24e
- Rebase downstream patches and undo unintentional ABI break
Debarshi Ray 955c24e
Debarshi Ray ccb9ec6
* Mon Apr 11 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.44.1-1
Debarshi Ray ccb9ec6
- Update to 0.44.1
Debarshi Ray ccb9ec6
756b97f
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 0.44.0-1
756b97f
- Update to 0.44.0
756b97f
Debarshi Ray f522703
* Tue Mar 15 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.92-1
Debarshi Ray f522703
- Update to 0.43.92
Debarshi Ray f522703
Debarshi Ray cfe57a9
* Tue Mar 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.91-1
Debarshi Ray cfe57a9
- Update to 0.43.91
Debarshi Ray cfe57a9
- Remove BuildRequires on pkgconfig(libpcre2-8)
Debarshi Ray cfe57a9
Debarshi Ray a9aabb4
* Tue Mar 01 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.90-1
Debarshi Ray a9aabb4
- Update to 0.43.90
Debarshi Ray a9aabb4
692ee65
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.43.2-2
692ee65
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
692ee65
Debarshi Ray 99a61b3
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.2-1
Debarshi Ray 99a61b3
- Update to 0.43.2
Debarshi Ray 99a61b3
Debarshi Ray 2952472
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.1-1
Debarshi Ray 2952472
- Update to 0.43.1
Debarshi Ray 6685b5c
- Drop upstreamed patch
Debarshi Ray 2952472
Debarshi Ray 8639850
* Fri Jan 29 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.43.0-1
Debarshi Ray 8639850
- Update to 0.43.0
Debarshi Ray 5751b6d
- Add BuildRequires on pkgconfig(libpcre2-8)
Debarshi Ray b221754
- Disable -Wnonnull
Debarshi Ray 8639850
Debarshi Ray c51c23e
* Thu Jan 28 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.42.3-1
Debarshi Ray c51c23e
- Update to 0.42.3
Debarshi Ray c51c23e
- Backport upstream patch to fix disappearing lines (GNOME #761097)
Debarshi Ray c51c23e
12ac109
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 0.42.1-1
12ac109
- Update to 0.42.1
12ac109
8e4d77e
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 0.42.0-1
8e4d77e
- Update to 0.42.0
3c19cf2
- Use license macro for COPYING
8e4d77e
Debarshi Ray 3069778
* Mon Sep 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.41.90-1
Debarshi Ray 3069778
- Update to 0.41.90
Debarshi Ray 3069778
- Rebased downstream patches after the migration to C++
Debarshi Ray a58925c
- gnome-pty-helper has been removed
Debarshi Ray 3069778
7888b14
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.40.2-2
7888b14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
7888b14
Debarshi Ray 37368b7
* Tue May 12 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.40.2-1
Debarshi Ray 37368b7
- Update to 0.40.2
Debarshi Ray 37368b7
Debarshi Ray f63766c
* Tue Mar 24 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.40.0-1
Debarshi Ray f63766c
- Update to 0.40.0
Debarshi Ray f63766c
Debarshi Ray 020441d
* Thu Mar 19 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.39.92-1
Debarshi Ray 020441d
- Update to 0.39.92
Debarshi Ray 020441d
Debarshi Ray 7308132
* Tue Feb 17 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.39.90-1
Debarshi Ray 7308132
- Update to 0.39.90
Debarshi Ray 7308132
- Add command-notify patches
Debarshi Ray 7308132
Richard Hughes ca281b7
* Fri Dec 19 2014 Richard Hughes <rhughes@redhat.com> - 0.39.1-1
Richard Hughes ca281b7
- Update to 0.39.1
Richard Hughes ca281b7
Debarshi Ray 73a2eab
* Mon Dec 01 2014 Debarshi Ray <rishi@fedoraproject.org> - 0.39.0-2
Debarshi Ray 73a2eab
- Backport upstream patch to fix zombie shells (GNOME #740929)
Debarshi Ray 73a2eab
54d3476
* Tue Nov 25 2014 Kalev Lember <kalevlember@gmail.com> - 0.39.0-1
54d3476
- Update to 0.39.0
54d3476
045d71e
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 0.38.2-1
045d71e
- Update to 0.38.2
045d71e
a809adf
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 0.38.1-1
a809adf
- Update to 0.38.1
a809adf
964051a
* Sun Sep 14 2014 Kalev Lember <kalevlember@gmail.com> - 0.38.0-1
964051a
- Update to 0.38.0
964051a
6eaf874
* Mon Aug 18 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.90-1
6eaf874
- Update to 0.37.90
6eaf874
dd1c331
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37.2-3
dd1c331
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
dd1c331
18fd6ee
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.2-2
18fd6ee
- Rebuilt for gobject-introspection 1.41.4
18fd6ee
Richard Hughes 8bb449c
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 0.37.2-1
Richard Hughes 8bb449c
- Update to 0.37.2
Richard Hughes 8bb449c
e69e508
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.37.1-2
e69e508
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e69e508
bfc29b7
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.1-1
bfc29b7
- Update to 0.37.1
bfc29b7
cff0940
* Wed May 07 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.0-2
cff0940
- Split out a vte-profile subpackage that can be used with both vte291 / vte3
cff0940
78b4eab
* Tue May 06 2014 Kalev Lember <kalevlember@gmail.com> - 0.37.0-1
78b4eab
- Initial Fedora package, based on previous vte3 0.36 packaging