Accepting request 200012 from GNOME:Factory
Push GNOME 3.9.92 OBS-URL: https://build.opensuse.org/request/show/200012 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=77
This commit is contained in:
commit
0eb4bc9d49
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.9.90
|
||||
Version: 3.9.92
|
||||
Release: 0
|
||||
Summary: GNOME Terminal
|
||||
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)
|
||||
# for gtk-builder-convert
|
||||
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(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.34.7
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.34.8
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang
|
||||
Obsoletes: gnome-core
|
||||
@ -70,7 +70,8 @@ translation-update-upstream
|
||||
%build
|
||||
%configure \
|
||||
--disable-static \
|
||||
--with-gtk=3.0
|
||||
--with-gtk=3.0 \
|
||||
--with-nautilus-extension
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user