Blame SPECS/yelp.spec

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