Blame SPECS/devhelp.spec

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