This commit is contained in:
parent
cfaeeda9b3
commit
bd509ca5f6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5b0f2eec1fff1a32beed7d2a5affef5a79e96aa41c143b0363df3672c5ba6069
|
|
||||||
size 1863383
|
|
3
gnome-terminal-2.25.5.tar.bz2
Normal file
3
gnome-terminal-2.25.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6fe843aa5e866802e4b4010663bd341368cfaf3979de248b4317e3ed268ede21
|
||||||
|
size 1917808
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a1033fba37b5aa32e8e3d7953e86b2500b0e165ae099a158ec4c32350f983e1c
|
oid sha256:761455aa0cb8964ae421fd784f622201cda5f19e61dcfecf12234bd16fa1626d
|
||||||
size 17126
|
size 17128
|
||||||
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 1 17:37:58 EST 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.25.5:
|
||||||
|
+ Break out of the loop once the work's done.
|
||||||
|
+ Call g_thread_init(). bgo#565516
|
||||||
|
+ chdir() to /home/chpe in the factory process, so we don't hog any
|
||||||
|
mountpoints. bgo#565328
|
||||||
|
+ Reorder this conditional so we only get the RGBA colourmap if
|
||||||
|
compositing is enabled.
|
||||||
|
+ bgo#506686 – could be smarter when parsing parenthesis
|
||||||
|
(for URL construction)
|
||||||
|
+ Set the default keybindings also in the table in the code. Fixes accels
|
||||||
|
with borked GConf; part of bgo#564649.
|
||||||
|
+ Translation updates
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 12 15:25:27 EST 2009 - mauro@suse.de
|
||||||
|
|
||||||
|
- Translations update.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 20 10:33:57 EST 2008 - mboman@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.25.3:
|
||||||
|
+ Libbonobo dependency dropped
|
||||||
|
+ Libgnome and libgnomeui dependency dropped
|
||||||
|
+ Depends on VTE 0.19
|
||||||
|
+ Now uses DBus for single instance/factory setup
|
||||||
|
+ Many bugs fixed
|
||||||
|
+ Translation updates
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 6 09:04:04 CET 2008 - mauro@suse.de
|
Sat Dec 6 09:04:04 CET 2008 - mauro@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-terminal (Version 2.24.1.1)
|
# spec file for package gnome-terminal (Version 2.25.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,6 @@ BuildRequires: gnutls-devel
|
|||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: libglade2-devel
|
BuildRequires: libglade2-devel
|
||||||
BuildRequires: libgnomeprintui-devel
|
BuildRequires: libgnomeprintui-devel
|
||||||
BuildRequires: libgnomeui-devel
|
|
||||||
BuildRequires: libwnck-devel
|
BuildRequires: libwnck-devel
|
||||||
BuildRequires: perl-XML-Parser
|
BuildRequires: perl-XML-Parser
|
||||||
BuildRequires: scrollkeeper
|
BuildRequires: scrollkeeper
|
||||||
@ -37,8 +36,8 @@ BuildRequires: vte-devel
|
|||||||
License: GPL v2 or later; LGPL v2.1 or later
|
License: GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/X11/Terminals
|
Group: System/X11/Terminals
|
||||||
Obsoletes: gnome-core
|
Obsoletes: gnome-core
|
||||||
Version: 2.24.1.1
|
Version: 2.25.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: The GNOME 2.x Desktop Terminal
|
Summary: The GNOME 2.x Desktop Terminal
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
Source1: %{name}-po.tar.gz
|
Source1: %{name}-po.tar.gz
|
||||||
@ -98,17 +97,39 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/applications/gnome-terminal.desktop
|
%{_datadir}/applications/gnome-terminal.desktop
|
||||||
%{_datadir}/gnome-terminal
|
%{_datadir}/gnome-terminal
|
||||||
%{_datadir}/omf/gnome-terminal
|
%{_datadir}/omf/gnome-terminal
|
||||||
%{_libdir}/bonobo/servers/gnome-terminal.server
|
|
||||||
|
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 01 2009 mboman@suse.de
|
||||||
|
- Update to version 2.25.5:
|
||||||
|
+ Break out of the loop once the work's done.
|
||||||
|
+ Call g_thread_init(). bgo#565516
|
||||||
|
+ chdir() to /home/chpe in the factory process, so we don't hog any
|
||||||
|
mountpoints. bgo#565328
|
||||||
|
+ Reorder this conditional so we only get the RGBA colourmap if
|
||||||
|
compositing is enabled.
|
||||||
|
+ bgo#506686 – could be smarter when parsing parenthesis
|
||||||
|
(for URL construction)
|
||||||
|
+ Set the default keybindings also in the table in the code. Fixes accels
|
||||||
|
with borked GConf; part of bgo#564649.
|
||||||
|
+ Translation updates
|
||||||
|
* Mon Jan 12 2009 mauro@suse.de
|
||||||
|
- Translations update.
|
||||||
|
* Sat Dec 20 2008 mboman@suse.de
|
||||||
|
- Update to version 2.25.3:
|
||||||
|
+ Libbonobo dependency dropped
|
||||||
|
+ Libgnome and libgnomeui dependency dropped
|
||||||
|
+ Depends on VTE 0.19
|
||||||
|
+ Now uses DBus for single instance/factory setup
|
||||||
|
+ Many bugs fixed
|
||||||
|
+ Translation updates
|
||||||
* Sat Dec 06 2008 mauro@suse.de
|
* Sat Dec 06 2008 mauro@suse.de
|
||||||
- Updated translations.
|
- Updated translations.
|
||||||
* Thu Oct 23 2008 maw@suse.de
|
* Thu Oct 23 2008 maw@suse.de
|
||||||
- Update to version 2.24.1.1:
|
- Update to version 2.24.1.1:
|
||||||
+ Revert the fix for bgo#548600 because it causes a regression.
|
+ Revert the fix for bgo#548600 because it causes a regression.
|
||||||
* Wed Oct 22 2008 mboman@suse.de
|
* Tue Oct 21 2008 mboman@suse.de
|
||||||
- Update to version 2.24.1:
|
- Update to version 2.24.1:
|
||||||
+ Bugs fixed: bgo#552952, bgo#453193, bgo#548388, bgo#548600
|
+ Bugs fixed: bgo#552952, bgo#453193, bgo#548388, bgo#548600
|
||||||
bgo#554485, bgo#555824, bgo#552938, bgo#552943, bgo#552950
|
bgo#554485, bgo#555824, bgo#552938, bgo#552943, bgo#552950
|
||||||
@ -153,12 +174,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Thu Mar 13 2008 vuntz@suse.de
|
* Thu Mar 13 2008 vuntz@suse.de
|
||||||
- Update to version 2.22.0:
|
- Update to version 2.22.0:
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Wed Mar 05 2008 maw@suse.de
|
* Tue Mar 04 2008 maw@suse.de
|
||||||
- Update to version 2.21.92:
|
- Update to version 2.21.92:
|
||||||
+ Ensure menu items are always drawn
|
+ Ensure menu items are always drawn
|
||||||
+ Stop forcing invisible_char to *
|
+ Stop forcing invisible_char to *
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Wed Feb 20 2008 maw@suse.de
|
* Tue Feb 19 2008 maw@suse.de
|
||||||
- Update to version 2.21.91.1:
|
- Update to version 2.21.91.1:
|
||||||
+ Adapt to new GChecksum API
|
+ Adapt to new GChecksum API
|
||||||
+ Fix cropped tab close buttons when using recent versions of
|
+ Fix cropped tab close buttons when using recent versions of
|
||||||
@ -179,7 +200,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* license confusion fix
|
* license confusion fix
|
||||||
* documentation migrated to gnome-doc-utils
|
* documentation migrated to gnome-doc-utils
|
||||||
* use Tango terminal color scheme by default
|
* use Tango terminal color scheme by default
|
||||||
* Sat Sep 15 2007 hpj@suse.de
|
* Fri Sep 14 2007 hpj@suse.de
|
||||||
- Add gnome-terminal-2.18.1-correct-help-uri.patch so we can find
|
- Add gnome-terminal-2.18.1-correct-help-uri.patch so we can find
|
||||||
our help files correctly.
|
our help files correctly.
|
||||||
* Tue Aug 07 2007 maw@suse.de
|
* Tue Aug 07 2007 maw@suse.de
|
||||||
@ -255,7 +276,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Disable menu accelerators by default (#143086)
|
- Disable menu accelerators by default (#143086)
|
||||||
* Tue Feb 28 2006 sbrabec@suse.cz
|
* Tue Feb 28 2006 sbrabec@suse.cz
|
||||||
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
- Use kdelibs3-doc in BuildRequires for meinproc (#153635#c14).
|
||||||
* Sat Feb 18 2006 sreeves@suse.de
|
* Fri Feb 17 2006 sreeves@suse.de
|
||||||
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
- Update .desktop file (Name, GenericName, Comment, DocPath)
|
||||||
* Wed Jan 25 2006 mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
@ -278,13 +299,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- update version to 2.9.3
|
- update version to 2.9.3
|
||||||
* Thu Jan 20 2005 gekker@suse.de
|
* Thu Jan 20 2005 gekker@suse.de
|
||||||
- Update version to 2.9.2
|
- Update version to 2.9.2
|
||||||
* Thu Nov 25 2004 ro@suse.de
|
* Wed Nov 24 2004 ro@suse.de
|
||||||
- added suse_update_desktop_file
|
- added suse_update_desktop_file
|
||||||
* Mon Nov 22 2004 sbrabec@suse.cz
|
* Mon Nov 22 2004 sbrabec@suse.cz
|
||||||
- Set TERM=gnome. It fixes screen garbling in mutt (#43189).
|
- Set TERM=gnome. It fixes screen garbling in mutt (#43189).
|
||||||
* Tue Nov 02 2004 ro@suse.de
|
* Tue Nov 02 2004 ro@suse.de
|
||||||
- locale rename: no -> nb
|
- locale rename: no -> nb
|
||||||
* Fri Aug 27 2004 clahey@suse.de
|
* Thu Aug 26 2004 clahey@suse.de
|
||||||
- Cache gnome-terminal help and show gnome-terminal in khelpcenter.
|
- Cache gnome-terminal help and show gnome-terminal in khelpcenter.
|
||||||
* Wed May 12 2004 clahey@suse.de
|
* Wed May 12 2004 clahey@suse.de
|
||||||
- Upgraded to 2.6.0.
|
- Upgraded to 2.6.0.
|
||||||
@ -314,7 +335,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Mon Jun 30 2003 sbrabec@suse.cz
|
* Mon Jun 30 2003 sbrabec@suse.cz
|
||||||
- Updated to version 2.2.2.
|
- Updated to version 2.2.2.
|
||||||
- Clean-up of neededforbuild.
|
- Clean-up of neededforbuild.
|
||||||
* Mon Jun 30 2003 ro@suse.de
|
* Sun Jun 29 2003 ro@suse.de
|
||||||
- use gnome2-devel-packages in neededforbuild
|
- use gnome2-devel-packages in neededforbuild
|
||||||
- use find_lang
|
- use find_lang
|
||||||
- added directories to filelist
|
- added directories to filelist
|
||||||
|
Loading…
x
Reference in New Issue
Block a user