e4e54b7
%define gnome_icon_theme_version 1.2.3
0e6fd9f
%define gtkhtml_major 3.8
cvsdist 4fc786c
0ca30ae
# Use stricter build settings than required by upstream.
0ca30ae
%define strict_build_settings 1
0ca30ae
e4e54b7
### Abstract ###
e4e54b7
cvsdist aa41e36
Name: gtkhtml3
6add2f3
Version: 3.13.91
693aad2
Release: 2%{?dist}
0f67866
License: LGPL/GPL
cvsdist aa41e36
Group: System Environment/Libraries
e4e54b7
Summary: gtkhtml library
e4e54b7
Source: gtkhtml-%{version}.tar.bz2
cvsdist aa41e36
BuildRoot: %{_tmppath}/gtkhtml-%{version}-root
e4e54b7
e4e54b7
### Patches ###
cvsdist aa41e36
cvsdist ac6e1db
# Partial band-aid for an editing crash (bug #129844)
cvsdist ac6e1db
# http://bugzilla.ximian.com/show_bug.cgi?id=50052
cvsdist 85f6c74
Patch1: gtkhtml-3.3.0-crash.patch
14a3d7c
# Patches from bugzilla.ximian.com #65670, #66206
14a3d7c
Patch2: gtkhtml-3.3.2-imcommit.patch
9d96b5c
Patch3: gtkhtml-fix-indic-navigation-129212.patch
549bf9b
Patch4: gtkhtml-3.10.0-im-too-late.patch
cvsdist 85f6c74
1cc0739
# Remove gnome-common macros from configure.in.
1cc0739
# We do not ship gnome-common (or at least we're not supposed to).
a4ce04e
Patch5: gtkhtml-3.13.1-no-gnome-common.patch
a4ce04e
e4e54b7
### Dependencies ###
e4e54b7
e4e54b7
Requires: gnome-icon-theme >= %{gnome_icon_theme_version}
e4e54b7
e4e54b7
### Build Dependencies ###
e4e54b7
e4e54b7
BuildRequires: gail-devel
e4e54b7
BuildRequires: gettext
e4e54b7
BuildRequires: gnome-icon-theme >= %{gnome_icon_theme_version}
e4e54b7
BuildRequires: intltool
e4e54b7
BuildRequires: libglade2-devel >= 2.0
e4e54b7
BuildRequires: libgnomeui-devel >= 2.0
e4e54b7
BuildRequires: libtool
e4e54b7
cvsdist aa41e36
%description
cvsdist aa41e36
GtkHTML is a lightweight HTML rendering/printing/editing engine.  It
cvsdist aa41e36
was originally based on KHTMLW, but is now being developed
cvsdist aa41e36
independently of it.
cvsdist aa41e36
cvsdist aa41e36
%package devel
cvsdist aa41e36
Group: Development/Libraries
e4e54b7
Summary: Libraries, includes, etc to develop gtkhtml applications
cvsdist aa41e36
Requires: %{name} = %{version}-%{release}
e4e54b7
Requires: libglade2-devel >= 2.0
e4e54b7
Requires: libgnomeui-devel >= 2.0
cvsdist aa41e36
cvsdist aa41e36
%description devel
cvsdist aa41e36
Libraries and include files that can be used to develop GtkHTML applications.
cvsdist aa41e36
cvsdist aa41e36
%prep
cvsdist aa41e36
%setup -q -n gtkhtml-%{version}
cvsdist 85f6c74
%patch1 -p1 -b .crash
9d96b5c
%patch3 -p1 -b .fix-129212
549bf9b
%patch4 -p1 -b .im-too-late
a4ce04e
%patch5 -p1 -b .no-gnome-common
cvsdist ff1dcc8
cvsdist aa41e36
%build
0ca30ae
0ca30ae
# Add stricter build settings here as the source code get cleaned up.
0ca30ae
# We want to make sure things like compiler warnings and avoiding deprecated
0ca30ae
# functions in the GNOME/GTK+ libraries stay fixed.
0ca30ae
#
0ca30ae
# Please file a bug report at bugzilla.gnome.org if these settings break
0ca30ae
# compilation, and encourage the upstream developers to use them.
0ca30ae
0ca30ae
%if %{strict_build_settings}
0ca30ae
CFLAGS="$CFLAGS \
0ca30ae
	-DG_DISABLE_DEPRECATED=1 \
6add2f3
        -DPANGO_DISABLE_DEPRECATED=1 \
0ca30ae
	-DGDK_PIXBUF_DISABLE_DEPRECATED=1 \
0ca30ae
	-DGDK_DISABLE_DEPRECATED=1 \
0ca30ae
	-Werror-implicit-function-declaration"
0ca30ae
%endif
0ca30ae
3d6221f
# Rerun the GNU "autotools" since we patched configure.in.
3d6221f
autoreconf --force --install
3d6221f
cvsdist aa41e36
%configure
cvsdist aa41e36
export tagname=CC
c86c6e4
make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS $RPM_OPT_FLAGS"
cvsdist aa41e36
cvsdist aa41e36
%install
cvsdist aa41e36
rm -rf $RPM_BUILD_ROOT
cvsdist aa41e36
export tagname=CC
8093a4f
make install LIBTOOL=/usr/bin/libtool DESTDIR=$RPM_BUILD_ROOT
cvsdist aa41e36
cvsdist aa41e36
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
9ef7481
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.a
cvsdist aa41e36
rm -f $RPM_BUILD_ROOT/%{_libdir}/gtkhtml/*.la
9ef7481
rm -f $RPM_BUILD_ROOT/%{_libdir}/gtkhtml/*.a
cvsdist aa41e36
a9e347c
for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
e4e54b7
  sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
a9e347c
done
a9e347c
cvsdist 4fc786c
%find_lang gtkhtml-%{gtkhtml_major}
cvsdist aa41e36
cvsdist aa41e36
%clean
cvsdist aa41e36
rm -rf $RPM_BUILD_ROOT
cvsdist aa41e36
cvsdist aa41e36
%post -p /sbin/ldconfig
cvsdist aa41e36
cvsdist aa41e36
%postun -p /sbin/ldconfig
cvsdist aa41e36
cvsdist 4fc786c
%files -f gtkhtml-%{gtkhtml_major}.lang
cvsdist aa41e36
%defattr(-, root, root)
cvsdist aa41e36
%doc AUTHORS ChangeLog NEWS README COPYING TODO
9ef7481
%dir %{_libdir}/gtkhtml
e4e54b7
%{_libdir}/libgtkhtml-%{gtkhtml_major}.so.*
9ef7481
%{_libdir}/gtkhtml/libgnome-gtkhtml-editor-%{gtkhtml_major}.so
d83e2a1
%{_libdir}/bonobo/servers/GNOME_GtkHTML_Editor-%{gtkhtml_major}.server
cvsdist 4fc786c
%{_datadir}/gtkhtml-%{gtkhtml_major}
cvsdist aa41e36
cvsdist aa41e36
%files devel
cvsdist aa41e36
%defattr(-, root, root)
cvsdist 4fc786c
%{_includedir}/libgtkhtml-%{gtkhtml_major}
d83e2a1
%{_libdir}/libgtkhtml-%{gtkhtml_major}.so
cvsdist aa41e36
%{_libdir}/pkgconfig/*.pc
cvsdist aa41e36
cvsdist aa41e36
%changelog
693aad2
* Tue Feb 20 2007 Matthew Barnes <mbarnes@redhat.com> - 3.13.91-2.fc7
693aad2
- GtkHtml no longer depends on libgnomeprint[ui].
693aad2
6add2f3
* Mon Feb 12 2007 Matthew Barnes <mbarnes@redhat.com> - 3.13.91-1.fc7
6add2f3
- Update to 3.13.91
6add2f3
- Add flag to disable deprecated Pango symbols.
6add2f3
- Remove patch for GNOME bug #394182 (fixed upstream).
6add2f3
c86c6e4
* Thu Feb 01 2007 Matthew Barnes <mbarnes@redhat.com> - 3.13.5-2.fc7
c86c6e4
- Add %{?_smp_mflags} and $RPM_OPT_FLAGS to make command (RH bug #225872).
c86c6e4
527382d
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 3.13.5-1.fc7
527382d
- Update to 3.13.5
527382d
a4ce04e
* Mon Jan 08 2007 Matthew Barnes <mbarnes@redhat.com> - 3.13.4-2.fc7
a4ce04e
- Add patch for GNOME bug #394182 (code cleanup).
a4ce04e
- Remove patch for GNOME bug #363036 (superseded).
a4ce04e
9f2933e
* Tue Dec 19 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.4-1.fc7
9f2933e
- Update to 3.13.4
9f2933e
f05272a
* Mon Dec 04 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.3-1.fc7
f05272a
- Update to 3.13.3
f05272a
- Remove patch for GNOME bug #353424 (fixed upstream).
f05272a
934985d
* Mon Nov 06 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.2-1.fc7
934985d
- Update to 3.13.2
934985d
1cc0739
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.1-4.fc7
1cc0739
- Remove gnome-common macros from configure.in.
1cc0739
1cc0739
* Fri Oct 27 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.1-3.fc7
c290fa6
- Forgot to commit the patch.
c290fa6
3d6221f
* Tue Oct 17 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.1-2.fc7
3d6221f
- Add patch for Gnome.org bug #363036 (so long, compiler warnings).
3d6221f
- Remove patch for Gnome.org bug #360619 (superseded).
3d6221f
9295911
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 3.13.1-1.fc7
9295911
- Update to 3.13.1
9295911
0ca30ae
* Mon Oct 16 2006 Matthew Barnes <mbarnes@redhat.com> - 3.12.1-1.fc7
0ca30ae
- Update to 3.12.1
0ca30ae
- Use stricter build settings.
0ca30ae
- Add patch for Gnome.org bug #360619 ("incompatible pointer type" warnings).
0ca30ae
6b2732a
* Mon Sep  4 2006 Matthew Barnes <mbarnes@redhat.com> - 3.12.0-1.fc6
6b2732a
- Update to 3.12.0
6b2732a
- Remove patch for RH bug #202409 (fixed upstream).
6b2732a
cc288ed
* Tue Aug 29 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.92-2.fc6
cc288ed
- Add patch for Gnome.org bug #353424.
cc288ed
11749db
* Mon Aug 21 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.92-1.fc6
11749db
- Update to 3.11.92
11749db
7db2fee
* Fri Aug 18 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.91-2.fc6
7db2fee
- Add patch for RH bug #202409.
7db2fee
3625e4c
* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.91-1
3625e4c
- Update to 3.11.91
3625e4c
a705fc0
* Tue Jul 25 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.90.1-1
a705fc0
- Update to 3.11.90.1
a705fc0
f5b2a35
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 3.11.4-2
f5b2a35
- Rebuild
f5b2a35
e4e54b7
* Wed Jul 12 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.4-1
e4e54b7
- Update to 3.11.4
e4e54b7
ca3bdb4
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.11.3-1.1
ca3bdb4
- rebuild
ca3bdb4
f0c7f2b
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 3.11.3-1
f0c7f2b
- Update to 3.11.3
f0c7f2b
e1db1a2
* Tue May 16 2006 Matthew Barnes <mbarnes@redhat.com> - 3.11.2-1
e1db1a2
- Update to 3.11.2
e1db1a2
9031bc7
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 3.10.1-2
9031bc7
- Update to 3.10.1
f84b76f
- Update patches
9031bc7
549bf9b
* Fri Apr  7 2006 Dan Williams <dcbw@redhat.com> - 3.10.0-2
549bf9b
- Fix crash with IM enabled
549bf9b
8093a4f
* Mon Mar 13 2006 Ray Strode <rstrode@redhat.com> - 3.10.0-1
8093a4f
- Update to 3.10.0
ad35142
96216a3
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 3.9.91-1
96216a3
- Update to 3.9.91
96216a3
74f7327
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.9.90-3.2
74f7327
- bump again for double-long bug on ppc(64)
74f7327
5ab6513
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.9.90-3.1
5ab6513
- rebuilt for new gcc4.1 snapshot and glibc changes
5ab6513
40f7f54
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 3.9.90-3
40f7f54
- Actually apply the patch
40f7f54
814e439
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> - 3.9.90-2
814e439
- Fix a crash
814e439
1d3435e
* Mon Jan 30 2006 David Malcolm <dmalcolm@redhat.com> - 3.9.90-1
1d3435e
- 3.9.90
1d3435e
d83e2a1
* Wed Jan 25 2006 David Malcolm <dmalcolm@redhat.com> - 3.9.5-1
d83e2a1
- 3.9.5
d83e2a1
- be more explicit about packaged bonobo server and so files, relying less on 
d83e2a1
  globbing
d83e2a1
bba535d
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 3.9.4-3
bba535d
- s/sed -ie/sed -i -e/
bba535d
bba535d
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 3.9.4-3
b7dd771
- fix broken fix in 3.9.4-2
b7dd771
b7dd771
* Thu Jan 19 2006 Ray Strode <rstrode@redhat.com> - 3.9.4-2
a9e347c
- fix multlib shlib bonobo problem (bug 156982)
a9e347c
30cc8b5
* Tue Jan  3 2006 David Malcolm <dmalcolm@redhat.com> - 3.9.4-1
30cc8b5
- 3.9.4
30cc8b5
98d5e47
* Mon Dec 19 2005 David Malcolm <dmalcolm@redhat.com> - 3.9.3-1
98d5e47
- 3.9.3
98d5e47
76db101
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
76db101
- rebuilt
76db101
6767ba9
* Tue Dec  6 2005 David Malcolm <dmalcolm@redhat.com> - 3.9.2-1
6767ba9
- 3.9.2
6767ba9
ca51b74
* Tue Nov 29 2005 David Malcolm <dmalcolm@redhat.com> - 3.8.2-1
ca51b74
- 3.8.2
ca51b74
9ef7481
* Thu Nov 10 2005 David Malcolm <dmalcolm@redhat.com> - 3.8.1-2
9ef7481
- Remove static libraries; rewrite specfile to be more explicit about the
9ef7481
  package payload (#172883)
9ef7481
5818a53
* Tue Oct  4 2005 David Malcolm <dmalcolm@redhat.com> - 3.8.1-1
5818a53
- 3.8.1
5818a53
14dd075
* Tue Sep  6 2005 David Malcolm <dmalcolm@redhat.com> - 3.8.0-1
14dd075
- 3.8.0
14dd075
43e5343
* Tue Aug 23 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.7-1
43e5343
- 3.7.7
43e5343
1925242
* Fri Aug 12 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.6-2
1925242
- Mark libdir/gtkhtml as being owned by the package (#165771)
1925242
34b042c
* Tue Aug  9 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.6-1
34b042c
- 3.7.6
34b042c
8285136
* Tue Jul 26 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.5-4
8285136
- actually add patch to CVS this time
8285136
9d96b5c
* Tue Jul 26 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.5-3
9d96b5c
- Added patch to use pango for cursor navigation and deletion, fixing problems
9d96b5c
  with indic scripts (#129212)
9d96b5c
313cc12
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.5-2
313cc12
- update gtkhtml_major from 3.6 to 3.8
313cc12
0e6fd9f
* Mon Jul 25 2005 David Malcolm <dmalcolm@redhat.com> - 3.7.5-1
0e6fd9f
- 3.7.5
0e6fd9f
19dcec4
* Mon Apr 11 2005 David Malcolm <dmalcolm@redhat.com> - 3.6.2-1
19dcec4
- 3.6.2
19dcec4
51171d1
* Thu Mar 17 2005 David Malcolm <dmalcolm@redhat.com> - 3.6.1-1
51171d1
- 3.6.1
51171d1
e61eb0a
* Wed Mar  9 2005 David Malcolm <dmalcolm@redhat.com> - 3.6.0-2
e61eb0a
- rebuild
e61eb0a
26d5517
* Tue Mar  8 2005 David Malcolm <dmalcolm@redhat.com> - 3.6.0-1
26d5517
- 3.6.0
26d5517
de5be77
* Tue Mar  1 2005 David Malcolm <dmalcolm@redhat.com> - 3.5.7-1
de5be77
- 3.5.7
de5be77
0f67866
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 3.5.6-2
0f67866
- Changed deprecated "Copyright" directive into a "License" directive
0f67866
- License directive now reads "LGPL/GPL", rather than "LGPL", reflecting comment in README file
0f67866
21f5b6c
* Tue Feb  8 2005 David Malcolm <dmalcolm@redhat.com> - 3.5.6-1
21f5b6c
- 3.5.6
21f5b6c
27ba63b
* Tue Feb  1 2005 David Malcolm <dmalcolm@redhat.com> - 3.5.5-1
27ba63b
- 3.5.5
27ba63b
aab168b
* Wed Jan 26 2005 David Malcolm <dmalcolm@redhat.com> - 3.5.4-1
aab168b
- Upgrade to 3.5.4
aab168b
- Update gtkhtml_major from 3.1 to 3.6 to locate translations
aab168b
- Temporarily remove IM patch
aab168b
14a3d7c
* Tue Sep 21 2004 Owen Taylor <otaylor@redhat.com> - 3.3.2-2
14a3d7c
- Add a patch to fix input method commit issues (#Bug 130751)
14a3d7c
78d9d96
* Thu Sep 16 2004 Owen Taylor <otaylor@redhat.com> - 3.3.2-1
78d9d96
- Upgrade to 3.3.2 (Fixes tab display, #132208, ordering
78d9d96
  issues with IM preedit #130751, Leon Ho)
78d9d96
cvsdist ac6e1db
* Fri Sep  3 2004 Owen Taylor <otaylor@redhat.com> - 3.3.1-1
cvsdist ac6e1db
- Upgrade to 3.3.1, includes GtkFileChoose support (#130039)
cvsdist ac6e1db
cvsdist 85f6c74
* Fri Aug 13 2004 Tim Waugh <twaugh@redhat.com> - 3.3.0-3
cvsdist 85f6c74
- Prevent a crash (bug #129844).
cvsdist 85f6c74
cvsdist ff1dcc8
* Mon Aug  9 2004 Owen Taylor <otaylor@redhat.com> - 3.3.0-2
cvsdist ff1dcc8
- Fix a problem where preformatted text wrapped at column 0
cvsdist ff1dcc8
cvsdist 4066433
* Wed Aug  4 2004 Owen Taylor <otaylor@redhat.com> - 3.3.0-1
cvsdist 4066433
- Upgrade to 3.3.0 (gnome-2-8-devel branch)
cvsdist 4066433
cvsdist 0289685
* Mon Jul 26 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist 0289685
- rebuilt
cvsdist 0289685
cvsdist ebc1e4a
* Thu Jul 22 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist ebc1e4a
- rebuilt
cvsdist ebc1e4a
cvsdist ebc1e4a
* Thu Jul 22 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist ebc1e4a
- rebuilt
cvsdist ebc1e4a
cvsdist ebc1e4a
* Thu Jul 22 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist ebc1e4a
- rebuilt
cvsdist ebc1e4a
cvsdist cddc93d
* Tue Jul 20 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.18-1
cvsdist cddc93d
- 3.1.18
cvsdist cddc93d
cvsdist 34e3221
* Thu Jul  8 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist 34e3221
- rebuilt
cvsdist 34e3221
cvsdist 07fb66e
* Wed Jul  7 2004 David Malcolm <dmalcolm@redhat.com>
cvsdist 07fb66e
- rebuilt
cvsdist 07fb66e
cvsdist 07fb66e
* Tue Jul  6 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.17-1
cvsdist 07fb66e
- 3.1.17
cvsdist 07fb66e
cvsdist b26bd5b
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist b26bd5b
- rebuilt
cvsdist b26bd5b
cvsdist e0ca202
* Mon Jun  7 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.16-2
cvsdist e0ca202
- rebuilt
cvsdist e0ca202
cvsdist 9773fa1
* Fri Jun  4 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.16-1
cvsdist 9773fa1
- 3.1.16
cvsdist 9773fa1
cvsdist 00a42f8
* Fri May 21 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.14-2
cvsdist 00a42f8
- rebuilt
cvsdist 00a42f8
cvsdist a3bbd10
* Thu May 20 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.14-1
cvsdist a3bbd10
- 3.1.14
cvsdist a3bbd10
cvsdist dc1f89c
* Tue Apr 20 2004 David Malcolm <dmalcolm@redhat.com> - 3.1.12-1
cvsdist dc1f89c
- 3.1.12
cvsdist dc1f89c
cvsdist dc1f89c
* Wed Mar 10 2004 Jeremy Katz <katzj@redhat.com> - 3.1.9-1
cvsdist dc1f89c
- 3.1.9
cvsdist dc1f89c
cvsdist dc1f89c
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dc1f89c
- rebuilt
cvsdist dc1f89c
cvsdist dc1f89c
* Tue Feb 17 2004 Jeremy Katz <katzj@redhat.com> - 3.1.8-1
cvsdist dc1f89c
- 3.1.8
cvsdist dc1f89c
cvsdist dc1f89c
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist dc1f89c
- rebuilt
cvsdist dc1f89c
cvsdist 4fc786c
* Tue Jan 27 2004 Jeremy Katz <katzj@redhat.com> - 3.1.7-1
cvsdist 4fc786c
- 3.1.7
cvsdist 3fcbbd1
cvsdist 4fc786c
* Wed Jan 14 2004 Jeremy Katz <katzj@redhat.com> 3.1.6-0
cvsdist 4fc786c
- update to 3.1.6
cvsdist 4fc786c
cvsdist 4fc786c
* Sat Jan  3 2004 Jeremy Katz <katzj@redhat.com> 3.1.5-0
cvsdist 4fc786c
- update to 3.1.5
cvsdist 3fcbbd1
cvsdist 357a72d
* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com> 3.0.9-5
cvsdist 357a72d
- rebuild
cvsdist 357a72d
cvsdist aa41e36
* Thu Sep 25 2003 Jeremy Katz <katzj@redhat.com> 3.0.9-4
cvsdist aa41e36
- add patch for XIM (#91481)
cvsdist aa41e36
cvsdist aa41e36
* Tue Sep 23 2003 Jeremy Katz <katzj@redhat.com> 3.0.9-3
cvsdist aa41e36
- rebuild
cvsdist aa41e36
cvsdist aa41e36
* Fri Sep 19 2003 Jeremy Katz <katzj@redhat.com> 3.0.9-2
cvsdist aa41e36
- add patch to fix crash on ia64
cvsdist aa41e36
cvsdist aa41e36
* Fri Sep 19 2003 Jeremy Katz <katzj@redhat.com> 3.0.9-1
cvsdist aa41e36
- 3.0.9
cvsdist aa41e36
cvsdist aa41e36
* Mon Sep  8 2003 Jeremy Katz <katzj@redhat.com> 
cvsdist aa41e36
- add some buildrequires (#103901)
cvsdist aa41e36
cvsdist aa41e36
* Thu Sep  4 2003 Jeremy Katz <katzj@redhat.com> 3.0.8-3
cvsdist aa41e36
- patch from upstream copy for new libbonobo oddities (#103730)
cvsdist aa41e36
cvsdist aa41e36
* Mon Aug  4 2003 Jeremy Katz <katzj@redhat.com> 3.0.8-1
cvsdist aa41e36
- 3.0.8
cvsdist aa41e36
cvsdist aa41e36
* Thu Jul 10 2003 Jeremy Katz <katzj@redhat.com> 3.0.7-1
cvsdist aa41e36
- 3.0.7
cvsdist aa41e36
cvsdist aa41e36
* Wed Jun 11 2003 Jeremy Katz <katzj@redhat.com> 
cvsdist aa41e36
- add some buildrequires (#97181)
cvsdist aa41e36
cvsdist aa41e36
* Tue Jun 10 2003 Jeremy Katz <katzj@redhat.com> 3.0.5-2
cvsdist aa41e36
- rebuild
cvsdist aa41e36
cvsdist aa41e36
* Mon Jun  9 2003 Jeremy Katz <katzj@redhat.com> 3.0.5-1
cvsdist aa41e36
- 3.0.5
cvsdist aa41e36
cvsdist aa41e36
* Wed Jun 5 2003 Elliot Lee <sopwith@redhat.com>
cvsdist aa41e36
- rebuilt
cvsdist aa41e36
cvsdist aa41e36
* Thu Jun  5 2003 Jeremy Katz <katzj@redhat.com> 3.0.4-3
cvsdist aa41e36
- rebuild
cvsdist aa41e36
cvsdist aa41e36
* Mon May 26 2003 Jeremy Katz <katzj@redhat.com> 3.0.4-2
cvsdist aa41e36
- rebuild to fix deps
cvsdist aa41e36
cvsdist aa41e36
* Sun May 25 2003 Jeremy Katz <katzj@redhat.com> 3.0.4-1
cvsdist aa41e36
- 3.0.4
cvsdist aa41e36
cvsdist aa41e36
* Tue May  6 2003 Jeremy Katz <katzj@redhat.com> 3.0.3-1
cvsdist aa41e36
- 3.0.3
cvsdist aa41e36
cvsdist aa41e36
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 3.0.2-2
cvsdist aa41e36
- libtool's revenge
cvsdist aa41e36
cvsdist aa41e36
* Wed Apr 16 2003 Jeremy Katz <katzj@redhat.com> 3.0.2-1
cvsdist aa41e36
- update to 3.0.2
cvsdist aa41e36
cvsdist aa41e36
* Sun Apr  6 2003 Jeremy Katz <katzj@redhat.com> 1.1.9-1
cvsdist aa41e36
- update to 1.1.9
cvsdist aa41e36
cvsdist aa41e36
* Mon Mar 24 2003 Jeremy Katz <katzj@redhat.com> 1.1.8-6
cvsdist aa41e36
- rebuild for new gal
cvsdist aa41e36
cvsdist aa41e36
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com> 1.1.8-5
cvsdist aa41e36
- debuginfo rebuild
cvsdist aa41e36
cvsdist aa41e36
* Thu Feb 20 2003 Jeremy Katz <katzj@redhat.com> 1.1.8-4
cvsdist aa41e36
- gtkhtml capplet doesn't need to be in the menus; it's configurable 
cvsdist aa41e36
  from within evolution
cvsdist aa41e36
cvsdist aa41e36
* Mon Feb 10 2003 Akira TAGOH <tagoh@redhat.com> 1.1.8-3
cvsdist aa41e36
- don't use fontset as default. (#83899)
cvsdist aa41e36
- improve the default font for CJK.
cvsdist aa41e36
cvsdist aa41e36
* Sat Feb  8 2003 Akira TAGOH <tagoh@redhat.com> 1.1.8-2
cvsdist aa41e36
- hack to modify po dynamically to add currect XLFD for CJK.
cvsdist aa41e36
- re-enable patches.
cvsdist aa41e36
cvsdist aa41e36
* Fri Feb  7 2003 Jeremy Katz <katzj@redhat.com> 1.1.8-1
cvsdist aa41e36
- 1.1.8
cvsdist aa41e36
- disable tagoh's patch for now.  it's not applied upstream and ends up 
cvsdist aa41e36
  backing out some translation changes
cvsdist aa41e36
cvsdist aa41e36
* Fri Feb  7 2003 Akira TAGOH <tagoh@redhat.com> 1.1.7-4
cvsdist aa41e36
- gtkhtml-1.1.7-fixfont.patch: applied to allow fontset by default.
cvsdist aa41e36
- gtkhtml-po.tar.bz2: to changes default display/print fonts for CJK.
cvsdist aa41e36
  perhaps it should be removed when the upstream will releases the next version.
cvsdist aa41e36
- gtkhtml-1.1.7-domain.patch: define GNOME_EXPLICIT_TRANSLATION_DOMAIN as gtkhtml-1.1.
cvsdist aa41e36
cvsdist aa41e36
* Wed Feb  5 2003 Bill Nottingham <notting@redhat.com> 1.1.7-2
cvsdist aa41e36
- fix some spewage to stdout/stderr
cvsdist aa41e36
cvsdist aa41e36
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
cvsdist aa41e36
- rebuilt
cvsdist aa41e36
cvsdist aa41e36
* Fri Dec 13 2002 Jeremy Katz <katzj@redhat.com> 1.1.7-1
cvsdist aa41e36
- update to 1.1.7
cvsdist aa41e36
cvsdist aa41e36
* Tue Nov 12 2002 Jeremy Katz <katzj@redhat.com> 1.1.6-1
cvsdist aa41e36
- update to 1.1.6
cvsdist aa41e36
cvsdist aa41e36
* Thu Nov  7 2002 Jeremy Katz <katzj@redhat.com> 1.1.5-3
cvsdist aa41e36
- rebuild to really fix Xlib paths now that gnome-libs is fixed
cvsdist aa41e36
cvsdist aa41e36
* Tue Nov  5 2002 Jeremy Katz <katzj@redhat.com> 1.1.5-2
cvsdist aa41e36
- rebuild to fix Xlib paths in .pc files
cvsdist aa41e36
cvsdist aa41e36
* Fri Nov  1 2002 Jeremy Katz <katzj@redhat.com> 1.1.5-1
cvsdist aa41e36
- update to 1.1.5
cvsdist aa41e36
cvsdist aa41e36
* Thu Oct 24 2002 Jeremy Katz <katzj@redhat.com> 1.1.4-1
cvsdist aa41e36
- remove unwanted files from buildroot
cvsdist aa41e36
- update to 1.1.4
cvsdist aa41e36
cvsdist aa41e36
* Thu Sep 26 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- make sure we get all of the stuff from %%{_datadir}/gtkhtml-1.1
cvsdist aa41e36
cvsdist aa41e36
* Wed Sep 25 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- update to 1.1.2
cvsdist aa41e36
cvsdist aa41e36
* Tue Jul 23 2002 Owen Taylor <otaylor@redhat.com>
cvsdist aa41e36
- Fix problem with finding the closest size
cvsdist aa41e36
cvsdist aa41e36
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
cvsdist aa41e36
- automated rebuild
cvsdist aa41e36
cvsdist aa41e36
* Wed Jun 19 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- update to 1.0.4
cvsdist aa41e36
- remove .la files
cvsdist aa41e36
cvsdist aa41e36
* Thu May 23 2002 Tim Powers <timp@redhat.com>
cvsdist aa41e36
- automated rebuild
cvsdist aa41e36
cvsdist aa41e36
* Tue May 14 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- tweak buildrequires for libcapplet0-devel
cvsdist aa41e36
cvsdist aa41e36
* Tue Mar 19 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- update to gtkhtml 1.0.2
cvsdist aa41e36
cvsdist aa41e36
* Thu Mar  7 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- remove superflous capplet entry (#59698)
cvsdist aa41e36
cvsdist aa41e36
* Mon Jan 14 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- rebuild to get rid of ridiculous libgal18 linkage
cvsdist aa41e36
cvsdist aa41e36
* Sat Jan 12 2002 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- update to 1.0.1
cvsdist aa41e36
cvsdist aa41e36
* Sun Dec  2 2001 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- update to 1.0.0
cvsdist aa41e36
cvsdist aa41e36
* Sat Nov 17 2001 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- update to 0.16.1
cvsdist aa41e36
cvsdist aa41e36
* Mon Nov  5 2001 Jeremy Katz <katzj@redhat.com>
cvsdist aa41e36
- updated to 0.16
cvsdist aa41e36
cvsdist aa41e36
* Tue Oct 23 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa41e36
- 0.15
cvsdist aa41e36
cvsdist aa41e36
* Thu Oct  4 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa41e36
- 0.14
cvsdist aa41e36
- remove --without-bonobo
cvsdist aa41e36
- langify
cvsdist aa41e36
cvsdist aa41e36
* Mon Aug 20 2001 Alexander Larsson <alexl@redhat.com> 0.9.2-9
cvsdist aa41e36
- Moved gnome-conf file to the devel package
cvsdist aa41e36
- Fixes SHOULD-FIX bug #49796
cvsdist aa41e36
cvsdist aa41e36
* Mon Jul 30 2001 Alexander Larsson <alexl@redhat.com> 
cvsdist aa41e36
- Added dependencies on -devel packages from the gtkhtml-devel package
cvsdist aa41e36
cvsdist aa41e36
* Fri Jul 20 2001 Alexander Larsson <alexl@redhat.com>
cvsdist aa41e36
- Add more build dependencies
cvsdist aa41e36
cvsdist aa41e36
* Thu Jul 17 2001 Bill Nottingham <notting@redhat.com>
cvsdist aa41e36
- fix devel package requirements
cvsdist aa41e36
cvsdist aa41e36
* Sat Jul  7 2001 Tim Powers <timp@redhat.com>
cvsdist aa41e36
- changed bad groups
cvsdist aa41e36
- laguified package
cvsdist aa41e36
cvsdist aa41e36
* Tue Jul 03 2001 Havoc Pennington <hp@redhat.com>
cvsdist aa41e36
- fix X11/libraries -> X11/Libraries, #47137 
cvsdist aa41e36
cvsdist aa41e36
* Wed Jun 13 2001 Bill Nottingham <notting@redhat.com>
cvsdist aa41e36
- fix brokenness due to gal damage
cvsdist aa41e36
cvsdist aa41e36
* Wed Jun  6 2001 Bill Nottingham <notting@redhat.com>
cvsdist aa41e36
- adapt included specfile