Accepting request 199477 from home:dimstar:branches:GNOME:Factory
Update to 3.9.92 OBS-URL: https://build.opensuse.org/request/show/199477 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=107
This commit is contained in:
parent
d063a3b8be
commit
5f5e276db8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:203cb8a7268e25a9e3f8f90f9d5f808fa5fba6fa38247a3e36d5c3fe8629f6b9
|
|
||||||
size 1658884
|
|
3
gnome-terminal-3.9.92.tar.xz
Normal file
3
gnome-terminal-3.9.92.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe0917efcfa3825a14694bdf9d400d6eef7b8617ece7e851cce232b79a3c1ede
|
||||||
|
size 1676224
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 17 06:54:50 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.92:
|
||||||
|
+ Remove UUID from profile list display (bgo#704097).
|
||||||
|
+ Remove input method submenu from context menu.
|
||||||
|
+ Make terminal close keybinding work for single tab windows
|
||||||
|
(bgo#701354).
|
||||||
|
+ Fix a crash while waiting for clipboard data (rh#977010).
|
||||||
|
+ Fix output of --disable-factory option (bgo#707899).
|
||||||
|
+ Fix desktop file categories (bgo#707552).
|
||||||
|
+ Misc bug and build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
- Pass --with-nautilus-extension to configure: the extensions is
|
||||||
|
now disabled by default, but we keep on providing it in a sep.
|
||||||
|
package.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 29 07:21:12 UTC 2013 - dimstar@opensuse.org
|
Mon Jul 29 07:21:12 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-terminal
|
Name: gnome-terminal
|
||||||
Version: 3.9.90
|
Version: 3.9.92
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME Terminal
|
Summary: GNOME Terminal
|
||||||
License: GPL-3.0+ and LGPL-2.1+
|
License: GPL-3.0+ and LGPL-2.1+
|
||||||
@ -36,10 +36,10 @@ BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
|||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
# for gtk-builder-convert
|
# for gtk-builder-convert
|
||||||
BuildRequires: pkgconfig(gtk+-2.0)
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.9
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.9
|
||||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(uuid)
|
BuildRequires: pkgconfig(uuid)
|
||||||
BuildRequires: pkgconfig(vte-2.90) >= 0.34.7
|
BuildRequires: pkgconfig(vte-2.90) >= 0.34.8
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Obsoletes: gnome-core
|
Obsoletes: gnome-core
|
||||||
@ -70,7 +70,8 @@ translation-update-upstream
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-gtk=3.0
|
--with-gtk=3.0 \
|
||||||
|
--with-nautilus-extension
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user