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