OBS User unknown 2008-09-05 00:14:41 +00:00 committed by Git OBS Bridge
parent 8e3f7f1bb3
commit 1641701de1
4 changed files with 32 additions and 6 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Sep 01 23:21:41 CEST 2008 - mboman@novell.com
- Update to version 2.23.91:
+ Bugs fixed: bgo#549308, bgo#399744, bgo#401547, bgo#151794,
bgo#519191
+ Plug a mem leak.
+ Don't try to g_strfreev something we don't own.
+ Make the terminal window's role distinct from other g-t window's role,
to be able to match just them with devilspie.
+ Use a static window role for the single instance encodings dialogue.
+ Updated translations.
-------------------------------------------------------------------
Tue Aug 05 23:21:41 CEST 2008 - captain.magnus@opensuse.org

View File

@ -1,5 +1,5 @@
#
# spec file for package gnome-terminal (Version 2.23.6)
# spec file for package gnome-terminal (Version 2.23.91)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,11 +19,14 @@
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
BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel
BuildRequires: gnutls-devel intltool libglade2-devel libgnomeprintui-devel
BuildRequires: libgnomeui-devel libwnck-devel perl-XML-Parser scrollkeeper
BuildRequires: 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.23.6
Version: 2.23.91
Release: 1
Summary: The GNOME 2.x Desktop Terminal
Source: %{name}-%{version}.tar.bz2
@ -88,6 +91,16 @@ rm -rf $RPM_BUILD_ROOT
%files lang -f %{name}.lang
%changelog
* Tue Sep 02 2008 mboman@novell.com
- Update to version 2.23.91:
+ Bugs fixed: bgo#549308, bgo#399744, bgo#401547, bgo#151794,
bgo#519191
+ Plug a mem leak.
+ Don't try to g_strfreev something we don't own.
+ Make the terminal window's role distinct from other g-t window's role,
to be able to match just them with devilspie.
+ Use a static window role for the single instance encodings dialogue.
+ Updated translations.
* Wed Aug 06 2008 captain.magnus@opensuse.org
- Update to version 2.23.6:
+ g_listenv returns only the env var names, not name=value pairs.