aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2020-04-24 01:39:20 +0800
committerTing-Wei Lan <lantw44@gmail.com>2020-04-24 01:39:20 +0800
commitb33ef94049611628ae50e811a337327d65c2de7d (patch)
tree53111928675d96e7a6a7d518f684eddce090a095
parent8e4de0423bbc572b29ae1b7c05abc8c5635e204c (diff)
downloadcopr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.tar
copr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.tar.gz
copr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.tar.bz2
copr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.tar.lz
copr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.tar.xz
copr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.tar.zst
copr-rpm-spec-b33ef94049611628ae50e811a337327d65c2de7d.zip
lilyterm-gtk3: Use vte-2.91 on CentOS 7
CentOS 7 gets several upgrades to GNOME in its lifetime, so we no longer have to stick with the old vte-2.90.
-rw-r--r--lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
index ae4eada..41fc3e7 100644
--- a/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
+++ b/lilyterm-gtk3/lilyterm-gtk3/lilyterm-gtk3.spec
@@ -3,7 +3,7 @@
Name: lilyterm-gtk3
Version: 0.9.9.5
-Release: 0.17.20190725git%{shortcommit}%{?dist}
+Release: 0.18.20190725git%{shortcommit}%{?dist}
Summary: Light and easy to use X Terminal Emulator (Copr: lantw44/lilyterm-gtk3)
License: GPLv3+
@@ -16,7 +16,7 @@ Patch3: lilyterm-gtk3-restore-configure.patch
BuildRequires: gcc
BuildRequires: gtk3-devel
-%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
+%if 0%{?fedora} >= 21 || 0%{?rhel} >= 7
BuildRequires: vte291-devel
%else
BuildRequires: vte3-devel
@@ -83,6 +83,9 @@ desktop-file-install \
%changelog
+* Thu Apr 23 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.18.20190725gitfaf1254
+- Use vte-2.91 on CentOS 7
+
* Thu Apr 23 2020 Ting-Wei Lan <lantw44@gmail.com> - 0.9.9.5-0.17.20190725gitfaf1254
- Update to the latest git snapshot
- Restore GTK+ 3 support by patching the configure script