This commit is contained in:
Matthias Clasen 2006-12-20 05:33:28 +00:00
parent f7ebdc8c3b
commit 13617c4a65
3 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
gedit-2.17.1.tar.bz2
gedit-2.17.2.tar.bz2

View File

@ -18,15 +18,15 @@
Summary: gEdit is a small but powerful text editor for GNOME
Name: gedit
Version: 2.17.1
Release: 2%{?dist}
Version: 2.17.2
Release: 1%{?dist}
Epoch: 1
License: GPL
Group: Applications/Editors
Source0: http://ftp.gnome.org/pub/GNOME/sources/gedit/2.8/gedit-%{version}.tar.bz2
URL: http://gedit.sourceforge.net/
BuildRoot: %{_tmppath}/gedit-%{version}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
Requires(post): scrollkeeper >= 0.1.4
@ -51,9 +51,6 @@ Patch2: gedit-2.15.1-python.patch
# gtk_widget_show()
Patch3: gedit-2.15.1-bgo-341055-workaround.patch
# http://bugzilla.gnome.org/show_bug.cgi?id=380784
Patch4: gedit-2.16.0-a11y.patch
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: pango-devel >= %{pango_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
@ -119,7 +116,6 @@ Install gedit-devel if you want to write plug-ins for gEdit.
%patch2 -p1 -b .python
%patch3 -p1 -b .bgo-341055-workaround
%patch4 -p1 -b .a11y
%build
autoreconf
@ -209,6 +205,9 @@ fi
%{_datadir}/gtk-doc/html/gedit/
%changelog
- Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.2-1
- Update to 2.17.2
* Thu Dec 7 2006 Jeremy Katz <katzj@redhat.com> - 1:2.17.1-2
- rebuild for python 2.5

View File

@ -1 +1 @@
86ab6b160c6afc7ddd18c5a0dfd70618 gedit-2.17.1.tar.bz2
f2730603767ca8767606b0e46b2cce37 gedit-2.17.2.tar.bz2