diff --git a/gnome-terminal-2.18.1-correct-help-uri.patch b/gnome-terminal-2.18.1-correct-help-uri.patch deleted file mode 100644 index 312d345..0000000 --- a/gnome-terminal-2.18.1-correct-help-uri.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -upr gnome-terminal-2.18.1-pre/src/terminal.c gnome-terminal-2.18.1-post/src/terminal.c ---- gnome-terminal-2.18.1-pre/src/terminal.c 2007-01-05 15:22:32.000000000 -0600 -+++ gnome-terminal-2.18.1-post/src/terminal.c 2007-09-14 17:03:10.000000000 -0500 -@@ -3584,7 +3584,7 @@ terminal_util_show_help (const char *top - - err = NULL; - -- gnome_help_display ("gnome-terminal", topic, &err); -+ gnome_help_display ("gnome-terminal.xml", topic, &err); - - if (err) - { -Only in gnome-terminal-2.18.1-post/src: terminal.c~ diff --git a/gnome-terminal-2.22.1.tar.bz2 b/gnome-terminal-2.22.1.tar.bz2 deleted file mode 100644 index 80131fd..0000000 --- a/gnome-terminal-2.22.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02a520102920618a099d3d34955dc639b255f5d130df9505fe2f7653e40c6767 -size 1801064 diff --git a/gnome-terminal-2.23.4.2.tar.bz2 b/gnome-terminal-2.23.4.2.tar.bz2 new file mode 100644 index 0000000..5347803 --- /dev/null +++ b/gnome-terminal-2.23.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f29548a4ec4d5ebad32a30a8ace229486d0e25534f9f8b8120c5e691a6f08d5b +size 1819709 diff --git a/gnome-terminal.changes b/gnome-terminal.changes index 8bd58d4..ca1d8a8 100644 --- a/gnome-terminal.changes +++ b/gnome-terminal.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Jun 25 23:21:41 CEST 2008 - maw@suse.de + +- Update to version 2.23.4.2: + + Bugs fixed: bgo#536463, bgo#528683, bgo#418192, bgo#537112, + bgo#537888, bgo#536899, bgo#537215, bgo#536639, bgo#538809, + brc450808, and brc#450979 +- Drop the following upstreamed patch: + gnome-terminal-2.18.1-correct-help-uri.patch. + ------------------------------------------------------------------- Mon May 5 10:54:32 CEST 2008 - jpr@suse.de diff --git a/gnome-terminal.spec b/gnome-terminal.spec index edc8944..59ea06c 100644 --- a/gnome-terminal.spec +++ b/gnome-terminal.spec @@ -1,5 +1,5 @@ # -# spec file for package gnome-terminal (Version 2.22.1) +# spec file for package gnome-terminal (Version 2.23.4.2) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -16,15 +16,14 @@ BuildRequires: docbook_4 fdupes gnome-common gnome-doc-utils-devel gnutls-devel License: GPL v2 or later; LGPL v2.1 or later Group: System/X11/Terminals Obsoletes: gnome-core -Version: 2.22.1 -Release: 11 +Version: 2.23.4.2 +Release: 1 Summary: The GNOME 2.x Desktop Terminal Source: %{name}-%{version}.tar.bz2 Url: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-build PreReq: filesystem gconf2 Patch4: gnome-terminal-desktop.patch -Patch6: gnome-terminal-2.18.1-correct-help-uri.patch Requires: %{name}-lang = %{version} %gconf_schemas_prereq @@ -38,7 +37,6 @@ handy for quick tasks on the command line. %prep %setup -q %patch4 -p1 -%patch6 -p1 %build autoreconf -f -i @@ -78,12 +76,18 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/applications/gnome-terminal.desktop %{_datadir}/gnome-terminal %{_datadir}/omf/gnome-terminal -%{_datadir}/pixmaps/gnome-terminal.png %{_libdir}/bonobo/servers/gnome-terminal.server %files lang -f %{name}.lang %changelog +* Thu Jun 26 2008 maw@suse.de +- Update to version 2.23.4.2: + + Bugs fixed: bgo#536463, bgo#528683, bgo#418192, bgo#537112, + bgo#537888, bgo#536899, bgo#537215, bgo#536639, bgo#538809, + brc450808, and brc#450979 +- Drop the following upstreamed patch: + gnome-terminal-2.18.1-correct-help-uri.patch. * Mon May 05 2008 jpr@suse.de - Remove gnome-terminal-force-terminal-draw.patch, it was fixed in a different way upstream, see bgo #338913