auto-import changelog data from gedit-2.5.91-1.src.rpm

Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- 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 <sopwith@redhat.com>
- 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
This commit is contained in:
cvsdist 2004-09-09 05:06:45 +00:00
parent 7a7085bb46
commit 686af4815c
3 changed files with 37 additions and 19 deletions

View File

@ -1 +1 @@
gedit-2.5.3.tar.bz2
gedit-2.5.91.tar.bz2

View File

@ -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 <sopwith@redhat.com>
- rebuilt
* Thu Feb 25 2004 Dan Williams <dcbw@redhat.com> 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 <sopwith@redhat.com>
- rebuilt
* Wed Feb 11 2004 Dan Williams <dcbw@redhat.com> 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 <dcbw@redhat.com> 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 <alexl@redhat.com> 1:2.5.3-1
- update to 2.5.3

View File

@ -1 +1 @@
e6f24e886979c11e4c9dbe147c33af76 gedit-2.5.3.tar.bz2
09d7b0695fbac4e4c5485c2b86097f85 gedit-2.5.91.tar.bz2