Blame SPECS/devhelp.spec

959b3c
### Abstract ###
959b3c
959b3c
Name: devhelp
959b3c
Version: 3.8.2
5a12c4
Release: 6%{?dist}
959b3c
Epoch: 1
959b3c
License: GPLv2+
959b3c
Group: Development/Tools
959b3c
Summary: API documention browser
959b3c
URL: http://live.gnome.org/devhelp
959b3c
#VCS: git:git://git.gnome.org/devhelp
959b3c
Source: http://download.gnome.org/sources/devhelp/3.8/devhelp-%{version}.tar.xz
959b3c
959b3c
Patch0: devhelp-3.8.2-python2.patch
959b3c
959b3c
### Dependencies ###
959b3c
959b3c
Requires(post):   /usr/bin/gtk-update-icon-cache
959b3c
Requires(postun): /usr/bin/gtk-update-icon-cache
959b3c
959b3c
### Build Dependencies ###
959b3c
959b3c
BuildRequires: desktop-file-utils >= 0.3
959b3c
BuildRequires: gettext
959b3c
BuildRequires: intltool
959b3c
BuildRequires: gtk3-devel
959b3c
BuildRequires: webkitgtk3-devel
959b3c
BuildRequires: GConf2-devel
959b3c
959b3c
%description
959b3c
Devhelp is an API documentation browser for the GNOME desktop.
959b3c
It works natively with API documentation generated by gtk-doc.
959b3c
959b3c
%package devel
959b3c
Summary: Library to embed Devhelp in other applications
959b3c
Group: Development/Libraries
959b3c
Requires: %{name} = %{epoch}:%{version}-%{release}
959b3c
959b3c
%description devel
959b3c
Devhelp is an API documentation browser for the GNOME desktop.
959b3c
This package contains a library that can be used for embedding devhelp
959b3c
into other applications such as IDEs.
959b3c
959b3c
%prep
959b3c
%setup -q
959b3c
%patch0 -p1 -b .python2
959b3c
959b3c
%build
959b3c
%configure --disable-static
959b3c
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
959b3c
959b3c
%install
959b3c
make install DESTDIR=$RPM_BUILD_ROOT
959b3c
959b3c
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
959b3c
959b3c
mkdir -p $RPM_BUILD_ROOT%{_datadir}/devhelp/books
959b3c
959b3c
%find_lang devhelp
959b3c
959b3c
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/devhelp.desktop
959b3c
959b3c
%post
959b3c
/sbin/ldconfig
959b3c
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
959b3c
959b3c
%postun
959b3c
/sbin/ldconfig
959b3c
if [ $1 -eq 0 ]; then
959b3c
  glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
959b3c
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
959b3c
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
959b3c
fi
959b3c
959b3c
%posttrans
959b3c
glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
959b3c
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
959b3c
959b3c
%files -f devhelp.lang
959b3c
%doc AUTHORS COPYING NEWS README misc/devhelp.{el,vim}
959b3c
959b3c
%{_bindir}/devhelp
959b3c
%{_libdir}/libdevhelp*.so.*
959b3c
959b3c
%{_datadir}/applications/devhelp.desktop
959b3c
%{_datadir}/devhelp
959b3c
%{_datadir}/GConf/gsettings/devhelp.convert
959b3c
%{_datadir}/glib-2.0/schemas/org.gnome.devhelp.gschema.xml
959b3c
%{_datadir}/icons/hicolor/16x16/apps/devhelp.png
959b3c
%{_datadir}/icons/hicolor/22x22/apps/devhelp.png
959b3c
%{_datadir}/icons/hicolor/24x24/apps/devhelp.png
959b3c
%{_datadir}/icons/hicolor/32x32/apps/devhelp.png
959b3c
%{_datadir}/icons/hicolor/48x48/apps/devhelp.png
959b3c
%{_datadir}/icons/hicolor/256x256/apps/devhelp.png
959b3c
959b3c
%dir %{_libdir}/gedit
959b3c
%dir %{_libdir}/gedit/plugins
959b3c
%{_libdir}/gedit/plugins/devhelp.*
959b3c
959b3c
%files devel
959b3c
%{_prefix}/include/devhelp-3.0
959b3c
%{_libdir}/libdevhelp*.so
959b3c
%{_libdir}/pkgconfig/*
959b3c
959b3c
%changelog
5a12c4
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:3.8.2-6
5a12c4
- Mass rebuild 2014-01-24
5a12c4
5a12c4
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:3.8.2-5
5a12c4
- Mass rebuild 2013-12-27
5a12c4
959b3c
* Mon Oct 14 2013 Matthew Barnes <mbarnes@redhat.com> - 1:3.8.2-4
959b3c
- Load the gedit plugin with python, not python3. (#979450).
959b3c
959b3c
* Sun Oct 13 2013 Matthew Barnes <mbarnes@redhat.com> - 1:3.8.2-3
959b3c
- Package vim and emacs support files. (#1016792)
959b3c
959b3c
* Wed Jul 16 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.2-2
959b3c
- Update url
959b3c
959b3c
* Wed May 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.2-1
959b3c
- Update to 3.8.2
959b3c
959b3c
* Wed Apr 17 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.1-1
959b3c
- Update to 3.8.1
959b3c
959b3c
* Wed Mar 27 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-2
959b3c
- Rebuilt for libwebkit2gtk soname bump
959b3c
959b3c
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
959b3c
- Update to 3.8.0
959b3c
959b3c
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.91-1
959b3c
- Update to 3.7.91
959b3c
959b3c
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.5-2
959b3c
- Rebuilt for libwebkit2gtk soname bump
959b3c
959b3c
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.5-1
959b3c
- Update to 3.7.5
959b3c
- Remove the desktop file vendor prefix
959b3c
959b3c
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.7.3-1
959b3c
- Update to 3.7.3
959b3c
- Adapt for the GConf to gsettings conversion
959b3c
959b3c
* Wed Nov 14 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
959b3c
- Update to 3.6.1
959b3c
- Drop manual requires from -devel package; these are all picked up
959b3c
  automatically with recent rpmbuild
959b3c
959b3c
* Tue Sep 25 2012 Richard Hughes <hughsient@gmail.com> - 1:3.6.0-1
959b3c
- Update to 3.6.0
959b3c
959b3c
* Tue Sep 18 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.5.92-1
959b3c
- Update to 3.5.92
959b3c
959b3c
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.5-1
959b3c
- Update to 3.5.5
959b3c
959b3c
* Mon Jul 23 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.4.1-3
959b3c
- Fix build (don't install icon cache)
959b3c
959b3c
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.4.1-2
959b3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
959b3c
959b3c
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.1-1
959b3c
- Update to 3.4.1
959b3c
959b3c
* Tue Mar 27 2012 Debarshi Ray <rishi@fedoraproject.org> - 1:3.4.0-1
959b3c
- Update to 3.4.0
959b3c
959b3c
* Tue Mar  6 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.91-1
959b3c
- Update to 3.3.91
959b3c
959b3c
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.3-2
959b3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
959b3c
959b3c
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.3-1
959b3c
- Update to 3.3.3
959b3c
959b3c
* Tue Oct 11 2011 Matthew Barnes <mbarnes@redhat.com> - 1:3.2.0-2
959b3c
- Own /usr/lib/gedit and /usr/lib/gedit/plugins (RH bug #744884).
959b3c
959b3c
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
959b3c
- Update to 3.2.0
959b3c
959b3c
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.0-2
959b3c
- Update icon cache scriptlet
959b3c
959b3c
* Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
959b3c
- Update to 3.0.0
959b3c
959b3c
* Wed Mar 23 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.92-1
959b3c
- Update to 2.91.92
959b3c
959b3c
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91.2-1
959b3c
- Update to 2.91.91.2
959b3c
959b3c
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91.1-1
959b3c
- Update to 2.91.91.1
959b3c
959b3c
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.91-1
959b3c
- Update to 2.91.91
959b3c
959b3c
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.90-1
959b3c
- 2.91.90
959b3c
959b3c
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-4
959b3c
- Rebuild for newer gtk
959b3c
959b3c
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.5-3
959b3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
959b3c
959b3c
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-2
959b3c
- Rebuild
959b3c
959b3c
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.5-1
959b3c
- Update to 2.91.5
959b3c
959b3c
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-1
959b3c
- Update to 2.91.4
959b3c
959b3c
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-1
959b3c
- Update to 2.91.3
959b3c
959b3c
* Mon Nov 15 2010 Kalev Lember <kalev@smartlink.ee> - 2.90.5-6
959b3c
- Carry epoch over from F14 branch to preserve upgrade path
959b3c
- Backported upstream patches to fix build with latest gtk3
959b3c
959b3c
* Thu Sep 09 2010 Bastien Nocera <bnocera@redhat.com> 2.90.5-5
959b3c
- Fix broken schemas file, and "disabled_books" usage (#624198)
959b3c
959b3c
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-4
959b3c
- Incorporate a few upstream fixes
959b3c
959b3c
* Wed Aug 11 2010 David Malcolm <dmalcolm@redhat.com> - 2.90.5-3
959b3c
- recompiling .py files against Python 2.7 (rhbz#623286)
959b3c
959b3c
* Wed Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-2
959b3c
- Fix platform check to work with GTK3
959b3c
959b3c
* Wed Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.90.5-1
959b3c
- Update to 2.90.5
959b3c
959b3c
* Sat Jul  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
959b3c
- Rebuild against new webkit
959b3c
959b3c
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
959b3c
- Update to 2.30.0
959b3c
959b3c
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.90-1
959b3c
- Update to 2.29.90
959b3c
- Remove patch for RH bug #543177 (fixed upstream).
959b3c
959b3c
* Wed Dec 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-2
959b3c
- Add patch for RH bug #543177 (missing webkit-1.0 requirement).
959b3c
959b3c
* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 2.29.3-1
959b3c
- Update to 2.29.3
959b3c
959b3c
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
959b3c
- Update to 2.28.0
959b3c
959b3c
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
959b3c
- Update to 2.27.92
959b3c
959b3c
* Fri Aug 21 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23.1-2
959b3c
- Remove patch for GNOME bug #572022 to help fix RH bug #518481.
959b3c
959b3c
* Wed Aug 12 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23.1-1
959b3c
- Update to 0.23.1
959b3c
- Remove patch for GNOME bug #588655 (fixed upstream).
959b3c
959b3c
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-9
959b3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
959b3c
959b3c
* Wed Jul 15 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23-8
959b3c
- Add patch for GNOME bug #588655 (work around GLib deprecations).
959b3c
959b3c
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 0.23-7
959b3c
- Shrink GConf schemas
959b3c
959b3c
* Sun Mar 08 2009 Rakesh Pandit <rakesh@fedoraproject.org> - 0.23-6
959b3c
Bumped to consume new soname in webkit library.
959b3c
959b3c
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.23-5
959b3c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
959b3c
959b3c
* Mon Feb 16 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23-4
959b3c
- Disable strict-aliasing checks due to what looks like GLib breakage.
959b3c
959b3c
* Mon Feb 16 2009 - Bastien Nocera <bnocera@redhat.com> - 0.23-3
959b3c
- Fix displaying web pages, WebKit doesn't like local filenames as URIs
959b3c
- Add missing Gconf2-devel BR
959b3c
959b3c
* Fri Jan 23 2009 Matthias Clasen  <mclasen@redhat.com> - 0.23-2
959b3c
- Cosmetic spec fixes
959b3c
959b3c
* Mon Jan 19 2009 Matthew Barnes <mbarnes@redhat.com> - 0.23-1
959b3c
- Update to 0.23
959b3c
959b3c
* Fri Dec 05 2008 Matthew Barnes <mbarnes@redhat.com> - 0.22-2
959b3c
- Drop the gecko requirement, since it uses WebKit now.
959b3c
959b3c
* Mon Dec 01 2008 Matthew Barnes <mbarnes@redhat.com> - 0.22-1
959b3c
- Update to 0.22
959b3c
- Add BR: WebKit-gtk-devel
959b3c
959b3c
* Mon Dec 01 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm@gmail.com> - 0.21-4
959b3c
- Rebuild for Python 2.6
959b3c
959b3c
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 0.21-3
959b3c
- Tweak description
959b3c
959b3c
* Wed Sep 24 2008 Matthias Clasen <mclasen@redhat.com> - 0.21-2
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 0.21-1
959b3c
- Update to 0.21
959b3c
959b3c
* Mon Sep  8 2008 Matthias Clasen <mclasen@redhat.com> - 0.20-1
959b3c
- Update to 0.20
959b3c
959b3c
* Wed Jul 23 2008 Christopher Aillon <caillon@redhat.com> - 0.19.1-3
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Mon Jul 07 2008 Matthew Barnes <mbarnes@redhat.com> - 0.19.1-2
959b3c
- Rebuild, just to keep up with F9 package.
959b3c
959b3c
* Mon May 26 2008 Matthew Barnes <mbarnes@redhat.com> - 0.19.1-1
959b3c
- Update to 0.19.1
959b3c
959b3c
* Sun May  4 2008 Matthias Clasen <mclasen@redhat.com> - 0.19-5
959b3c
- Fix source url
959b3c
959b3c
* Tue Feb 26 2008 Martin Stransky <stransky@redhat.com> - 0.19-4
959b3c
- Rebuild against xulrunner
959b3c
959b3c
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.19-3
959b3c
- Autorebuild for GCC 4.3
959b3c
959b3c
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 0.19-2.fc9
959b3c
- Rebuild with GCC 4.3
959b3c
959b3c
* Thu Feb 07 2008 Matthew Barnes <mbarnes@redhat.com> - 0.19-1.fc9
959b3c
- Update to 0.19
959b3c
959b3c
* Wed Jan 30 2008 Matthias Clasen <mclasen@redhat.com> - 0.18-1
959b3c
- Update to 0.18
959b3c
959b3c
* Wed Jan 16 2008 Matthew Barnes <mbarnes@redhat.com> - 0.17-2.fc9
959b3c
- Update version requirements based on configure.in.
959b3c
959b3c
* Mon Jan 07 2008 Matthew Barnes <mbarnes@redhat.com> - 0.17-1.fc9
959b3c
- Update to 0.17
959b3c
- Remove patch for GNOME bug #499050 (fixed upstream).
959b3c
959b3c
* Mon Dec 31 2007 Jeremy Katz <katzj@redhat.com> - 0.16.1-5
959b3c
- Rebuild against newer xulrunner
959b3c
959b3c
* Thu Nov 22 2007 Martin Stransky <stransky@redhat.com> - 0.16.1-4.fc9
959b3c
- Rebuild against xulrunner
959b3c
959b3c
* Fri Nov 09 2007 Matthew Barnes <mbarnes@redhat.com> - 0.16.1-3.fc9
959b3c
- Rebuild against gecko-libs 1.8.1.9.
959b3c
959b3c
* Thu Nov 01 2007 Matthew Barnes <mbarnes@redhat.com> - 0.16.1-2.fc9
959b3c
- Rebuild against gecko-libs 1.8.1.8.
959b3c
959b3c
* Sat Oct 06 2007 Matthew Barnes <mbarnes@redhat.com> - 0.16.1-1.fc8
959b3c
- Update to 0.16.1
959b3c
959b3c
* Tue Sep 11 2007 Matthew Barnes <mbarnes@redhat.com> - 0.16-1.fc8
959b3c
- Update to 0.16
959b3c
959b3c
* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> - 0.15-4
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Mon Aug  6 2007 Matthias Clasen <mclasen@redhat.com> - 0.15-3
959b3c
- Update license field
959b3c
959b3c
* Fri Jul 20 2007 Kai Engert <kengert@redhat.com> - 0.15-2.fc8
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Mon Jun 18 2007 Matthew Barnes <mbarnes@redhat.com> - 0.15-1.fc8
959b3c
- Update to 0.15
959b3c
959b3c
* Tue Jun 05 2007 - Bastien Nocera <bnocera@redhat.com> - 0.14-4
959b3c
- Rebuild again
959b3c
959b3c
* Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.14-3
959b3c
- Rebuild against new libwnck
959b3c
959b3c
* Fri May 25 2007 Christopher Aillon <caillon@redhat.com> - 0.14-2
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Fri May 18 2007 Matthew Barnes <mbarnes@redhat.com> - 0.14-1.fc8
959b3c
- Update to 0.14
959b3c
- Remove patch for RH bug #230837 (fixed upstream).
959b3c
959b3c
* Mon Apr 23 2007 Matthew Barnes <mbarnes@redhat.com> - 0.13-7.fc7
959b3c
- Add patch for RH bug #230837 (initialize GThread).
959b3c
959b3c
* Sat Apr 21 2007 Matthias Clasen <mclasen@redhat.com> - 0.13-6
959b3c
- Don't install INSTALL
959b3c
959b3c
* Fri Mar 23 2007 Christopher Aillon <caillon@redhat.com> - 0.13-5
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Wed Feb 28 2007 Matthew Barnes <mbarnes@redhat.com> - 0.13-4
959b3c
- Rebuild against newer gecko.
959b3c
959b3c
* Mon Feb  5 2007 Matthias Clasen <mclasen@redhat.com> - 0.13-3
959b3c
- Fix scriptlet errors
959b3c
959b3c
* Sun Feb 04 2007 Matthew Barnes <mbarnes@redhat.com> - 0.13-2.fc7
959b3c
- Incorporate suggestions from package review.
959b3c
959b3c
* Sat Feb 03 2007 Matthew Barnes <mbarnes@redhat.com> - 0.13-1.fc7
959b3c
- Update to 0.13
959b3c
- Clean up the spec file.
959b3c
- Remove devhelp-0.12-transparent.patch (fixed upstream).
959b3c
959b3c
* Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 0.12-10
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Sat Nov 25 2006 Matthias Clasen <mclasen@redhat.com> - 0.12-9
959b3c
- Own the /usr/share/devhelp/books directory
959b3c
959b3c
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - 0.12-8
959b3c
- Rebuild against newer gecko
959b3c
959b3c
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 0.12-7
959b3c
- Fix scripts according to the packaging guidelines
959b3c
- Require pkgconfig in the -devel package
959b3c
959b3c
* Thu Oct 12 2006 Christopher Aillon <caillon@redhat.com> - 0.12-6.fc6
959b3c
- Update requires to the virtual gecko version instead of a specific app
959b3c
959b3c
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> - 0.12-5.fc6
959b3c
- Rebuild
959b3c
959b3c
* Mon Aug 14 2006 Matthias Clasen <mclasen@redhat.com> - 0.12-4.fc6
959b3c
- Fix transparent headers
959b3c
959b3c
* Mon Aug 14 2006 Matthew Barnes <mbarnes@redhat.com> - 0.12-3
959b3c
- Add missing Requires to devel package.
959b3c
959b3c
* Thu Aug 10 2006 Matthew Barnes <mbarnes@redhat.com> - 0.12-2
959b3c
- Rebuild against firefox, again.
959b3c
959b3c
* Sat Jul 29 2006 Matthias Clasen <mclasen@redhat.com> - 0.12-1
959b3c
- Update to 0.12
959b3c
- Rebuild against firefox
959b3c
959b3c
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.11-4
959b3c
- rebuild
959b3c
- bump mozver
959b3c
959b3c
* Sun Feb 12 2006 Christopher Aillon <caillon@redhat.com> - 0.11-2
959b3c
- Rebuild
959b3c
959b3c
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.11-1.1
959b3c
- rebuilt for new gcc4.1 snapshot and glibc changes
959b3c
959b3c
* Sun Dec 18 2005 Ray Strode <rstrode@redhat.com> - 0.11-1
959b3c
- Update to 0.11
959b3c
959b3c
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
959b3c
- rebuilt
959b3c
959b3c
* Tue Oct 18 2005 Christopher Aillon <caillon@redhat.com> - 0.10-6
959b3c
- Build on ppc64
959b3c
959b3c
* Wed Aug 17 2005 Jeremy Katz <katzj@redhat.com> - 0.10-5
959b3c
- fix the build
959b3c
959b3c
* Wed Aug 17 2005 Ray Strode <rstrode@redhat.com> 0.10.0-4
959b3c
- rebuild
959b3c
959b3c
* Sun Jul 31 2005 Christopher Aillon <caillon@redhat.com> 0.10.0-3
959b3c
- Rebuild against new mozilla
959b3c
959b3c
* Tue Jul 19 2005 Christopher Aillon <caillon@redhat.com> 0.10.0-2
959b3c
- Rebuild against new mozilla
959b3c
- Add builds for ia64 s390 s390x
959b3c
959b3c
* Thu May 19 2005 Ray Strode <rstrode@redhat.com> 0.10.0-1
959b3c
- Update to 0.10.0 (bug #157753) 
959b3c
959b3c
* Fri May 13 2005 Christopher Aillon <caillon@redhat.com> 0.9.3-7
959b3c
- Depend on mozilla 1.7.8
959b3c
959b3c
* Sat Apr 16 2005 Christopher Aillon <caillon@redhat.com> 0.9.3-6
959b3c
- Depend on mozilla 1.7.7
959b3c
959b3c
* Thu Apr 14 2005 Ray Strode <rstrode@redhat.com> 0.9.3-5
959b3c
- Don't crash on typeahead (bug #154398)
959b3c
959b3c
* Wed Mar  9 2005 Christopher Aillon <caillon@redhat.com> 0.9.3-4
959b3c
- Depend on mozilla 1.7.6
959b3c
959b3c
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 0.9.3-3
959b3c
- Rebuild against GCC 4.0
959b3c
959b3c
* Sun Dec 19 2004 Christopher Aillon <caillon@redhat.com> 0.9.3-2
959b3c
- Require mozilla 1.7.5
959b3c
959b3c
* Sun Dec 19 2004 Christopher Aillon <caillon@redhat.com> 0.9.3-1
959b3c
- Update to 0.9.3
959b3c
959b3c
* Mon Oct 11 2004 Christopher Aillon <caillon@redhat.com> 0.9.2-2
959b3c
- Rebuild to add ppc once again.
959b3c
959b3c
* Wed Sep 29 2004 Christopher Aillon <caillon@redhat.com> 0.9.2-1
959b3c
- Update to 0.9.2
959b3c
- Remove accel patch; its upstreamed now.
959b3c
959b3c
* Sun Sep 26 2004 Christopher Blizzard <blizzard@redhat.com> 0.9.1-6
959b3c
- Rebuild without explicit mozilla release
959b3c
959b3c
* Fri Sep 24 2004 Christopher Blizzard <blizzard@redhat.com> 0.9.1-5
959b3c
- Rebuild with explicit Mozilla version requires
959b3c
959b3c
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 0.9.1-4
959b3c
- Rebuilt to pick up new mozilla changes
959b3c
- Drop ppc from the build since mozilla doesn't build there anymore.
959b3c
959b3c
* Wed Aug 25 2004 Christopher Aillon <caillon@redhat.com> 0.9.1-3
959b3c
- Add Johan Svedberg's patch to add accelerators for back and forward 
959b3c
959b3c
* Mon Aug 09 2004 Christopher Aillon <caillon@redhat.com>
959b3c
- Rebuild
959b3c
959b3c
* Wed Aug 04 2004 Christopher Aillon <caillon@redhat.com>
959b3c
- Update to 0.9.1
959b3c
- Remove ld-library patch. It is upstream now.
959b3c
959b3c
* Wed Jun 23 2004 Christopher Aillon <caillon@redhat.com>
959b3c
- Update ExclusiveArch
959b3c
959b3c
* Tue Jun 22 2004 Christopher Aillon <caillon@redhat.com>
959b3c
- rebuilt
959b3c
959b3c
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
959b3c
- rebuilt
959b3c
959b3c
* Wed Apr 21 2004 Colin Walters <walters@redhat.com> 0.9-3
959b3c
- Update patch to avoid (unlikely) security issue noticed
959b3c
  by Jeremy Katz.
959b3c
959b3c
* Mon Apr 15 2004 Colin Walters <walters@redhat.com> 0.9-2
959b3c
- Apply patch from George Karabin <gkarabin@pobox.com> to
959b3c
  export LD_LIBRARY_PATH (closes bug 120220).
959b3c
959b3c
* Fri Apr  2 2004 Mark McLoughlin <markmc@redhat.com> 0.9-1
959b3c
- Update to 0.9
959b3c
- Install the schemas correctly
959b3c
- Package /usr/bin/devhelp-bin
959b3c
- Update requires/buildrequires
959b3c
- Only build on platforms where mozilla is available
959b3c
959b3c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
959b3c
- rebuilt
959b3c
959b3c
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 0.8.1-1
959b3c
- update to 0.8.1
959b3c
959b3c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
959b3c
- rebuilt
959b3c
959b3c
* Mon Dec  1 2003 Jonathan Blandford <jrb@redhat.com> 0.7.0-1
959b3c
- new version
959b3c
- Remove .la and .a files.
959b3c
959b3c
* Wed Jul 30 2003 Jonathan Blandford <jrb@redhat.com>
959b3c
- remove original devhelp desktop file.
959b3c
959b3c
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
959b3c
- rebuilt
959b3c
959b3c
* Sat May 24 2003 Florian La Roche <Florian.LaRoche@redhat.de>
959b3c
- add find_lang