7964c56
%global _changelog_trimtime %(date +%s -d "1 year ago")
7964c56
820a62c
Name:          yelp
8f02f13
Epoch:         2
7462c2d
Version:       3.28.1
ed0e50b
Release:       2%{?dist}
820a62c
Summary:       Help browser for the GNOME desktop
820a62c
820a62c
Group:         Applications/System
c01d872
License:       LGPLv2+ and ASL 2.0 and GPLv2+
820a62c
URL:           https://wiki.gnome.org/Apps/Yelp
820a62c
#VCS:          git:git://git.gnome.org/yelp
7f5d8f9
Source:        https://download.gnome.org/sources/%{name}/3.28/%{name}-%{version}.tar.xz
937dabe
ce24389
# https://bugzilla.gnome.org/show_bug.cgi?id=687960
820a62c
Patch1:        0001-Center-new-windows.patch
820a62c
Igor Gnatenko c20ac44
BuildRequires:  gcc
820a62c
BuildRequires: pkgconfig(gtk+-3.0)
820a62c
BuildRequires: pkgconfig(liblzma)
820a62c
BuildRequires: pkgconfig(libxml-2.0)
820a62c
BuildRequires: pkgconfig(libexslt)
820a62c
BuildRequires: pkgconfig(libxslt)
820a62c
BuildRequires: pkgconfig(sqlite3)
1f6c02d
BuildRequires: pkgconfig(webkit2gtk-4.0)
820a62c
BuildRequires: pkgconfig(yelp-xsl)
37afdc1
BuildRequires: desktop-file-utils
37afdc1
BuildRequires: bzip2-devel
88a4ba0
BuildRequires: gettext-devel
b997e5f
BuildRequires: intltool
41eac4c
BuildRequires: itstool
820a62c
Requires:      yelp-libs%{?_isa} = %{epoch}:%{version}-%{release}
820a62c
Requires:      yelp-xsl
820a62c
b629415
cvsdist 04c44d1
%description
1ce6fdf
Yelp is the help browser for the GNOME desktop. It is designed
cvsdist 04c44d1
to help you browse all the documentation on your system in
1ce6fdf
one central tool, including traditional man pages, info pages and
1ce6fdf
documentation written in DocBook.
cvsdist 04c44d1
37afdc1
%package libs
37afdc1
Summary: Libraries for yelp
37afdc1
Group: Development/Libraries
37afdc1
37afdc1
%description libs
37afdc1
This package contains libraries used by the yelp help browser.
cvsdist 04c44d1
37afdc1
%package devel
37afdc1
Summary: Development files for yelp-libs
37afdc1
Group: Development/Libraries
7b36698
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}
f46e745
37afdc1
%description devel
37afdc1
This package contains header files and documentation for
37afdc1
the libraries in the yelp-libs package.
37afdc1
37afdc1
37afdc1
%prep
37afdc1
%setup -q
ce24389
%patch1 -p1
5eeccc4
cvsdist 04c44d1
%build
85248dc
%configure --disable-static
afceb13
5eeccc4
# drop unneeded direct library deps with --as-needed
5eeccc4
# libtool doesn't make this easy, so we do it the hard way
5eeccc4
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
5eeccc4
820a62c
make %{?_smp_mflags} V=1
cvsdist 04c44d1
cvsdist 04c44d1
%install
686b255
%make_install
cvsdist 04c44d1
1f6c02d
find $RPM_BUILD_ROOT%{_libdir} -name '*.la' -delete
37afdc1
cvsdist 04c44d1
%find_lang %{name}
cvsdist 04c44d1
8405a32
%check
8405a32
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/yelp.desktop
8405a32
bbc2cbc
%ldconfig_scriptlets libs
37afdc1
cvsdist 04c44d1
%files -f %{name}.lang
9bfaa15
%doc AUTHORS NEWS README
65cc29f
%license COPYING
cvsdist e822dbe
%{_bindir}/*
8405a32
%{_datadir}/applications/yelp.desktop
37afdc1
%{_datadir}/glib-2.0/schemas/org.gnome.yelp.gschema.xml
7462c2d
%{_datadir}/metainfo/yelp.appdata.xml
7462c2d
%{_datadir}/yelp/
e5e9e7f
%{_datadir}/yelp-xsl/xslt/common/domains/yelp.xml
37afdc1
37afdc1
%files libs
37afdc1
%{_libdir}/libyelp.so.*
d93a194
%dir %{_libdir}/yelp
d93a194
%dir %{_libdir}/yelp/web-extensions
1f6c02d
%{_libdir}/yelp/web-extensions/libyelpwebextension.so
37afdc1
37afdc1
%files devel
74f0e15
%{_libdir}/libyelp.so
37afdc1
%{_includedir}/libyelp
820a62c
%{_datadir}/gtk-doc
37afdc1
cvsdist 04c44d1
cvsdist 04c44d1
%changelog
ed0e50b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.28.1-2
ed0e50b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ed0e50b
7462c2d
* Mon Apr 09 2018 Kalev Lember <klember@redhat.com> - 2:3.28.1-1
7462c2d
- Update to 3.28.1
7462c2d
- Use upstream appdata file
7462c2d
7f5d8f9
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 2:3.28.0-1
7f5d8f9
- Update to 3.28.0
7f5d8f9
a17dc5f
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.27.1-3
a17dc5f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a17dc5f
bbc2cbc
* Sat Feb 03 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:3.27.1-2
bbc2cbc
- Switch to %%ldconfig_scriptlets
bbc2cbc
2c3bf49
* Sat Jan 13 2018 David King <amigadave@amigadave.com> - 2:3.27.1-1
2c3bf49
- Update to 3.27.1
2c3bf49
dc0486c
* Fri Jan 05 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2:3.26.0-2
dc0486c
- Remove obsolete scriptlets
dc0486c
4df2896
* Mon Sep 11 2017 David King <amigadave@amigadave.com> - 2:3.26.0-1
4df2896
- Update to 3.26.0
4df2896
d93a194
* Tue Aug 22 2017 Ville Skyttä <ville.skytta@iki.fi> - 2:3.25.3-5
d93a194
- Own %%{_libdir}/yelp dirs
d93a194
f4f9dfb
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.25.3-4
f4f9dfb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f4f9dfb
f1bfc90
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.25.3-3
f1bfc90
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f1bfc90
fa8edbc
* Thu Jul 13 2017 David King <amigadave@amigadave.com> - 2:3.25.3-2
fa8edbc
- Fix icon cache path in scriptlets (#1470335)
fa8edbc
8043a23
* Tue Jun 20 2017 David King <amigadave@amigadave.com> - 2:3.25.3-1
8043a23
- Update to 3.25.3
8043a23
13c1e0c
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.22.0-2
13c1e0c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
13c1e0c
3166d0f
* Tue Sep 20 2016 David King <amigadave@amigadave.com> - 2:3.22.0-1
3166d0f
- Update to 3.22.0
3166d0f
f6adbe1
* Tue Jun 21 2016 David King <amigadave@amigadave.com> - 2:3.21.3-1
f6adbe1
- Update to 3.21.3
f6adbe1
c0398a6
* Tue Apr 12 2016 David King <amigadave@amigadave.com> - 2:3.20.1-1
c0398a6
- Update to 3.20.1
c0398a6
151bd53
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 2:3.20.0-1
151bd53
- Update to 3.20.0
151bd53
8567245
* Tue Mar 01 2016 David King <amigadave@amigadave.com> - 2:3.19.91-1
8567245
- Update to 3.19.91
8567245
fe499dd
* Tue Feb 16 2016 David King <amigadave@amigadave.com> - 2:3.19.90-1
fe499dd
- Update to 3.19.90
fe499dd
14161e1
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:3.19.1-3
14161e1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
14161e1
8f02f13
* Sat Oct 31 2015 Adam Williamson <awilliam@redhat.com> - 2:3.19.1-2
8f02f13
- bump epoch to keep up with F23
8f02f13
afc5480
* Mon Oct 26 2015 David King <amigadave@amigadave.com> - 1:3.19.1-1
afc5480
- Update to 3.19.1
afc5480
c3284c6
* Mon Oct 12 2015 Kalev Lember <klember@redhat.com> - 1:3.18.1-1
c3284c6
- Update to 3.18.1
c3284c6
11e6a29
* Mon Sep 21 2015 Kalev Lember <klember@redhat.com> - 1:3.18.0-1
11e6a29
- Update to 3.18.0
11e6a29
84be013
* Tue Sep 01 2015 David King <amigadave@amigadave.com> - 1:3.17.91-1
84be013
- Update to 3.17.91
84be013
9bfaa15
* Mon Aug 17 2015 Kalev Lember <klember@redhat.com> - 1:3.17.90-1
9bfaa15
- Update to 3.17.90
686b255
- Use make_install macro
9bfaa15
6290222
* Tue Jul 21 2015 David King <amigadave@amigadave.com> - 1:3.17.4-1
6290222
- Update to 3.17.4
6290222
1f6c02d
* Tue Jun 23 2015 David King <amigadave@amigadave.com> - 1:3.17.3-1
1f6c02d
- Update to 3.17.3
1f6c02d
dc3c299
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.17.2-2
dc3c299
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
dc3c299
9fa7cf0
* Mon May 25 2015 David King <amigadave@amigadave.com> - 1:3.17.2-1
9fa7cf0
- Update to 3.17.2
9fa7cf0
ec2d1a5
* Mon May 11 2015 David King <amigadave@amigadave.com> - 1:3.16.1-1
ec2d1a5
- Update to 3.16.1
ec2d1a5
Richard Hughes 021e057
* Thu Mar 26 2015 Richard Hughes <rhughes@redhat.com> - 1:3.16.0-2
Richard Hughes 021e057
- Add an AppData file for the software center
Richard Hughes 021e057
ec2d1a5
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 1:3.16.0-1
4878a64
- Update to 3.16.0
4878a64
ec2d1a5
* Mon Mar 02 2015 David King <amigadave@amigadave.com> - 1:3.15.91-1
d2068cc
- Update to 3.15.91
d2068cc
ec2d1a5
* Mon Feb 16 2015 David King <amigadave@amigadave.com> - 1:3.15.90-1
32b8454
- Update to 3.15.90
65cc29f
- Use license macro for COPYING
32b8454
820a62c
* Wed Dec 10 2014 David King <amigadave@amigadave.com> - 1:3.14.1-3
820a62c
- Use pkgconfig for BuildRequires
820a62c
43050c4
* Mon Nov 10 2014 Matthias Clasen <mclasen@redhat.com> - 1:3.14.1-2
43050c4
- Drop the gnome-user-docs dependency (#1149511)
43050c4
0e67444
* Mon Oct 13 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.1-1
0e67444
- Update to 3.14.1
0e67444
c8ae59f
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-2
c8ae59f
- Drop unused build deps
c8ae59f
8e4c0e8
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.14.0-1
8e4c0e8
- Update to 3.14.0
8e4c0e8
e8d1781
* Tue Sep 16 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.92-1
e8d1781
- Update to 3.13.92
e8d1781
4349c2f
* Tue Aug 19 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.13.90-1
4349c2f
- Update to 3.13.90
4349c2f
f486d1c
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.13.3-2
f486d1c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f486d1c
Richard Hughes 39eac6f
* Tue Jun 24 2014 Richard Hughes <rhughes@redhat.com> - 1:3.13.3-1
Richard Hughes 39eac6f
- Update to 3.13.3
Richard Hughes 39eac6f
d990134
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.12.0-2
d990134
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
d990134
4228869
* Tue Mar 25 2014 Kalev Lember <kalevlember@gmail.com> - 1:3.12.0-1
4228869
- Update to 3.12.0
4228869
Richard Hughes 4f0ba68
* Wed Mar 05 2014 Richard Hughes <rhughes@redhat.com> - 1:3.11.91-1
Richard Hughes 4f0ba68
- Update to 3.11.91
Richard Hughes 4f0ba68
Richard Hughes 5389b8d
* Mon Nov 25 2013 Richard Hughes <rhughes@redhat.com> - 1:3.11.1-1
Richard Hughes 5389b8d
- Update to 3.11.1
Richard Hughes 5389b8d
Richard Hughes 76ce081
* Tue Oct 29 2013 Richard Hughes <rhughes@redhat.com> - 1:3.10.1-1
Richard Hughes 76ce081
- Update to 3.10.1
Richard Hughes 76ce081
fb6f6c0
* Tue Sep 24 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.10.0-1
fb6f6c0
- Update to 3.10.0
fb6f6c0
f5c2f48
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.91-1
f5c2f48
- Update to 3.9.91
f5c2f48
3888ec9
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.9.90-1
3888ec9
- Update to 3.9.90
3888ec9
fa886d0
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.8.1-6
fa886d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fa886d0
7964c56
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.1-5
7964c56
- Trim %%changelog
7964c56
eb6bef6
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.8.1-4
eb6bef6
- Don't install ChangeLog
eb6bef6
7b36698
* Sat May 25 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.1-3
7b36698
- Make yelp-libs dep arch-specific, thanks to Michael Schwendt (#967180)
1d93858
- Don't create empty /usr/share/gnome/help directory: this should be owned by
1d93858
  individual packages that install files in there (#964421)
85248dc
- Use configure --disable-static instead of removing the static .a afterwards
7b36698
7806044
* Sat May 18 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1:3.8.1-2
7806044
- yelp should depend on yelp-libs not the other way around
7806044
Richard Hughes cd2d5a2
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 1:3.8.1-1
Richard Hughes cd2d5a2
- Update to 3.8.1
Richard Hughes cd2d5a2
74a2a36
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.8.0-1
74a2a36
- Update to 3.8.0
74a2a36
8405a32
* Fri Feb 22 2013 Kalev Lember <kalevlember@gmail.com> - 1:3.7.90-2
8405a32
- Remove the desktop file vendor prefix
8405a32
Richard Hughes 35b7662
* Tue Feb 19 2013 Richard Hughes <rhughes@redhat.com> - 1:3.7.90-1
Richard Hughes 35b7662
- Update to 3.7.90
Richard Hughes 35b7662
883aa35
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.7.4-2
883aa35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
883aa35
Richard Hughes 9d8868b
* Wed Jan 16 2013 Richard Hughes <hughsient@gmail.com> - 1:3.7.4-1
Richard Hughes 9d8868b
- Update to 3.7.4
Richard Hughes 9d8868b
ce24389
* Fri Jan 4 2013 Matthias Clasen <mclasen@redhat.com> - 1:3.7.3-2
ce24389
- Optionally do the right thing with focus and window placement
ce24389
673007d
* Fri Dec 21 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.7.3-1
673007d
- Update to 3.7.3
673007d
ddad36d
* Mon Nov 12 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.2-1
ddad36d
- Update to 3.6.2
ddad36d
4f758bd
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.1-1
4f758bd
- Update to 3.6.1
4f758bd
9a16552
* Tue Sep 25 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.6.0-1
9a16552
- Update to 3.6.0
9a16552
Richard Hughes 7e7abc6
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.92-1
Richard Hughes 7e7abc6
- Update to 3.5.92
Richard Hughes 7e7abc6
Richard Hughes 1215efe
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.91-1
Richard Hughes 1215efe
- Update to 3.5.91
Richard Hughes 1215efe
Richard Hughes 1050a39
* Wed Aug 22 2012 Richard Hughes <hughsient@gmail.com> - 1:3.5.90-1
Richard Hughes 1050a39
- Update to 3.5.90
Richard Hughes 1050a39
0deaefd
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.4.2-3
0deaefd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0deaefd
60f21f7
* Sun Jul 15 2012 Ville Skyttä <ville.skytta@iki.fi> - 1:3.4.2-2
60f21f7
- Call ldconfig at -libs post(un)install time.
60f21f7
- Escape macros in %%changelog.
60f21f7
Richard Hughes c5a021e
* Fri May 18 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.2-1
Richard Hughes c5a021e
- Update to 3.4.2
Richard Hughes c5a021e
d2be271
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.1-2
d2be271
- Silence rpm scriptlet output
d2be271
5a6ebd2
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.4.1-1
5a6ebd2
- Update to 3.4.1
5a6ebd2
Richard Hughes 7714015
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 1:3.4.0-1
Richard Hughes 7714015
- Update to 3.4.0
Richard Hughes 7714015
ed0a630
* Tue Mar 20 2012 Kalev Lember <kalevlember@gmail.com> - 1:3.3.92-1
ed0a630
- Update to 3.3.92
ed0a630
7af254d
* Sat Feb 25 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.4-1
7af254d
- Update to 3.3.4
7af254d
87458f1
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 1:3.3.3-1
87458f1
- Update to 3.3.3
87458f1
666e14b
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.3.2-2
666e14b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
666e14b
51b308c
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.2-1
51b308c
- Update to 3.3.2
51b308c
9e52fb5
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.3.1-1
9e52fb5
- Update to 3.3.1
9e52fb5
78fa896
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:3.2.1-2
78fa896
- Rebuilt for glibc bug#747377
78fa896
e66793d
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.2.1-1
e66793d
- Update to 3.2.1
e66793d
ae9f9a5
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 1:3.2.0-1
ae9f9a5
- Update to 3.2.0
ae9f9a5
e66793d
* Wed Sep 21 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.4-2
e66793d
- Fix default uri
e66793d
fe47ea6
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.4-1
fe47ea6
- Update to 3.1.4
fe47ea6
5634618
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> - 1:3.1.3-1
5634618
- Update to 3.1.3
5634618
59b6530
* Thu Aug 16 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.2-1
59b6530
- Update to 3.1.2
59b6530
424adc2
* Wed Jul  6 2011 Matthias Clasen <mclasen@redhat.com> - 1:3.1.1-1
424adc2
- Update to 3.1.1
424adc2
Christopher Aillon b610f36
* Tue May 24 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.3-1
Christopher Aillon b610f36
- Update to 3.0.3
Christopher Aillon b610f36
Christopher Aillon c179c83
* Sat May 07 2011 Christopher Aillon <caillon@redhat.com> - 1:3.0.2-3
Christopher Aillon c179c83
- Update gsettings scriptlet
Christopher Aillon c179c83
937dabe
* Thu Apr 28 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.2-2
937dabe
- Fix some strings appearing untranslated (e.g. 'Show Text Cursor')
937dabe
ad48738
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.2-1
ad48738
- Update to 3.0.2
ad48738
Christopher Aillon afdae1f
* Sun Apr 10 2011 Christopher Aillon <caillon@redhat.com> 1:3.0.1-1
Christopher Aillon afdae1f
- Update to 3.0.1
Christopher Aillon afdae1f
72e613e
* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 1:3.0.0-1
72e613e
- Update to 3.0.0
72e613e
f7fad40
* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.92-1
f7fad40
- Update to 2.91.92
f7fad40
53a825e
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.91-1
53a825e
- Update to 2.91.91
53a825e
340602a
* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.90-1
340602a
- Update to 2.91.90
340602a
- Drop docbook-dtds dependency
340602a
ca4b289
* Thu Feb 10 2011 Matthias Clasen <mclasen@redhat.com> 1:2.91.10-4
ca4b289
- Rebuild against newer gtk
ca4b289
2d7f653
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:2.91.10-3
2d7f653
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2d7f653
25ff052
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.10-2
25ff052
- Rebuild against new gtk
25ff052
1bbbf45
* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.10-1
1bbbf45
- Update to 2.91.10
1bbbf45
284fee7
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> - 1:2.91.9-1
284fee7
- Update to 2.91.9
284fee7
ebd2b4b
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-4
ebd2b4b
- Rebuild against new gtk
ebd2b4b
26d7472
* Thu Aug 12 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-3
26d7472
- Fix up dependencies for epoch
26d7472
495afeb
* Wed Aug 11 2010 Matthias Clasen <mclasen@redhat.com> - 1:2.31.7-2
495afeb
- Carry over the epoch from F14
495afeb
c71dac5
* Mon Jul 14 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.7-1
41aea60
- Update to 2.31.7
41aea60
09362d1
* Sat Jul  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-2
09362d1
- Rebuild against new webkit
09362d1
f6c4902
* Wed Jun 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.6-1
f6c4902
- Update to 2.31.6
f6c4902
8abd9bd
* Wed Jun 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-2.20100623git
8abd9bd
- git snapshot that works with GLib 2.25.9
8abd9bd
488642c
* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.5-1
488642c
- Update to 2.31.5
488642c
37afdc1
* Thu May 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-1
37afdc1
- Update to 2.31.4
37afdc1
ac9ca9d
* Mon May 24 2010 Matthew Barnes <mbarnes@redhat.com> - 2.30.1-2
ac9ca9d
- Require gnome-user-docs so that Help->Contents works.
ac9ca9d
4c7545b
* Tue Apr 27 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.1-1
4c7545b
- Update to 2.30.1
4c7545b
97eb052
* Fri Apr  9 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-2
97eb052
- Drop libbeagle dep
97eb052
- Use GConf macros
97eb052
cadda99
* Mon Mar 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
cadda99
- Update to 2.30.0
cadda99
702c80e
* Mon Feb 22 2010 Matthias Clasen <mclasen@redhat.com> - 2.29.5-1
702c80e
- Update to 2.29.5
702c80e
5173027
* Mon Feb 08 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.4-1
5173027
- Update to 2.29.4
5173027
- Update version requirements.
5173027
3615f05
* Mon Jan 25 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.3-1
3615f05
- Update to 2.29.3
3615f05
9b9d3b1
* Fri Jan 22 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.2-1
9b9d3b1
- Update to 2.29.2
9b9d3b1
1e9da19
* Tue Jan  5 2010 Matthew Barnes <mbarnes@redhat.com> - 2.29.1-1
1e9da19
- Update to 2.29.1
1e9da19
783dfb6
* Tue Jan  5 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-2
60f21f7
- Use %%global instead of %%define where %%define doesn't work
783dfb6
dd8ecdb
* Fri Dec  4 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
dd8ecdb
- Update to 2.28.1
dd8ecdb
06a16b1
* Wed Dec  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
06a16b1
- make mono dep more automatic
06a16b1
5ab3108
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
5ab3108
- Update to 2.28.0
5ab3108
1f80994
* Mon Sep  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
1f80994
- Update to 2.27.5
1f80994
74e2327
* Mon Aug 24 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
74e2327
- Update to 2.27.4
74e2327
9345ac1
* Sun Aug 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-2
9345ac1
- Remove space before ellipsis in menuitems
9345ac1
26052f2
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
26052f2
- Update to 2.27.3
26052f2
555d0e5
* Mon Jul 27 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.2-4
555d0e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
555d0e5
5eeccc4
* Sat Jul 18 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-3
5eeccc4
- Drop unused direct dependencies
5eeccc4
f46e745
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.2-2
f46e745
- Shrink GConf schemas
f46e745
75ac4b9
* Mon Jun 29 2009 Matthew Barnes <mbarnes@redhat.com> - 2.27.2-1
75ac4b9
- Update to 2.27.2
4b33cbf
- Bump gnome_doc_utils requirement to 0.17.2.
75ac4b9
afceb13
* Mon Jun 15 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-1
afceb13
- Update to 2.27.1
afceb13
4393d35
* Mon Apr 27 2009 Christopher Aillon <caillon@redhat.com> - 2.26.0-3
4393d35
- Rebuild against newer gecko
4393d35
a6ae1f2
* Mon Apr  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
a6ae1f2
- Clean up Requires a bit
a6ae1f2
785043b
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
785043b
- Update to 2.26.0
785043b
5f14019
* Mon Mar 02 2009 Matthew Barnes <mbarnes@redhat.com> - 2.25.1-1
5f14019
- Update to 2.25.1
5f14019
ce3f012
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.24.0-6
ce3f012
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
ce3f012
e628154
* Sun Dec 21 2008 Christopher Aillon <caillon@redhat.com> - 2.24.0-5
e628154
- Rebuild against newer gecko
e628154
Caolan McNamara 9a81f55
* Sat Dec 20 2008 Caolán McNamara <caolanm@redhat.com> - 2.24.0-4
Caolan McNamara 9a81f55
- rebuild for gecko
Caolan McNamara 9a81f55
1ce6fdf
* Fri Nov 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
1ce6fdf
- %%summary and %%description tweakage
1ce6fdf
5c9c568
* Wed Sep 24 2008 Christopher Aillon <caillon@redhat.com> - 2.24.0-2
5c9c568
- Rebuild against newer gecko
5c9c568
fe80d69
* Mon Sep 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
fe80d69
- Update ot 2.24.0
fe80d69
4ff2281
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1
4ff2281
- Update to 2.23.91
4ff2281
1ed6554
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
1ed6554
- Update to 2.23.2
1ed6554
bb51b37
* Tue Jul 22 2008 Martin Stransky <stransky@redhat.com> - 2.23.1-3
bb51b37
- rebuild for xulrunner update
bb51b37
e4304eb
* Fri Jun 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.1-2
e4304eb
- Use a standard icon name in the desktop file
e4304eb
9fd5686
* Tue Jun 03 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.1-1
9fd5686
- Update to 2.23.1
9fd5686
fac9035
* Mon May 19 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.1-2
fac9035
- Require docbook-dtds (RH bug #447209).
fac9035
d2a2b26
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
d2a2b26
- Update to 2.22.1
d2a2b26
William Jon McCann 08beddc
* Mon Mar 31 2008 Jon McCann <jmccann@redhat.com> - 2.22.0-4
William Jon McCann 08beddc
- Disallow launchers when running under GDM.
William Jon McCann 08beddc
ed5ba6a
* Mon Mar 31 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-3
ed5ba6a
- Update patch for RH bug #437328.
ed5ba6a
d6be31b
* Thu Mar 13 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-2
d6be31b
- Add patch for RH bug #437328 (searching with Beagle broken).
d6be31b
0921636
* Sun Mar 09 2008 Matthew Barnes <mbarnes@redhat.com> - 2.22.0-1
0921636
- Update to 2.22.0
0921636
294cce2
* Thu Feb 28 2008 Martin Stransky <stransky@redhat.com> - 2.21.90-4
294cce2
- updated xulrunner patch, rebuild against xulrunner
294cce2
fb20623
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.90-3
fb20623
- Autorebuild for GCC 4.3
fb20623
bb542db
* Sun Feb 17 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-2
bb542db
- Rebuild with GCC 4.3
bb542db
b9cd44f
* Mon Jan 28 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.90-1
b9cd44f
- Update to 2.21.90
b9cd44f
cd6ec20
* Tue Jan 08 2008 Matthew Barnes <mbarnes@redhat.com> - 2.21.2-2
cd6ec20
- Look for new-style xulrunner pkg-config files.
b9cd44f
- Build requires gecko-devel-unstable.
cd6ec20
94abe44
* Tue Jan 08 2008 - Bastien Nocera <bnocera@redhat.com> - 2.21.2-1
94abe44
- Update to 2.21.2
94abe44
8314cb9
* Sun Dec 30 2007 Jeremy Katz <katzj@redhat.com> - 2.21.1-3
8314cb9
- Rebuild for new xulrunner
8314cb9
902ffa8
* Sat Dec  8 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-2
902ffa8
- Rebuild against new libbeagle
902ffa8
63e49ec
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.1-1
63e49ec
- Update to 2.21.1
63e49ec
21acfb0
* Mon Dec  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-9
21acfb0
- Rebuild against xulrunner again
21acfb0
61d1e58
* Thu Nov 22 2007 Martin Stransky <stransky@redhat.com> - 2.20.0-8
61d1e58
- rebuild against xulrunner
61d1e58
d9c2bdc
* Fri Nov 16 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-7
d9c2bdc
- Handle .HP tags in man pages
d9c2bdc
7373e5f
* Fri Nov 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-6
7373e5f
- Rebuild against gecko-libs 1.8.1.9.
7373e5f
6482e85
* Mon Nov  5 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-5
6482e85
- Fix a crash in search (#361041)
6482e85
342f919
* Sun Nov  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-4
342f919
- Fix a crash when loading the rarian docs
342f919
1fda336
* Thu Nov 01 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-3
1fda336
- Rebuild against gecko-libs 1.8.1.8.
1fda336
d01f463
* Mon Oct 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-2
d01f463
- Rebuild against new dbus-glib
d01f463
6c4a53c
* Mon Sep 17 2007 Matthew Barnes <mbarnes@redhat.com> - 2.20.0-1
6c4a53c
- Update to 2.20.0
6c4a53c
168484c
* Thu Aug 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-3
168484c
- Remove --add-only-show-in from desktop-file-install (RH bug #258821).
168484c
c604224
* Wed Aug 22 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-2
c604224
- Mass rebuild
c604224
5b5952e
* Mon Aug 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.90-1
5b5952e
- Update to 2.19.90
5b5952e
- Remove "info-gnutls" patch (fixed upstream).
5b5952e
- Remove patch for GNOME bug #370167 (fixed upstream).
5b5952e
- Remove patch for GNOME bug #430365 (fixed upstream).
5b5952e
- Remove patch for GNOME bug #431078 (fixed upstream).
5b5952e
d58db6c
* Wed Aug  8 2007 Christopher Aillon <caillon@redhat.com> - 2.19.1-4
d58db6c
- Rebuild against newer gecko
d58db6c
58ec709
* Fri Aug 03 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-3
58ec709
- Require rarian-devel for building.
58ec709
9e7444e
* Fri Aug  3 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.1-2
9e7444e
- Update the license field
9e7444e
bdc6cda
* Thu Aug 02 2007 Matthew Barnes <mbarnes@redhat.com> - 2.19.1-1
bdc6cda
- Update to 2.19.1
bdc6cda
- Adapt the "apropos" patch for 2.19.1.
bdc6cda
- The "posix-man" patch appears to no longer apply.
bdc6cda
- Update dependencies based on configure.ac.
bdc6cda
9896e1d
* Wed Jul 25 2007 Jeremy Katz <katzj@redhat.com> - 2.18.1-7
9896e1d
- rebuild for toolchain bug
9896e1d
df8f26b
* Mon Jul 23 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-6
df8f26b
- Require gnome-doc-utils-stylesheets instead of gnome-doc-utils
df8f26b
9c378a9
* Fri Jul 20 2007 Kai Engert <kengert@redhat.com> - 2.18.1-5
9c378a9
- Rebuild against newer gecko
9c378a9
185153f
* Wed May 25 2007 Christopher Aillon <caillon@redhat.com> - 2.18.1-4
185153f
- Rebuild against newer gecko
185153f
1715b1e
* Wed Apr 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-3
1715b1e
- Improve the man parser a bit
1715b1e
- Fix another crash in the info parser 
1715b1e
ea9d0e5
* Tue Apr 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.1-2
ea9d0e5
- Fix a crash in the info parser (#216308)
ea9d0e5
9988954
* Mon Apr 09 2007 Matthew Barnes <mbarnes@redhat.com> - 2.18.1-1
9988954
- Update to 2.18.1
9988954
3b97cfc
* Fri Mar 23 2007 Christopher Aillon <caillon@redhat.com> - 2.18.0-2
3b97cfc
- Rebuild against newer gecko
3b97cfc
bc15027
* Tue Mar 13 2007 Matthew Barnes <mbarnes@redhat.com> - 2.18.0-1
bc15027
- Update to 2.18.0
bc15027
993ebad
* Wed Feb 28 2007 Matthew Barnes <mbarnes@redhat.com> - 2.16.2-5
993ebad
- Rebuild against newer gecko.
993ebad
c1807f6
* Fri Feb 23 2007 Matthias Clasen <mclasen@redhat.com> 2.16.2-4
c1807f6
- Don't own /usr/share/icons/hicolor
c1807f6
9c98110
* Tue Feb 13 2007 Bill Nottingham <notting@redhat.com> 2.16.2-3
9c98110
- own %%{_datadir}/gnome/help (#205799)
0270382
- rpmlint silencing:
0270382
 - add a URL: tag
0270382
 - add some docs
9c98110
62e49a7
* Thu Dec 21 2006 Christopher Aillon <caillon@redhat.com> 2.16.2-2
62e49a7
- Rebuild against newer gecko
62e49a7
3610694
* Tue Dec  5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.2-1
3610694
- Update to 2.16.2
3610694
- Drop obsolete patch
3610694
2dad8a2
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-6
2dad8a2
- Improve the whatis parser
2dad8a2
0dfbb3b
* Fri Nov  3 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-5
0dfbb3b
- Silence %%pre
0dfbb3b
0f35f99
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-4
0f35f99
- Improve the previous fix
0f35f99
a902a10
* Sun Oct 29 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-3
a902a10
- Fix some crashes (#212888)
a902a10
a902a10
* Fri Oct 27 2006 Christopher Aillon <caillon@redhat.com> - 2.16.1-2
45546d8
- Rebuild against newer gecko
45546d8
0f07e74
* Sun Oct 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
0f07e74
- Update to 2.16.1
0f07e74
837b987
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-5
837b987
- Fix scripts according to the packaging guidelines
837b987
5466e9b
* Thu Oct 12 2006 Christopher Aillon <caillon@redhat.com> - 2.16.0-4.fc6
5466e9b
- Update requires to the virtual gecko version instead of a specific app
5466e9b
514b706
* Thu Sep 14 2006 Christopher Aillon <caillon@redhat.com> - 2.16.0-3.fc6
514b706
- Rebuild
514b706
5ed7483
* Wed Sep  6 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-2.fc6
5ed7483
- Actually apply the Pango patch
5ed7483
2d06048
* Mon Sep  4 2006 Matthias Clasen  <mclasen@redhat.com> - 2.16.0-1.fc6
2d06048
- Update to 2.16.0
2d06048
36aee05
* Tue Aug 29 2006 Matthias Clasen  <mclasen@redhat.com> - 2.15.91-3.fc6
36aee05
- Use Pango 
36aee05
d019bce
* Wed Aug 23 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-2
d019bce
- Rebuild
d019bce
40eb277
* Thu Aug 10 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.91-1
40eb277
- Update to 2.15.91
40eb277
884fb01
* Thu Jul 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.5-1
884fb01
- Update to 2.15.5
884fb01
- Rebuild against firefox-devel
884fb01
1bbe4a5
* Tue Jul 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-2
1bbe4a5
- Go back to 2.15.2, since gecko 1.8 is still missing
1bbe4a5
d8e4582
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.3-1.1
d8e4582
- rebuild
d8e4582
5828008
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
5828008
- Update to 2.15.3
5828008
37a4576
* Tue May 17 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
37a4576
- Update to 2.15.2
37a4576
b6488b6
* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-3
b6488b6
- Bump mozilla_version from 1.7.12 to 1.7.13 (closes #190880).
b6488b6
fe69924
* Mon May 15 2006 Matthew Barnes <mbarnes@redhat.com> - 2.15.1-2
fe69924
- Add build requirements: startup-notification-devel
fe69924
                          libgnomeprintui22-devel
fe69924
                          libXt-devel
fe69924
140b012
* Tue May  9 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
140b012
- Update to 2.15.1
140b012
5e7c4b9
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
5e7c4b9
- Update to 2.14.1
5e7c4b9
d402e69
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
d402e69
- Update to 2.14.0
d402e69
95a5d5d
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.6-1
95a5d5d
- Update to 2.13.6
95a5d5d
e1b5c38
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-2
e1b5c38
- Turn on info and man support for test3
e1b5c38
42cd412
* Sun Feb 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.5-1
42cd412
- Update to 2.13.5
42cd412
acbea5b
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.4-1.2
acbea5b
- bump again for double-long bug on ppc(64)
acbea5b
f7cc870
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.4-1.1
f7cc870
- rebuilt for new gcc4.1 snapshot and glibc changes
f7cc870
35533f2
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.4-1
35533f2
- Update to 2.13.4
35533f2
ec123e4
* Thu Jan 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.3-1
ec123e4
- Update to 2.13.3
ec123e4
- enable search
ec123e4
a5fc86d
* Wed Jan 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.2-3
881dfd2
- Disable search, since it doesn't compile against 
881dfd2
  current beagle
a5fc86d
01823c8
* Thu Dec 15 2005 David Malcolm <dmalcolm@redhat.com> - 2.13.2-2
01823c8
- Patched to include DocBook mimetype in desktop file, and added preun and post
01823c8
  hooks to update-desktop-database (#175880)
e991c22
- Patched to ensure that Yelp recognizes that it can handle the mimetype of the
e991c22
  documentation as reported by gnomevfs (also #175880) 
01823c8
eb110f1
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
eb110f1
- Update to 2.13.2
eb110f1
724da58
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
724da58
- rebuilt
724da58
9b3fd70
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> - 2.13.1-6
9b3fd70
- Update to 2.13.1
9b3fd70
09327f8
* Wed Oct 19 2005 Jeremy Katz <katzj@redhat.com> - 2.12.1-5
09327f8
- build on ppc64 now that we have mozilla there again
09327f8
5a8b672
* Tue Oct 18 2005 Christopher Aillon <caillon@redhat.com> - 2.12.1-4
5a8b672
- Rebuild
5a8b672
a5fecaf
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-3
a5fecaf
- Include the category General|Linux|Distributions|Other on the
a5fecaf
  title page
a5fecaf
1f41929
* Mon Oct 17 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-2
1f41929
- Fix a double-free bug
1f41929
6ff4868
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.1-1
6ff4868
- Update to 2.12.1
6ff4868
81221ab
* Thu Sep  8 2005 Matthias Clasen <mclasen@redhat.com> - 2.12.0-1
81221ab
- Update to 2.12.0
81221ab
849d5f4
* Wed Aug 17 2005 Jeremy Katz <katzj@redhat.com> - 2.11.1-5
849d5f4
- rebuild
849d5f4
db6ab12
* Wed Aug 17 2005 Ray Strode <rstrode@redhat.com> 2.11.1-4
db6ab12
- rebuild
db6ab12
c75d267
* Sun Jul 31 2005 Christopher Aillon <caillon@redhat.com> 2.11.1-3
c75d267
- Rebuild against newer mozilla
c75d267
e7c614b
* Tue Jul 19 2005 Christopher Aillon <caillon@redhat.com> 2.11.1-2
e7c614b
- Rebuild against newer mozilla
e7c614b
a830aa6
* Wed Jul 13 2005 Matthias Clasen <mclasen@redhat.com> 2.11.1-1
a830aa6
- Newer upstream version
a830aa6
0eae80b
* Thu May 19 2005 Ray Strode <rstrode@redhat.com> 2.10.0-1
0eae80b
- Update to 2.10.0 (bug 157752, 146862).
0eae80b
6151f69
* Thu May 19 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-7
6151f69
- Depend on mozilla 1.7.8
6151f69
a922195
* Thu Apr 28 2005 Ray Strode <rstrode@redhat.com> 2.9.3-6
a922195
- Disable man support
a922195
- Disable info support
a922195
- Don't try to install schemas during install (bug 154035)
a922195
6b09a6b
* Mon Apr 18 2005 Ray Strode <rstrode@redhat.com> 2.9.3-5
6b09a6b
- Depend on mozilla 1.7.7
6b09a6b
9382685
* Mon Apr  4 2005 Ray Strode <rstrode@redhat.com> 2.9.3-4
9382685
- rebuilt
9382685
d4b3876
* Wed Mar  9 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-3
d4b3876
- Depend on mozilla 1.7.6
d4b3876
54c22d9
* Sat Mar  5 2005 Christopher Aillon <caillon@redhat.com> 2.9.3-2
54c22d9
- Rebuild against GCC 4.0
54c22d9
e4e2027
* Fri Jan 28 2005 Matthias Clasen <mclasen@redhat.com> 2.9.3-1
e4e2027
- Update to 2.9.3
e4e2027
8da28b4
* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 2.6.5-1
8da28b4
- Update to 2.6.5
8da28b4
Marco Pesenti Gritti df391f5
* Sat Nov  6 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.6.4-1
Marco Pesenti Gritti df391f5
- Update to 2.6.4
Marco Pesenti Gritti df391f5
a15d7bb
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.6.3-1
a15d7bb
- Update to 2.6.3
a15d7bb
cvsdist 6afe028
* Fri Sep 03 2004 Matthias Clasen <mclasen@redhat.com> 2.6.2-2
cvsdist 6afe028
- fix an translation problem
cvsdist 6afe028
cvsdist 7469709
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 2.6.2-1
cvsdist 7469709
- update to 2.6.2
cvsdist 7469709
cvsdist 6c0822f
* Wed Jun 30 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
cvsdist 6c0822f
- Update to 2.6.1
cvsdist 6c0822f
cvsdist a7b0b51
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a7b0b51
- rebuilt
cvsdist a7b0b51
cvsdist a86403e
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
cvsdist a86403e
- update to 2.6.0
cvsdist a86403e
cvsdist bdddf96
* Mon Mar 15 2004 Alex Larsson <alexl@redhat.com> 2.5.90-2
cvsdist bdddf96
- Fix requirements
cvsdist bdddf96
cvsdist bdddf96
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
cvsdist bdddf96
- update to 2.5.90
cvsdist bdddf96
cvsdist bdddf96
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist bdddf96
- rebuilt
cvsdist bdddf96
cvsdist bdddf96
* Wed Feb 25 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
cvsdist bdddf96
- update to 2.5.6
cvsdist bdddf96
cvsdist bdddf96
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist bdddf96
- rebuilt
cvsdist bdddf96
cvsdist 87cb91f
* Wed Jan 28 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
cvsdist 87cb91f
- update to 2.5.3
cvsdist 87cb91f
cvsdist 87cb91f
* Wed Dec 24 2003 Tim Waugh <twaugh@redhat.com> 2.4.0-2
cvsdist 87cb91f
- Fix g_strdup_printf usage in info2html (bug #111200, patch from
cvsdist 87cb91f
  Miloslav Trmac).
cvsdist 87cb91f
cvsdist 3edf3f4
* Tue Sep  9 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
cvsdist 3edf3f4
- update to 2.4.0 (only code change is bugfix from me)
cvsdist 3edf3f4
- Fixed the utf8 manpage patch (#91689)
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Aug 27 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-2
cvsdist 3edf3f4
- info and manpages are utf8
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Aug 20 2003 Alexander Larsson <alexl@redhat.com> 2.3.6-1
cvsdist 3edf3f4
- Update for gnome 2.3
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Jul  9 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1.E
cvsdist 3edf3f4
- Rebuild
cvsdist 3edf3f4
cvsdist 3edf3f4
* Mon Jul  7 2003 Alexander Larsson <alexl@redhat.com> 2.2.3-1
cvsdist 3edf3f4
- update to 2.2.3
cvsdist 3edf3f4
cvsdist 3edf3f4
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
cvsdist 3edf3f4
- rebuilt
cvsdist 3edf3f4
cvsdist 9acdfea
* Fri Feb 14 2003 Jeremy Katz <katzj@redhat.com> 2.2.0-3
cvsdist 9acdfea
- fix buildrequires
cvsdist 9acdfea
cvsdist 9acdfea
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist 9acdfea
- rebuilt
cvsdist 9acdfea
cvsdist 9acdfea
* Tue Jan 21 2003 Alexander Larsson <alexl@redhat.com> 2.2.0-1
cvsdist 9acdfea
- Update to 2.2.0
cvsdist 9acdfea
- Add libglade dependency
cvsdist 9acdfea
cvsdist 9acdfea
* Tue Jan  7 2003 Alexander Larsson <alexl@redhat.com> 2.1.4-1
cvsdist 9acdfea
- Updated to 2.1.4
cvsdist 9acdfea
cvsdist 9acdfea
* Mon Nov 18 2002 Tim Powers <timp@redhat.com>
cvsdist 9acdfea
- rebuild for all arches
cvsdist 9acdfea
cvsdist cd6ab0e
* Mon Aug 12 2002 Alexander Larsson <alexl@redhat.com>
cvsdist cd6ab0e
- Remove the strange copyright on the start page. Fixes #69106
cvsdist cd6ab0e
cvsdist e822dbe
* Thu Aug  8 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- 1.0.2
cvsdist e822dbe
- include libexecdir stuff
cvsdist e822dbe
cvsdist e822dbe
* Sat Jul 27 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- rebuild with new gail
cvsdist e822dbe
- 1.0.1
cvsdist e822dbe
cvsdist e822dbe
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist e822dbe
- automated rebuild
cvsdist e822dbe
cvsdist e822dbe
* Tue Jun 18 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- put all the binaries in the file list... why is this package so hard?
cvsdist e822dbe
cvsdist e822dbe
* Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- put images in file list, this thing will be non-ugly yet
cvsdist e822dbe
cvsdist e822dbe
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- 1.0
cvsdist e822dbe
- use desktop-file-install to install/munge .desktop files
cvsdist e822dbe
- put the sgml stuff in file list
cvsdist e822dbe
cvsdist e822dbe
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
cvsdist e822dbe
- rebuild in different environment
cvsdist e822dbe
cvsdist 04c44d1
* Wed Jun  5 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.10
cvsdist 04c44d1
cvsdist 04c44d1
* Sun May 26 2002 Tim Powers <timp@redhat.com>
cvsdist 04c44d1
- automated rebuild
cvsdist 04c44d1
cvsdist 04c44d1
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- rebuild in different environment
cvsdist 04c44d1
cvsdist 04c44d1
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.8
cvsdist 04c44d1
cvsdist 04c44d1
* Fri May  3 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.6.1
cvsdist 04c44d1
cvsdist 04c44d1
* Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
cvsdist 04c44d1
- 0.6
cvsdist 04c44d1
cvsdist 04c44d1
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
cvsdist 04c44d1
- Rebuild for new gnome2 libraries
cvsdist 04c44d1
cvsdist 04c44d1
* Mon Jan 28 2002 Alex Larsson <alexl@redhat.com>
cvsdist 04c44d1
- Initial build.