Accepting request 252083 from GNOME:Factory
Push GNOME 3.14.0 (forwarded request 251916 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/252083 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=86
This commit is contained in:
commit
57018ad3e9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8450da259fb485289d61fdbe5b59037be068e0dbdd5c7dd8216b60cd49d55528
|
||||
size 1720988
|
3
gnome-terminal-3.14.0.tar.xz
Normal file
3
gnome-terminal-3.14.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3680ffe52a834566f249ad85b44c32d521f34a7a6816e900942ae54a58e0413d
|
||||
size 1771616
|
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 21 13:11:58 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.14.0:
|
||||
+ Remove word-chars setting help (bgo#727774).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 14 17:12:28 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.92:
|
||||
+ help:
|
||||
- Review pref-scrolling.
|
||||
- Add ambiguous character width (bgo#727555).
|
||||
- Document encodings per profile (bgo#727555).
|
||||
+ Flag gnome-terminal as a multiple-window app (bgo#735484).
|
||||
+ Allow disabling shortcuts (bgo#731933).
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 20:02:12 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.90:
|
||||
+ Profile settings UI update.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 11:11:35 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.13.2:
|
||||
+ Bugs fixed: bgo#730850, bgo#730389, bgo#730936, bgo#731998.
|
||||
- Changes from version 3.13.1:
|
||||
+ Bugs fixed: bgo#724110, bgo#729394, bgo#729597, bgo#730390,
|
||||
bgo#730498, bgo#730389.
|
||||
+ Updated translations.
|
||||
- Add vala BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 23:56:37 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.13.0:
|
||||
+ Work with new vte 2.91 API.
|
||||
+ Bug fixes and improvements.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 30 21:47:14 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.12.3
|
||||
Version: 3.14.0
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
License: GPL-3.0+ and LGPL-2.1+
|
||||
Group: System/X11/Terminals
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-terminal/3.12/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-terminal/3.14/%{name}-%{version}.tar.xz
|
||||
BuildRequires: appdata-tools
|
||||
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.
|
||||
@ -31,18 +31,19 @@ BuildRequires: gnome-shell
|
||||
BuildRequires: intltool >= 0.50.0
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vala
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(dconf) >= 0.12.0
|
||||
BuildRequires: pkgconfig(gconf-2.0) >= 2.31.3
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.33.2
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gio-2.0) >= 2.34.0
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.40.0
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
# for gtk-builder-convert
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.9
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0
|
||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.36.3
|
||||
BuildRequires: pkgconfig(vte-2.91) >= 0.38.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang
|
||||
Obsoletes: gnome-core
|
||||
|
Loading…
Reference in New Issue
Block a user