OBS User unknown 2008-02-21 00:53:15 +00:00 committed by Git OBS Bridge
parent 8baed79b60
commit a876020f9e
6 changed files with 54 additions and 32 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2186160c8cb36d2accf639384fd9f151364fc688ef1d574793395cbb8734f957
size 2002282

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c536d8efd5b7280592a748545bd6d4b222298a22e7b7fbf315ace07f2da71e76
size 1777804

View File

@ -1,6 +1,8 @@
--- gnome-terminal-2.12.0/src/gnome-terminal.schemas
+++ gnome-terminal-2.12.0/src/gnome-terminal.schemas
@@ -634,7 +634,7 @@
Index: gnome-terminal-2.21.91.1/src/gnome-terminal.schemas.in
===================================================================
--- gnome-terminal-2.21.91.1.orig/src/gnome-terminal.schemas.in
+++ gnome-terminal-2.21.91.1/src/gnome-terminal.schemas.in
@@ -44,7 +44,7 @@
<applyto>/apps/gnome-terminal/global/use_mnemonics</applyto>
<owner>gnome-terminal</owner>
<type>bool</type>
@ -9,7 +11,7 @@
<locale name="C">
<short>Whether the menubar has access keys</short>
<long>
@@ -915,7 +915,7 @@
@@ -60,7 +60,7 @@
<applyto>/apps/gnome-terminal/global/use_menu_accelerators</applyto>
<owner>gnome-terminal</owner>
<type>bool</type>
@ -18,13 +20,13 @@
<locale name="C">
<short>Whether the standard GTK shortcut for menubar access is enabled</short>
<long>
@@ -11184,8 +11184,7 @@
@@ -604,8 +604,7 @@
<short>Whether to use the system font</short>
<long>
If true, the terminal will use the desktop-global standard
- font if it's monospace (and the most similar font it can
- come up with otherwise).
+ terminal font.
+ terminal font.
</long>
</locale>
</schema>

View File

@ -1,16 +1,20 @@
--- gnome-terminal-2.15.4/gnome-terminal.desktop
+++ gnome-terminal-2.15.4/gnome-terminal.desktop
Index: gnome-terminal-2.21.91.1/gnome-terminal.desktop
===================================================================
--- gnome-terminal-2.21.91.1.orig/gnome-terminal.desktop
+++ gnome-terminal-2.21.91.1/gnome-terminal.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
-Name=Terminal
+Name=Gnome Terminal
Name[am]=ተርሚናል
Name[ar]=شاشة طرفية
Name[az]=Terminal
--- gnome-terminal-2.15.4/gnome-terminal.desktop.in
+++ gnome-terminal-2.15.4/gnome-terminal.desktop.in
@@ -1,10 +1,10 @@
Name[ar]=طرفية
Name[as]=টাৰ্মিনাল
Index: gnome-terminal-2.21.91.1/gnome-terminal.desktop.in
===================================================================
--- gnome-terminal-2.21.91.1.orig/gnome-terminal.desktop.in
+++ gnome-terminal-2.21.91.1/gnome-terminal.desktop.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=Terminal
@ -19,14 +23,12 @@
+_GenericName=Use the command line
TryExec=gnome-terminal
Exec=gnome-terminal
-Icon=gnome-terminal.png
+Icon=gnome-terminal
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
--- gnome-terminal-2.15.4/gnome-terminal.desktop.in.in
+++ gnome-terminal-2.15.4/gnome-terminal.desktop.in.in
@@ -1,10 +1,10 @@
Icon=gnome-terminal
Index: gnome-terminal-2.21.91.1/gnome-terminal.desktop.in.in
===================================================================
--- gnome-terminal-2.21.91.1.orig/gnome-terminal.desktop.in.in
+++ gnome-terminal-2.21.91.1/gnome-terminal.desktop.in.in
@@ -1,7 +1,7 @@
[Desktop Entry]
Encoding=UTF-8
-_Name=Terminal
@ -35,8 +37,4 @@
+_GenericName=Use the command line
TryExec=gnome-terminal
Exec=gnome-terminal
-Icon=gnome-terminal.png
+Icon=gnome-terminal
Type=Application
X-GNOME-DocPath=gnome-terminal/index.html
X-GNOME-Bugzilla-Bugzilla=GNOME
Icon=gnome-terminal

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 20 01:31:08 CET 2008 - maw@suse.de
- Update to version 2.21.91.1:
+ Adapt to new GChecksum API
+ Fix cropped tab close buttons when using recent versions of
gnome-icon-theme
+ Fix for bgo#336155
+ Updated translations
- Respin gnome-terminal-defaults.patch and
gnome-terminal-desktop.patch.
-------------------------------------------------------------------
Wed Jan 30 18:36:30 CET 2008 - rodrigo@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-terminal (Version 2.21.90)
# spec file for package gnome-terminal (Version 2.21.91.1)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -10,12 +10,13 @@
# norootforbuild
Name: gnome-terminal
BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel gnutls-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel libwnck-devel perl-XML-Parser scrollkeeper startup-notification-devel update-desktop-files vte-devel
License: GPL v2 or later; LGPL v2.1 or later
Group: System/X11/Terminals
Obsoletes: gnome-core
Version: 2.21.90
Version: 2.21.91.1
Release: 1
Summary: The GNOME 2.x Desktop Terminal
Source: %{name}-%{version}.tar.bz2
@ -91,6 +92,15 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* Wed Feb 20 2008 maw@suse.de
- Update to version 2.21.91.1:
+ Adapt to new GChecksum API
+ Fix cropped tab close buttons when using recent versions of
gnome-icon-theme
+ Fix for bgo#336155
+ Updated translations
- Respin gnome-terminal-defaults.patch and
gnome-terminal-desktop.patch.
* Wed Jan 30 2008 rodrigo@suse.de
- Update to version 2.21.90:
* Use the gtk-cursor-blink setting and remove the profile option