Blame SPECS/gedit.spec

94682f
%global glib2_version 2.64
94682f
%global gtk3_version 3.22
94682f
%global gtksourceview_version 4.0.2
94682f
%global libpeas_version 1.14.1
94682f
%global tepl_version 5.99.0
94682f
%global gspell_version 1.0
94682f
%global pygo_version 3.0.0
94682f
94682f
# Filter provides for plugin .so files
94682f
%global __provides_exclude_from ^%{_libdir}/gedit/plugins/
94682f
94682f
%global apiver 40.0
94682f
94682f
%global tarball_version %%(echo %{version} | tr '~' '.')
94682f
94682f
Name:		gedit
94682f
Epoch:		2
94682f
Version:	40.0
94682f
Release:	6%{?dist}
94682f
Summary:	Text editor for the GNOME desktop
94682f
94682f
License:	GPLv2+ and GFDL
94682f
URL:		https://wiki.gnome.org/Apps/Gedit
94682f
Source0:	https://download.gnome.org/sources/%{name}/40/%{name}-%{tarball_version}.tar.xz
94682f
94682f
# https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/252#note_742198
94682f
Patch1:         restore-overlay-scrollbars.patch
94682f
# Override meson default change so Gedit.py installs to %%{python3_sitearch}
94682f
# as expected (instead of %%{python3_sitelib})
94682f
Patch2:         python3-install-path-fix.patch
94682f
# https://gitlab.gnome.org/GNOME/gedit/-/merge_requests/108
94682f
Patch3:         0001-Add-40.0-release-info-to-appdata.patch
94682f
# https://gitlab.gnome.org/GNOME/gedit/-/merge_requests/109
94682f
Patch4:         0001-deteplification-the-mega-commit.patch
94682f
94682f
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
94682f
BuildRequires: pkgconfig(gobject-introspection-1.0)
94682f
BuildRequires: pkgconfig(gsettings-desktop-schemas)
94682f
BuildRequires: pkgconfig(gspell-1) >= %{gspell_version}
94682f
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
94682f
BuildRequires: pkgconfig(gtksourceview-4) >= %{gtksourceview_version}
94682f
BuildRequires: pkgconfig(iso-codes)
94682f
BuildRequires: pkgconfig(libpeas-gtk-1.0) >= %{libpeas_version}
94682f
BuildRequires: pkgconfig(libsoup-2.4)
94682f
BuildRequires: pkgconfig(libxml-2.0)
94682f
BuildRequires: pkgconfig(pygobject-3.0)
94682f
BuildRequires: desktop-file-utils
94682f
BuildRequires: gettext
94682f
BuildRequires: gtk-doc
94682f
BuildRequires: which
94682f
BuildRequires: yelp-tools
94682f
BuildRequires: itstool
94682f
BuildRequires: meson
94682f
BuildRequires: vala
94682f
BuildRequires: python3-devel
94682f
BuildRequires: python3-gobject >= %{pygo_version}
94682f
BuildRequires: /usr/bin/appstream-util
94682f
94682f
Requires: glib2%{?_isa} >= %{glib2_version}
94682f
Requires: gspell%{?_isa} >= %{gspell_version}
94682f
Requires: gtk3%{?_isa} >= %{gtk3_version}
94682f
Requires: gtksourceview4%{?_isa} >= %{gtksourceview_version}
94682f
Requires: libpeas-loader-python3%{?_isa}
94682f
Requires: python3-gobject >= %{pygo_version}
94682f
# the run-command plugin uses zenity
94682f
Requires: zenity
94682f
Requires: gsettings-desktop-schemas
94682f
%if ! 0%{?flatpak}
94682f
Requires: gvfs
94682f
%endif
94682f
94682f
# for file triggers
94682f
Requires: glib2 >= 2.45.4-2
94682f
Requires: desktop-file-utils >= 0.22-6
94682f
94682f
Obsoletes: gedit-collaboration < 3.6.1-6
94682f
Obsoletes: gedit-plugin-zeitgeist < 3.35.90
94682f
94682f
%description
94682f
gedit is a small, but powerful text editor designed specifically for
94682f
the GNOME desktop. It has most standard text editor functions and fully
94682f
supports international text in Unicode. Advanced features include syntax
94682f
highlighting and automatic indentation of source code, printing and editing
94682f
of multiple documents in one window.
94682f
94682f
gedit is extensible through a plugin system, which currently includes
94682f
support for spell checking, comparing files, viewing CVS ChangeLogs, and
94682f
adjusting indentation levels. Further plugins can be found in the
94682f
gedit-plugins package.
94682f
94682f
%package devel
94682f
Summary: Support for developing plugins for the gedit text editor
94682f
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
94682f
94682f
%description devel
94682f
gedit is a small, but powerful text editor for the GNOME desktop.
94682f
This package allows you to develop plugins that add new functionality
94682f
to gedit.
94682f
94682f
Install gedit-devel if you want to write plugins for gedit.
94682f
94682f
%prep
94682f
%autosetup -p1 -n %{name}-%{tarball_version}
94682f
94682f
%build
94682f
%meson -Dgtk_doc=true
94682f
94682f
# parallel make disabled to work around desktop file translations going missing
94682f
%define __ninja_common_opts -v
94682f
%meson_build
94682f
94682f
%install
94682f
%meson_install
94682f
%py_byte_compile %{__python3} %{buildroot}%{python3_sitearch}/gi/overrides
94682f
%py_byte_compile %{__python3} %{buildroot}%{_libdir}/gedit/plugins/
94682f
94682f
%find_lang %{name} --with-gnome
94682f
94682f
%check
94682f
appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/metainfo/org.gnome.gedit.appdata.xml
94682f
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.gnome.gedit.desktop
94682f
94682f
%files -f %{name}.lang
94682f
%doc README.md
94682f
%license COPYING
94682f
%{_datadir}/gedit
94682f
%{_datadir}/applications/org.gnome.gedit.desktop
94682f
%{_mandir}/man1/*
94682f
%{python3_sitearch}/gi/overrides/Gedit.py*
94682f
%{python3_sitearch}/gi/overrides/__pycache__
94682f
%{_libdir}/gedit/girepository-1.0
94682f
%dir %{_libdir}/gedit
94682f
%dir %{_libdir}/gedit/plugins
94682f
%{_libdir}/gedit/libgedit-%{apiver}.so
94682f
%{_libdir}/gedit/plugins/docinfo.plugin
94682f
%{_libdir}/gedit/plugins/libdocinfo.so
94682f
%{_libdir}/gedit/plugins/filebrowser.plugin
94682f
%{_libdir}/gedit/plugins/libfilebrowser.so
94682f
%{_libdir}/gedit/plugins/modelines.plugin
94682f
%{_libdir}/gedit/plugins/libmodelines.so
94682f
%{_libdir}/gedit/plugins/externaltools.plugin
94682f
%{_libdir}/gedit/plugins/externaltools
94682f
%{_libdir}/gedit/plugins/pythonconsole.plugin
94682f
%{_libdir}/gedit/plugins/pythonconsole
94682f
%{_libdir}/gedit/plugins/quickopen.plugin
94682f
%{_libdir}/gedit/plugins/quickopen
94682f
%{_libdir}/gedit/plugins/snippets.plugin
94682f
%{_libdir}/gedit/plugins/snippets
94682f
%{_libdir}/gedit/plugins/quickhighlight.plugin
94682f
%{_libdir}/gedit/plugins/libquickhighlight.so
94682f
%{_libdir}/gedit/plugins/sort.plugin
94682f
%{_libdir}/gedit/plugins/libsort.so
94682f
%{_libdir}/gedit/plugins/spell.plugin
94682f
%{_libdir}/gedit/plugins/libspell.so
94682f
%{_libdir}/gedit/plugins/time.plugin
94682f
%{_libdir}/gedit/plugins/libtime.so
94682f
%{_bindir}/*
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.externaltools.gschema.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.pythonconsole.gschema.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.gschema.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.filebrowser.enums.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.spell.gschema.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.gschema.xml
94682f
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.plugins.time.enums.xml
94682f
%{_datadir}/dbus-1/services/org.gnome.gedit.service
94682f
%{_datadir}/icons/hicolor/*/apps/org.gnome.gedit.svg
94682f
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.gedit-symbolic.svg
94682f
%{_datadir}/metainfo/org.gnome.gedit.appdata.xml
94682f
94682f
%files devel
94682f
%{_includedir}/gedit-%{apiver}/
94682f
%{_libdir}/pkgconfig/gedit.pc
94682f
%{_datadir}/gtk-doc
94682f
%{_datadir}/vala/
94682f
94682f
%changelog
94682f
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 2:40.0-6
94682f
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
94682f
  Related: rhbz#1991688
94682f
94682f
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 2:40.0-5
94682f
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
94682f
94682f
* Thu Apr 15 2021 Ray Strode <rstrode@redhat.com> - 2:40.0-4
94682f
- Drop tepl dependency
94682f
  Related: #1948446
94682f
94682f
* Fri Apr 02 2021 Kalev Lember <klember@redhat.com> - 2:40.0-3
94682f
- Add 40.0 release info to appdata
94682f
94682f
* Wed Mar 24 2021 Kalev Lember <klember@redhat.com> - 2:40.0-2
94682f
- Filter provides for plugin .so files
94682f
94682f
* Wed Mar 24 2021 Kalev Lember <klember@redhat.com> - 2:40.0-1
94682f
- Update to 40.0
94682f
94682f
* Sat Feb 20 2021 Kalev Lember <klember@redhat.com> - 2:3.38.1-3
94682f
- Don't use gsettings key that was removed from nautilus 40 (#1931020)
94682f
94682f
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.38.1-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
94682f
94682f
* Wed Nov 25 2020 Kalev Lember <klember@redhat.com> - 2:3.38.1-1
94682f
- Update to 3.38.1
94682f
94682f
* Fri Sep 11 2020 Kalev Lember <klember@redhat.com> - 2:3.38.0-1
94682f
- Update to 3.38.0
94682f
94682f
* Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 2:3.37.92-2
94682f
- Byte-compile all plugin python files, not just the snippets plugin
94682f
94682f
* Fri Sep 04 2020 Kalev Lember <klember@redhat.com> - 2:3.37.92-1
94682f
- Update to 3.37.92
94682f
94682f
* Mon Aug 17 2020 Kalev Lember <klember@redhat.com> - 2:3.37.3-1
94682f
- Update to 3.37.3
94682f
94682f
* Wed Aug 05 2020 Merlin Mathesius <mmathesi@redhat.com> - 2:3.37.2-3
94682f
- FTBFS fixes for Rawhide and ELN
94682f
94682f
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.37.2-3
94682f
- Second attempt - Rebuilt for
94682f
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
94682f
94682f
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.37.2-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
94682f
94682f
* Fri May 29 2020 Kalev Lember <klember@redhat.com> - 2:3.37.2-1
94682f
- Update to 3.37.2
94682f
94682f
* Tue May 26 2020 Miro Hron훾ok <mhroncok@redhat.com> - 2:3.36.2-2
94682f
- Rebuilt for Python 3.9
94682f
94682f
* Sat Apr 25 2020 Kalev Lember <klember@redhat.com> - 2:3.36.2-1
94682f
- Update to 3.36.2
94682f
94682f
* Fri Mar 27 2020 Kalev Lember <klember@redhat.com> - 2:3.36.1-1
94682f
- Update to 3.36.1
94682f
94682f
* Fri Mar 20 2020 Michael Catanzaro <mcatanzaro@redhat.com> - 2:3.36.0-3
94682f
- Restore overlay scrollbars
94682f
94682f
* Thu Mar 19 2020 Adam Williamson <awilliam@redhat.com> - 2:3.36.0-2
94682f
- Backport fix for snippet plugin (#272)
94682f
94682f
* Fri Mar 06 2020 Kalev Lember <klember@redhat.com> - 2:3.36.0-1
94682f
- Update to 3.36.0
94682f
94682f
* Tue Feb 04 2020 Kalev Lember <klember@redhat.com> - 2:3.35.90-2
94682f
- Obsolete gedit-plugin-zeitgeist
94682f
94682f
* Sun Feb 02 2020 Kalev Lember <klember@redhat.com> - 2:3.35.90-1
94682f
- Update to 3.35.90
94682f
94682f
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.35.1-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
94682f
94682f
* Mon Jan 20 2020 Kalev Lember <klember@redhat.com> - 2:3.35.1-1
94682f
- Update to 3.35.1
94682f
94682f
* Wed Nov 27 2019 Kalev Lember <klember@redhat.com> - 2:3.34.1-1
94682f
- Update to 3.34.1
94682f
94682f
* Mon Sep 09 2019 Kalev Lember <klember@redhat.com> - 2:3.34.0-1
94682f
- Update to 3.34.0
94682f
94682f
* Tue Sep 03 2019 Kalev Lember <klember@redhat.com> - 2:3.33.92-1
94682f
- Update to 3.33.92
94682f
94682f
* Mon Aug 19 2019 Miro Hron훾ok <mhroncok@redhat.com> - 2:3.33.90-2
94682f
- Rebuilt for Python 3.8
94682f
94682f
* Thu Aug 08 2019 Phil Wyett <philwyett@kathenas.org> - 3.33.90-1
94682f
- Update to 3.33.90.
94682f
94682f
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.32.2-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
94682f
94682f
* Wed May 15 2019 Kalev Lember <klember@redhat.com> - 2:3.32.2-1
94682f
- Update to 3.32.2
94682f
94682f
* Mon Mar 11 2019 Kalev Lember <klember@redhat.com> - 2:3.32.0-1
94682f
- Update to 3.32.0
94682f
94682f
* Mon Mar 04 2019 Kalev Lember <klember@redhat.com> - 2:3.31.92-1
94682f
- Update to 3.31.92
94682f
94682f
* Mon Feb 04 2019 Kalev Lember <klember@redhat.com> - 2:3.31.90-1
94682f
- Update to 3.31.90
94682f
- Switch to the meson build system
94682f
94682f
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.30.2-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
94682f
94682f
* Mon Oct 22 2018 Kalev Lember <klember@redhat.com> - 2:3.30.2-1
94682f
- Update to 3.30.2
94682f
94682f
* Mon Oct 01 2018 Kalev Lember <klember@redhat.com> - 2:3.30.1-2
94682f
- Disable parallel make to work around missing desktop file translations
94682f
94682f
* Wed Sep 26 2018 Kalev Lember <klember@redhat.com> - 2:3.30.1-1
94682f
- Update to 3.30.1
94682f
94682f
* Fri Sep 07 2018 Kalev Lember <klember@redhat.com> - 2:3.30.0-2
94682f
- Rebuilt against fixed atk (#1626575)
94682f
94682f
* Thu Sep 06 2018 Kalev Lember <klember@redhat.com> - 2:3.30.0-1
94682f
- Update to 3.30.0
94682f
94682f
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 2:3.29.90-1
94682f
- Update to 3.29.90
94682f
94682f
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.28.1-3
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
94682f
94682f
* Tue Jun 19 2018 Miro Hron훾ok <mhroncok@redhat.com> - 2:3.28.1-2
94682f
- Rebuilt for Python 3.7
94682f
94682f
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 2:3.28.1-1
94682f
- Update to 3.28.1
94682f
94682f
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 2:3.28.0-1
94682f
- Update to 3.28.0
94682f
94682f
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 2:3.27.92-2
94682f
- Rebuilt for gspell 1.8
94682f
94682f
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 2:3.27.92-1
94682f
- Update to 3.27.92
94682f
94682f
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.22.1-4
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
94682f
94682f
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:3.22.1-3
94682f
- Remove obsolete scriptlets
94682f
94682f
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.22.1-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
94682f
94682f
* Mon Jul 31 2017 Kalev Lember <klember@redhat.com> - 2:3.22.1-1
94682f
- Update to 3.22.1
94682f
94682f
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.22.0-5
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
94682f
94682f
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.22.0-4
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
94682f
94682f
* Mon Dec 19 2016 Miro Hron훾ok <mhroncok@redhat.com> - 2:3.22.0-3
94682f
- Rebuild for Python 3.6
94682f
94682f
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 2:3.22.0-2
94682f
- BR vala instead of obsolete vala-tools subpackage
94682f
94682f
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 2:3.22.0-1
94682f
- Update to 3.22.0
94682f
- Don't set group tags
94682f
94682f
* Sun Aug 21 2016 Kalev Lember <klember@redhat.com> - 2:3.21.90-1
94682f
- Update to 3.21.90
94682f
94682f
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.20.2-2
94682f
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
94682f
94682f
* Sun May 08 2016 Kalev Lember <klember@redhat.com> - 2:3.20.2-1
94682f
- Update to 3.20.2
94682f
94682f
* Fri Apr 01 2016 Kalev Lember <klember@redhat.com> - 2:3.20.1-1
94682f
- Update to 3.20.1
94682f
94682f
* Sun Mar 20 2016 Kalev Lember <klember@redhat.com> - 2:3.20.0-1
94682f
- Update to 3.20.0
94682f
94682f
* Mon Mar 14 2016 Kalev Lember <klember@redhat.com> - 2:3.19.5-1
94682f
- Update to 3.19.5
94682f
94682f
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 3.19.4-1
94682f
- Update to 3.19.4
94682f
94682f
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.19.3-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
94682f
94682f
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 2:3.19.3-1
94682f
- Update to 3.19.3
94682f
94682f
* Mon Dec 14 2015 Kalev Lember <klember@redhat.com> - 2:3.19.2-1
94682f
- Update to 3.19.2
94682f
94682f
* Mon Dec 07 2015 Kalev Lember <klember@redhat.com> - 2:3.19.1-1
94682f
- Update to 3.19.1
94682f
94682f
* Thu Nov 12 2015 Kalev Lember <klember@redhat.com> - 2:3.18.2-1
94682f
- Update to 3.18.2
94682f
94682f
* Wed Nov 11 2015 Kalev Lember <klember@redhat.com> - 2:3.18.1-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
94682f
94682f
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 2:3.18.1-1
94682f
- Update to 3.18.1
94682f
94682f
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 2:3.18.0-1
94682f
- Update to 3.18.0
94682f
94682f
* Mon Sep 14 2015 Kalev Lember <klember@redhat.com> - 2:3.17.92-1
94682f
- Update to 3.17.92
94682f
94682f
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 2:3.17.90-1
94682f
- Update to 3.17.90
94682f
- Use make_install macro
94682f
94682f
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 2:3.17.2-2
94682f
- Rely on file triggers for schemas and desktop files
94682f
94682f
* Mon Jul 20 2015 David King <amigadave@amigadave.com> - 2:3.17.2-1
94682f
- Update to 3.17.2
94682f
- Preserve timestamps during install
94682f
94682f
* Fri Jul 03 2015 Kalev Lember <klember@redhat.com> - 2:3.17.1-2
94682f
- Require libpeas-loader-python3 for Python 3 plugin support (#1226879)
94682f
94682f
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 2:3.17.1-1
94682f
- Update to 3.17.1
94682f
- Update URL
94682f
94682f
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.17.0-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
94682f
94682f
* Fri May 01 2015 Kalev Lember <kalevlember@gmail.com> - 2:3.17.0-1
94682f
- Update to 3.17.0
94682f
94682f
* Sun Apr 12 2015 Kalev Lember <kalevlember@gmail.com> - 2:3.16.1-1
94682f
- Update to 3.16.1
94682f
94682f
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 2:3.16.0-1
94682f
- Update to 3.16.0
94682f
94682f
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 2:3.15.92-1
94682f
- Update to 3.15.92
94682f
- Tighten deps with the _isa macro
94682f
94682f
* Tue Mar 03 2015 Kalev Lember <kalevlember@gmail.com> - 2:3.15.91-1
94682f
- Update to 3.15.91
94682f
94682f
* Wed Feb 18 2015 David King <amigadave@amigadave.com> - 2:3.15.90-1
94682f
- Update to 3.15.90
94682f
- Use pkgconfig for BuildRequires
94682f
- Use license macro for COPYING
94682f
- Validate AppData in check
94682f
94682f
* Tue Jan 20 2015 Richard Hughes <rhughes@redhat.com> - 2:3.15.1-1
94682f
- Update to 3.15.1
94682f
94682f
* Thu Dec 04 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.14.2-1
94682f
- Update to 3.14.2
94682f
94682f
* Mon Nov 10 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.14.1-1
94682f
- Update to 3.14.1
94682f
94682f
* Sat Nov 01 2014 Richard Hughes <rhughes@redhat.com> - 2:3.14.0-3
94682f
- Fix compile on RHEL
94682f
94682f
* Sun Sep 28 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.14.0-2
94682f
- Obsolete retired gedit-collaboration
94682f
94682f
* Mon Sep 22 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.14.0-1
94682f
- Update to 3.14.0
94682f
94682f
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.91-1
94682f
- Update to 3.13.91
94682f
94682f
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.90-1
94682f
- Update to 3.13.90
94682f
94682f
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.13.5-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
94682f
94682f
* Tue Aug 12 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.5-1
94682f
- Update to 3.13.5
94682f
94682f
* Tue Jul 29 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.4-1
94682f
- Update to 3.13.4
94682f
94682f
* Wed Jul 23 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.3-1
94682f
- Update to 3.13.3
94682f
94682f
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.2-3
94682f
- Rebuilt for gobject-introspection 1.41.4
94682f
94682f
* Tue Jul 15 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.13.2-2
94682f
- Backport a fix for a crash at startup with gtk3 3.13.4
94682f
94682f
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 2:3.13.2-1
94682f
- Update to 3.13.2
94682f
94682f
* Wed Jun 18 2014 Richard Hughes <rhughes@redhat.com> - 2:3.13.1-1
94682f
- Update to 3.13.1
94682f
94682f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.12.2-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
94682f
94682f
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.12.2-1
94682f
- Update to 3.12.2
94682f
94682f
* Tue May 27 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.12.1-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
94682f
94682f
* Tue Apr 15 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.12.1-1
94682f
- Update to 3.12.1
94682f
94682f
* Sat Apr 05 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.12.0-2
94682f
- Update dep versions
94682f
94682f
* Mon Mar 24 2014 Richard Hughes <rhughes@redhat.com> - 2:3.12.0-1
94682f
- Update to 3.12.0
94682f
94682f
* Tue Mar 18 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.92-1
94682f
- Update to 3.11.92
94682f
94682f
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.91-1
94682f
- Update to 3.11.91
94682f
94682f
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 2:3.11.90-2
94682f
- Enable vala support
94682f
94682f
* Wed Feb 19 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.90-1
94682f
- Update to 3.11.90
94682f
94682f
* Thu Feb 06 2014 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.11.3-1
94682f
- Update to 3.11.3
94682f
94682f
* Mon Jan 13 2014 Richard Hughes <rhughes@redhat.com> - 2:3.11.2-1
94682f
- Update to 3.11.2
94682f
94682f
* Wed Oct 30 2013 Richard Hughes <rhughes@redhat.com> - 2:3.11.1-1
94682f
- Update to 3.11.1
94682f
94682f
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 2:3.10.1-1
94682f
- Update to 3.10.1
94682f
94682f
* Tue Sep 24 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.10.0-1
94682f
- Update to 3.10.0
94682f
94682f
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.92-1
94682f
- Update to 3.9.92
94682f
- Include the appdata file
94682f
94682f
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.91-1
94682f
- Update to 3.9.91
94682f
94682f
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.90-1
94682f
- Update to 3.9.90
94682f
94682f
* Wed Aug 07 2013 Adam Williamson <awilliam@redhat.com> - 2:3.9.4-1
94682f
- Update to 3.9.4
94682f
94682f
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.9.3-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
94682f
94682f
* Tue Jul 02 2013 Adam Williamson <awilliam@redhat.com> - 2:3.9.3-1
94682f
- Update to 3.9.3
94682f
94682f
* Sat Jun 22 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.9.2-2
94682f
- Trim %%changelog
94682f
94682f
* Tue Jun 18 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.9.2-1
94682f
- Update to 3.9.2
94682f
94682f
* Tue Jun 04 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.9.1-1
94682f
- Update to 3.9.1
94682f
94682f
* Mon May 13 2013 Richard Hughes <rhughes@redhat.com> - 2:3.8.2-1
94682f
- Update to 3.8.2
94682f
94682f
* Mon May  6 2013 Marek Kasik <mkasik@redhat.com> - 2:3.8.1-3
94682f
- Make usage of Zeitgeist and python3 conditional
94682f
94682f
* Mon Apr 15 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.1-1
94682f
- Update to 3.8.1
94682f
94682f
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.8.0-2
94682f
- Rebuilt for gtksourceview3 soname bump
94682f
94682f
* Mon Mar 25 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.8.0-1
94682f
- Update to 3.8.0
94682f
94682f
* Wed Mar 20 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.6-1
94682f
- Update to 3.7.6
94682f
94682f
* Wed Mar 06 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.5-1
94682f
- Update to 3.7.5
94682f
94682f
* Tue Feb 19 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.4-1
94682f
- Update to 3.7.4
94682f
94682f
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.7.3-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
94682f
94682f
* Thu Jan 17 2013 Matthias Clasen <mclasen@redhat.com> - 2:3.7.3-2
94682f
- Make zeitgeist optional
94682f
94682f
* Mon Jan 07 2013 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.3-1
94682f
- Update to 3.7.3
94682f
94682f
* Mon Nov 05 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.7.1-1
94682f
- Update to 3.7.1
94682f
94682f
* Tue Oct 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.6.1-1
94682f
- Update to 3.6.1
94682f
94682f
* Tue Sep 25 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.6.0-1
94682f
- Update to 3.6.0
94682f
94682f
* Wed Sep 19 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.3-1
94682f
- Update to 3.5.3
94682f
94682f
* Fri Aug 31 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.2-1
94682f
- Update to 3.5.2
94682f
94682f
* Sat Jul 21 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.5.1-1
94682f
- Update to 3.5.1
94682f
94682f
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.4.2-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
94682f
94682f
* Thu May 24 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.2-1
94682f
- Update to 3.4.2
94682f
- Adjust for libgedit-private.so location change
94682f
94682f
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 2:3.4.1-2
94682f
- Silence rpm scriptlet output
94682f
94682f
* Mon Apr 16 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.4.1-1
94682f
- Update to 3.4.1
94682f
94682f
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 2:3.4.0-1
94682f
- Update to 3.4.0
94682f
94682f
* Wed Mar 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.7-1
94682f
- Update to 3.3.7
94682f
94682f
* Mon Mar 05 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.6-1
94682f
- Update to 3.3.6
94682f
94682f
* Fri Mar 02 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.5-1
94682f
- Update to 3.3.5
94682f
94682f
* Thu Feb 23 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.4-1
94682f
- Update to 3.3.4
94682f
94682f
* Tue Feb 07 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.3-1
94682f
- Update to 3.3.3
94682f
94682f
* Sun Jan 08 2012 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.2-1
94682f
- Update to 3.3.2
94682f
94682f
* Sat Dec 17 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.3.1-1
94682f
- Update to 3.3.1
94682f
94682f
* Thu Dec 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.5-1
94682f
- Update to 3.2.5
94682f
94682f
* Thu Dec 08 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.4-1
94682f
- Update to 3.2.4
94682f
94682f
* Tue Nov 15 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.3-1
94682f
- Update to 3.2.3
94682f
94682f
* Tue Nov 01 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.2-1
94682f
- Update to 3.2.2
94682f
94682f
* Sun Oct 16 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.1-1
94682f
- Update to 3.2.1
94682f
94682f
* Mon Sep 26 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.2.0-1
94682f
- Update to 3.2.0
94682f
94682f
* Tue Sep 20 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.6-1
94682f
- Update to 3.1.6
94682f
94682f
* Tue Sep 06 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.5-1
94682f
- Update to 3.1.5
94682f
94682f
* Tue Aug 30 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.4-1
94682f
- Update to 3.1.4
94682f
94682f
* Thu Aug 04 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.3-1
94682f
- Update to 3.1.3
94682f
- Add patch to not include the unity quicklist on the desktop file.
94682f
94682f
* Tue Jul 05 2011 Ignacio Casal Quinteiro <icq@gnome.org> - 2:3.1.2-1
94682f
- Update to 3.1.2
94682f
94682f
* Mon Jun 20 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-2
94682f
- Fix Requires of the zeitgeist subpackage
94682f
94682f
* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2:3.1.1-1
94682f
- Update to 3.1.1
94682f
- New gedit-zeitgeist subpackage
94682f
94682f
* Wed May 25 2011 Dan Williams <dcbw@redhat.com> 2:3.0.2-2
94682f
- Fix double-free when searching
94682f
94682f
* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2:3.0.2-1
94682f
- Update to 3.0.2
94682f
94682f
* Tue Apr 12 2011 Christopher Aillon <caillon@redhat.com> 2:3.0.1-1
94682f
- Update to 3.0.1
94682f
94682f
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2:3.0.0-1
94682f
- Update to 3.0.0
94682f
94682f
* Mon Mar 28 2011 Dan Williams <dcbw@redhat.com> 2:2.91.11-1
94682f
- Re-enable python plugins
94682f
94682f
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.11-1
94682f
- Update to 2.91.11
94682f
94682f
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.10-2
94682f
- The epoch got messed up by accident
94682f
94682f
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.10-1
94682f
- Update to 2.91.10
94682f
94682f
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.8-1
94682f
- Update to 2.91.8
94682f
94682f
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.7-1
94682f
- Update to 2.91.7
94682f
94682f
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2:2.91.6-3
94682f
- Rebuild against newer gtk
94682f
94682f
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.91.6-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
94682f
94682f
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.19.6-1
94682f
- Update to 2.91.6
94682f
94682f
* Mon Jan 31 2011 Dan Williams <dcbw@redhat.com> - 2:2.91.5-5
94682f
- Remove patch for (bgo #640215); problem fixed elsewhere
94682f
94682f
* Fri Jan 21 2011 Dan Williams <dcbw@redhat.com> - 2:2.91.5-4
94682f
- Fix crash on quit due to use-after-free (bgo #640215)
94682f
94682f
* Fri Jan 14 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-3
94682f
- Clean up python dependencies
94682f
94682f
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-2
94682f
- Make epoch match what it should be (again !)
94682f
94682f
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.5-1
94682f
- Update to 2.91.5
94682f
94682f
* Sat Jan  8 2011 Matthias Clasen <mclasen@redhat.com> - 2:2.91.4-1
94682f
- Update to 2.91.4
94682f
94682f
* Fri Dec  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 2:2.91.3-1
94682f
- Update to 2.91.3
94682f
94682f
* Thu Nov 11 2010 Dan Williams <dcbw@redhat.com> - 2:2.91.2-1
94682f
- Update to 2.91.2
94682f
94682f
* Thu Nov  4 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-2
94682f
- Make the epoch match what it should be
94682f
94682f
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.1-1
94682f
- Update to 2.91.1
94682f
- Fix Requires in gedit-devel
94682f
94682f
* Thu Oct  7 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.91.0-1
94682f
- Update to 2.91.0
94682f
94682f
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.31.6-4
94682f
- Co-own /usr/share/gtk-doc
94682f
94682f
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 2:2.31.6-3
94682f
- Bump epoch to stay ahead of F14
94682f
94682f
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 1:2.31.6-2
94682f
- recompiling .py files against Python 2.7 (rhbz#623307)
94682f
94682f
* Thu Aug  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
94682f
- Update to 2.31.6
94682f
94682f
* Tue Jul 13 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
94682f
- Update to 2.31.5
94682f
94682f
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.3-1
94682f
- Update to 2.31.3
94682f
94682f
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.2-1
94682f
- Update to 2.31.2
94682f
94682f
* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.1-1
94682f
- Update to 2.31.1
94682f
94682f
* Sun Apr 18 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.2-1
94682f
- Update to 2.30.2
94682f
- Use GConf macros
94682f
94682f
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
94682f
- Update to 2.30.0
94682f
94682f
* Sun Mar 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.9-1
94682f
- Update to 2.29.9
94682f
94682f
* Mon Mar  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.8-2
94682f
- Fix some "(null)" error messages
94682f
94682f
* Tue Mar  2 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.8-1
94682f
- Update to 2.29.8
94682f
94682f
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.7-1
94682f
- Update to 2.29.7
94682f
94682f
* Wed Feb 10 2010 Bastien Nocera <bnocera@redhat.com> 2.29.6-1
94682f
- Update to 2.29.6
94682f
94682f
* Tue Jan 26 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.29.5-1
94682f
- Update to 2.29.5
94682f
94682f
* Wed Jan 13 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.29.4-1
94682f
- Update to 2.29.4
94682f
94682f
* Thu Dec  3 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.29.3-3
94682f
- Don't ship .la files
94682f
94682f
* Tue Dec  1 2009 Brian Pepple <bpepple@fedoraproject.org> - 1:2.29.3-2
94682f
- Rebase fix python path patch.
94682f
94682f
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
94682f
- Update to 2.29.3
94682f
94682f
* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.28.0-1
94682f
- Update to 2.28.0
94682f
94682f
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.6-1
94682f
- Update to 2.27.6
94682f
94682f
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.5-1
94682f
- Update to 2.27.5
94682f
94682f
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.4-2
94682f
- Respect button-images setting
94682f
94682f
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.4-1
94682f
- Update to 2.27.4
94682f
94682f
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.3-1
94682f
- Update to 2.27.3
94682f
94682f
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.27.2-3
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
94682f
94682f
* Thu Jul 16 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.2-2
94682f
- Make some stubborn buttons behave
94682f
94682f
* Tue Jun 30 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.2-1
94682f
- Update to 2.27.2
94682f
94682f
* Fri Jun 26 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.1-2
94682f
- Improve print-to-file
94682f
94682f
* Sun May 31 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.27.1-1
94682f
- Update to 2.27.1
94682f
94682f
* Wed May 20 2009 Ray Strode <rstrode@redhat.com> 2.26.2-1
94682f
- Update to 2.26.2
94682f
94682f
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-2
94682f
- Don't drop schemas translations from po files
94682f
94682f
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.1-1
94682f
- Update to 2.26.1
94682f
- See http://download.gnome.org/sources/gedit/2.26/gedit-2.26.1.news
94682f
94682f
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.26.0-1
94682f
- Update to 2.26.0
94682f
94682f
* Mon Mar  2 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.8-1
94682f
- Update to 2.25.8
94682f
94682f
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.25.7-2
94682f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
94682f
94682f
* Wed Feb 18 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.7-1
94682f
- Update to 2.25.7
94682f
94682f
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.6-1
94682f
- Update to 2.25.6
94682f
94682f
* Mon Jan 26 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.5-3
94682f
- Different, more functional fix for bug 481556.
94682f
94682f
* Mon Jan 26 2009 Ray Strode <rstrode@redhat.com> - 1:2.25.5-2
94682f
- Fix up python plugin path to close up a security attack
94682f
  vectors (bug 481556).
94682f
94682f
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.5-1
94682f
- Update to 2.25.5
94682f
94682f
* Tue Jan  6 2009 Matthias Clasen <mclasen@redhat.com> - 1:2.25.4-2
94682f
- Update to 2.25.4
94682f
94682f
* Mon Jan 05 2009 - Bastien Nocera <bnocera@redhat.com> - 1:2.25.2-3
94682f
- Remove some unneeded dependencies
94682f
94682f
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com>
94682f
- Rebuild for Python 2.6 
94682f
94682f
* Thu Dec  4 2008 Matthias Clasen <mclasen@redhat.com>
94682f
- Update to 2.25.2
94682f
94682f
* Sun Nov 30 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 1:2.24.1-4
94682f
- Rebuild for Python 2.6
94682f
94682f
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.1-3
94682f
- Better URL
94682f
94682f
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.1-2
94682f
- Improve %%summmary and %%description
94682f
94682f
* Tue Nov  4 2008 Ray Strode <rstrode@redhat.com> - 1:2.24.1-1
94682f
- Update to 2.24.1 (bug 469934)
94682f
94682f
* Wed Oct 15 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-4
94682f
- Save some more space
94682f
94682f
* Thu Sep 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-3
94682f
- Save some space
94682f
94682f
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.24.0-2
94682f
- Update to 2.24.0
94682f
94682f
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.92-1
94682f
- Update to 2.23.92
94682f
94682f
* Tue Sep  2 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.91-1
94682f
- Update to 2.23.91
94682f
94682f
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.90-1
94682f
- Update to 2.23.90
94682f
94682f
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-2
94682f
- Finally drop the vendor prefix, since it broke things again
94682f
94682f
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.3-1
94682f
- Update to 2.23.3
94682f
94682f
* Sat Aug  9 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-3
94682f
- One more icon name fix
94682f
94682f
* Wed Jul  9 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-2
94682f
- Use standard icon names
94682f
94682f
* Tue May 13 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.23.1-1
94682f
- Update to 2.23.1
94682f
94682f
* Tue Apr 08 2008 - Bastien Nocera <bnocera@redhat.com> - 1:2.22.1-1
94682f
- Update to 2.22.1
94682f
94682f
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.22.0-1
94682f
- Update to 2.22.0
94682f
94682f
* Thu Mar  6 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-2
94682f
- Don't OnlyShowIn=GNOME
94682f
94682f
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.2-1
94682f
- Update to 2.21.2
94682f
94682f
* Fri Feb 15 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-3
94682f
- Drop libgnomeprint22 BR
94682f
94682f
* Sat Feb  2 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-2
94682f
- Require zenity (#253815)
94682f
94682f
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 1:2.21.1-1
94682f
- Update to 2.21.1
94682f
94682f
* Tue Nov 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.4-1
94682f
- Update to 2.20.4
94682f
94682f
* Sun Nov 18 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.2-3
94682f
- Fix the license field
94682f
94682f
* Tue Nov 13 2007 Florian La Roche <laroche@redhat.com> - 1:2.20.2-2
94682f
- define pango_version
94682f
94682f
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.2-1
94682f
- Update to 2.20.2 (bug fixes and translation updates)
94682f
94682f
* Wed Sep 26 2007 Ray Strode <rstrode@redhat.com> - 1:2.20.1-1
94682f
- Update to 2.20.1 at the request of upstream
94682f
94682f
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.20.0-1
94682f
- Update to 2.20.0
94682f
94682f
* Fri Sep 14 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.92-1
94682f
- Update to 2.19.92
94682f
94682f
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.91-1
94682f
- Update to 2.19.91
94682f
94682f
* Wed Aug 15 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.90-1
94682f
- Update to 2.19.90
94682f
- %%find_lang also finds omf files now
94682f
94682f
* Tue Aug  7 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-3
94682f
- Remove a stale comment
94682f
94682f
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-2
94682f
- Update license field
94682f
- Use %%find_lang for help files
94682f
94682f
* Wed Aug  1 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.3-1
94682f
- Update to 2.19.3
94682f
94682f
* Thu Jul 19 2007 Jeremy Katz <katzj@redhat.com> - 1:2.19.2-2
94682f
- fix requires to be on pygtksoureview
94682f
94682f
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.2-1
94682f
- Update to 2.19.2
94682f
- Require gtksourceview2
94682f
94682f
* Mon Jun 25 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.19.1-1
94682f
- Update to 2.19.1
94682f
94682f
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.1-1
94682f
- Update to 2.18.1
94682f
94682f
* Sat May  5 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-3
94682f
- Add enchant-devel and iso-codes-devel BRs to build
94682f
  with spell-checking support (#227477)
94682f
94682f
* Tue Mar 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-2
94682f
- Reduce the size of the tags files
94682f
94682f
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.18.0-1
94682f
- Update to 2.18.0
94682f
94682f
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.6-1
94682f
- Update to 2.17.6
94682f
94682f
* Tue Feb 13 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.5-1
94682f
- Update to 2.17.5
94682f
94682f
* Tue Jan 23 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.4-1
94682f
- Update to 2.17.4
94682f
94682f
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 1:2.17.3-1
94682f
- Update to 2.17.3
94682f
94682f
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.2-1
94682f
- Update to 2.17.2
94682f
94682f
* Thu Dec  7 2006 Jeremy Katz <katzj@redhat.com> - 1:2.17.1-2
94682f
- rebuild for python 2.5
94682f
94682f
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.17.1-1
94682f
- Update to 2.17.1
94682f
94682f
* Mon Dec  4 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-3
94682f
- Add BuildRequires for libattr-devel
94682f
94682f
* Thu Nov 30 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-2
94682f
- Small accessibility improvements
94682f
94682f
* Sat Nov  4 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.2-1
94682f
- Update to 2.16.2
94682f
94682f
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.1-1
94682f
- Update to 2.16.1
94682f
94682f
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-4
94682f
- Fix scripts according to packaging guidelines
94682f
94682f
* Fri Sep  8 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-3
94682f
- Fix directory ownership issues (#205675)
94682f
94682f
* Tue Sep  5 2006 Ray Strode <rstrode@redhat.com> - 1:2.16.0-2.fc6
94682f
- Fix up dependencies a bit
94682f
94682f
* Tue Sep  5 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.16.0-1.fc6
94682f
- Update to 2.16.0
94682f
- Require pkgconfig for the -devel package
94682f
94682f
* Sun Aug 27 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.9-1.fc6
94682f
- Update to 2.15.9
94682f
- Add BR for perl-XML-Parser
94682f
94682f
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.8-1.fc6
94682f
- Update to 2.15.8
94682f
94682f
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.7-1.fc6
94682f
- Update to 2.15.7
94682f
94682f
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.6-2.fc6
94682f
- Bump gtksourceview requirement
94682f
94682f
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.6-1.fc6
94682f
- Update to 2.15.6
94682f
94682f
* Thu Aug 10 2006 Ray Strode <rstrode@redhat.com> - 1:2.15.5-2.fc6
94682f
- Apply patch from James Antill to copy extended attributes over
94682f
  when saving files (bug 202099)
94682f
94682f
* Thu Aug  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.5-1.fc6
94682f
- Update to 2.15.5
94682f
94682f
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.15.4-1
94682f
- Update to 2.15.4
94682f
94682f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:2.15.3-1.1
94682f
- rebuild
94682f
94682f
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> 2.15.3-1
94682f
- Update to 2.15.3
94682f
94682f
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> 2.15.2-1
94682f
- Update to 2.15.2
94682f
94682f
* Sat May 13 2006 Dan Williams <dcbw@redhat.com> - 2.15.1-2
94682f
- Work around gnome.org #341055 (gedit doesn't remember previous open/save dir)
94682f
94682f
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> 2.15.1-1
94682f
- Update to 2.15.1
94682f
94682f
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.2-2
94682f
- Update to 2.14.2
94682f
94682f
* Thu Mar 16 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-1
94682f
- Update to 2.14.1
94682f
94682f
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
94682f
- Update to 2.14.0
94682f
94682f
* Tue Feb 28 2006 Karsten Hopp <karsten@redhat.de> 2.13.92-2	
94682f
- BuildRequire: gnome-doc-utils
94682f
94682f
* Sun Feb 26 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
94682f
- Update to 2.13.92
94682f
94682f
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
94682f
- Update to 2.13.91
94682f
94682f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:2.13.90-3.1
94682f
- bump again for double-long bug on ppc(64)
94682f
94682f
* Mon Feb  6 2006 John (J5) Palmieri <johnp@redhat.com> - 1:2.13.90-3
94682f
- Add dependancy on gnome-python2-desktop
94682f
94682f
* Mon Feb  6 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.90-2
94682f
- Enable python again
94682f
- Fix multiarch problem
94682f
94682f
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.90-1
94682f
- Update to 2.13.90
94682f
94682f
* Thu Jan 26 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.4-1
94682f
- Update to 2.13.4
94682f
94682f
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.3-1
94682f
- Update to 2.13.3
94682f
94682f
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.2-1
94682f
- Update to 2.13.2
94682f
- Update the persistent file selector size patch (again!)
94682f
94682f
* Sun Jan  8 2006 Dan Williams <dcbw@redhat.com > - 1:2.13.1-2
94682f
- Fix up and re-enable persistent file selector size patch
94682f
94682f
* Tue Jan  3 2006 Matthias Clasen <mclasen@redhat.com> - 1:2.13.1-1
94682f
- Update to 2.13.1
94682f
- Disable scrollkeeper
94682f
94682f
* Wed Dec 21 2005 Jeremy Katz <katzj@redhat.com> - 1:2.13.0-3
94682f
- fix gedit-devel requirement to include epoch
94682f
94682f
* Tue Dec 20 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-2
94682f
- Update requirements
94682f
94682f
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.0-1
94682f
- Update to 2.13.0
94682f
- Comment out the fileselector patches for now, these
94682f
  will need updating for the new-mdi branch
94682f
94682f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
94682f
- rebuilt
94682f
94682f
* Thu Oct  6 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
94682f
- Update to 2.12.1
94682f
94682f
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
94682f
- Update to 2.12.0
94682f
94682f
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com> 
94682f
- New upstream version
94682f
94682f
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.4-1
94682f
- New upstream version
94682f
94682f
* Wed Aug 03 2005 Ray Strode <rstrode@redhat.com> - 2.10.3-1
94682f
- Update to upstream version 2.10.3
94682f
94682f
* Mon Jun 13 2005 Ray Strode <rstrode@redhat.com> 1:2.10.2-6
94682f
- Remove some patches that are already upstream 
94682f
94682f
* Tue Jun 07 2005 Ray Strode <rstrode@redhat.com> 1:2.10.2-5
94682f
- Dont pass user input as format specifiers to
94682f
  gtk_message_dialog_new (bug 159657).
94682f
94682f
* Thu Apr 14 2005 John (J5) Palmieri <johnp@redhat.com> - 2.10.2-3
94682f
- Revert the addition of the gedit icon to the hicolor theme as
94682f
  the new gnome-icon-theme package does the right thing
94682f
94682f
* Tue Apr 12 2005 Matthias Clasen <mclasen@redhat.com> - 2.10.2-2
94682f
- Add the icon to the hicolor theme, and rename it to what
94682f
  the .desktop file says.
94682f
94682f
* Fri Apr  8 2005 Ray Strode <rstrode@redhat.com> - 2.10.2-1
94682f
- Update to upstream version 2.10.2
94682f
94682f
* Tue Mar 29 2005 Warren Togami <wtogami@redhat.com> - 2.10.0-2
94682f
- devel req libgnomeprintui22-devel for pkgconfig (#152487)
94682f
94682f
* Thu Mar 17 2005 Ray Strode <rstrode@redhat.com> - 2.10.0-1
94682f
- Update to upstream version 2.10.0
94682f
94682f
* Thu Mar  3 2005 Marco Pesenti Gritti <mpg@redhat.com> 1:2.9.7-1
94682f
- Update to 2.9.7
94682f
94682f
* Wed Feb  9 2005 Matthias Clasen <mclasen@redhat.com> 1:2.9.6-1
94682f
- Update to 2.9.6
94682f
94682f
* Sun Jan 30 2005 Matthias Clasen <mclasen@redhat.com> 1:2.9.5-1
94682f
- Update to 2.9.5
94682f
94682f
* Thu Nov  4 2004 Marco Pesenti Gritti <mpg@redhat.com> 1:2.8.1-2
94682f
- Update the desktop files database. (RH Bug: 135571)
94682f
94682f
* Mon Oct 11 2004 Dan Williams <dcbw@redhat.com> 1:2.8.1-1
94682f
- Update to 2.8.1
94682f
94682f
* Wed Sep 22 2004 Dan Williams <dcbw@redhat.com> 1:2.8.0-1
94682f
- Update to 2.8.0
94682f
94682f
* Wed Sep 15 2004 John (J5) Palmieri <johnp@redhat.com> 1:2.7.92-2
94682f
- Added the spelling plugin to the default gconf schema so that the
94682f
  tools menu is not empty (RH Bug: 31607)
94682f
94682f
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 1:2.7.92-1
94682f
- update to 2.7.92
94682f
94682f
* Wed Aug 18 2004 Dan Williams <dcbw@redhat.com> 1:2.7.91-1
94682f
- Update to 2.7.91
94682f
94682f
* Tue Aug  3 2004 Owen Taylor <otaylor@redhat.com> - 1:2.7.90-1
94682f
- Upgrade to 2.7.90
94682f
- Add patch to use Pango font names, not gnome-print font names
94682f
94682f
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
94682f
- rebuilt
94682f
94682f
* Sat May 15 2004 Dan Williams <dcbw@redhat.com> 1:2.6.1-1
94682f
- Upgrade to 2.6.1
94682f
94682f
* Fri Apr 16 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-4
94682f
- Gnome.org #137825 Gedit crash on Find/Replace dialog close
94682f
    when hitting escape
94682f
94682f
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 1:2.6.0-3
94682f
- #111156 BR intltool scrollkeeper gettext
94682f
- #111157 -devel R eel2-devel gtksourceview-devel
94682f
- rm bogus BR esound
94682f
94682f
* Thu Apr 08 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-2
94682f
- Fix dumb bug in ~/.recently-used patch where lockf() could
94682f
    never succeed
94682f
94682f
* Wed Mar 31 2004 Dan Williams <dcbw@redhat.com> 1:2.6.0-1
94682f
- Update to gedit-2.6.0 sources
94682f
94682f
* Thu Mar 18 2004 Dan Williams <dcbw@redhat.com> 1:2.5.92-1
94682f
- Update to gedit-2.5.92 sources
94682f
94682f
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
94682f
- rebuilt
94682f
94682f
* Wed Feb 25 2004 Dan Williams <dcbw@redhat.com> 1:2.5.90-1
94682f
- fix dumbness in the egg-recent file locking patch
94682f
- Remove the autotools-1.8 patch because it is no longer
94682f
    needed
94682f
- Require gtksourceview-devel >= 0.9 due to update to 2.5.90
94682f
- Update to gedit-2.5.90
94682f
94682f
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
94682f
- rebuilt
94682f
94682f
* Wed Feb 11 2004 Dan Williams <dcbw@redhat.com> 1:2.5.3-3
94682f
- Correctly convert last path from open/save into a directory
94682f
   for storing in gconf, not a file
94682f
94682f
* Fri Feb 06 2004 Dan Williams <dcbw@redhat.com> 1:2.5.3-2
94682f
- Bring file selector size/last path patch up to 2.5.3
94682f
- Fix up the recent-files locking algorithm to have finer
94682f
   resolution timeouts
94682f
94682f
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 1:2.5.3-1
94682f
- update to 2.5.3
94682f
94682f
* Mon Jan 19 2004 Dan Williams <dcbw@redhat.com> 1:2.4.0-5
94682f
- Work around recent files locking contention when using NFS
94682f
    home directories (gnome.org #131930)
94682f
- Make Find and Replace dialogs use a cancel button, so that
94682f
    pressing escape makes them close (gnome.org #131927)
94682f
94682f
* Thu Jan  8 2004 Dan Williams <dcbw@redhat.com> 1:2.4.0-4
94682f
- Remeber file selector size and last directory on open/save
94682f
   (gnome.org #123787)
94682f
- Small hack to work around switch from autotools 1.7 - 1.8
94682f
94682f
* Tue Oct 21 2003 Matt Wilson <msw@redhat.com> 1:2.4.0-3 
94682f
- eel_read_entire_file takes a pointer to an int, not to a gsize
94682f
  (#103933)
94682f
94682f
* Tue Oct  7 2003 Owen Taylor <otaylor@redhat.com> 1:2.4.0-2
94682f
- Fix bug with multibyte chars in shell-output plugin (#104027, Jens Petersen)
94682f
- Add missing BuildRequires on eel2, aspell-devel (#87746, Alan Cox)
94682f
- Add versioned Requires on eel2, libgnomeui (#103363, Jens Petersen)
94682f
94682f
* Fri Oct  3 2003 Alexander Larsson <alexl@redhat.com> 1:2.4.0-1
94682f
- 2.4.0
94682f
94682f
* Mon Sep 22 2003 Bill Nottingham <notting@redhat.com> 1:2.3.5-2
94682f
- fix defattr (#103333)
94682f
94682f
* Tue Aug 26 2003 Jonathan Blandford <jrb@redhat.com>
94682f
- require the new gtksourceview
94682f
94682f
* Fri Aug 15 2003 Jonathan Blandford <jrb@redhat.com> 1:2.3.3-1
94682f
- update for GNOME 2.4
94682f
94682f
* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 1:2.2.2-2
94682f
- rebuild
94682f
94682f
* Mon Jul  7 2003 Havoc Pennington <hp@redhat.com> 1:2.2.2-1
94682f
- 2.2.2
94682f
- fix name of gettext domain
94682f
- remove recent-monitor patch now upstream
94682f
94682f
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
94682f
- rebuilt
94682f
94682f
* Thu May  1 2003 Havoc Pennington <hp@redhat.com> 1:2.2.0-3
94682f
- patch configure.in for new aspell
94682f
94682f
* Mon Apr 28 2003 Tim Powers <timp@redhat.com> 1:2.2.0-2
94682f
- rebuild to fix broken libpspell deps
94682f
94682f
* Tue Feb  4 2003 Alexander Larsson <alexl@redhat.com> 1:2.2.0-1
94682f
- Update to 2.2.0
94682f
- Add patch to disable recent files monitoring
94682f
- Bump libgnomeprint requirements
94682f
94682f
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
94682f
- rebuilt
94682f
94682f
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1:2.1.4-1
94682f
- update to 2.1.4
94682f
94682f
* Mon Dec  9 2002 Havoc Pennington <hp@redhat.com>
94682f
- 2.1.3
94682f
- fix unpackaged files
94682f
94682f
* Thu Aug 15 2002 Owen Taylor <otaylor@redhat.com>
94682f
- Add missing bonobo server files (#71261, Taco Witte)
94682f
- Remove empty NEWS, FAQ files from %%doc (#66079)
94682f
94682f
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
94682f
- fix desktop file really
94682f
94682f
* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
94682f
- fix desktop file
94682f
94682f
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
94682f
- 2.0.2
94682f
- build with new gail
94682f
94682f
* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
94682f
- 2.0.1
94682f
94682f
* Tue Jun 25 2002 Owen Taylor <otaylor@redhat.com>
94682f
- 2.0.0, fix missing locale files
94682f
94682f
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
94682f
- 1.199.0
94682f
- use desktop-file-install
94682f
- remove static libs from plugins dir
94682f
94682f
* Sat Jun 08 2002 Havoc Pennington <hp@redhat.com>
94682f
- rebuild in different environment
94682f
94682f
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
94682f
- 1.121.1
94682f
94682f
* Sun May 26 2002 Tim Powers <timp@redhat.com>
94682f
- automated rebuild
94682f
94682f
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
94682f
- rebuild in different environment
94682f
94682f
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
94682f
- 1.120.0
94682f
94682f
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
94682f
- 1.118.0
94682f
94682f
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
94682f
- move to gnome 2 version
94682f
94682f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
94682f
- fix ko.po
94682f
94682f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
94682f
- get correct po files from elvis 
94682f
94682f
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
94682f
- gedit-pofiles.tar.gz, not gedit-po.tar.gz
94682f
94682f
* Mon Apr 15 2002 Havoc Pennington <hp@redhat.com>
94682f
- merge translations
94682f
94682f
* Fri Mar 29 2002 Havoc Pennington <hp@redhat.com>
94682f
- gettextize default font
94682f
94682f
* Thu Mar 28 2002 Havoc Pennington <hp@redhat.com>
94682f
- more multibyte fixes #61948
94682f
94682f
* Wed Mar 27 2002 Havoc Pennington <hp@redhat.com>
94682f
- 0.9.7 for multibyte support
94682f
94682f
* Tue Mar 26 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-11
94682f
- gedit-0.9.4-printprefs.patch: I forgot to add to POTFILES.in...
94682f
- gedit-po.tar.gz: added. it's on CVS now.
94682f
94682f
* Sun Mar 24 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-10
94682f
- gedit-0.9.4-printprefs.patch: fix typo and sanity check.
94682f
94682f
* Mon Mar 04 2002 Akira TAGOH <tagoh@redhat.com> 0.9.4-9
94682f
- Applied a font selector patch for the printing
94682f
- fix BuildRequires for automake-1.4
94682f
94682f
* Mon Jan 28 2002 Havoc Pennington <hp@redhat.com>
94682f
- rebuild in rawhide
94682f
- fix up cflags for moved gnome headers
94682f
94682f
* Thu Jul 19 2001 Havoc Pennington <hp@redhat.com>
94682f
- add some more build requires
94682f
94682f
* Tue Jul 17 2001 Havoc Pennington <hp@redhat.com>
94682f
- require libglade-devel to build
94682f
94682f
* Fri Jun 15 2001 Nalin Dahyabhai <nalin@redhat.com>
94682f
- rebuild in new environment
94682f
94682f
* Fri Feb 23 2001 Akira TAGOH <tagoh@redhat.com>
94682f
- Fixed preview for !ja locale.
94682f
94682f
* Wed Feb 07 2001 Akira TAGOH <tagoh@redhat.com>
94682f
- Fixed handling fontset. (Bug#24998)
94682f
- Added print out for multibyte patch.
94682f
94682f
* Fri Dec 29 2000 Matt Wilson <msw@redhat.com>
94682f
- 0.9.4
94682f
94682f
* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
94682f
- Up Epoch and release
94682f
94682f
* Wed Aug 09 2000 Jonathan Blandford <jrb@redhat.com>
94682f
- include glade files so that it will actually work.
94682f
94682f
* Tue Aug 01 2000 Jonathan Blandford <jrb@redhat.com>
94682f
- upgrade package to newer version at request of author.
94682f
94682f
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
94682f
- automatic rebuild
94682f
94682f
* Mon Jun 19 2000 Preston Brown <pbrown@redhat.com>
94682f
- FHS paths
94682f
94682f
* Sun Jun 11 2000 Jonathan Blandford <jrb@redhat.com>
94682f
- update to 0.7.9.  Somewhat untested.
94682f
94682f
* Fri Feb 11 2000 Jonathan Blandford <jrb@redhat.com>
94682f
- removed "reverse search function as it doesn't work.
94682f
94682f
* Thu Feb 03 2000 Preston Brown <pbrown@redhat.com>
94682f
- rebuild to gzip man pages
94682f
94682f
* Mon Jan 17 2000 Elliot Lee <sopwith@redhat.com>
94682f
- If I don't put in a log entry here, people will be very upset about not
94682f
  being able to find out that I am to blame for the 0.6.1 upgrade
94682f
94682f
* Mon Aug 16 1999 Michael Fulbright <drmike@redhat.com>
94682f
- version 0.5.4
94682f
94682f
* Sat Feb 06 1999 Michael Johnson <johnsonm@redhat.com>
94682f
- Cleaned up a bit for Red Hat use
94682f
94682f
* Thu Oct 22 1998 Alex Roberts <bse@dial.pipex.com>
94682f
- First try at an RPM