Update to 3.22.1

- Rebase the translations
- Restore custom terminal titles
- Restore separate menuitems for opening tabs and windows
This commit is contained in:
Debarshi Ray 2016-11-08 13:04:35 +01:00
parent 3b367b00d0
commit a4d1c5aba6
5 changed files with 5064 additions and 2120 deletions

1
.gitignore vendored
View File

@ -66,3 +66,4 @@ gnome-terminal-2.31.3.tar.bz2
/gnome-terminal-3.21.90.tar.xz
/gnome-terminal-3.21.92.tar.xz
/gnome-terminal-3.22.0.tar.xz
/gnome-terminal-3.22.1.tar.xz

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
%define desktop_file_utils_version 0.2.90
Name: gnome-terminal
Version: 3.22.0
Version: 3.22.1
Release: 1%{?dist}
Summary: Terminal emulator for GNOME
@ -17,7 +17,7 @@ Source1: org.gnome.Terminal.gschema.override
Patch0: 0001-build-Don-t-treat-warnings-as-errors.patch
Patch100: gnome-terminal-transparency-notify.patch
Patch100: gnome-terminal-notify-open-title-transparency.patch
BuildRequires: dbus-x11
BuildRequires: glib2-devel >= %{glib2_version}
@ -63,7 +63,7 @@ option to the right-click context menu in Nautilus.
%prep
%setup -q
%patch0 -p1 -b .warnings
%patch100 -p1 -b .dark-transparency-notify
%patch100 -p1 -b .notify-open-title-transparency
%build
autoreconf -f -i
@ -110,6 +110,12 @@ fi
%{_datadir}/appdata/org.gnome.Terminal.Nautilus.metainfo.xml
%changelog
* Tue Nov 08 2016 Debarshi Ray <rishi@fedoraproject.org> - 3.22.1-1
- Update to 3.22.1
- Rebase the translations
- Restore custom terminal titles
- Restore separate menuitems for opening tabs and windows
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 3.22.0-1
- Update to 3.22.0
- Rebase the translations

View File

@ -1 +1 @@
7d8e33a07f06263ca4dd09b62bea6ab2 gnome-terminal-3.22.0.tar.xz
12ac4a10a93346d9f97ecff528ffd36f gnome-terminal-3.22.1.tar.xz