Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/gnome-terminal.git#9bd5071a07c839d3ab0571e361be1bcadea4a70a
This commit is contained in:
DistroBaker 2021-02-03 21:11:10 +01:00
parent c5dd30b655
commit 9c485323ca

View File

@ -8,7 +8,7 @@
Name: gnome-terminal
Version: 3.38.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Terminal emulator for GNOME
License: GPLv3+ and GFDL and LGPLv2+
@ -39,6 +39,7 @@ BuildRequires: pcre2-devel
BuildRequires: systemd
BuildRequires: vala-devel
BuildRequires: yelp-tools
BuildRequires: make
Requires: dbus
Requires: glib2%{?_isa} >= %{glib2_version}
@ -113,6 +114,9 @@ make check
%{_datadir}/metainfo/org.gnome.Terminal.Nautilus.metainfo.xml
%changelog
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.38.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Nov 20 2020 Ting-Wei Lan <lantw44@gmail.com> - 3.38.1-2
- Fix crash when the command line is shorter than 1024 characters