Blame SPECS/yelp.spec

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