This commit is contained in:
Matthias Clasen 2005-12-14 21:15:54 +00:00
parent 45d12173b2
commit d35e3e666f
3 changed files with 13 additions and 7 deletions

View File

@ -3,3 +3,4 @@ gedit-2.10.4.tar.bz2
gedit-2.11.91.tar.bz2
gedit-2.12.0.tar.bz2
gedit-2.12.1.tar.bz2
gedit-2.13.0.tar.bz2

View File

@ -13,8 +13,8 @@
Summary: gEdit is a small but powerful text editor for GNOME.
Name: gedit
Version: 2.12.1
Release: 1.1
Version: 2.13.0
Release: 1
Epoch: 1
License: GPL
Group: Applications/Editors
@ -27,8 +27,8 @@ PreReq: GConf2
PreReq: desktop-file-utils >= %{desktop_file_utils_version}
# Make the file selector remember last window size and directory
Patch4: gedit-2.5.90-filesel.patch
Patch6: gedit-2.7.92-opensize.patch
#Patch4: gedit-2.5.90-filesel.patch
#Patch6: gedit-2.7.92-opensize.patch
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: pango-devel >= %{pango_version}
@ -72,8 +72,8 @@ Install gedit-devel if you want to write plug-ins for gEdit.
%prep
%setup -n gedit-%{version} -q
%patch4 -p1 -b .filesel
%patch6 -p1 -b .opensize
#%patch4 -p1 -b .filesel
#%patch6 -p1 -b .opensize
%build
%configure
@ -146,6 +146,11 @@ scrollkeeper-update
%{_libdir}/pkgconfig/gedit-2.12.pc
%changelog
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
- Update to 2.13.0
- Comment out the fileselector patches for now, these
will need updating for the new-mdi branch
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

View File

@ -1 +1 @@
13f376c6c63b0fbd25ba9b6c7d6fb97c gedit-2.12.1.tar.bz2
9882f39c5ee0bec5e545a9459acf9c58 gedit-2.13.0.tar.bz2