Accepting request 635615 from GNOME:Next
update to 3.30 OBS-URL: https://build.opensuse.org/request/show/635615 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=207
This commit is contained in:
parent
e64e0100f0
commit
bc518e7cec
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a283dca4980eecf9184a55aac03fef99f85748461ff190423a2253f3b4557279
|
||||
size 2094920
|
3
gnome-terminal-3.30.0.tar.xz
Normal file
3
gnome-terminal-3.30.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19d516bc0ba0b2aa8670673105c051b492ff8d401a435e86af0638bc600f6f54
|
||||
size 2099560
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 08:59:53 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
- Update to version 3.30.0:
|
||||
+ build: Suppress vte deprecation warnings
|
||||
+ client: legacy:
|
||||
- Validate startup ID as UTF-8
|
||||
- Transmit startup id also when opening preferences
|
||||
- Make wait return when the server exits
|
||||
+ desktop:
|
||||
- Explicitly call with --window
|
||||
- Add New Window and Preferences actions
|
||||
+ screen:
|
||||
- Unregister the TerminalReceiver after dispose
|
||||
- Don't emit child-exited on closing
|
||||
+ server: Add comment about pending dbus signals
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 22:27:33 UTC 2018 - bjorn.lie@gmail.com
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.28.2
|
||||
Version: 3.30.0
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0-or-later AND LGPL-2.1-or-later
|
||||
Group: System/X11/Terminals
|
||||
URL: https://wiki.gnome.org/Apps/Terminal
|
||||
Source: http://download.gnome.org/sources/gnome-terminal/3.28/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-terminal/3.30/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: fdupes
|
||||
# Needed for search provider. It should not be needed in my opionion, we have to take this up with upstream, or just provide search provider interface definition file as source.
|
||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
|
||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
||||
BuildRequires: pkgconfig(libpcre2-8) >= 10.00
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.52.2
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.54.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Requires(pre): filesystem
|
||||
Recommends: %{name}-lang
|
||||
|
Loading…
Reference in New Issue
Block a user