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