Blame SPECS/gedit.spec

f620a9
%global _changelog_trimtime %(date +%s -d "1 year ago")
f620a9
6f95c4
%define glib2_version 2.39.5
6f95c4
%define gtk3_version 3.13.6
6f95c4
%define pygo_version 3.0.0
f620a9
%define desktop_file_utils_version 0.9
6f95c4
%define gtksourceview_version 3.13.4
f620a9
%define enchant_version 1.2.0
f620a9
%define isocodes_version 0.35
f620a9
%define libpeas_version 1.7.0
f620a9
f620a9
Summary:	Text editor for the GNOME desktop
f620a9
Name:		gedit
f620a9
Epoch:		2
6f95c4
Version:	3.14.3
8f91ed
Release:	18%{?dist}
6f95c4
License:	GPLv2+ and GFDL
f620a9
Group:		Applications/Editors
f620a9
#VCS: git:git://git.gnome.org/gedit
6f95c4
Source0:	http://download.gnome.org/sources/gedit/3.14/gedit-%{version}.tar.xz
6f95c4
6f95c4
# https://bugzilla.redhat.com/show_bug.cgi?id=1016757
6f95c4
Patch4: gedit-disable-python3.patch
6f95c4
6f95c4
# https://bugzilla.redhat.com/show_bug.cgi?id=1251840
6f95c4
Patch5: jp-search.patch
6f95c4
6f95c4
# https://bugzilla.redhat.com/show_bug.cgi?id=1247999
6f95c4
Patch6: 0001-po-es-use-single-quote-instead-of-chevrons.patch
f620a9
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1301760
8f91ed
Patch7: 0005-Fix-desktop-actions.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1301726
8f91ed
Patch8: 0011-Printing-fix-margins.patch
8f91ed
Patch9: 0012-Printing-set-default-margin-top-to-15mm.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1301761
8f91ed
Patch10: 0008-spell-don-t-include-gedit-metadata-manager.h-private.patch
8f91ed
Patch11: 0009-spell-fix-bug-with-document-metadata.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1255556
8f91ed
Patch12: 0010-Unset-correctly-GVFS-file-attributes.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1301764
8f91ed
Patch13: 0019-build-fix-generation-of-desktop-files-for-external-t.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1301769
8f91ed
Patch14: 0024-Add-a-snippet-generating-RPM-SPEC-changelog-line.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1279299
8f91ed
Patch15: 0025-Add-a-shortcut-for-the-open-button-for-german.patch
8f91ed
8f91ed
# https://bugzilla.redhat.com/show_bug.cgi?id=1247999
8f91ed
Patch16: 0001-gedit-document-fix-close-after-save-functionality.patch
8f91ed
f620a9
URL:		http://projects.gnome.org/gedit/
f620a9
f620a9
Requires(post):         desktop-file-utils >= %{desktop_file_utils_version}
f620a9
Requires(postun):       desktop-file-utils >= %{desktop_file_utils_version}
f620a9
f620a9
BuildRequires: gnome-common
f620a9
BuildRequires: glib2-devel >= %{glib2_version}
6f95c4
BuildRequires: gtk3-devel >= %{gtk3_version}
f620a9
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
f620a9
BuildRequires: enchant-devel >= %{enchant_version}
f620a9
BuildRequires: iso-codes-devel >= %{isocodes_version}
f620a9
BuildRequires: libattr-devel
f620a9
BuildRequires: gtksourceview3-devel >= %{gtksourceview_version}
f620a9
BuildRequires: gettext
f620a9
BuildRequires: pygobject3-devel
f620a9
BuildRequires: libpeas-devel >= %{libpeas_version}
f620a9
BuildRequires: gsettings-desktop-schemas-devel
f620a9
BuildRequires: which
f620a9
BuildRequires: autoconf, automake, libtool
f620a9
BuildRequires: intltool
f620a9
BuildRequires: gobject-introspection-devel
f620a9
BuildRequires: yelp-tools
f620a9
BuildRequires: itstool
6f95c4
BuildRequires: vala-tools
f620a9
BuildRequires: python-devel
f620a9
6f95c4
Requires: glib2%{?_isa} >= %{glib2_version}
6f95c4
Requires: gtk3%{?_isa} >= %{gtk3_version}
6f95c4
Requires: gtksourceview3%{?_isa} >= %{gtksourceview_version}
f620a9
# the run-command plugin uses zenity
f620a9
Requires: zenity
f620a9
Requires: gsettings-desktop-schemas
f620a9
Requires: gvfs
f620a9
6f95c4
Obsoletes: gedit-collaboration < 3.6.1-6
6f95c4
f620a9
%description
f620a9
gedit is a small, but powerful text editor designed specifically for
f620a9
the GNOME desktop. It has most standard text editor functions and fully
f620a9
supports international text in Unicode. Advanced features include syntax
f620a9
highlighting and automatic indentation of source code, printing and editing
f620a9
of multiple documents in one window.
f620a9
f620a9
gedit is extensible through a plugin system, which currently includes
f620a9
support for spell checking, comparing files, viewing CVS ChangeLogs, and
f620a9
adjusting indentation levels. Further plugins can be found in the
f620a9
gedit-plugins package.
f620a9
f620a9
%package devel
f620a9
Summary: Support for developing plugins for the gedit text editor
f620a9
Group: Development/Libraries
f620a9
Requires: %{name} = %{epoch}:%{version}-%{release}
f620a9
f620a9
%description devel
f620a9
gedit is a small, but powerful text editor for the GNOME desktop.
f620a9
This package allows you to develop plugins that add new functionality
f620a9
to gedit.
f620a9
f620a9
Install gedit-devel if you want to write plugins for gedit.
f620a9
f620a9
%prep
f620a9
%setup -q
f620a9
f620a9
%patch4 -p1 -b .disable-python
6f95c4
%patch5 -p1 -b .jp-search
6f95c4
%patch6 -p1 -b .es-po-quotes
8f91ed
%patch7 -p1 -b .desktop-actions
8f91ed
%patch8 -p1 -b .printing-margins
8f91ed
%patch9 -p1 -b .printing-margins2
8f91ed
%patch10 -p1 -b .spell
8f91ed
%patch11 -p1 -b .spell2
8f91ed
%patch12 -p1 -b .unset-gvfs
8f91ed
%patch13 -p1 -b .external-tools
8f91ed
%patch14 -p1 -b .changelog-snipplet
8f91ed
%patch15 -p1 -b .german-open-shortcut
8f91ed
%patch16 -p1 -b .fix-close-after-save
f620a9
6f95c4
autoreconf -i -f
6f95c4
intltoolize -f
f620a9
6f95c4
%build
f620a9
%configure \
f620a9
	--disable-gtk-doc \
f620a9
	--enable-introspection=yes \
f620a9
	--enable-python=yes \
f620a9
	--disable-updater \
f620a9
	--enable-gvfs-metadata
f620a9
make %{_smp_mflags}
f620a9
f620a9
%install
f620a9
make install DESTDIR=$RPM_BUILD_ROOT
f620a9
f620a9
## clean up all the static libs for plugins (workaround for no -module)
f620a9
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.a"`
f620a9
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.la"`
f620a9
f620a9
%find_lang %{name} --with-gnome
f620a9
6f95c4
# for backward compatibility with user defined file associations
6f95c4
cat << EOF > $RPM_BUILD_ROOT%{_datadir}/applications/gedit.desktop
6f95c4
[Desktop Entry]
6f95c4
Name=gedit
6f95c4
Exec=gedit %U
6f95c4
Type=Application
6f95c4
MimeType=text/plain;
6f95c4
NoDisplay=true
6f95c4
X-GNOME-UsesNotifications=false
6f95c4
X-RHEL-AliasOf=org.gnome.gedit
6f95c4
EOF
6f95c4
f620a9
%check
6f95c4
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.desktop
f620a9
f620a9
%post
f620a9
update-desktop-database >&/dev/null || :
f620a9
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
f620a9
f620a9
%postun
f620a9
update-desktop-database >&/dev/null || :
f620a9
if [ $1 -eq 0 ]; then
f620a9
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
f620a9
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
f620a9
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
f620a9
fi
f620a9
f620a9
%posttrans
f620a9
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
f620a9
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
f620a9
f620a9
%files -f %{name}.lang
f620a9
%doc README COPYING AUTHORS
f620a9
%{_datadir}/gedit
6f95c4
%{_datadir}/applications/*.desktop
f620a9
%{_mandir}/man1/*
6f95c4
%{python2_sitearch}/gi/overrides/*
f620a9
%{_libexecdir}/gedit
f620a9
%{_libdir}/gedit/girepository-1.0
f620a9
%dir %{_libdir}/gedit
f620a9
%dir %{_libdir}/gedit/plugins
6f95c4
%{_libdir}/gedit/libgedit.so
6f95c4
%{_libdir}/gedit/plugins/docinfo.plugin
6f95c4
%{_libdir}/gedit/plugins/libdocinfo.so
6f95c4
%{_libdir}/gedit/plugins/filebrowser.plugin
6f95c4
%{_libdir}/gedit/plugins/libfilebrowser.so
6f95c4
%{_libdir}/gedit/plugins/modelines.plugin
6f95c4
%{_libdir}/gedit/plugins/libmodelines.so
6f95c4
%{_libdir}/gedit/plugins/externaltools.plugin
6f95c4
%{_libdir}/gedit/plugins/externaltools
6f95c4
%{_libdir}/gedit/plugins/pythonconsole.plugin
6f95c4
%{_libdir}/gedit/plugins/pythonconsole
6f95c4
%{_libdir}/gedit/plugins/quickopen.plugin
6f95c4
%{_libdir}/gedit/plugins/quickopen
6f95c4
%{_libdir}/gedit/plugins/snippets.plugin
6f95c4
%{_libdir}/gedit/plugins/snippets
6f95c4
%{_libdir}/gedit/plugins/sort.plugin
6f95c4
%{_libdir}/gedit/plugins/libsort.so
6f95c4
%{_libdir}/gedit/plugins/spell.plugin
6f95c4
%{_libdir}/gedit/plugins/libspell.so
6f95c4
%{_libdir}/gedit/plugins/time.plugin
6f95c4
%{_libdir}/gedit/plugins/libtime.so
f620a9
%{_bindir}/*
6f95c4
%{_datadir}/appdata/org.gnome.gedit.appdata.xml
f620a9
%{_datadir}/GConf/gsettings
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.externaltools.gschema.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
f620a9
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
f620a9
%{_datadir}/dbus-1/services/org.gnome.gedit.service
f620a9
f620a9
f620a9
%files devel
6f95c4
%{_includedir}/gedit-3.12
f620a9
%{_libdir}/pkgconfig/gedit.pc
f620a9
%{_datadir}/gtk-doc
6f95c4
%{_datadir}/vala/
f620a9
f620a9
%changelog
8f91ed
* Mon Aug 01 2016 Ray Strode <rstrode@redhat.com> - 3.14.3-18
8f91ed
- Updated version of python3→2 patch from Matej Cepl
8f91ed
  Resolves: #1360922
8f91ed
8f91ed
* Fri Apr 15 2016 Ray Strode <rstrode@redhat.com> - 3.14.3-17
8f91ed
- Fix close after save functionality when closing window
8f91ed
  with unsaved documents
8f91ed
  Resolves: #1247999
8f91ed
8f91ed
* Fri Apr 15 2016 Mike FABIAN <mfabian@redhat.com> 3.14.3-16
8f91ed
- Add a shorcut for German for the open button
8f91ed
  Resolves: #1279299
8f91ed
8f91ed
* Wed Apr  6 2015 Matthias Clasen <mclasen@redhat.com> 3.14.3-15
8f91ed
- Add a snipplet for rpm changelogs
8f91ed
  Resolves: #1301769
8f91ed
8f91ed
* Wed Apr  6 2015 Matthias Clasen <mclasen@redhat.com> 3.14.3-14
8f91ed
- Fix desktop files for external tools
8f91ed
  Resolves: #1301764
8f91ed
8f91ed
* Wed Apr  6 2015 Matthias Clasen <mclasen@redhat.com> 3.14.3-13
8f91ed
- Fix spell checker metadata saving
8f91ed
  Resolves: #1301761
8f91ed
8f91ed
* Wed Apr  6 2015 Matthias Clasen <mclasen@redhat.com> 3.14.3-12
8f91ed
- Fix printing margins
8f91ed
  Resolves: #1301726
8f91ed
8f91ed
* Wed Apr  6 2015 Matthias Clasen <mclasen@redhat.com> 3.14.3-11
8f91ed
- Fix desktop actions
8f91ed
  Resolves: #1301760
8f91ed
8f91ed
* Wed Apr  6 2015 Matthias Clasen <mclasen@redhat.com> 3.14.3-10
8f91ed
- Really fix chevrons in schemas
8f91ed
  Resolves: #1258357
8f91ed
6f95c4
* Wed Sep 23 2015 Ray Strode <rstrode@redhat.com> 3.14.3-9
6f95c4
- Add X-RHEL-AliasOf=org.gnome.gedit to compat desktop file
6f95c4
  Related: #1259292
6f95c4
6f95c4
* Mon Sep 21 2015 Ray Strode <rstrode@redhat.com> - 2:3.14.3-8
6f95c4
- Use ' instead of « in es locale for font parsing
6f95c4
  Resolves: #1247999
6f95c4
- Add X-GNOME-UsesNotifications=false to compat desktop file
6f95c4
  Related: #1259292
6f95c4
6f95c4
* Tue Aug 18 2015 Matthias Clasen <mclasen@redhat.com> - 2:3.14.3-7
6f95c4
- Fix search in Japanese titles
6f95c4
  Resolves: #1251840
6f95c4
6f95c4
* Thu Jul 16 2015 Ray Strode <rstrode@redhat.com> - 2:3.14.3-6
6f95c4
- add type=Application to appease rpmdiff
6f95c4
  Related: #1238207
6f95c4
6f95c4
* Tue Jul 14 2015 Ray Strode <rstrode@redhat.com> - 2:3.14.3-5
6f95c4
- use cat instead of echo from previous fix
6f95c4
  Resolves: #1238207
6f95c4
6f95c4
* Wed Jul 01 2015 Ray Strode <rstrode@redhat.com> - 2:3.14.3-4
6f95c4
- fix backward compat gedit.desktop to not show up in menus
6f95c4
  Related: #1174591
6f95c4
  Resolves: 1238207
6f95c4
6f95c4
* Fri Jun 26 2015 Ray Strode <rstrode@redhat.com> - 2:3.14.3-3
6f95c4
- add backward compat gedit.desktop to keep user mime assocations working
6f95c4
  Related: #1174591 1235413
6f95c4
6f95c4
* Thu Jun 25 2015 Ray Strode <rstrode@redhat.com> - 2:3.14.3-2
6f95c4
- Updated python2 support patch from Matěj Cepl <mcepl@redhat.com>
6f95c4
  Related: #1174591
6f95c4
6f95c4
* Mon Mar 23 2015 Richard Hughes <rhughes@redhat.com> - 2:3.14.3-1
6f95c4
- Update to 3.14.3
6f95c4
- Resolves: #1174591
6f95c4
899393
* Thu Jan 30 2014 Ray Strode <rstrode@redhat.com> - 2:3.8.3-6
899393
- Update License field to reflect documentation change
899393
  Resolves: #1059847
899393
899393
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 2:3.8.3-5
899393
- Mass rebuild 2014-01-24
899393
899393
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 2:3.8.3-4
899393
- Mass rebuild 2013-12-27
899393
f620a9
* Fri Oct 18 2013 Ray Strode <rstrode@redhat.com> - 2:3.8.3-3
f620a9
- Add patch from Matej Cepl to reenable gedit plugins
f620a9
  Resolves: #1016757
f620a9
f620a9
* Wed Jul 17 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.3-2
f620a9
- Drop unused patches
f620a9
- Update python3 patch
f620a9
f620a9
* Tue Jun 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.8.3-1
f620a9
- Update to 3.8.3
f620a9
f620a9
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.8.2-2
f620a9
- Trim %%changelog
f620a9
f620a9
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 2:3.8.2-1
f620a9
- Update to 3.8.2
f620a9
f620a9
* Mon May  6 2013 Marek Kasik <mkasik@redhat.com> - 2:3.8.1-3
f620a9
- Make usage of Zeitgeist and python3 conditional
f620a9
f620a9
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.1-1
f620a9
- Update to 3.8.1
f620a9
f620a9
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.0-2
f620a9
- Rebuilt for gtksourceview3 soname bump
f620a9
f620a9
* Mon Mar 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.8.0-1
f620a9
- Update to 3.8.0
f620a9
f620a9
* Wed Mar 20 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.6-1
f620a9
- Update to 3.7.6
f620a9
f620a9
* Wed Mar 06 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.5-1
f620a9
- Update to 3.7.5
f620a9
f620a9
* Tue Feb 19 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.4-1
f620a9
- Update to 3.7.4
f620a9
f620a9
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.7.3-2
f620a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f620a9
f620a9
* Thu Jan 17 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.7.3-2
f620a9
- Make zeitgeist optional
f620a9
f620a9
* Mon Jan 07 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.3-1
f620a9
- Update to 3.7.3
f620a9
f620a9
* Mon Nov 05 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.1-1
f620a9
- Update to 3.7.1
f620a9
f620a9
* Tue Oct 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.6.1-1
f620a9
- Update to 3.6.1
f620a9
f620a9
* Tue Sep 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.6.0-1
f620a9
- Update to 3.6.0
f620a9
f620a9
* Wed Sep 19 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.3-1
f620a9
- Update to 3.5.3
f620a9
f620a9
* Fri Aug 31 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.2-1
f620a9
- Update to 3.5.2
f620a9
f620a9
* Sat Jul 21 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.1-1
f620a9
- Update to 3.5.1
f620a9
f620a9
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.4.2-2
f620a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f620a9
f620a9
* Thu May 24 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.2-1
f620a9
- Update to 3.4.2
f620a9
- Adjust for libgedit-private.so location change
f620a9
f620a9
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.1-2
f620a9
- Silence rpm scriptlet output
f620a9
f620a9
* Mon Apr 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.4.1-1
f620a9
- Update to 3.4.1
f620a9
f620a9
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.0-1
f620a9
- Update to 3.4.0
f620a9
f620a9
* Wed Mar 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.7-1
f620a9
- Update to 3.3.7
f620a9
f620a9
* Mon Mar 05 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.6-1
f620a9
- Update to 3.3.6
f620a9
f620a9
* Fri Mar 02 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.5-1
f620a9
- Update to 3.3.5
f620a9
f620a9
* Thu Feb 23 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.4-1
f620a9
- Update to 3.3.4
f620a9
f620a9
* Tue Feb 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.3-1
f620a9
- Update to 3.3.3
f620a9
f620a9
* Sun Jan 08 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.2-1
f620a9
- Update to 3.3.2
f620a9
f620a9
* Thu Dec 17 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.1-1
f620a9
- Update to 3.3.1
f620a9
f620a9
* Thu Dec 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.5-1
f620a9
- Update to 3.2.5
f620a9
f620a9
* Thu Dec 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.4-1
f620a9
- Update to 3.2.4
f620a9
f620a9
* Tue Nov 15 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.3-1
f620a9
- Update to 3.2.3
f620a9
f620a9
* Tue Nov 01 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.2-1
f620a9
- Update to 3.2.2
f620a9
f620a9
* Sun Oct 16 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.1-1
f620a9
- Update to 3.2.1
f620a9
f620a9
* Mon Sep 26 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.0-1
f620a9
- Update to 3.2.0
f620a9
f620a9
* Tue Sep 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.6-1
f620a9
- Update to 3.1.6
f620a9
f620a9
* Tue Sep 06 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.5-1
f620a9
- Update to 3.1.5
f620a9
f620a9
* Tue Aug 30 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.4-1
f620a9
- Update to 3.1.4
f620a9
f620a9
* Tue Aug 04 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.3-1
f620a9
- Update to 3.1.3
f620a9
- Add patch to not include the unity quicklist on the desktop file.
f620a9
f620a9
* Tue Jul 05 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.2-1
f620a9
- Update to 3.1.2
f620a9
f620a9
* Mon Jun 20 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-2
f620a9
- Fix Requires of the zeitgeist subpackage
f620a9
f620a9
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-1
f620a9
- Update to 3.1.1
f620a9
- New gedit-zeitgeist subpackage
f620a9
f620a9
* Wed May 25 2011 Dan Williams <dcbw@redhat.com> 2:3.0.2-2
f620a9
- Fix double-free when searching
f620a9
f620a9
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2:3.0.2-1
f620a9
- Update to 3.0.2
f620a9
f620a9
* Tue Apr 12 2011 Christopher Aillon <caillon@redhat.com> 2:3.0.1-1
f620a9
- Update to 3.0.1
f620a9
f620a9
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2:3.0.0-1
f620a9
- Update to 3.0.0
f620a9
f620a9
* Mon Mar 28 2011 Dan Williams <dcbw@redhat.com> 2:2.91.11-1
f620a9
- Re-enable python plugins
f620a9
f620a9
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.11-1
f620a9
- Update to 2.91.11
f620a9
f620a9
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.10-2
f620a9
- The epoch got messed up by accident
f620a9
f620a9
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.10-1
f620a9
- Update to 2.91.10
f620a9
f620a9
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.8-1
f620a9
- Update to 2.91.8
f620a9
f620a9
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.7-1
f620a9
- Update to 2.91.7
f620a9
f620a9
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.6-3
f620a9
- Rebuild against newer gtk
f620a9
f620a9
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.91.6-2
f620a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
f620a9
f620a9
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.19.6-1
f620a9
- Update to 2.91.6
f620a9
f620a9
* Mon Jan 31 2011 Dan Williams <dcbw@redhat.com> - 2:2.91.5-5
f620a9
- Remove patch for (bgo #640215); problem fixed elsewhere
f620a9
f620a9
* Fri Jan 21 2011 Dan Williams <dcbw@redhat.com> - 2:2.91.5-4
f620a9
- Fix crash on quit due to use-after-free (bgo #640215)
f620a9
f620a9
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-3
f620a9
- Clean up python dependencies
f620a9
f620a9
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-2
f620a9
- Make epoch match what it should be (again !)
f620a9
f620a9
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-1
f620a9
- Update to 2.91.5
f620a9
f620a9
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.4-1
f620a9
- Update to 2.91.4
f620a9
f620a9
* Fri Dec  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 2:2.91.3-1
f620a9
- Update to 2.91.3
f620a9
f620a9
* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 2:2.91.2-1
f620a9
- Update to 2.91.2
f620a9
f620a9
* Thu Nov  4 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-2
f620a9
- Make the epoch match what it should be
f620a9
f620a9
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-1
f620a9
- Update to 2.91.1
f620a9
- Fix Requires in gedit-devel
f620a9
f620a9
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.0-1
f620a9
- Update to 2.91.0
f620a9
f620a9
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.31.6-4
f620a9
- Co-own /usr/share/gtk-doc
f620a9
f620a9
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.31.6-3
f620a9
- Bump epoch to stay ahead of F14
f620a9
f620a9
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1:2.31.6-2
f620a9
- recompiling .py files against Python 2.7 (rhbz#623307)
f620a9
f620a9
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
f620a9
- Update to 2.31.6
f620a9
f620a9
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
f620a9
- Update to 2.31.5
f620a9
f620a9
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
f620a9
- Update to 2.31.3
f620a9
f620a9
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
f620a9
- Update to 2.31.2
f620a9
f620a9
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
f620a9
- Update to 2.31.1
f620a9
f620a9
* Sun Apr 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.2-1
f620a9
- Update to 2.30.2
f620a9
- Use GConf macros
f620a9
f620a9
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
f620a9
- Update to 2.30.0
f620a9
f620a9
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.9-1
f620a9
- Update to 2.29.9
f620a9
f620a9
* Mon Mar  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.8-2
f620a9
- Fix some "(null)" error messages
f620a9
f620a9
* Tue Mar  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.8-1
f620a9
- Update to 2.29.8
f620a9
f620a9
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.7-1
f620a9
- Update to 2.29.7
f620a9
f620a9
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.6-1
f620a9
- Update to 2.29.6
f620a9
f620a9
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.29.5-1
f620a9
- Update to 2.29.5
f620a9
f620a9
* Wed Jan 13 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.29.4-1
f620a9
- Update to 2.29.4
f620a9
f620a9
* Thu Dec  3 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.29.3-3
f620a9
- Don't ship .la files
f620a9
f620a9
* Tue Dec  1 2009 Brian Pepple <bpepple@fedoraproject.org> - 1:2.29.3-2
f620a9
- Rebase fix python path patch.
f620a9
f620a9
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
f620a9
- Update to 2.29.3
f620a9
f620a9
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.28.0-1
f620a9
- Update to 2.28.0
f620a9
f620a9
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.6-1
f620a9
- Update to 2.27.6
f620a9
f620a9
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.5-1
f620a9
- Update to 2.27.5
f620a9
f620a9
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.4-2
f620a9
- Respect button-images setting
f620a9
f620a9
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.4-1
f620a9
- Update to 2.27.4
f620a9
f620a9
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.3-1
f620a9
- Update to 2.27.3
f620a9
f620a9
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.27.2-3
f620a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
f620a9
f620a9
* Thu Jul 16 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.2-2
f620a9
- Make some stubborn buttons behave
f620a9
f620a9
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.2-1
f620a9
- Update to 2.27.2
f620a9
f620a9
* Fri Jun 26 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.1-2
f620a9
- Improve print-to-file
f620a9
f620a9
* Sun May 31 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.1-1
f620a9
- Update to 2.27.1
f620a9
f620a9
* Wed May 20 2009 Ray Strode <rstrode@redhat.com> 2.26.2-1
f620a9
- Update to 2.26.2
f620a9
f620a9
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-2
f620a9
- Don't drop schemas translations from po files
f620a9
f620a9
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-1
f620a9
- Update to 2.26.1
f620a9
- See http://download.gnome.org/sources/gedit/2.26/gedit-2.26.1.news
f620a9
f620a9
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.0-1
f620a9
- Update to 2.26.0
f620a9
f620a9
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.8-1
f620a9
- Update to 2.25.8
f620a9
f620a9
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.25.7-2
f620a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f620a9
f620a9
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.7-1
f620a9
- Update to 2.25.7
f620a9
f620a9
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.6-1
f620a9
- Update to 2.25.6
f620a9
f620a9
* Mon Jan 26 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.5-3
f620a9
- Different, more functional fix for bug 481556.
f620a9
f620a9
* Mon Jan 26 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.5-2
f620a9
- Fix up python plugin path to close up a security attack
f620a9
  vectors (bug 481556).
f620a9
f620a9
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.5-1
f620a9
- Update to 2.25.5
f620a9
f620a9
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.4-2
f620a9
- Update to 2.25.4
f620a9
f620a9
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 1:2.25.2-3
f620a9
- Remove some unneeded dependencies
f620a9
f620a9
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com>
f620a9
- Rebuild for Python 2.6 
f620a9
f620a9
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com>
f620a9
- Update to 2.25.2
f620a9
f620a9
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:2.24.1-4
f620a9
- Rebuild for Python 2.6
f620a9
f620a9
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.1-3
f620a9
- Better URL
f620a9
f620a9
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.1-2
f620a9
- Improve %%summmary and %%description
f620a9
f620a9
* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.1-1
f620a9
- Update to 2.24.1 (bug 469934)
f620a9
f620a9
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-4
f620a9
- Save some more space
f620a9
f620a9
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-3
f620a9
- Save some space
f620a9
f620a9
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-2
f620a9
- Update to 2.24.0
f620a9
f620a9
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.92-1
f620a9
- Update to 2.23.92
f620a9
f620a9
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.91-1
f620a9
- Update to 2.23.91
f620a9
f620a9
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.90-1
f620a9
- Update to 2.23.90
f620a9
f620a9
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-2
f620a9
- Finally drop the vendor prefix, since it broke things again
f620a9
f620a9
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-1
f620a9
- Update to 2.23.3
f620a9
f620a9
* Sat Aug  9 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-3
f620a9
- One more icon name fix
f620a9
f620a9
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-2
f620a9
- Use standard icon names
f620a9
f620a9
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-1
f620a9
- Update to 2.23.1
f620a9
f620a9
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 1:2.22.1-1
f620a9
- Update to 2.22.1
f620a9
f620a9
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-1
f620a9
- Update to 2.22.0
f620a9
f620a9
* Thu Mar  6 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-2
f620a9
- Don't OnlyShowIn=GNOME
f620a9
f620a9
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-1
f620a9
- Update to 2.21.2
f620a9
f620a9
* Fri Feb 15 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-3
f620a9
- Drop libgnomeprint22 BR
f620a9
f620a9
* Sat Feb  2 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-2
f620a9
- Require zenity (#253815)
f620a9
f620a9
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-1
f620a9
- Update to 2.21.1
f620a9
f620a9
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.4-1
f620a9
- Update to 2.20.4
f620a9
f620a9
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.2-3
f620a9
- Fix the license field
f620a9
f620a9
* Tue Nov 13 2007 Florian La Roche <laroche@redhat.com> - 1:2.20.2-2
f620a9
- define pango_version
f620a9
f620a9
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.2-1
f620a9
- Update to 2.20.2 (bug fixes and translation updates)
f620a9
f620a9
* Wed Sep 26 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.1-1
f620a9
- Update to 2.20.1 at the request of upstream
f620a9
f620a9
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-1
f620a9
- Update to 2.20.0
f620a9
f620a9
* Fri Sep 14 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.92-1
f620a9
- Update to 2.19.92
f620a9
f620a9
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.91-1
f620a9
- Update to 2.19.91
f620a9
f620a9
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.90-1
f620a9
- Update to 2.19.90
f620a9
- %%find_lang also finds omf files now
f620a9
f620a9
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-3
f620a9
- Remove a stale comment
f620a9
f620a9
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-2
f620a9
- Update license field
f620a9
- Use %%find_lang for help files
f620a9
f620a9
* Wed Aug  1 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-1
f620a9
- Update to 2.19.3
f620a9
f620a9
* Thu Jul 19 2007 Jeremy Katz <katzj@redhat.com> - 1:2.19.2-2
f620a9
- fix requires to be on pygtksoureview
f620a9
f620a9
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.2-1
f620a9
- Update to 2.19.2
f620a9
- Require gtksourceview2
f620a9
f620a9
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.1-1
f620a9
- Update to 2.19.1
f620a9
f620a9
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.1-1
f620a9
- Update to 2.18.1
f620a9
f620a9
* Sat May  5 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-3
f620a9
- Add enchant-devel and iso-codes-devel BRs to build
f620a9
  with spell-checking support (#227477)
f620a9
f620a9
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-2
f620a9
- Reduce the size of the tags files
f620a9
f620a9
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-1
f620a9
- Update to 2.18.0
f620a9
f620a9
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-1
f620a9
- Update to 2.17.6
f620a9
f620a9
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.5-1
f620a9
- Update to 2.17.5
f620a9
f620a9
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.4-1
f620a9
- Update to 2.17.4
f620a9
f620a9
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.3-1
f620a9
- Update to 2.17.3
f620a9
f620a9
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.2-1
f620a9
- Update to 2.17.2
f620a9
f620a9
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1:2.17.1-2
f620a9
- rebuild for python 2.5
f620a9
f620a9
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.1-1
f620a9
- Update to 2.17.1
f620a9
f620a9
* Mon Dec  4 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-3
f620a9
- Add BuildRequires for libattr-devel
f620a9
f620a9
* Thu Nov 30 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-2
f620a9
- Small accessibility improvements
f620a9
f620a9
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-1
f620a9
- Update to 2.16.2
f620a9
f620a9
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.1-1
f620a9
- Update to 2.16.1
f620a9
f620a9
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-4
f620a9
- Fix scripts according to packaging guidelines
f620a9
f620a9
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-3
f620a9
- Fix directory ownership issues (#205675)
f620a9
f620a9
* Tue Sep  5 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-2.fc6
f620a9
- Fix up dependencies a bit
f620a9
f620a9
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-1.fc6
f620a9
- Update to 2.16.0
f620a9
- Require pkgconfig for the -devel package
f620a9
f620a9
* Sun Aug 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.9-1.fc6
f620a9
- Update to 2.15.9
f620a9
- Add BR for perl-XML-Parser
f620a9
f620a9
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.8-1.fc6
f620a9
- Update to 2.15.8
f620a9
f620a9
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.7-1.fc6
f620a9
- Update to 2.15.7
f620a9
f620a9
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.6-2.fc6
f620a9
- Bump gtksourceview requirement
f620a9
f620a9
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.6-1.fc6
f620a9
- Update to 2.15.6
f620a9
f620a9
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.5-2.fc6
f620a9
- Apply patch from James Antill to copy extended attributes over
f620a9
  when saving files (bug 202099)
f620a9
f620a9
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.5-1.fc6
f620a9
- Update to 2.15.5
f620a9
f620a9
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.4-1
f620a9
- Update to 2.15.4
f620a9
f620a9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.15.3-1.1
f620a9
- rebuild
f620a9
f620a9
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
f620a9
- Update to 2.15.3
f620a9
f620a9
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
f620a9
- Update to 2.15.2
f620a9
f620a9
* Sat May 13 2006 Dan Williams <dcbw@redhat.com> - 2.15.1-2
f620a9
- Work around gnome.org #341055 (gedit doesn't remember previous open/save dir)
f620a9
f620a9
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
f620a9
- Update to 2.15.1
f620a9
f620a9
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.2-2
f620a9
- Update to 2.14.2
f620a9
f620a9
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
f620a9
- Update to 2.14.1
f620a9
f620a9
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
f620a9
- Update to 2.14.0
f620a9
f620a9
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2	
f620a9
- BuildRequire: gnome-doc-utils
f620a9
f620a9
* Sun Feb 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
f620a9
- Update to 2.13.92
f620a9
f620a9
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
f620a9
- Update to 2.13.91
f620a9
f620a9
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:2.13.90-3.1
f620a9
- bump again for double-long bug on ppc(64)
f620a9
f620a9
* Mon Feb  6 2006 John (J5) Palmieri <johnp@redhat.com> - 1:2.13.90-3
f620a9
- Add dependancy on gnome-python2-desktop
f620a9
f620a9
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.90-2
f620a9
- Enable python again
f620a9
- Fix multiarch problem
f620a9
f620a9
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.90-1
f620a9
- Update to 2.13.90
f620a9
f620a9
* Thu Jan 26 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.4-1
f620a9
- Update to 2.13.4
f620a9
f620a9
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.3-1
f620a9
- Update to 2.13.3
f620a9
f620a9
* Sun Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.2-1
f620a9
- Update to 2.13.2
f620a9
- Update the persistent file selector size patch (again!)
f620a9
f620a9
* Sun Jan  8 2006 Dan Williams <dcbw@redhat.com > - 1:2.13.1-2
f620a9
- Fix up and re-enable persistent file selector size patch
f620a9
f620a9
* Tue Jan  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.1-1
f620a9
- Update to 2.13.1
f620a9
- Disable scrollkeeper
f620a9
f620a9
* Wed Dec 21 2005 Jeremy Katz <katzj@redhat.com> - 1:2.13.0-3
f620a9
- fix gedit-devel requirement to include epoch
f620a9
f620a9
* Tue Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-2
f620a9
- Update requirements
f620a9
f620a9
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
f620a9
- Update to 2.13.0
f620a9
- Comment out the fileselector patches for now, these
f620a9
  will need updating for the new-mdi branch
f620a9
f620a9
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
f620a9
- rebuilt
f620a9
f620a9
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
f620a9
- Update to 2.12.1
f620a9
f620a9
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
f620a9
- Update to 2.12.0
f620a9
f620a9
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
f620a9
- New upstream version
f620a9
f620a9
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.4-1
f620a9
- New upstream version
f620a9
f620a9
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> - 2.10.3-1
f620a9
- Update to upstream version 2.10.3
f620a9
f620a9
* Mon Jun 13 2005 Ray Strode <rstrode@redhat.com> 1:2.10.2-6
f620a9
- Remove some patches that are already upstream 
f620a9
f620a9
* Tue Jun 07 2005 Ray Strode <rstrode@redhat.com> 1:2.10.2-5
f620a9
- Dont pass user input as format specifiers to
f620a9
  gtk_message_dialog_new (bug 159657).
f620a9
f620a9
* Thu Apr 14 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.2-3
f620a9
- Revert the addition of the gedit icon to the hicolor theme as
f620a9
  the new gnome-icon-theme package does the right thing
f620a9
f620a9
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2
f620a9
- Add the icon to the hicolor theme, and rename it to what
f620a9
  the .desktop file says.
f620a9
f620a9
* Fri Apr  8 2005 Ray Strode <rstrode@redhat.com> - 2.10.2-1
f620a9
- Update to upstream version 2.10.2
f620a9
f620a9
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 2.10.0-2
f620a9
- devel req libgnomeprintui22-devel for pkgconfig (#152487)
f620a9
f620a9
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
f620a9
- Update to upstream version 2.10.0
f620a9
f620a9
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 1:2.9.7-1
f620a9
- Update to 2.9.7
f620a9
f620a9
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 1:2.9.6-1
f620a9
- Update to 2.9.6
f620a9
f620a9
* Sun Jan 30 2005 Matthias Clasen <mclasen@redhat.com> 1:2.9.5-1
f620a9
- Update to 2.9.5
f620a9
f620a9
* Thu Nov  4 2004 Marco Pesenti Gritti <mpg@redhat.com> 1:2.8.1-2
f620a9
- Update the desktop files database. (RH Bug: 135571)
f620a9
f620a9
* Mon Oct 11 2004 Dan Williams <dcbw@redhat.com> 1:2.8.1-1
f620a9
- Update to 2.8.1
f620a9
f620a9
* Wed Sep 22 2004 Dan Williams <dcbw@redhat.com> 1:2.8.0-1
f620a9
- Update to 2.8.0
f620a9
f620a9
* Wed Sep 15 2004 John (J5) Palmieri <johnp@redhat.com> 1:2.7.92-2
f620a9
- Added the spelling plugin to the default gconf schema so that the
f620a9
  tools menu is not empty (RH Bug: 31607)
f620a9
f620a9
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 1:2.7.92-1
f620a9
- update to 2.7.92
f620a9
f620a9
* Wed Aug 18 2004 Dan Williams <dcbw@redhat.com> 1:2.7.91-1
f620a9
- Update to 2.7.91
f620a9
f620a9
* Tue Aug  3 2004 Owen Taylor <otaylor@redhat.com> - 1:2.7.90-1
f620a9
- Upgrade to 2.7.90
f620a9
- Add patch to use Pango font names, not gnome-print font names
f620a9
f620a9
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
f620a9
- rebuilt
f620a9
f620a9
* Sat May 15 2004 Dan Williams <dcbw@redhat.com> 1:2.6.1-1
f620a9
- Upgrade to 2.6.1
f620a9
f620a9
* Fri Apr 16 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-4
f620a9
- Gnome.org #137825 Gedit crash on Find/Replace dialog close
f620a9
    when hitting escape
f620a9
f620a9
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 1:2.6.0-3
f620a9
- #111156 BR intltool scrollkeeper gettext
f620a9
- #111157 -devel R eel2-devel gtksourceview-devel
f620a9
- rm bogus BR esound
f620a9
f620a9
* Thu Apr 08 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-2
f620a9
- Fix dumb bug in ~/.recently-used patch where lockf() could
f620a9
    never succeed
f620a9
f620a9
* Wed Mar 31 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-1
f620a9
- Update to gedit-2.6.0 sources
f620a9
f620a9
* Thu Mar 18 2004 Dan Williams <dcbw@redhat.com> 1:2.5.92-1
f620a9
- Update to gedit-2.5.92 sources
f620a9
f620a9
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
f620a9
- rebuilt
f620a9
f620a9
* Thu Feb 25 2004 Dan Williams <dcbw@redhat.com> 1:2.5.90-1
f620a9
- fix dumbness in the egg-recent file locking patch
f620a9
- Remove the autotools-1.8 patch because it is no longer
f620a9
    needed
f620a9
- Require gtksourceview-devel >= 0.9 due to update to 2.5.90
f620a9
- Update to gedit-2.5.90
f620a9
f620a9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
f620a9
- rebuilt
f620a9
f620a9
* Wed Feb 11 2004 Dan Williams <dcbw@redhat.com> 1:2.5.3-3
f620a9
- Correctly convert last path from open/save into a directory
f620a9
   for storing in gconf, not a file
f620a9
f620a9
* Fri Feb 06 2004 Dan Williams <dcbw@redhat.com> 1:2.5.3-2
f620a9
- Bring file selector size/last path patch up to 2.5.3
f620a9
- Fix up the recent-files locking algorithm to have finer
f620a9
   resolution timeouts
f620a9
f620a9
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 1:2.5.3-1
f620a9
- update to 2.5.3
f620a9
f620a9
* Mon Jan 19 2004 Dan Williams <dcbw@redhat.com> 1:2.4.0-5
f620a9
- Work around recent files locking contention when using NFS
f620a9
    home directories (gnome.org #131930)
f620a9
- Make Find and Replace dialogs use a cancel button, so that
f620a9
    pressing escape makes them close (gnome.org #131927)
f620a9
f620a9
* Thu Jan  8 2004 Dan Williams <dcbw@redhat.com> 1:2.4.0-4
f620a9
- Remeber file selector size and last directory on open/save
f620a9
   (gnome.org #123787)
f620a9
- Small hack to work around switch from autotools 1.7 - 1.8
f620a9
f620a9
* Tue Oct 21 2003 Matt Wilson <msw@redhat.com> 1:2.4.0-3 
f620a9
- eel_read_entire_file takes a pointer to an int, not to a gsize
f620a9
  (#103933)
f620a9
f620a9
* Tue Oct  7 2003 Owen Taylor <otaylor@redhat.com> 1:2.4.0-2
f620a9
- Fix bug with multibyte chars in shell-output plugin (#104027, Jens Petersen)
f620a9
- Add missing BuildRequires on eel2, aspell-devel (#87746, Alan Cox)
f620a9
- Add versioned Requires on eel2, libgnomeui (#103363, Jens Petersen)
f620a9
f620a9
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.0-1
f620a9
- 2.4.0
f620a9
f620a9
* Mon Sep 22 2003 Bill Nottingham <notting@redhat.com> 1:2.3.5-2
f620a9
- fix defattr (#103333)
f620a9
f620a9
* Tue Aug 26 2003 Jonathan Blandford <jrb@redhat.com>
f620a9
- require the new gtksourceview
f620a9
f620a9
* Fri Aug 15 2003 Jonathan Blandford <jrb@redhat.com> 1:2.3.3-1
f620a9
- update for GNOME 2.4
f620a9
f620a9
* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 1:2.2.2-2
f620a9
- rebuild
f620a9
f620a9
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 1:2.2.2-1
f620a9
- 2.2.2
f620a9
- fix name of gettext domain
f620a9
- remove recent-monitor patch now upstream
f620a9
f620a9
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
f620a9
- rebuilt
f620a9
f620a9
* Thu May  1 2003 Havoc Pennington <hp@redhat.com> 1:2.2.0-3
f620a9
- patch configure.in for new aspell
f620a9
f620a9
* Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:2.2.0-2
f620a9
- rebuild to fix broken libpspell deps
f620a9
f620a9
* Tue Feb  4 2003 Alexander Larsson <alexl@redhat.com> 1:2.2.0-1
f620a9
- Update to 2.2.0
f620a9
- Add patch to disable recent files monitoring
f620a9
- Bump libgnomeprint requirements
f620a9
f620a9
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
f620a9
- rebuilt
f620a9
f620a9
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1:2.1.4-1
f620a9
- update to 2.1.4
f620a9
f620a9
* Mon Dec  9 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 2.1.3
f620a9
- fix unpackaged files
f620a9
f620a9
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
f620a9
- Add missing bonobo server files (#71261, Taco Witte)
f620a9
- Remove empty NEWS, FAQ files from %%doc (#66079)
f620a9
f620a9
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
f620a9
- fix desktop file really
f620a9
f620a9
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
f620a9
- fix desktop file
f620a9
f620a9
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 2.0.2
f620a9
- build with new gail
f620a9
f620a9
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 2.0.1
f620a9
f620a9
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
f620a9
- 2.0.0, fix missing locale files
f620a9
f620a9
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 1.199.0
f620a9
- use desktop-file-install
f620a9
- remove static libs from plugins dir
f620a9
f620a9
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
f620a9
- rebuild in different environment
f620a9
f620a9
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 1.121.1
f620a9
f620a9
* Sun May 26 2002 Tim Powers <timp@redhat.com>
f620a9
- automated rebuild
f620a9
f620a9
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
f620a9
- rebuild in different environment
f620a9
f620a9
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 1.120.0
f620a9
f620a9
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 1.118.0
f620a9
f620a9
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
f620a9
- move to gnome 2 version
f620a9
f620a9
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
f620a9
- fix ko.po
f620a9
f620a9
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
f620a9
- get correct po files from elvis 
f620a9
f620a9
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
f620a9
- gedit-pofiles.tar.gz, not gedit-po.tar.gz
f620a9
f620a9
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
f620a9
- merge translations
f620a9
f620a9
* Fri Mar 29 2002 Havoc Pennington <hp@redhat.com>
f620a9
- gettextize default font
f620a9
f620a9
* Thu Mar 28 2002 Havoc Pennington <hp@redhat.com>
f620a9
- more multibyte fixes #61948
f620a9
f620a9
* Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
f620a9
- 0.9.7 for multibyte support
f620a9
f620a9
* Tue Mar 26 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-11
f620a9
- gedit-0.9.4-printprefs.patch: I forgot to add to POTFILES.in...
f620a9
- gedit-po.tar.gz: added. it's on CVS now.
f620a9
f620a9
* Sun Mar 24 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-10
f620a9
- gedit-0.9.4-printprefs.patch: fix typo and sanity check.
f620a9
f620a9
* Mon Mar 04 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-9
f620a9
- Applied a font selector patch for the printing
f620a9
- fix BuildRequires for automake-1.4
f620a9
f620a9
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
f620a9
- rebuild in rawhide
f620a9
- fix up cflags for moved gnome headers
f620a9
f620a9
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
f620a9
- add some more build requires
f620a9
f620a9
* Tue Jul 17 2001 Havoc Pennington <hp@redhat.com>
f620a9
- require libglade-devel to build
f620a9
f620a9
* Fri Jun 15 2001 Nalin Dahyabhai <nalin@redhat.com>
f620a9
- rebuild in new environment
f620a9
f620a9
* Fri Feb 23 2001 Akira TAGOH <tagoh@redhat.com>
f620a9
- Fixed preview for !ja locale.
f620a9
f620a9
* Wed Feb 07 2001 Akira TAGOH <tagoh@redhat.com>
f620a9
- Fixed handling fontset. (Bug#24998)
f620a9
- Added print out for multibyte patch.
f620a9
f620a9
* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
f620a9
- 0.9.4
f620a9
f620a9
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
f620a9
- Up Epoch and release
f620a9
f620a9
* Wed Aug 09 2000 Jonathan Blandford <jrb@redhat.com>
f620a9
- include glade files so that it will actually work.
f620a9
f620a9
* Tue Aug 01 2000 Jonathan Blandford <jrb@redhat.com>
f620a9
- upgrade package to newer version at request of author.
f620a9
f620a9
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
f620a9
- automatic rebuild
f620a9
f620a9
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
f620a9
- FHS paths
f620a9
f620a9
* Sun Jun 11 2000 Jonathan Blandford <jrb@redhat.com>
f620a9
- update to 0.7.9.  Somewhat untested.
f620a9
f620a9
* Fri Feb 11 2000 Jonathan Blandford <jrb@redhat.com>
f620a9
- removed "reverse search function as it doesn't work.
f620a9
f620a9
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
f620a9
- rebuild to gzip man pages
f620a9
f620a9
* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
f620a9
- If I don't put in a log entry here, people will be very upset about not
f620a9
  being able to find out that I am to blame for the 0.6.1 upgrade
f620a9
f620a9
* Mon Aug 16 1999 Michael Fulbright <drmike@redhat.com>
f620a9
- version 0.5.4
f620a9
f620a9
* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
f620a9
- Cleaned up a bit for Red Hat use
f620a9
f620a9
* Thu Oct 22 1998 Alex Roberts <bse@dial.pipex.com>
f620a9
- First try at an RPM