Accepting request 158371 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158371 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-terminal?expand=0&rev=92
This commit is contained in:
parent
6527be115d
commit
c016187860
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c6816f77eaae791dadeef89596df811e2fa353088241aa0613bb8e1af63304f6
|
||||
size 1648676
|
3
gnome-terminal-3.7.91.tar.xz
Normal file
3
gnome-terminal-3.7.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:54cd1769152ceb29fb6ef41012a7197d8ac97811c375285ed57b0e8a714af0ce
|
||||
size 1683352
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 19:56:34 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.91:
|
||||
+ Rewritten help in mallard.
|
||||
+ Bug fixes.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 4 22:30:57 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.2:
|
||||
+ Bugs fixed: bgo#691931, bgo#691932, bgo#692021, bgo#691997,
|
||||
bgo#692055, bgo#692148.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 15 17:53:11 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.1:
|
||||
+ GConf->GSettings migration fixes.
|
||||
+ Keybindings fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 8 19:02:49 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.7.0:
|
||||
+ Terminal now uses GSettings and DConf instead of GConf. The
|
||||
existing profiles and settings will be automatically migrated
|
||||
from GConf when first running this version.
|
||||
+ To make new tabs opened within Terminal have the same working
|
||||
directory as the current tab, it is necessary for the shell
|
||||
running in the terminal to cooperate. For this, vte installs a
|
||||
bash shell script that you must use in your bash PS1 prompt.
|
||||
For example, you can put this at the end of your ~/.bashrc:
|
||||
export PS1='\[$(__vte_ps1)\]'$PS1
|
||||
+ Many bugs fixed.
|
||||
+ Updated translations.
|
||||
- Add pkgcondif(dconf) BuildRequires following upstreams port to
|
||||
GSettings. Note: pkgconfig(gconf-2.0) is needed for the GConf to
|
||||
DConf migration helper tool.
|
||||
- Replace pkgconfig(sm) and pkgconfig(ice) BuildRequires with
|
||||
pkgconfig(libnautilus-extension), following upstreams changes.
|
||||
- Add pkgconfig(uuid) BuildRequires: new dependency.
|
||||
- Add pkgconfig(gio-2.0) BuildRequires so it can be versioned.
|
||||
- Add gsettings schema handling macros to post/postun.
|
||||
- Drop gnome-doc-utils-devel BuildRequires: it's no longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 07:14:24 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-terminal
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,35 +17,34 @@
|
||||
|
||||
|
||||
Name: gnome-terminal
|
||||
Version: 3.6.1
|
||||
Version: 3.7.91
|
||||
Release: 0
|
||||
# FIXME: bgo#683486 - Check if gnome-doc-utils-devel BuildRequires can be dropped. There is a mismatch upstream.
|
||||
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.6/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-terminal/3.7/%{name}-%{version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
# for gtk-builder-convert
|
||||
BuildRequires: gtk2-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
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(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(ice)
|
||||
BuildRequires: pkgconfig(sm)
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.30.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0
|
||||
BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.34.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
PreReq: filesystem gconf2
|
||||
Recommends: %{name}-lang
|
||||
Obsoletes: gnome-core
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
This package provides the GNOME terminal emulator application.
|
||||
@ -68,31 +67,29 @@ translation-update-upstream
|
||||
%endif
|
||||
%suse_update_desktop_file -N "GNOME Terminal" -G "Terminal" %name TerminalEmulator
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%find_gconf_schemas
|
||||
%fdupes $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%pre -f %{name}.schemas_pre
|
||||
|
||||
%post
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
|
||||
%posttrans -f %{name}.schemas_posttrans
|
||||
|
||||
%preun -f %{name}.schemas_preun
|
||||
|
||||
%postun
|
||||
%glib2_gsettings_schema_postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files -f %{name}.schemas_list
|
||||
%files
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||
%doc AUTHORS COPYING ChangeLog NEWS
|
||||
%doc %{_datadir}/help/C/%{name}/
|
||||
%{_bindir}/gnome-terminal
|
||||
%{_datadir}/applications/gnome-terminal.desktop
|
||||
%{_datadir}/gnome-terminal/
|
||||
%{_libexecdir}/gnome-terminal-migration
|
||||
%{_libexecdir}/gnome-terminal-server
|
||||
%{_datadir}/dbus-1/services/org.gnome.Terminal.service
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user