4ff70e
%global _changelog_trimtime %(date +%s -d "1 year ago")
4ff70e
4ff70e
Name:          yelp
4ff70e
Epoch:         2
4ff70e
Version:       3.28.1
4ff70e
Release:       3%{?dist}
4ff70e
Summary:       Help browser for the GNOME desktop
4ff70e
4ff70e
Group:         Applications/System
4ff70e
License:       LGPLv2+ and ASL 2.0 and GPLv2+
4ff70e
URL:           https://wiki.gnome.org/Apps/Yelp
4ff70e
#VCS:          git:git://git.gnome.org/yelp
4ff70e
Source:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
4ff70e
4ff70e
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
4ff70e
Patch1:        0001-Center-new-windows.patch
4ff70e
# https://gitlab.gnome.org/GNOME/yelp/commit/b8fdfcae060bdffb15d81e68cdff011105013eb0
4ff70e
Patch2:        0001-Fix-build-with-GCC-8.patch
4ff70e
Patch3:        0001-Add-gnu_printf-format-attribute-to-yelp_debug.patch
4ff70e
Patch4:        0002-Check-whether-document-has-a-root-element-before-acc.patch
4ff70e
Patch5:        0003-Check-whether-the-index-variable-is-valid-before-der.patch
4ff70e
Patch6:        0004-Correctly-check-whether-virtual-method-is-implemente.patch
4ff70e
Patch7:        0005-Check-whether-variable-node-is-set-before-dereferenc.patch
4ff70e
Patch8:        0006-Fix-a-use-of-an-uninitialized-variable.patch
4ff70e
Patch9:        0007-Check-whether-the-index-variable-is-valid-before-der.patch
4ff70e
Patch10:       0008-Check-whether-parser-is-null-before-dereferencing-it.patch
4ff70e
Patch11:       0009-Avoid-possible-overrun-while-comparing-to-MAN_FONTS.patch
4ff70e
Patch12:       0010-Increase-the-size-of-string-variables-passed-to-ssca.patch
4ff70e
Patch13:       0011-Initialize-ws_start-variable-before-returning-it.patch
4ff70e
Patch14:       0012-Swap-the-if-checks-to-avoid-possible-null-pointer-de.patch
4ff70e
Patch15:       0013-Check-the-strstr-return-value-before-using-it.patch
4ff70e
Patch16:       0014-Check-variable-before-dereferencing-it.patch
4ff70e
Patch17:       0015-Remove-unused-variable.patch
4ff70e
Patch18:       0016-Fix-possible-double-free.patch
4ff70e
Patch19:       0017-Remove-the-unused-encoding-and-language-code-from-Ye.patch
4ff70e
# https://bugzilla.redhat.com/show_bug.cgi?id=1638876
4ff70e
Patch20:       yelp-quit.patch
4ff70e
4ff70e
BuildRequires: pkgconfig(gtk+-3.0)
4ff70e
BuildRequires: pkgconfig(liblzma)
4ff70e
BuildRequires: pkgconfig(libxml-2.0)
4ff70e
BuildRequires: pkgconfig(libexslt)
4ff70e
BuildRequires: pkgconfig(libxslt)
4ff70e
BuildRequires: pkgconfig(sqlite3)
4ff70e
BuildRequires: pkgconfig(webkit2gtk-4.0)
4ff70e
BuildRequires: pkgconfig(yelp-xsl)
4ff70e
BuildRequires: desktop-file-utils
4ff70e
BuildRequires: bzip2-devel
4ff70e
BuildRequires: gettext-devel
4ff70e
BuildRequires: git
4ff70e
BuildRequires: intltool
4ff70e
BuildRequires: itstool
4ff70e
Requires:      yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
4ff70e
Requires:      yelp-xsl
4ff70e
4ff70e
4ff70e
%description
4ff70e
Yelp is the help browser for the GNOME desktop. It is designed
4ff70e
to help you browse all the documentation on your system in
4ff70e
one central tool, including traditional man pages, info pages and
4ff70e
documentation written in DocBook.
4ff70e
4ff70e
%package libs
4ff70e
Summary: Libraries for yelp
4ff70e
Group: Development/Libraries
4ff70e
4ff70e
%description libs
4ff70e
This package contains libraries used by the yelp help browser.
4ff70e
4ff70e
%package devel
4ff70e
Summary: Development files for yelp-libs
4ff70e
Group: Development/Libraries
4ff70e
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
4ff70e
4ff70e
%description devel
4ff70e
This package contains header files and documentation for
4ff70e
the libraries in the yelp-libs package.
4ff70e
4ff70e
4ff70e
%prep
4ff70e
%autosetup -p1
4ff70e
4ff70e
%build
4ff70e
%configure --disable-static
4ff70e
4ff70e
# drop unneeded direct library deps with --as-needed
4ff70e
# libtool doesn't make this easy, so we do it the hard way
4ff70e
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
4ff70e
4ff70e
make %{?_smp_mflags} V=1
4ff70e
4ff70e
%install
4ff70e
%make_install
4ff70e
4ff70e
find $RPM_BUILD_ROOT%{_libdir} -name '*.la' -delete
4ff70e
4ff70e
%find_lang %{name}
4ff70e
4ff70e
%check
4ff70e
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
4ff70e
4ff70e
%ldconfig_scriptlets libs
4ff70e
4ff70e
%files -f %{name}.lang
4ff70e
%doc AUTHORS NEWS README
4ff70e
%license COPYING
4ff70e
%{_bindir}/*
4ff70e
%{_datadir}/applications/yelp.desktop
4ff70e
%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
4ff70e
%{_datadir}/metainfo/yelp.appdata.xml
4ff70e
%{_datadir}/yelp/
4ff70e
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
4ff70e
4ff70e
%files libs
4ff70e
%{_libdir}/libyelp.so.*
4ff70e
%dir %{_libdir}/yelp
4ff70e
%dir %{_libdir}/yelp/web-extensions
4ff70e
%{_libdir}/yelp/web-extensions/libyelpwebextension.so
4ff70e
4ff70e
%files devel
4ff70e
%{_libdir}/libyelp.so
4ff70e
%{_includedir}/libyelp
4ff70e
%{_datadir}/gtk-doc
4ff70e
4ff70e
4ff70e
%changelog
4ff70e
* Mon Oct 15 2018 Tomas Popela <tpopela@redhat.com> - 2:3.28.1-3
4ff70e
- Add the Quit entry to the app menu
4ff70e
- Handle Ctrl+Q shortcut for quitting the application
4ff70e
- Resolves: rhbz#1638876
4ff70e
4ff70e
* Fri Oct 12 2018 Tomas Popela <tpopela@redhat.com> - 2:3.28.1-2
4ff70e
- Fix the coverity scan issues
4ff70e
- Resolves: rhbz#1602739
4ff70e
4ff70e
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 2:3.28.1-1
4ff70e
- Update to 3.28.1
4ff70e
- Use upstream appdata file
4ff70e
4ff70e
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2:3.28.0-1
4ff70e
- Update to 3.28.0
4ff70e
4ff70e
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.27.1-3
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
4ff70e
4ff70e
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:3.27.1-2
4ff70e
- Switch to %%ldconfig_scriptlets
4ff70e
4ff70e
* Sat Jan 13 2018 David King <amigadave@amigadave.com> - 2:3.27.1-1
4ff70e
- Update to 3.27.1
4ff70e
4ff70e
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:3.26.0-2
4ff70e
- Remove obsolete scriptlets
4ff70e
4ff70e
* Mon Sep 11 2017 David King <amigadave@amigadave.com> - 2:3.26.0-1
4ff70e
- Update to 3.26.0
4ff70e
4ff70e
* Tue Aug 22 2017 Ville Skyttä <ville.skytta@iki.fi> - 2:3.25.3-5
4ff70e
- Own %%{_libdir}/yelp dirs
4ff70e
4ff70e
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.25.3-4
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4ff70e
4ff70e
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.25.3-3
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4ff70e
4ff70e
* Thu Jul 13 2017 David King <amigadave@amigadave.com> - 2:3.25.3-2
4ff70e
- Fix icon cache path in scriptlets (#1470335)
4ff70e
4ff70e
* Tue Jun 20 2017 David King <amigadave@amigadave.com> - 2:3.25.3-1
4ff70e
- Update to 3.25.3
4ff70e
4ff70e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.22.0-2
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
4ff70e
4ff70e
* Tue Sep 20 2016 David King <amigadave@amigadave.com> - 2:3.22.0-1
4ff70e
- Update to 3.22.0
4ff70e
4ff70e
* Tue Jun 21 2016 David King <amigadave@amigadave.com> - 2:3.21.3-1
4ff70e
- Update to 3.21.3
4ff70e
4ff70e
* Tue Apr 12 2016 David King <amigadave@amigadave.com> - 2:3.20.1-1
4ff70e
- Update to 3.20.1
4ff70e
4ff70e
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2:3.20.0-1
4ff70e
- Update to 3.20.0
4ff70e
4ff70e
* Tue Mar 01 2016 David King <amigadave@amigadave.com> - 2:3.19.91-1
4ff70e
- Update to 3.19.91
4ff70e
4ff70e
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 2:3.19.90-1
4ff70e
- Update to 3.19.90
4ff70e
4ff70e
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.19.1-3
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
4ff70e
4ff70e
* Sat Oct 31 2015 Adam Williamson <awilliam@redhat.com> - 2:3.19.1-2
4ff70e
- bump epoch to keep up with F23
4ff70e
4ff70e
* Mon Oct 26 2015 David King <amigadave@amigadave.com> - 1:3.19.1-1
4ff70e
- Update to 3.19.1
4ff70e
4ff70e
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1:3.18.1-1
4ff70e
- Update to 3.18.1
4ff70e
4ff70e
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1:3.18.0-1
4ff70e
- Update to 3.18.0
4ff70e
4ff70e
* Tue Sep 01 2015 David King <amigadave@amigadave.com> - 1:3.17.91-1
4ff70e
- Update to 3.17.91
4ff70e
4ff70e
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-1
4ff70e
- Update to 3.17.90
4ff70e
- Use make_install macro
4ff70e
4ff70e
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 1:3.17.4-1
4ff70e
- Update to 3.17.4
4ff70e
4ff70e
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 1:3.17.3-1
4ff70e
- Update to 3.17.3
4ff70e
4ff70e
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17.2-2
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
4ff70e
4ff70e
* Mon May 25 2015 David King <amigadave@amigadave.com> - 1:3.17.2-1
4ff70e
- Update to 3.17.2
4ff70e
4ff70e
* Mon May 11 2015 David King <amigadave@amigadave.com> - 1:3.16.1-1
4ff70e
- Update to 3.16.1
4ff70e
4ff70e
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1:3.16.0-2
4ff70e
- Add an AppData file for the software center
4ff70e
4ff70e
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-1
4ff70e
- Update to 3.16.0
4ff70e
4ff70e
* Mon Mar 02 2015 David King <amigadave@amigadave.com> - 1:3.15.91-1
4ff70e
- Update to 3.15.91
4ff70e
4ff70e
* Mon Feb 16 2015 David King <amigadave@amigadave.com> - 1:3.15.90-1
4ff70e
- Update to 3.15.90
4ff70e
- Use license macro for COPYING
4ff70e
4ff70e
* Wed Dec 10 2014 David King <amigadave@amigadave.com> - 1:3.14.1-3
4ff70e
- Use pkgconfig for BuildRequires
4ff70e
4ff70e
* Mon Nov 10 2014 Matthias Clasen <mclasen@redhat.com> - 1:3.14.1-2
4ff70e
- Drop the gnome-user-docs dependency (#1149511)
4ff70e
4ff70e
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.1-1
4ff70e
- Update to 3.14.1
4ff70e
4ff70e
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-2
4ff70e
- Drop unused build deps
4ff70e
4ff70e
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
4ff70e
- Update to 3.14.0
4ff70e
4ff70e
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.92-1
4ff70e
- Update to 3.13.92
4ff70e
4ff70e
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
4ff70e
- Update to 3.13.90
4ff70e
4ff70e
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.3-2
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
4ff70e
4ff70e
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.3-1
4ff70e
- Update to 3.13.3
4ff70e
4ff70e
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.0-2
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
4ff70e
4ff70e
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.12.0-1
4ff70e
- Update to 3.12.0
4ff70e
4ff70e
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.91-1
4ff70e
- Update to 3.11.91
4ff70e
4ff70e
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 1:3.11.1-1
4ff70e
- Update to 3.11.1
4ff70e
4ff70e
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 1:3.10.1-1
4ff70e
- Update to 3.10.1
4ff70e
4ff70e
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.10.0-1
4ff70e
- Update to 3.10.0
4ff70e
4ff70e
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-1
4ff70e
- Update to 3.9.91
4ff70e
4ff70e
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.90-1
4ff70e
- Update to 3.9.90
4ff70e
4ff70e
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.8.1-6
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
4ff70e
4ff70e
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.1-5
4ff70e
- Trim %%changelog
4ff70e
4ff70e
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.1-4
4ff70e
- Don't install ChangeLog
4ff70e
4ff70e
* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1-3
4ff70e
- Make yelp-libs dep arch-specific, thanks to Michael Schwendt (#967180)
4ff70e
- Don't create empty /usr/share/gnome/help directory: this should be owned by
4ff70e
  individual packages that install files in there (#964421)
4ff70e
- Use configure --disable-static instead of removing the static .a afterwards
4ff70e
4ff70e
* Sat May 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.8.1-2
4ff70e
- yelp should depend on yelp-libs not the other way around
4ff70e
4ff70e
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.1-1
4ff70e
- Update to 3.8.1
4ff70e
4ff70e
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
4ff70e
- Update to 3.8.0
4ff70e
4ff70e
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-2
4ff70e
- Remove the desktop file vendor prefix
4ff70e
4ff70e
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.90-1
4ff70e
- Update to 3.7.90
4ff70e
4ff70e
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.7.4-2
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
4ff70e
4ff70e
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
4ff70e
- Update to 3.7.4
4ff70e
4ff70e
* Fri Jan 4 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.3-2
4ff70e
- Optionally do the right thing with focus and window placement
4ff70e
4ff70e
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.7.3-1
4ff70e
- Update to 3.7.3
4ff70e
4ff70e
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.2-1
4ff70e
- Update to 3.6.2
4ff70e
4ff70e
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
4ff70e
- Update to 3.6.1
4ff70e
4ff70e
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.0-1
4ff70e
- Update to 3.6.0
4ff70e
4ff70e
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.92-1
4ff70e
- Update to 3.5.92
4ff70e
4ff70e
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.91-1
4ff70e
- Update to 3.5.91
4ff70e
4ff70e
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.90-1
4ff70e
- Update to 3.5.90
4ff70e
4ff70e
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.4.2-3
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
4ff70e
4ff70e
* Sun Jul 15 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:3.4.2-2
4ff70e
- Call ldconfig at -libs post(un)install time.
4ff70e
- Escape macros in %%changelog.
4ff70e
4ff70e
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
4ff70e
- Update to 3.4.2
4ff70e
4ff70e
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.1-2
4ff70e
- Silence rpm scriptlet output
4ff70e
4ff70e
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.1-1
4ff70e
- Update to 3.4.1
4ff70e
4ff70e
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
4ff70e
- Update to 3.4.0
4ff70e
4ff70e
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.3.92-1
4ff70e
- Update to 3.3.92
4ff70e
4ff70e
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.4-1
4ff70e
- Update to 3.3.4
4ff70e
4ff70e
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.3-1
4ff70e
- Update to 3.3.3
4ff70e
4ff70e
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.2-2
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
4ff70e
4ff70e
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.2-1
4ff70e
- Update to 3.3.2
4ff70e
4ff70e
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.1-1
4ff70e
- Update to 3.3.1
4ff70e
4ff70e
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
4ff70e
- Rebuilt for glibc bug#747377
4ff70e
4ff70e
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-1
4ff70e
- Update to 3.2.1
4ff70e
4ff70e
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
4ff70e
- Update to 3.2.0
4ff70e
4ff70e
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.4-2
4ff70e
- Fix default uri
4ff70e
4ff70e
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.4-1
4ff70e
- Update to 3.1.4
4ff70e
4ff70e
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 1:3.1.3-1
4ff70e
- Update to 3.1.3
4ff70e
4ff70e
* Thu Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.2-1
4ff70e
- Update to 3.1.2
4ff70e
4ff70e
* Wed Jul  6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.1-1
4ff70e
- Update to 3.1.1
4ff70e
4ff70e
* Tue May 24 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.3-1
4ff70e
- Update to 3.0.3
4ff70e
4ff70e
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.2-3
4ff70e
- Update gsettings scriptlet
4ff70e
4ff70e
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.2-2
4ff70e
- Fix some strings appearing untranslated (e.g. 'Show Text Cursor')
4ff70e
4ff70e
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.2-1
4ff70e
- Update to 3.0.2
4ff70e
4ff70e
* Sun Apr 10 2011 Christopher Aillon <caillon@redhat.com> 1:3.0.1-1
4ff70e
- Update to 3.0.1
4ff70e
4ff70e
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.0-1
4ff70e
- Update to 3.0.0
4ff70e
4ff70e
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.92-1
4ff70e
- Update to 2.91.92
4ff70e
4ff70e
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.91-1
4ff70e
- Update to 2.91.91
4ff70e
4ff70e
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.90-1
4ff70e
- Update to 2.91.90
4ff70e
- Drop docbook-dtds dependency
4ff70e
4ff70e
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.10-4
4ff70e
- Rebuild against newer gtk
4ff70e
4ff70e
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.10-3
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
4ff70e
4ff70e
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.10-2
4ff70e
- Rebuild against new gtk
4ff70e
4ff70e
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.10-1
4ff70e
- Update to 2.91.10
4ff70e
4ff70e
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.9-1
4ff70e
- Update to 2.91.9
4ff70e
4ff70e
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-4
4ff70e
- Rebuild against new gtk
4ff70e
4ff70e
* Thu Aug 12 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-3
4ff70e
- Fix up dependencies for epoch
4ff70e
4ff70e
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-2
4ff70e
- Carry over the epoch from F14
4ff70e
4ff70e
* Mon Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-1
4ff70e
- Update to 2.31.7
4ff70e
4ff70e
* Sat Jul  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-2
4ff70e
- Rebuild against new webkit
4ff70e
4ff70e
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
4ff70e
- Update to 2.31.6
4ff70e
4ff70e
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-2.20100623git
4ff70e
- git snapshot that works with GLib 2.25.9
4ff70e
4ff70e
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
4ff70e
- Update to 2.31.5
4ff70e
4ff70e
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
4ff70e
- Update to 2.31.4
4ff70e
4ff70e
* Mon May 24 2010 Matthew Barnes <mbarnes@redhat.com> - 2.30.1-2
4ff70e
- Require gnome-user-docs so that Help->Contents works.
4ff70e
4ff70e
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
4ff70e
- Update to 2.30.1
4ff70e
4ff70e
* Fri Apr  9 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
4ff70e
- Drop libbeagle dep
4ff70e
- Use GConf macros
4ff70e
4ff70e
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
4ff70e
- Update to 2.30.0
4ff70e
4ff70e
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
4ff70e
- Update to 2.29.5
4ff70e
4ff70e
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.4-1
4ff70e
- Update to 2.29.4
4ff70e
- Update version requirements.
4ff70e
4ff70e
* Mon Jan 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-1
4ff70e
- Update to 2.29.3
4ff70e
4ff70e
* Fri Jan 22 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.2-1
4ff70e
- Update to 2.29.2
4ff70e
4ff70e
* Tue Jan  5 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1
4ff70e
- Update to 2.29.1
4ff70e
4ff70e
* Tue Jan  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-2
4ff70e
- Use %%global instead of %%define where %%define doesn't work
4ff70e
4ff70e
* Fri Dec  4 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
4ff70e
- Update to 2.28.1
4ff70e
4ff70e
* Wed Dec  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
4ff70e
- make mono dep more automatic
4ff70e
4ff70e
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
4ff70e
- Update to 2.28.0
4ff70e
4ff70e
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
4ff70e
- Update to 2.27.5
4ff70e
4ff70e
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
4ff70e
- Update to 2.27.4
4ff70e
4ff70e
* Sun Aug 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-2
4ff70e
- Remove space before ellipsis in menuitems
4ff70e
4ff70e
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
4ff70e
- Update to 2.27.3
4ff70e
4ff70e
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-4
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
4ff70e
4ff70e
* Sat Jul 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-3
4ff70e
- Drop unused direct dependencies
4ff70e
4ff70e
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-2
4ff70e
- Shrink GConf schemas
4ff70e
4ff70e
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1
4ff70e
- Update to 2.27.2
4ff70e
- Bump gnome_doc_utils requirement to 0.17.2.
4ff70e
4ff70e
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
4ff70e
- Update to 2.27.1
4ff70e
4ff70e
* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 2.26.0-3
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Mon Apr  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
4ff70e
- Clean up Requires a bit
4ff70e
4ff70e
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
4ff70e
- Update to 2.26.0
4ff70e
4ff70e
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
4ff70e
- Update to 2.25.1
4ff70e
4ff70e
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-6
4ff70e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
4ff70e
4ff70e
* Sun Dec 21 2008 Christopher Aillon <caillon@redhat.com> - 2.24.0-5
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Sat Dec 20 2008 Caolán McNamara <caolanm@redhat.com> - 2.24.0-4
4ff70e
- rebuild for gecko
4ff70e
4ff70e
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
4ff70e
- %%summary and %%description tweakage
4ff70e
4ff70e
* Wed Sep 24 2008 Christopher Aillon <caillon@redhat.com> - 2.24.0-2
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
4ff70e
- Update ot 2.24.0
4ff70e
4ff70e
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1
4ff70e
- Update to 2.23.91
4ff70e
4ff70e
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
4ff70e
- Update to 2.23.2
4ff70e
4ff70e
* Tue Jul 22 2008 Martin Stransky <stransky@redhat.com> - 2.23.1-3
4ff70e
- rebuild for xulrunner update
4ff70e
4ff70e
* Fri Jun 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
4ff70e
- Use a standard icon name in the desktop file
4ff70e
4ff70e
* Tue Jun 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1
4ff70e
- Update to 2.23.1
4ff70e
4ff70e
* Mon May 19 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-2
4ff70e
- Require docbook-dtds (RH bug #447209).
4ff70e
4ff70e
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
4ff70e
- Update to 2.22.1
4ff70e
4ff70e
* Mon Mar 31 2008 Jon McCann <jmccann@redhat.com> - 2.22.0-4
4ff70e
- Disallow launchers when running under GDM.
4ff70e
4ff70e
* Mon Mar 31 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3
4ff70e
- Update patch for RH bug #437328.
4ff70e
4ff70e
* Thu Mar 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2
4ff70e
- Add patch for RH bug #437328 (searching with Beagle broken).
4ff70e
4ff70e
* Sun Mar 09 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1
4ff70e
- Update to 2.22.0
4ff70e
4ff70e
* Thu Feb 28 2008 Martin Stransky <stransky@redhat.com> - 2.21.90-4
4ff70e
- updated xulrunner patch, rebuild against xulrunner
4ff70e
4ff70e
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-3
4ff70e
- Autorebuild for GCC 4.3
4ff70e
4ff70e
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-2
4ff70e
- Rebuild with GCC 4.3
4ff70e
4ff70e
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1
4ff70e
- Update to 2.21.90
4ff70e
4ff70e
* Tue Jan 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2
4ff70e
- Look for new-style xulrunner pkg-config files.
4ff70e
- Build requires gecko-devel-unstable.
4ff70e
4ff70e
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.2-1
4ff70e
- Update to 2.21.2
4ff70e
4ff70e
* Sun Dec 30 2007 Jeremy Katz <katzj@redhat.com> - 2.21.1-3
4ff70e
- Rebuild for new xulrunner
4ff70e
4ff70e
* Sat Dec  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
4ff70e
- Rebuild against new libbeagle
4ff70e
4ff70e
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
4ff70e
- Update to 2.21.1
4ff70e
4ff70e
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-9
4ff70e
- Rebuild against xulrunner again
4ff70e
4ff70e
* Thu Nov 22 2007 Martin Stransky <stransky@redhat.com> - 2.20.0-8
4ff70e
- rebuild against xulrunner
4ff70e
4ff70e
* Fri Nov 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-7
4ff70e
- Handle .HP tags in man pages
4ff70e
4ff70e
* Fri Nov 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-6
4ff70e
- Rebuild against gecko-libs 1.8.1.9.
4ff70e
4ff70e
* Mon Nov  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-5
4ff70e
- Fix a crash in search (#361041)
4ff70e
4ff70e
* Sun Nov  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
4ff70e
- Fix a crash when loading the rarian docs
4ff70e
4ff70e
* Thu Nov 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-3
4ff70e
- Rebuild against gecko-libs 1.8.1.8.
4ff70e
4ff70e
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
4ff70e
- Rebuild against new dbus-glib
4ff70e
4ff70e
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-1
4ff70e
- Update to 2.20.0
4ff70e
4ff70e
* Thu Aug 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-3
4ff70e
- Remove --add-only-show-in from desktop-file-install (RH bug #258821).
4ff70e
4ff70e
* Wed Aug 22 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-2
4ff70e
- Mass rebuild
4ff70e
4ff70e
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-1
4ff70e
- Update to 2.19.90
4ff70e
- Remove "info-gnutls" patch (fixed upstream).
4ff70e
- Remove patch for GNOME bug #370167 (fixed upstream).
4ff70e
- Remove patch for GNOME bug #430365 (fixed upstream).
4ff70e
- Remove patch for GNOME bug #431078 (fixed upstream).
4ff70e
4ff70e
* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> - 2.19.1-4
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Fri Aug 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-3
4ff70e
- Require rarian-devel for building.
4ff70e
4ff70e
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
4ff70e
- Update the license field
4ff70e
4ff70e
* Thu Aug 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-1
4ff70e
- Update to 2.19.1
4ff70e
- Adapt the "apropos" patch for 2.19.1.
4ff70e
- The "posix-man" patch appears to no longer apply.
4ff70e
- Update dependencies based on configure.ac.
4ff70e
4ff70e
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 2.18.1-7
4ff70e
- rebuild for toolchain bug
4ff70e
4ff70e
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-6
4ff70e
- Require gnome-doc-utils-stylesheets instead of gnome-doc-utils
4ff70e
4ff70e
* Fri Jul 20 2007 Kai Engert <kengert@redhat.com> - 2.18.1-5
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Wed May 25 2007 Christopher Aillon <caillon@redhat.com> - 2.18.1-4
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Wed Apr 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-3
4ff70e
- Improve the man parser a bit
4ff70e
- Fix another crash in the info parser 
4ff70e
4ff70e
* Tue Apr 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-2
4ff70e
- Fix a crash in the info parser (#216308)
4ff70e
4ff70e
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.18.1-1
4ff70e
- Update to 2.18.1
4ff70e
4ff70e
* Fri Mar 23 2007 Christopher Aillon <caillon@redhat.com> - 2.18.0-2
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Tue Mar 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.18.0-1
4ff70e
- Update to 2.18.0
4ff70e
4ff70e
* Wed Feb 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.16.2-5
4ff70e
- Rebuild against newer gecko.
4ff70e
4ff70e
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> 2.16.2-4
4ff70e
- Don't own /usr/share/icons/hicolor
4ff70e
4ff70e
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> 2.16.2-3
4ff70e
- own %%{_datadir}/gnome/help (#205799)
4ff70e
- rpmlint silencing:
4ff70e
 - add a URL: tag
4ff70e
 - add some docs
4ff70e
4ff70e
* Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 2.16.2-2
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.2-1
4ff70e
- Update to 2.16.2
4ff70e
- Drop obsolete patch
4ff70e
4ff70e
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-6
4ff70e
- Improve the whatis parser
4ff70e
4ff70e
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-5
4ff70e
- Silence %%pre
4ff70e
4ff70e
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-4
4ff70e
- Improve the previous fix
4ff70e
4ff70e
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-3
4ff70e
- Fix some crashes (#212888)
4ff70e
4ff70e
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - 2.16.1-2
4ff70e
- Rebuild against newer gecko
4ff70e
4ff70e
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
4ff70e
- Update to 2.16.1
4ff70e
4ff70e
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
4ff70e
- Fix scripts according to the packaging guidelines
4ff70e
4ff70e
* Thu Oct 12 2006 Christopher Aillon <caillon@redhat.com> - 2.16.0-4.fc6
4ff70e
- Update requires to the virtual gecko version instead of a specific app
4ff70e
4ff70e
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> - 2.16.0-3.fc6
4ff70e
- Rebuild
4ff70e
4ff70e
* Wed Sep  6 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-2.fc6
4ff70e
- Actually apply the Pango patch
4ff70e
4ff70e
* Mon Sep  4 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-1.fc6
4ff70e
- Update to 2.16.0
4ff70e
4ff70e
* Tue Aug 29 2006 Matthias Clasen  <mclasen@redhat.com> - 2.15.91-3.fc6
4ff70e
- Use Pango 
4ff70e
4ff70e
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-2
4ff70e
- Rebuild
4ff70e
4ff70e
* Thu Aug 10 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-1
4ff70e
- Update to 2.15.91
4ff70e
4ff70e
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
4ff70e
- Update to 2.15.5
4ff70e
- Rebuild against firefox-devel
4ff70e
4ff70e
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
4ff70e
- Go back to 2.15.2, since gecko 1.8 is still missing
4ff70e
4ff70e
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.3-1.1
4ff70e
- rebuild
4ff70e
4ff70e
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
4ff70e
- Update to 2.15.3
4ff70e
4ff70e
* Tue May 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
4ff70e
- Update to 2.15.2
4ff70e
4ff70e
* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-3
4ff70e
- Bump mozilla_version from 1.7.12 to 1.7.13 (closes #190880).
4ff70e
4ff70e
* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2
4ff70e
- Add build requirements: startup-notification-devel
4ff70e
                          libgnomeprintui22-devel
4ff70e
                          libXt-devel
4ff70e
4ff70e
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
4ff70e
- Update to 2.15.1
4ff70e
4ff70e
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
4ff70e
- Update to 2.14.1
4ff70e
4ff70e
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
4ff70e
- Update to 2.14.0
4ff70e
4ff70e
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.6-1
4ff70e
- Update to 2.13.6
4ff70e
4ff70e
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-2
4ff70e
- Turn on info and man support for test3
4ff70e
4ff70e
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
4ff70e
- Update to 2.13.5
4ff70e
4ff70e
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.4-1.2
4ff70e
- bump again for double-long bug on ppc(64)
4ff70e
4ff70e
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.4-1.1
4ff70e
- rebuilt for new gcc4.1 snapshot and glibc changes
4ff70e
4ff70e
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
4ff70e
- Update to 2.13.4
4ff70e
4ff70e
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
4ff70e
- Update to 2.13.3
4ff70e
- enable search
4ff70e
4ff70e
* Wed Jan 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.2-3
4ff70e
- Disable search, since it doesn't compile against 
4ff70e
  current beagle
4ff70e
4ff70e
* Thu Dec 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.13.2-2
4ff70e
- Patched to include DocBook mimetype in desktop file, and added preun and post
4ff70e
  hooks to update-desktop-database (#175880)
4ff70e
- Patched to ensure that Yelp recognizes that it can handle the mimetype of the
4ff70e
  documentation as reported by gnomevfs (also #175880) 
4ff70e
4ff70e
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
4ff70e
- Update to 2.13.2
4ff70e
4ff70e
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
4ff70e
- rebuilt
4ff70e
4ff70e
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.1-6
4ff70e
- Update to 2.13.1
4ff70e
4ff70e
* Wed Oct 19 2005 Jeremy Katz <katzj@redhat.com> - 2.12.1-5
4ff70e
- build on ppc64 now that we have mozilla there again
4ff70e
4ff70e
* Tue Oct 18 2005 Christopher Aillon <caillon@redhat.com> - 2.12.1-4
4ff70e
- Rebuild
4ff70e
4ff70e
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-3
4ff70e
- Include the category General|Linux|Distributions|Other on the
4ff70e
  title page
4ff70e
4ff70e
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
4ff70e
- Fix a double-free bug
4ff70e
4ff70e
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
4ff70e
- Update to 2.12.1
4ff70e
4ff70e
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
4ff70e
- Update to 2.12.0
4ff70e
4ff70e
* Wed Aug 17 2005 Jeremy Katz <katzj@redhat.com> - 2.11.1-5
4ff70e
- rebuild
4ff70e
4ff70e
* Wed Aug 17 2005 Ray Strode <rstrode@redhat.com> 2.11.1-4
4ff70e
- rebuild
4ff70e
4ff70e
* Sun Jul 31 2005 Christopher Aillon <caillon@redhat.com> 2.11.1-3
4ff70e
- Rebuild against newer mozilla
4ff70e
4ff70e
* Tue Jul 19 2005 Christopher Aillon <caillon@redhat.com> 2.11.1-2
4ff70e
- Rebuild against newer mozilla
4ff70e
4ff70e
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
4ff70e
- Newer upstream version
4ff70e
4ff70e
* Thu May 19 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
4ff70e
- Update to 2.10.0 (bug 157752, 146862).
4ff70e
4ff70e
* Thu May 19 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-7
4ff70e
- Depend on mozilla 1.7.8
4ff70e
4ff70e
* Thu Apr 28 2005 Ray Strode <rstrode@redhat.com> 2.9.3-6
4ff70e
- Disable man support
4ff70e
- Disable info support
4ff70e
- Don't try to install schemas during install (bug 154035)
4ff70e
4ff70e
* Mon Apr 18 2005 Ray Strode <rstrode@redhat.com> 2.9.3-5
4ff70e
- Depend on mozilla 1.7.7
4ff70e
4ff70e
* Mon Apr  4 2005 Ray Strode <rstrode@redhat.com> 2.9.3-4
4ff70e
- rebuilt
4ff70e
4ff70e
* Wed Mar  9 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-3
4ff70e
- Depend on mozilla 1.7.6
4ff70e
4ff70e
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-2
4ff70e
- Rebuild against GCC 4.0
4ff70e
4ff70e
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.3-1
4ff70e
- Update to 2.9.3
4ff70e
4ff70e
* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 2.6.5-1
4ff70e
- Update to 2.6.5
4ff70e
4ff70e
* Sat Nov  6 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.6.4-1
4ff70e
- Update to 2.6.4
4ff70e
4ff70e
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.6.3-1
4ff70e
- Update to 2.6.3
4ff70e
4ff70e
* Fri Sep 03 2004 Matthias Clasen <mclasen@redhat.com> 2.6.2-2
4ff70e
- fix an translation problem
4ff70e
4ff70e
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.6.2-1
4ff70e
- update to 2.6.2
4ff70e
4ff70e
* Wed Jun 30 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
4ff70e
- Update to 2.6.1
4ff70e
4ff70e
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
4ff70e
- rebuilt
4ff70e
4ff70e
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
4ff70e
- update to 2.6.0
4ff70e
4ff70e
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.90-2
4ff70e
- Fix requirements
4ff70e
4ff70e
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
4ff70e
- update to 2.5.90
4ff70e
4ff70e
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
4ff70e
- rebuilt
4ff70e
4ff70e
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
4ff70e
- update to 2.5.6
4ff70e
4ff70e
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
4ff70e
- rebuilt
4ff70e
4ff70e
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
4ff70e
- update to 2.5.3
4ff70e
4ff70e
* Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 2.4.0-2
4ff70e
- Fix g_strdup_printf usage in info2html (bug #111200, patch from
4ff70e
  Miloslav Trmac).
4ff70e
4ff70e
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
4ff70e
- update to 2.4.0 (only code change is bugfix from me)
4ff70e
- Fixed the utf8 manpage patch (#91689)
4ff70e
4ff70e
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
4ff70e
- info and manpages are utf8
4ff70e
4ff70e
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-1
4ff70e
- Update for gnome 2.3
4ff70e
4ff70e
* Wed Jul  9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1.E
4ff70e
- Rebuild
4ff70e
4ff70e
* Mon Jul  7 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
4ff70e
- update to 2.2.3
4ff70e
4ff70e
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
4ff70e
- rebuilt
4ff70e
4ff70e
* Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3
4ff70e
- fix buildrequires
4ff70e
4ff70e
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
4ff70e
- rebuilt
4ff70e
4ff70e
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
4ff70e
- Update to 2.2.0
4ff70e
- Add libglade dependency
4ff70e
4ff70e
* Tue Jan  7 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1
4ff70e
- Updated to 2.1.4
4ff70e
4ff70e
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
4ff70e
- rebuild for all arches
4ff70e
4ff70e
* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
4ff70e
- Remove the strange copyright on the start page. Fixes #69106
4ff70e
4ff70e
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- 1.0.2
4ff70e
- include libexecdir stuff
4ff70e
4ff70e
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- rebuild with new gail
4ff70e
- 1.0.1
4ff70e
4ff70e
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
4ff70e
- automated rebuild
4ff70e
4ff70e
* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- put all the binaries in the file list... why is this package so hard?
4ff70e
4ff70e
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- put images in file list, this thing will be non-ugly yet
4ff70e
4ff70e
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- 1.0
4ff70e
- use desktop-file-install to install/munge .desktop files
4ff70e
- put the sgml stuff in file list
4ff70e
4ff70e
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- rebuild in different environment
4ff70e
4ff70e
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- 0.10
4ff70e
4ff70e
* Sun May 26 2002 Tim Powers <timp@redhat.com>
4ff70e
- automated rebuild
4ff70e
4ff70e
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- rebuild in different environment
4ff70e
4ff70e
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- 0.8
4ff70e
4ff70e
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- 0.6.1
4ff70e
4ff70e
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
4ff70e
- 0.6
4ff70e
4ff70e
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
4ff70e
- Rebuild for new gnome2 libraries
4ff70e
4ff70e
* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
4ff70e
- Initial build.