From 686af4815cb47f520473650fa3c7963ae0fe34e0 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:06:45 +0000 Subject: [PATCH] auto-import changelog data from gedit-2.5.91-1.src.rpm Tue Mar 02 2004 Elliot Lee - rebuilt 2.5.90-1 - fix dumbness in the egg-recent file locking patch - Remove the autotools-1.8 patch because it is no longer needed - Require gtksourceview-devel >= 0.9 due to update to 2.5.90 - Update to gedit-2.5.90 Fri Feb 13 2004 Elliot Lee - rebuilt 2.5.3-3 - Correctly convert last path from open/save into a directory for storing in gconf, not a file 2.5.3-2 - Bring file selector size/last path patch up to 2.5.3 - Fix up the recent-files locking algorithm to have finer resolution timeouts --- .cvsignore | 2 +- gedit.spec | 52 +++++++++++++++++++++++++++++++++++----------------- sources | 2 +- 3 files changed, 37 insertions(+), 19 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2294e2c..9360870 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gedit-2.5.3.tar.bz2 +gedit-2.5.91.tar.bz2 diff --git a/gedit.spec b/gedit.spec index 773eee3..47bc11f 100644 --- a/gedit.spec +++ b/gedit.spec @@ -7,31 +7,31 @@ %define desktop_file_utils_version 0.3 %define eel2_version 2.4.0 %define gail_version 1.2.0 -%define gtksourceview_version 0.7 +%define gtksourceview_version 0.9 %define eel2_version 2.5.0 %define po_package gedit-2.6 -Summary: gEdit is a small but powerful text editor for GNOME. +Summary: gEdit is a small but powerful text editor for GNOME. Name: gedit -Version: 2.5.3 -Release: 1 +Version: 2.5.91 +Release: 1 Epoch: 1 -License: GPL +License: GPL Group: Applications/Editors -Source0: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/gedit/gedit-%{version}.tar.bz2 -URL: http://gedit.sourceforge.net/ +Source0: ftp://ftp.gnome.org/pub/GNOME/sources/gedit/2.5/gedit-%{version}.tar.bz2 +URL: http://gedit.sourceforge.net/ BuildRoot: %{_tmppath}/gedit-%{version}-root -PreReq: scrollkeeper >= 0.1.4 -PreReq: GConf2 +PreReq: scrollkeeper >= 0.1.4 +PreReq: GConf2 -# Hack until its clean with autotools-1.8 -Patch1: gedit-2.4.0-autotools18-hack.patch # Make the recent file locking a bit less annoying -Patch2: gedit-2.4.0-lockf.patch +Patch2: gedit-2.5.90-lockf.patch # Allow Escape key to close Find and Replace dialogs Patch3: gedit-2.4.0-escapecancel.patch +# Make the file selector remember last window size and directory +Patch4: gedit-2.5.90-filesel.patch BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: pango-devel >= %{pango_version} @@ -73,15 +73,11 @@ Install gedit-devel if you want to write plug-ins for gEdit. %prep %setup -n gedit-%{version} -q -%patch1 -p1 -b .autotools18 %patch2 -p1 -b .lockf %patch3 -p1 -b .escapecancel +%patch4 -p1 -b .filesel %build - -aclocal-1.8 -automake-1.8 -autoconf %configure make @@ -149,6 +145,28 @@ scrollkeeper-update %{_libdir}/pkgconfig/gedit-2.6.pc %changelog +* Tue Mar 02 2004 Elliot Lee +- rebuilt + +* Thu Feb 25 2004 Dan Williams 1:2.5.90-1 +- fix dumbness in the egg-recent file locking patch +- Remove the autotools-1.8 patch because it is no longer + needed +- Require gtksourceview-devel >= 0.9 due to update to 2.5.90 +- Update to gedit-2.5.90 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Feb 11 2004 Dan Williams 1:2.5.3-3 +- Correctly convert last path from open/save into a directory + for storing in gconf, not a file + +* Fri Feb 06 2004 Dan Williams 1:2.5.3-2 +- Bring file selector size/last path patch up to 2.5.3 +- Fix up the recent-files locking algorithm to have finer + resolution timeouts + * Wed Jan 28 2004 Alexander Larsson 1:2.5.3-1 - update to 2.5.3 diff --git a/sources b/sources index 2b80daf..fd21c31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e6f24e886979c11e4c9dbe147c33af76 gedit-2.5.3.tar.bz2 +09d7b0695fbac4e4c5485c2b86097f85 gedit-2.5.91.tar.bz2